Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: PHP 5.5.7, 5.4.23, 5.3.28 (x86/x64) available |
|
Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Sat 14 Dec '13 3:24 Post subject: |
|
|
I forgot to mention that my builds now contain pecl-http version 2.x. Required for the 2.x branch is that you load php_propro and php_raphf before loading php_http:
extension=php_propro.dll
extension=php_raphf.dll
extension=php_http.dll
More info: http://pecl.php.net/package/pecl_http |
|
Back to top |
|
Johnny Cache
Joined: 13 Dec 2013 Posts: 3 Location: Instruments, TX
|
Posted: Sat 14 Dec '13 19:39 Post subject: |
|
|
Hi, Jan-E! First, I'd like to thank you making all these different versions of PHP available to those of us without access to a proper compiler. You've certainly made my job a lot easier!
Sorry to say this, but I need to report a minor problem: when I try to use your 5.4.23 build (php-5.4.23-Win32-VC9-x64.zip) on my 64bit Windows 2003 server, I get: "The procedure entry point K32QueryWorkingSet could not be located in the dynamic link library KERNEL32.dll." and the OCI8 modules don't load (it says they can't be found).
Your 5.4.22 build works fine on the same machine. Mayhap you compiled with the wrong libraries this time? |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Sun 15 Dec '13 13:49 Post subject: |
|
|
I know that there have been a lot of changes in the OCI8 extension sources. If the same happens with the official php.net DLL's, you should file a bug report (with the chance to get the answer that win2003 is not supported anymore in this extension).
The official php.net DLL's are here:
http://pecl.php.net/package/oci8/2.0.6/windows |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Sun 15 Dec '13 14:00 Post subject: |
|
|
I now see you are using the 64-bit 5.4 version which is not officially available. Could you try 32-bit PHP with the official php.net DLL's? |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Sun 15 Dec '13 18:38 Post subject: |
|
|
Try removing psapi.dll from the PHP-dir. psapi.dll is Windows version specific and was not there in my 5.4.22 builds. |
|
Back to top |
|
Johnny Cache
Joined: 13 Dec 2013 Posts: 3 Location: Instruments, TX
|
Posted: Mon 16 Dec '13 16:45 Post subject: |
|
|
Thanks, Jan-E! Removing psapi.dll did the trick. You da man! |
|
Back to top |
|
|
|
|
|
|