logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: PHP 5.4.17 available (x86 & x64)
Author
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 05 Jul '13 11:37    Post subject: PHP 5.4.17 available (x86 & x64) Reply with quote

Quote:

The PHP development team announces the immediate availability of PHP 5.4.17. About 20 bugs were fixed. All users of PHP are encouraged to upgrade to this release.

For source downloads of PHP 5.4.17 please visit our downloads page:
http://www.php.net/downloads.php

Windows binaries can be found on
http://windows.php.net/download/

The list of changes are recorded in the ChangeLog:
http://www.php.net/ChangeLog-5.php#5.4.17

Stanislav Malyshev
PHP 5.4 Release Master

You can find my builds here:
-compiled with Visual C++ 2008 (VC9)
-openssl 1.0.1e
-lots of extensions
-x86 & x64 including php_opcache.dll (was ZendOptimizerPlus)
-x86 & x64 including php_apcu.dll (APC user cache)

https://dl.dropboxusercontent.com/u/8954372/php-5.4.17-nts-Win32-VC9-x86.zip
https://dl.dropboxusercontent.com/u/8954372/php-5.4.17-Win32-VC9-x86.zip
https://dl.dropboxusercontent.com/u/8954372/php-5.4.17-nts-Win32-VC9-x64.zip
https://dl.dropboxusercontent.com/u/8954372/php-5.4.17-Win32-VC9-x64.zip

See the phpinfo.htm in the zip-files for information on the versions of some (but not all) of the extensions.
Back to top
enri1357



Joined: 12 Jul 2013
Posts: 4

PostPosted: Fri 12 Jul '13 8:50    Post subject: curl and zip is not working Reply with quote

Hi, thanks for your work.

When I use php-5.4.17-Win32-VC9-x86.zip , extension curl and zip is not be able to load.

curl have error while zip is not found.

any help?

Thanks

Henry
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 12 Jul '13 11:17    Post subject: Reply with quote

php_zip.dll does not exist anymore. Zip is built in ('static' extension).

I have never had troubles with php_curl.dll. What is the error you are getting?
Back to top
enri1357



Joined: 12 Jul 2013
Posts: 4

PostPosted: Fri 12 Jul '13 15:51    Post subject: Reply with quote

Thanks for the zip explanation.

For curl

the error log says

PHP Warning: PHP Startup: Unable to load dynamic library 'd:/ejisdclab01/PHP5417VC9/ext\\php_curl.dll' - The operating system cannot run %1.\r\n in Unknown on line 0
[Fri Jul 12 13:28:59 2013] [notice] Apache/2.2.25 (Win32) PHP/5.4.17 configured -- resuming normal operations

while others like gd2 are all okay
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sat 13 Jul '13 21:47    Post subject: Reply with quote

php_curl.dll needs libeay32.dll & ssleay32.dll. Are you sure they are present and with the correct version (1.0.1e)?

See the snapshot.txt in the zipfile. Can you load php_openssl.dll and php_oauth.dll? And what about php_ssh2.dll and php_stomp.dll?
Back to top
bompus



Joined: 09 Aug 2013
Posts: 2

PostPosted: Fri 09 Aug '13 23:19    Post subject: Reply with quote

Any chance of getting the php_stats.dll ( http://pecl.php.net/package/stats ) extension included and/or a compiled version of it. I'm in need of it for PHP 5.4.x NTS VC9 (x86 and x64 if possible)

Thanks!
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sun 11 Aug '13 15:43    Post subject: Reply with quote

I have updated the X86 zips with php_stats.dll. Let me know if that works.
Back to top
bompus



Joined: 09 Aug 2013
Posts: 2

PostPosted: Sun 11 Aug '13 17:55    Post subject: Reply with quote

Thank you! It seems to be working just fine so far. It would be much appreciated to have that included in future releases of your x64 and x86 packages. Mr. Green
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Mon 12 Aug '13 13:50    Post subject: Reply with quote

The X64 zips are updated as well.
Back to top


Reply to topic   Topic: PHP 5.4.17 available (x86 & x64) View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads