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 › PHP5 Visual Studio. WTF php5nts_debug.lib ???

PHP5 Visual Studio. WTF php5nts_debug.lib ???

Posts 1–4 of 4 · Page 1 of 1
NA
nattsurf123
PHP5 Visual Studio. WTF php5nts_debug.lib ???
I got this error when I tried to compile:
Error 58 fatal error LNK1104: cannot open file 'php5nts_debug.lib' php5 php5
So as usual I did a search on Google. WTF no hits about this file. I did a search on Yahoo and got about 9 hits. None of them in an article or help. They where all in the older Visual Studio .dsp file. It is like they put it there just to make it harder to compile PHP5 on windows.

There is just no information of what the file does and why it is in linker input additional dependencies. My approach is just to remove it and go from there.

Has anyone any information about the file and why it is there.
I would be really happy to know about it.

Grateful for your comment.
#1 · 16y ago
Zoom
Zoom
Try this: Error 58 fatal error LNK1104 - Google-sökning
#2 · 16y ago
why06
why06
You need to set php5nts_debug.lib as a dependency is VS. Assuming you already have the directory for the file you can either do that #pragma thing... you guys know what Im talking about ;l... or just go in your project properties > Configuration > Linker > Additional Dependencies > and add that file name.
#3 · 16y ago
NA
nattsurf123
You mean:
#pragma comment(lib, "php5nts_debug.lib")?


The funny thing with php5nts_debug.lib is that I don't have the file in the php source.
I have both php source 5.2.13 and 5.3.2 and it doesn't exist.
I even did a find all files with the string php5nts_debug.lib (inlcluding binary files). And yes I know about the built in finder in Windows bug so I use another program Super Finder XT which works better and is faster. There is no documentation of the file anywhere in google and of course my computer.

I would bet that php5 developers doesn't have a strict guide line of keeping the source clean from debug tests and I would bet that this file doesn't really belong there.
What do you think?
#4 · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Problem compiling php5 in visual studioBy nattsurf123 in C++/C Programming
    3Last post 16y ago
  • wtf Just-In-Time debugger Visual studioBy yoda23456 in Call of Duty Modern Warfare Help
    4Last 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
  • Would Visual Studio 2008 work for making trainers?By laserdude45 in C++/C Programming
    5Last post 18y ago

Tags for this Thread

None