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.5.8, 5.4.24 (x86/x64) available
Author
Jan-E



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

PostPosted: Fri 10 Jan '14 7:09    Post subject: PHP 5.5.8, 5.4.24 (x86/x64) available Reply with quote

PHP 5.5.8 & PHP 5.4.24 are available for download at PHP.net:
http://windows.php.net/download/

Many extensions are also available on php.net:
http://windows.php.net/downloads/pecl/releases/

My builds:
http://phpdev.toolsforresearch.com/php-5.5.8-nts-Win32-VC11-x86.zip
http://phpdev.toolsforresearch.com/php-5.5.8-Win32-VC11-x86.zip
http://phpdev.toolsforresearch.com/php-5.5.8-nts-Win32-VC11-x64.zip
http://phpdev.toolsforresearch.com/php-5.5.8-Win32-VC11-x64.zip

http://phpdev.toolsforresearch.com/php-5.4.24-nts-Win32-VC9-x86.zip
http://phpdev.toolsforresearch.com/php-5.4.24-Win32-VC9-x86.zip
http://phpdev.toolsforresearch.com/php-5.4.24-nts-Win32-VC9-x64.zip
http://phpdev.toolsforresearch.com/php-5.4.24-Win32-VC9-x64.zip

http://phpdev.toolsforresearch.com/php-5.3.28-nts-Win32-VC9-x86.zip
http://phpdev.toolsforresearch.com/php-5.3.28-Win32-VC9-x86.zip
http://phpdev.toolsforresearch.com/php-5.3.28-nts-Win32-VC9-x64.zip
http://phpdev.toolsforresearch.com/php-5.3.28-Win32-VC9-x64.zip

If you have got the choice, use the binaries from php.net because they are built with PGO and are faster.

The extensions in my 5.5.x builds can be mixed with the php.net binaries.

My 5.4.x and 5.3.x builds use OpenSSL 1.0.1e, while php.net uses OpenSSL 0.9.8y for 5.3 & 5.4. Be careful with mixing my extensions with the official 5.3/5.4 binaries.

Edit: the changelogs have been published:
http://www.php.net/ChangeLog-5.php


Last edited by Jan-E on Fri 10 Jan '14 22:11; edited 1 time in total
Back to top
wm003



Joined: 24 Mar 2006
Posts: 88

PostPosted: Fri 10 Jan '14 9:53    Post subject: Reply with quote

Thanks Jan!

i recognized at leat the x64 nts build zip has all pdb files from the vs build included.

I was just wondering why the zip was so huge this time.

I just deleted them as they are not needed
Back to top
Jan-E



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

PostPosted: Fri 10 Jan '14 22:07    Post subject: Reply with quote

I have been debugging a lot the last two weeks, which resulted in a lot more PDB-files. It was a pity not to make those available, so I added them to the zipfiles. Do with them whatever you like Wink
Back to top
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Sun 12 Jan '14 13:39    Post subject: Reply with quote

Jan-E wrote:
@C0nw0nk: I added mysqlnd_qc to my (new) builds, but without APC and SQLite support. I was getting unresolved external symbols when I tried to add support for one of those. Let me know if they are of any use for you.


Thanks for the mysqlnd query caching extension testing it out now Very Happy will let you know how it goes if i recieve the same issues from php.net's builds.

It works but i have a stupid error when ever i log in and out of the website now.

Duplicate entry 'u4knkbtr40gmig0qg0lloei5g3' for key 'PRIMARY' SQL=/*qc=off*/INSERT INTO `xlkqf_session` (`session_id`, `client_id`, `guest`, `time`, `userid`, `username`) VALUES ('u4knkbtr40gmig0qg0lloei5g3', 0, 0, '1389540533', 382, 'admin')

/*qc=off*/ is there because i added it to the session query in a attempt to make sure the plugin does not cache sessions but it does not work -.-

I dont think that the plugin is the issue i think its joomla sessions, Joomla never make things very simple when it comes to SQL queries either.

A good feature for that plugin would be to exclude specific database tables.
Back to top


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