php.exe - Entry Point Not Found

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

php.exe - Entry Point Not Found

Post by syrupcore »

Recently upgraded to 2008 and am having occassional issues with php.exe throwing errors. Here's the one that's been happening this morning:

Code: Select all

---------------------------
php.exe - Entry Point Not Found
---------------------------
The procedure entry point zend_hex_strtod could not be located in the dynamic link library php5ts.dll. 
---------------------------

---------------------------
php.exe - Entry Point Not Found
---------------------------
The procedure entry point _safe_erealloc could not be located in the dynamic link library php5ts.dll. 
---------------------------

---------------------------
php.exe - Entry Point Not Found
---------------------------
The procedure entry point zend_hex_strtod could not be located in the dynamic link library php5ts.dll. 
---------------------------

---------------------------
php.exe - Entry Point Not Found
---------------------------
The procedure entry point gzwrite could not be located in the dynamic link library php5ts.dll. 
---------------------------

---------------------------
php.exe - Entry Point Not Found
---------------------------
The procedure entry point gzwrite could not be located in the dynamic link library php5ts.dll. 
---------------------------
they come up 5 in a row. about 10 times so far.

I'm on XP. xampplite is my server/php source. it's PHP 5.1.6. The files I'm working on are being loaded from a windows network share (\\foo\bar\hi.php)

Anyone have any ideas or directions to point me in?

Thanks!
Will
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: php.exe - Entry Point Not Found

Post by chrisjlocke »

Could be an issue with xampp? I see PHP is on 5.2.6 now. Have you tried a more up-to-date xampp or is that it? (I haven't used xampp in ages!)
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Re: php.exe - Entry Point Not Found

Post by syrupcore »

Thanks. It most certainly could be. I'll look into an update.

Is this because of the PHP syntax checker that it even cares? That's not to say there's anything wrong with the feature but if I just want the errors to go away for a while, I'd love to know if there is a feature I could turn off temporarily via the options dialog.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: php.exe - Entry Point Not Found

Post by Karlis »

Realtime syntax check can be turned off in options. And this error is most likely to a problem with PHP itself.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply