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.4.8 Win64 on VC10 available |
|
Author |
|
valkyria
Joined: 11 Nov 2012 Posts: 4
|
Posted: Sun 11 Nov '12 21:06 Post subject: PHP 5.4.8 Win64 on VC10 available |
|
|
I succeeded in building PHP 5.4.8(TS) Win64 on VC10. Thanks to Virsacer build environment (see www.apachelounge.com/viewtopic.php?t=4921 ).
https://dl.dropbox.com/u/204924/php-5.4.8-vc10-win64.rar
- ADDITIONAL EXTENSIONS: apc 3.1.13, eAccelerator 1.0, http 1.7.4, memcache 2.2.7, rar 3.0.1, win32service 0.1.0, xdebug 2.2.1, xCache 3.0.0
- MISSING EXTENSIONS: enchant, ldap, snmp
- building memo (written in Japanese): http://valkyria.dyndns.ws:31415/2012/11/04/windows7-32bit%e3%81%a7php-5-4-8%e3%82%92win64%e5%90%91%e3%81%91%e3%81%ab%e3%83%93%e3%83%ab%e3%83%89/
MISSING EXTENSIONS, How should it compile?
I challenged building php_snmp.dll, but I failed...
Code: |
net-snmp 5.4.2.1, 5.4.4
.... cannot built net-snmp.lib
net-snmp 5.5.2, 5.6.2, 5.7.1
... succeeded building net-snmp.lib, but cannot built php_snmp.dll.
|
build env: Windows7, VC++2010 Ultimate SP1, SDK7.1
Last edited by valkyria on Mon 12 Nov '12 11:35; edited 2 times in total |
|
Back to top |
|
gdprogrammer59
Joined: 06 Dec 2011 Posts: 16 Location: Ellenton, FL
|
Posted: Sun 11 Nov '12 22:08 Post subject: PHP 5.4.8 64-bit Build |
|
|
I just wanted to extend my appreciation to you building this version of PHP in a 64-bit version. I was wanting to do this myself but my "free" time has been non-existent.
Also, just when I thought the only other provider of 64-bit PHP (and Apache) had disappeared, they had also posted 5.4.8 just a few days ago. I have been using the previous VC10 build and had really hoped to stay with that and for I just wanted to extend my appreciation. |
|
Back to top |
|
rudhy
Joined: 21 Jan 2006 Posts: 6
|
Posted: Mon 12 Nov '12 2:37 Post subject: |
|
|
Thanks for great jobs
This is NTS or TS version ? |
|
Back to top |
|
valkyria
Joined: 11 Nov 2012 Posts: 4
|
Posted: Mon 12 Nov '12 11:30 Post subject: |
|
|
this is TS version.
Code: |
phpinfo()
PHP Version => 5.4.8-Win64
Build Date => Oct 26 2012 20:47:50
Compiler => MSVC10 (Visual C++ 2010)
Architecture => x64
Configure Command => cscript /nologo configure.js "--enable-snapshot-build" "--enable-object-out-dir=." "--disable-debug" "--disable-static-analyze" "--without-eaccelerator-debug"
PHP API => 20100412
PHP Extension => 20100525
Zend Extension => 220100525
Zend Extension Build => API220100525,TS,VC10
PHP Extension Build => API20100525,TS,VC10
Debug Build => no
Thread Safety => enabled
|
|
|
Back to top |
|
|
|
|
|
|