php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26692 could not find entry point in Kernel.dll
Submitted: 2003-12-22 09:04 UTC Modified: 2004-01-28 04:18 UTC
From: php at bouchery dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5CVS-2003-12-22 (dev) OS: Windows NT4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: php at bouchery dot com
New email:
PHP Version: OS:

 

 [2003-12-22 09:04 UTC] php at bouchery dot com
Description:
------------
When I start PHP5 B?ta 3 (apache module, cgi or cli), the parser crash with the message : could not find the entry point "GetLongPathNameA" in the dynamic library "Kernel32.dll".

I know Windows 95 support is dropped, but is it dropped for NT4 ?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-22 09:17 UTC] wez@php.net
Which service pack are you running?
 [2003-12-22 09:40 UTC] php at bouchery dot com
My OS is : WINDOWS NT4 Workstation, French, Sp6a
 [2003-12-22 09:55 UTC] oli_pla at hotmail dot com
This Win32 API is not available in 95 and NT:

"Windows NT and Windows 95:  Include an additional header file called NewAPIs.h to make GetLongPathName available on these operating systems. The function is not implemented natively, but by a wrapper that utilizes other native functions on these systems. See the header file for details of the use of preprocessor directives that make the function available. If you do not have this header file, it can be obtained by downloading the most recent SDK from the SDK Update Site."

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/getlongpathname.asp
 [2003-12-22 09:58 UTC] wez@php.net
Fixed in CVS; the snapshots may take a couple of days to reflect this change as it will require some patching on the snapshot generator.
 [2004-01-27 13:05 UTC] php at bouchery dot com
I still have the problem !
Last snapshot :  Jan 21, 2004 03:30 GMT
 [2004-01-27 16:17 UTC] sniper@php.net
21 < 22..try a snapshot dated for 27th of January, 2004.

 [2004-01-28 04:18 UTC] php at bouchery dot com
I've went on http://snaps.php.net and the last CVS 5.0.x-dev is dated for 21th of January !?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 13:01:30 2024 UTC