Hello PHP ppl,
I'd like to update the build instructions for windows for building PHP
7 with VC14:
https://wiki.php.net/internals/windows/stepbystepbuild
For this I would need write access, my wiki username is ihabunek.
Thanks,
Ivan
Hi Ivan
2015-06-25 17:39 GMT+02:00 Ivan Habunek ivan.habunek@gmail.com:
Hello PHP ppl,
I'd like to update the build instructions for windows for building PHP
7 with VC14:
https://wiki.php.net/internals/windows/stepbystepbuild
Do you have a draft or something similar we (we being the Windows
team) can take a look at before handing out the write access?
Thanks
--
regards,
Kalle Sommer Nielsen
kalle@php.net
Hi Kalle & co,
Do you have a draft or something similar we (we being the Windows
team) can take a look at before handing out the write access?
Not yet. I can draft it over the following few days and send it here
for approval.
I just finished building PHP 7 with VS 2015 RC Community edition
(free) so I want to add that to the instructions. It should be
identical when final version is out.
Regards,
Ivan
Hi Kalle & co,
Do you have a draft or something similar we (we being the Windows
team) can take a look at before handing out the write access?Not yet. I can draft it over the following few days and send it here
for approval.I just finished building PHP 7 with VS 2015 RC Community edition
(free) so I want to add that to the instructions. It should be
identical when final version is out.
Ah nice :)
Please be sure to keep the other versions too. 5.3 parts should be removed
tho'
Happy editing :)
Regards,
Ivan
Please be sure to keep the other versions too. 5.3 parts should be removed
tho'
Since 5.4. and 5.3 use the same compiler, I cannot really remove that much.
Happy editing :)
Thanks. :)
Ivan
Ivan Habunek in php.internals (Thu, 25 Jun 2015 19:18:18 +0200):
I just finished building PHP 7 with VS 2015 RC Community edition
(free) so I want to add that to the instructions. It should be
identical when final version is out.
FYI: VC 2015 RC Pro is free as well, if you register for a free MS
account. http://go.microsoft.com/?linkid=9877557
Jan
Hey all,
Took a little longer than planned, since i was away on a business trip
last week. I actually ended up restructuring the document a little. To
me it seems much more readable this way. I put it up in a Gist for you
to have a look:
https://gist.github.com/ihabunek/c74fb2d555fecea37aef
Any comments would be appreciated. If you're generally happy with it,
I can apply it to the wiki and we can make incremental updates from
there on.
Regards,
Ivan
Ivan Habunek wrote:
Took a little longer than planned, since i was away on a business trip
last week. I actually ended up restructuring the document a little. To
me it seems much more readable this way. I put it up in a Gist for you
to have a look:
https://gist.github.com/ihabunek/c74fb2d555fecea37aefAny comments would be appreciated. If you're generally happy with it,
I can apply it to the wiki and we can make incremental updates from
there on.
IMO that's nice improvement, and I suggest to put it on the Wiki. One
detail that might need clarification is the destination folder of the
binaries. This is not necessarily Release_TS, but may be Release or
Debug(_TS) as well, but more importantly, it appears to be
x64/Release_TS (etc.) for 64bit builds.
--
Christoph M. Becker
hi Ivan,
Hey all,
Took a little longer than planned, since i was away on a business trip
last week. I actually ended up restructuring the document a little. To
me it seems much more readable this way. I put it up in a Gist for you
to have a look:
https://gist.github.com/ihabunek/c74fb2d555fecea37aefAny comments would be appreciated. If you're generally happy with it,
I can apply it to the wiki and we can make incremental updates from
there on.
Great job, thanks!
You can remove references to 5.3 as we don't support it anymore.
A possible improvement would be to make either a table or a section
per PHP version for the setup (install vc9, vc11 or vc14). Maybe add a
list for VS20xx==VCn too, you can find the tuples here
http://lxr.php.net/xref/PHP_5_5/win32/build/confutils.js#57.
However it is already a big improvement, go ahead for the update! :)
Cheers,
Pierre
@pierrejoye | http://www.libgd.org
Pierre Joye wrote:
Hey all,
Took a little longer than planned, since i was away on a business trip
last week. I actually ended up restructuring the document a little. To
me it seems much more readable this way. I put it up in a Gist for you
to have a look:
https://gist.github.com/ihabunek/c74fb2d555fecea37aefAny comments would be appreciated. If you're generally happy with it,
I can apply it to the wiki and we can make incremental updates from
there on.Great job, thanks!
You can remove references to 5.3 as we don't support it anymore.
A possible improvement would be to make either a table or a section
per PHP version for the setup (install vc9, vc11 or vc14). Maybe add a
list for VS20xx==VCn too, you can find the tuples here
http://lxr.php.net/xref/PHP_5_5/win32/build/confutils.js#57.
Such a list is already in the Wiki on a page[1] that is currently linked
from the build page.
However it is already a big improvement, go ahead for the update! :)
[1] https://wiki.php.net/internals/windows/compiler
--
Christoph M. Becker
Pierre Joye wrote:
On Mon, Jul 6, 2015 at 2:51 PM, Ivan Habunek ivan.habunek@gmail.com
wrote:Hey all,
Took a little longer than planned, since i was away on a business trip
last week. I actually ended up restructuring the document a little. To
me it seems much more readable this way. I put it up in a Gist for you
to have a look:
https://gist.github.com/ihabunek/c74fb2d555fecea37aefAny comments would be appreciated. If you're generally happy with it,
I can apply it to the wiki and we can make incremental updates from
there on.Great job, thanks!
You can remove references to 5.3 as we don't support it anymore.
A possible improvement would be to make either a table or a section
per PHP version for the setup (install vc9, vc11 or vc14). Maybe add a
list for VS20xx==VCn too, you can find the tuples here
http://lxr.php.net/xref/PHP_5_5/win32/build/confutils.js#57.Such a list is already in the Wiki on a page[1] that is currently linked
from the build page.
I know however it is friendlier to have it here too.
However it is already a big improvement, go ahead for the update! :)
[1] https://wiki.php.net/internals/windows/compiler
--
Christoph M. Becker
Hi Pierre, ppl,
Thanks for the review.
You can remove references to 5.3 as we don't support it anymore.
Done.
A possible improvement would be to make either a table or a section
per PHP version for the setup (install vc9, vc11 or vc14). Maybe add a
list for VS20xx==VCn too, you can find the tuples here
http://lxr.php.net/xref/PHP_5_5/win32/build/confutils.js#57.However it is already a big improvement, go ahead for the update! :)
I applied the changes without the table for the moment, will work a
little more on it later.
Regards,
Ivan
Done.
-Hannes
Hello PHP ppl,
I'd like to update the build instructions for windows for building PHP
7 with VC14:
https://wiki.php.net/internals/windows/stepbystepbuildFor this I would need write access, my wiki username is ihabunek.
Thanks,
Ivan