Author |
|
Virsacer
Joined: 16 Jan 2010 Posts: 108 Location: Germany, Darmstadt
|
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sun 09 Sep '12 10:33 Post subject: |
|
|
We should miss your builds, thanks! I leave the link to the latest on the download page.
Also thanks for your Build-Environment.
Steffen |
|
Back to top |
|
gdprogrammer59
Joined: 06 Dec 2011 Posts: 16 Location: Ellenton, FL
|
Posted: Mon 17 Sep '12 14:33 Post subject: PHP 64-bit |
|
|
Do you think anyone will pick up the PHP Windows 64-bit build? There has only been one other PHP Windows 64-bit build that I have found (and this site also builds Windows 64-bit Apache as well) but seems to be a couple of months behind.
I have downloaded the build environment but seems to be missing key elements:
- version of VC used/tested on
- how to use the provided PHP files (i.e. php index.php produces a HTML table but also says it will update !Libraries.php but I don't understand how)
Not that I have the time to do this (does anybody?) but if I can get a little guidance I would be willing to give it a shot. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
Virsacer
Joined: 16 Jan 2010 Posts: 108 Location: Germany, Darmstadt
|
Posted: Wed 26 Sep '12 1:07 Post subject: |
|
|
Hi,
I did use VC10 Prof with Windows SDK 7.1
!Libraries.php has to be updated manually
You can move index.php to your htdocs - it tells you which libraries are ready to be built
green: output zip (with version-matching-filename) exists
yellow: ready to build
red: another lib needs to be built first
orange: newer versions of the lib did not work for me (set with "!" in front of versionnumber in !Libraries.php)
Obviously index.php cannot check if the zip actually contains a correct built lib - so if you update a lib you need to check if other libs depend on it and rebuilt them...
When you have all libs just run !BUILD.bat |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 26 Sep '12 9:49 Post subject: |
|
|
A suggestion: put your Environment on github. |
|
Back to top |
|
gdprogrammer59
Joined: 06 Dec 2011 Posts: 16 Location: Ellenton, FL
|
Posted: Wed 26 Sep '12 17:14 Post subject: PHP 64-bit Build |
|
|
I wanted to say thank you, Virsacer, for posting a response. I did want to let you know that I am going to attempt to build PHP x64 ver soon.
I have installed the Windows SDK 7.1 (a tad bit of a pain since I already had VC10 w/SP1 installed) and VC10 w/SP1.
I had built a couple of early PHP 5.3 versions so I am somewhat familiar with build processes (at least way back then). What has lost me some is the use of the PHP files in the process. I went ahead and set Apache to point the localhost to D:/PHP and PHP.EXE is in the path and I can view index.php.
I need to download and try to sort the build process out.
Just how different is this as compared to the reference that James had provided (the step-by-step build)? Any information that deviates from that would be helpful.
Also, when you say the ones in orange didn't work for you, what did you do in those cases? I see that curl shows 7.26.0 but it is orange?
Thank you kindly for your assistance. |
|
Back to top |
|
Virsacer
Joined: 16 Jan 2010 Posts: 108 Location: Germany, Darmstadt
|
Posted: Fri 28 Sep '12 18:01 Post subject: |
|
|
Hi,
you need to download and put the sourcecode into the directories as described in Readme.note
The other stuff mentioned in stepbystepbuild is done by !BUILD.bat
cURL 7.26.0 does work, but 7.27.0 did not... |
|
Back to top |
|