Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › C++/C Programming › Problem compiling php5 in visual studio

Problem compiling php5 in visual studio

Posts 1–4 of 4 · Page 1 of 1
NA
nattsurf123
Problem compiling php5 in visual studio
I'm trying to compile php-5.3.2 on a vista 64 using visual studio 2008.
So I downloaded this package where i added an existing .dsp file to my project that was converted
to VS2008.

I’m just in the beginning of this phase.
Something that is a bit strange is that they added the file getopt.c and this file is
not found in ‘php-5.3.2\sapi\cgi’ where it is pointing to from the project.
If it is there for a reason then why is it not found in the folder where it is supposed to be?

The error I get is:
Error 21 fatal error C1083: Cannot open source file: '..\sapi\cgi\getopt.c': No such file or directory c1 php5

Grateful for any help on this.
#1 · 16y ago
Retoxified
Retoxified
The file just doesnt excist.
You might need to download another package that contains that file(your project would rely on it), or you need another version of your project(the files you downloaded might've been an upgrade)
#2 · 16y ago
why06
why06
Your trying to compile php in VS? Oh I see your problem. You need a Java compiler for PHP so go download BlueJ and try it again. Or if that doesn't work use Bordlands Delphi compiler! ;D
#3 · 16y ago
NA
nattsurf123
Thaks for your help Retoxified. This was exactly the case. I found the missing file in:
php-5.2.13.tar

Why06 thanks for mention that. I suspected that I needed something like that because of the various .js files that was included in the compressed file.

Thanks!
#4 · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Visual Studio 2008 c++ libpurple compileBy nattsurf123 in C++/C Programming
    0Last post 16y ago
  • PHP5 Visual Studio. WTF php5nts_debug.lib ???By nattsurf123 in C++/C Programming
    3Last post 16y ago
  • [Help]Visual Studio Problem!By NutriGrain in Visual Basic Programming
    2Last post 15y ago
  • Visual StudioBy jaqq3000 in Visual Basic Programming
    2Last post 18y ago
  • Visual Studio 2008 Beta 2 Standard EditionBy nukeist_ in C++/C Programming
    3Last post 18y ago

Tags for this Thread

None