Author |
|
valkyria
Joined: 11 Nov 2012 Posts: 4
|
Posted: Sun 25 Nov '12 9:18 Post subject: PHP 5.4.9 for Windows x64 available |
|
|
-Version: Thread Safety
-compiled: Visual C++ 2010 (VC10)
-libraries: libiconv v1.14, libpng v1.5.13, libXpm v3.5.10, curl v7.28
-ADDITIONAL EXTENSIONS: APC v3.1.13, eAccelerator v1.0, http v1.7.4, memcache v2.2.7, rar v3.0.1, win32service v0.1.0, xdebug v2.2.1, xCache v3.0.0
-MISSING EXTENSIONS: enchant, ldap, snmp
https://dl.dropbox.com/u/204924/php-5.4.9-vc10-x64.rar
MD5: 7A51A3E4FCF73CA5CFED833DE79B9B5D |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Sun 25 Nov '12 13:27 Post subject: |
|
|
Thanks! Updated the link on the Additional Download page.
Steffen |
|
Back to top |
|
rudhy
Joined: 21 Jan 2006 Posts: 6
|
Posted: Mon 26 Nov '12 2:16 Post subject: |
|
|
Could you compile NTS version ?
Thanks |
|
Back to top |
|
valkyria
Joined: 11 Nov 2012 Posts: 4
|
Posted: Fri 30 Nov '12 21:09 Post subject: |
|
|
sorry I'm late.
-Version: Non Thread Safety
-compiled: Visual C++ 2010 (VC10)
-libraries: libiconv v1.14, libpng v1.5.13, libXpm v3.5.10, cURL v7.28
-ADDITIONAL EXTENSIONS: APC v3.1.13, eAccelerator v1.0, http v1.7.4, memcache v2.2.7, rar v3.0.1, win32service v0.1.0, xdebug v2.2.1, xCache v3.0.0
-MISSING EXTENSIONS: enchant, ldap, snmp
https://dl.dropbox.com/u/204924/php-5.4.9-nts-vc10-x64.rar
MD5: 7FDE3A2D998F59CAB7BB963DA1774818 |
|
Back to top |
|
rudhy
Joined: 21 Jan 2006 Posts: 6
|
Posted: Sat 01 Dec '12 3:10 Post subject: |
|
|
Thank you so much.
I appreciate it. |
|
Back to top |
|
Ziggi
Joined: 05 Dec 2012 Posts: 10 Location: Poland, Warsaw
|
Posted: Wed 05 Dec '12 15:38 Post subject: |
|
|
Hi Valkyria,
Presuming your chariots are running well, are there any plans to compile missing extensions (enchant, ldap and snmp) in a forseeable future? All three are in fact pretty useful, so why not?
Best regards and thank you so much for your efforts!
Ziggi |
|
Back to top |
|
Ziggi
Joined: 05 Dec 2012 Posts: 10 Location: Poland, Warsaw
|
Posted: Thu 06 Dec '12 0:36 Post subject: APC |
|
|
Hi,
Was anybody able to load APC extension provided? How exactly?
I have an issue. I have PHP installed as an Apache module. While I add to php.ini:
[PHP_APC]
extension=php_apc.dll
The Apache 2.4 server does not restart any more with "operation has failed" error message.
Any idea?
I have double checked I have right version installed - all the other extensions are loading file but APC...
I would like to use APC as it is going to be PHP native one soon. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Thu 06 Dec '12 5:13 Post subject: Re: APC |
|
|
Ziggi wrote: | Was anybody able to load APC extension provided? How exactly? |
No, it fails with this build. You can check it on the commandline as well if you create a phpinfo.php with <?php phpinfo(); ?> in the php directory.
c:\php>php phpinfo.php works
c:\php>php-cgi phpinfo.php fails
There is a chance it will work if valkyria adds --disable-security-flags to his commandline. That is how I got php_apc.dll to work with my PHP 5.4 x64 vc9 ts build.
Try my VC9 build:
http://dl.dropbox.com/u/8954372/php-5.4.9-Win32-VC9-x64.zip |
|
Back to top |
|
Ziggi
Joined: 05 Dec 2012 Posts: 10 Location: Poland, Warsaw
|
Posted: Thu 06 Dec '12 20:27 Post subject: @Jan-E |
|
|
Thanks a lot for your VC9 build!!! Very complete indeed.
I am not a C++ programmer and suffer from missing "idiot's guide for complilers".
Really - step by step tutorial how to arrange all PHP source files and Visual Studio setup to be able to compile the stuff on Windows x64 machine.
While I am able to compile some simple programs myself, I always come into crazy "dependency" errors while attempting to compile larger projects like PHP with extensions. Visual Studio is also very strict in terms of source code syntax and style, so error goes after error and I believe there must be some option to make it more relaxed... Unfortunately - the only "tutorials" I ever seen are either very old (VS 2005) or very unprecise, missing critical issues as "obvious". This is completely crazy as Linux users simply compile their soft with simple command with no deep understanding of C++ programming. |
|
Back to top |
|
Ziggi
Joined: 05 Dec 2012 Posts: 10 Location: Poland, Warsaw
|
Posted: Fri 07 Dec '12 0:58 Post subject: Jan-E |
|
|
I would say the following important extensions are missing in your release:
php_suhosin.dll
php_printer.dll
php_mongo.dll
php_couchdb.dll
I believe you should consider compiling at least first three as the next movement
Best regards! |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Fri 07 Dec '12 15:44 Post subject: |
|
|
Should be there. I did not test CouchDB and Mongo, but after some fiddling they compiled fine. |
|
Back to top |
|
Ziggi
Joined: 05 Dec 2012 Posts: 10 Location: Poland, Warsaw
|
Posted: Fri 07 Dec '12 17:47 Post subject: @Jan-E |
|
|
My Godness!
You are a real grand-master !!!
Thank you very much!!! |
|
Back to top |
|
Ziggi
Joined: 05 Dec 2012 Posts: 10 Location: Poland, Warsaw
|
Posted: Fri 07 Dec '12 18:32 Post subject: @Jan-E |
|
|
Hmm,
Suhoshin extensions cuases my Apache to stall...
Can you verify perhaps? Perhaps there is some necessary configuration I miss?
Another point - is it correct that php_com_dotnet.dll is causing httpd.exe process to spawn? Without this extension I have only one Apache process running in process manager. Having this extension - two. Is it normal?
Best regards,
Ziggi |
|
Back to top |
|
Ziggi
Joined: 05 Dec 2012 Posts: 10 Location: Poland, Warsaw
|
Posted: Fri 07 Dec '12 19:48 Post subject: @Jan-E |
|
|
Hi,
Last but not least:
(only while in CLI mode!!!)
Warning: PHP Startup: Unable to load dynamic library 'C:/Program Files/PHP/ext\php_xls.dll' - The specified module cannot be found.
Strange, as while PHP is loaded as an Apache module - the extension is properly presented by phpinfo();
Any idea, please?
Rgs,
Ziggi |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Ziggi
Joined: 05 Dec 2012 Posts: 10 Location: Poland, Warsaw
|
Posted: Sat 08 Dec '12 21:02 Post subject: @Jan-E |
|
|
php_xsl.dll - you were right!
But in my case Suhosin is not working. Anyway - not a big issue for myself, actually.
Thank you once again - great job indeed!
Ziggi |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Sat 08 Dec '12 21:37 Post subject: |
|
|
php_suhosin.dll and php_xdebug.dll do not work together. |
|
Back to top |
|
Ziggi
Joined: 05 Dec 2012 Posts: 10 Location: Poland, Warsaw
|
Posted: Sat 08 Dec '12 21:48 Post subject: @Jan-E |
|
|
Oh - this is my problem then! Of course I have xDebug installed!
Thank you Jan so much once again! |
|
Back to top |
|
Ziggi
Joined: 05 Dec 2012 Posts: 10 Location: Poland, Warsaw
|
|
Back to top |
|
mr8111
Joined: 28 Dec 2012 Posts: 4 Location: wuhan
|
|
Back to top |
|