php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12262 php.exe - Entry Point Not Found
Submitted: 2001-07-19 14:01 UTC Modified: 2002-02-04 02:12 UTC
From: mclerc at fissionweb dot net Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.0.6 OS: Windows 2000 Server, IIS5.0
Private report: No CVE-ID: None
 [2001-07-19 14:01 UTC] mclerc at fissionweb dot net
After installing PHP4.0.6 over the old PHP 4.0.4, I was getting CGI Incorrect Header errors from my php websites, so I tried to run PHP.EXE from the command line to see if that would give a specific error and it pops up an error window stating below:

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

php4ts.dll does exist in the same directory as PHP.EXE, and I have copied it to %systemroot%\system32.

I am running Windows 2000 Server SP2.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-20 07:44 UTC] dbeu@php.net
sounds like you haven't overwritten an old stale dll.
first stop your webserver, then overwrite everything with the new distribution and finally restart your webserver.
 [2001-07-20 10:19 UTC] mclerc at fissionweb dot net
I have done this, I used 4.0.5 instead of .6 and it works fine.  PHP4TS.DLL
only exists in 2 places on my server, and both were current to the new PHP,
or else I wouldn't have reported this.

 [2001-07-20 10:38 UTC] phildriscoll@php.net
Apologies if you've tried this already but...

Load the two copies of php4ts.dll into a text editor 
(notepad wil do) and search for 4.0.6 just to make really 
sure.

If you are convinced beyond doubt that there are no old 
php modules (including old extention modules) lying 
around, then (question to Windows developers) is there a 
possibilty that this is something to do with the 
msvcrt.dll - or its W2K equivalent?

 [2001-07-21 18:58 UTC] mclerc at fissionweb dot net
Mr. Driscoll

I was loading the 4.0.6 version without extensions, upgrading from 4.0.4 that also did not have extensions.  And I did make sure both DLLs checked out and they did, both were current to 4.0.6 and error still occurs.

Thank you

 [2001-07-22 07:03 UTC] phildriscoll@php.net
Ok - anyone in the know care to comment on whether there 
might be differences between the equivalients of 
msvcrt.dll on NT/W2K?

 [2001-08-20 12:13 UTC] sniper@php.net
status -> open (nobody commented?)

 [2002-02-04 02:12 UTC] yohgaki@php.net
The version of PHP that this bug was reported in is too old. Please
try to reproduce this bug in the latest version of PHP (available
from http://www.php.net/downloads.php

If you are still able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
 [2010-07-12 13:05 UTC] prodevstudio+php at gmail dot com
With a New install from: php-5.3.2-Win32-VC9-x86



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


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


---------------------------
php.exe - Unable To Locate Component
---------------------------
This application has failed to start because php_mbstring.dll was not found. Re-
installing the application may fix this problem. 
---------------------------
OK   
---------------------------
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 05:01:28 2024 UTC