Author |
|
Lester Caine
Joined: 06 Jun 2009 Posts: 11 Location: Broadway, UK
|
Posted: Mon 06 Jul '09 10:49 Post subject: PHP5.3.0-Win64 |
|
|
OK - I've packaged a 5.3.0 release build, and left the settings more or less the same as the official VC6 build.
http://lsces.org.uk/PHP/php-5.3.0-Win64.zip
I've done my own private build with all the unnecessary stuff removed which I'm running here, so if there is anything obvious wrong with this build let me know - and some pointers to fix would help ...
I've got the Vista64 machine set up and only using it for PHP builds, so if you have the missing files for some of the additional stuff, forward them to me and I'll add them to the build .... |
|
Back to top |
|
cchable
Joined: 08 Jul 2009 Posts: 1
|
Posted: Wed 08 Jul '09 15:44 Post subject: Re: PHP5.3.0-Win64 |
|
|
Lester Caine wrote: | OK - I've packaged a 5.3.0 release build, and left the settings more or less the same as the official VC6 build.
http://lsces.org.uk/PHP/php-5.3.0-Win64.zip
I've done my own private build with all the unnecessary stuff removed which I'm running here, so if there is anything obvious wrong with this build let me know - and some pointers to fix would help ...
I've got the Vista64 machine set up and only using it for PHP builds, so if you have the missing files for some of the additional stuff, forward them to me and I'll add them to the build .... |
Thank's for your job.
I have now a crash with my apache x64 under VS2005 |
|
Back to top |
|
Lester Caine
Joined: 06 Jun 2009 Posts: 11 Location: Broadway, UK
|
Posted: Fri 10 Jul '09 12:07 Post subject: Re: PHP5.3.0-Win64 |
|
|
cchable wrote: | Thank's for your job.
I have now a crash with my apache x64 under VS2005 |
Any more information?
All of the PHP stuff is built with the free VSExpress.
There should be some information on what is causing a problem ... |
|
Back to top |
|
hg_04
Joined: 31 Jul 2009 Posts: 1 Location: Ukraine
|
Posted: Fri 31 Jul '09 16:46 Post subject: |
|
|
after installation this 5.3 mysql did not want to work and in phpinfo() I see
mysqlnd but must be mysql or am I not right something do? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 31 Jul '09 17:08 Post subject: |
|
|
mysqlnd is correct. The nd is for native driver.
If you need mysql you should enable the extension in the php.ini |
|
Back to top |
|
Lester Caine
Joined: 06 Jun 2009 Posts: 11 Location: Broadway, UK
|
Posted: Mon 10 Aug '09 8:05 Post subject: |
|
|
hg_04 wrote: | after installation this 5.3 mysql did not want to work and in phpinfo() I see
mysqlnd but must be mysql or am I not right something do? |
James - I make no apology for moving the MySQL back into shared packages since I don't personally need any of them I had added a note about that on the RC thread, and I should have included it in this one ... |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 10 Aug '09 22:22 Post subject: |
|
|
Well even in the 32 bit version mysql is an optional extension. Why using a not needed modules. So I fully agree with you. Slim PHP makes it faster |
|
Back to top |
|
asuarez
Joined: 18 Sep 2009 Posts: 1 Location: Venezuela
|
Posted: Fri 18 Sep '09 18:45 Post subject: |
|
|
It's working ok on my machine. Thanks!!!
Where can I get an x64 version of APC? |
|
Back to top |
|
Lester Caine
Joined: 06 Jun 2009 Posts: 11 Location: Broadway, UK
|
Posted: Mon 21 Sep '09 14:09 Post subject: |
|
|
asuarez wrote: | It's working ok on my machine. Thanks!!!
Where can I get an x64 version of APC? |
This is the problem area for many of us. I use eaccelerator myself, and that need modification even to work with any PHP5.3 - let alone adding x64.
Hopefully some of the PECL packages will start to appear compiled for windows at which time it should be possible to add them, but for present they are being ignored |
|
Back to top |
|
AdamR
Joined: 03 Oct 2006 Posts: 12 Location: Cardiff, South Wales
|
Posted: Fri 09 Oct '09 15:58 Post subject: |
|
|
Thanks for this 5.3.0 build it's working brilliantly on Apache 2.2.13 x64.
I did have one or two "memory could not be read" crashes when I attempted to load phpMyAdmin, yet the main website on my Apache instance uses MySQL 5.1 fine. The problem seems to have stopped now anyway. |
|
Back to top |
|
DomX
Joined: 12 Jul 2008 Posts: 6
|
Posted: Mon 11 Jan '10 19:57 Post subject: GD Support |
|
|
Thanks for your job!
Unfortunately... I am missing GD support (JPG, GIF, PNG creating....)
Could you pls include this in a newer compilation? Thanks a lot! |
|
Back to top |
|