History log of /PHP-7.4/win32/build/Makefile (Results 26 – 50 of 143)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 164167f3 31-Oct-2017 Anatol Belski

Add /nologo


Revision tags: php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1
# 24da62d3 02-Sep-2017 Anatol Belski

Fix command


# 2e77f5ee 31-Aug-2017 Dylan K. Taylor

Fix `nmake install` fails when there are no shared extensions

check for existence instead of muting everything

check for exe existence before trying to copy


Revision tags: php-7.1.9, php-7.2.0RC1, php-7.0.23
# ba59b6f1 18-Aug-2017 Anatol Belski

Fix .pgd name for ts build


Revision tags: php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1
# 1300017c 13-Jul-2017 Anatol Belski

cleanup discontinued target


# 2b37da9e 11-Jul-2017 Anatol Belski

parametrize zip names

simplify names


Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4
# 8121cb50 11-Apr-2017 Anatol Belski

Pass explicit PHP version string to mkdist.php


# a94fc577 11-Apr-2017 Anatol Belski

Fix command syntax, env var has to be nmake macro in makefile


# c14eecb9 11-Apr-2017 Anatol Belski

use php.exe from the SDK for packaging, not the one just compiled


Revision tags: php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1
# 9450e23b 24-Feb-2017 Anatol Belski

Support run or test target invoked within debugger

Useful, as it gets all the environment produced by the makefile. For the
test target, it might make sense to have the child process deb

Support run or test target invoked within debugger

Useful, as it gets all the environment produced by the makefile. For the
test target, it might make sense to have the child process debug plugin
for VS installed.

show more ...


Revision tags: php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1
# acbc007a 20-Nov-2016 Kalle Sommer Nielsen

Use $(CC) consistently in the Makefile


Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13
# 197def72 01-Nov-2016 Anatol Belski

add run target

With this it is possible to run some code with the currently compiled
PHP and all the required environment included.


# 78a164ba 30-Oct-2016 Anatol Belski

rename the env setting target and reuse it for build-snap


# ddbcb208 29-Oct-2016 Anatol Belski

fix test run with autogenerated ini


# 5b04a218 29-Oct-2016 Anatol Belski

generate test ini file, so shared exts are loaded for nmake test


Revision tags: php-5.6.28RC1
# 1be83398 27-Oct-2016 Anatol Belski

prepend known bin folders to the path for nmake test runs


Revision tags: php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12
# 62bed405 29-Sep-2016 Anatol Belski

sync win32 makefile with makedist zendparse exports

With a newer bison this part is relevant. Whil bison 2.4.1 is still
used, this changes cater for the forward compatibility.


Revision tags: php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5
# 72ac8cf5 28-Mar-2016 y-uti

Enable 'nmake test' on building extensions

On Windows, Makefile generated by phpize doesn't have the 'test'
target rule. This commit fixes that and enables 'nmake test' on
Windows.


# 0f9bf85a 28-Mar-2016 y-uti

Enable 'nmake test' on building extensions

On Windows, Makefile generated by phpize doesn't have the 'test'
target rule. This commit fixes that and enables 'nmake test' on
Windows.


Revision tags: php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32
# 2764586c 01-Feb-2016 Anatol Belski

fix extensions path for nmake install


# a01fd45d 01-Feb-2016 Anatol Belski

fix extensions path for nmake install


Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 53fb2f1e 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


123456