History log of /PHP-8.2/win32/build/config.w32 (Results 126 – 150 of 288)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 6612e1ba 24-Mar-2014 Anatol Belski

more fixes related to bug #65715

Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26
# cf90bd92 01-Mar-2014 Anatol Belski

support for static analyzers other than visual studio

Revision tags: php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24, php-5.4.24RC1, php-5.5.8RC1
# 2a1b6056 22-Dec-2013 krakjoe

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
stop warnings from unused opcode map
- BFN
- Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch by: mi

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
stop warnings from unused opcode map
- BFN
- Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch by: michael at orlitzky dot com
Included new .c file in build too
Fixed little typo in zend_vm_gen.php
Moved to new file, killing a lot of warnings

show more ...


# 7e3af096 21-Dec-2013 Bob Weinand

Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
Zend/zend_vm_opcodes.c


# 97bf2543 21-Dec-2013 Bob Weinand

Included new .c file in build too

Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6
# af600c24 06-Nov-2013 Dmitry Stogov

Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_scalar_exprs

* 'const_scalar_exprs' of github.com:bwoebi/php-src:
Removed operations on constant arrays. They

Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_scalar_exprs

* 'const_scalar_exprs' of github.com:bwoebi/php-src:
Removed operations on constant arrays. They make no sense as constants are not allowed to be arrays. And as just properties are allowed to; no problem, we still don't need operations on any constant array.
Added a few more operators
Whitespace fix
converted several switches to ifs and made more opcache friendly
Fatal error about self referencing constants fixed
Fixed mem leaks, added tests and ternary operator
Working commit for constant scalar expressions (with constants). Tests will follow.

Conflicts:
Zend/Makefile.am
configure.in
win32/build/config.w32

show more ...


# 23617458 31-Oct-2013 Bob Weinand

Working commit for constant scalar expressions (with constants).
Tests will follow.

Revision tags: php-5.4.22RC1, php-5.5.6RC1
# e30b2aae 17-Oct-2013 Anatol Belski

initial move on renaming files and fixing includes

Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1
# bd677b43 28-Aug-2013 Anatol Belski

removed the /Wp64 switch as we use true 64 bit compiler now

Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7
# 80a2f2f6 08-Sep-2012 unknown

Merge branch 'PHP-5.4'

* PHP-5.4:
-enable VC11 (vc2012)


# cea7f090 08-Sep-2012 unknown

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
-enable VC11 (vc2012)


# dabe89c6 08-Sep-2012 unknown

-enable VC11 (vc2012)

Revision tags: php-5.4.7RC1, php-5.3.16, php-5.4.6
# f4ce3646 13-Aug-2012 Nikita Popov

Merge remote-tracking branch 'php-src/master' into addGeneratorsSupport

This is just an intial merge. It does not yet make generators and finally
work together.

Conflicts:

Merge remote-tracking branch 'php-src/master' into addGeneratorsSupport

This is just an intial merge. It does not yet make generators and finally
work together.

Conflicts:
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
Zend/zend_vm_execute.skl
Zend/zend_vm_opcodes.h

show more ...


Revision tags: php-5.4.6RC1, php-5.4.5
# d12f8d67 14-Jul-2012 Andrew Faulds

Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

- removed php_logo_guid()
- removed php_egg_logo_guid()
- removed php_real_logo_guid()
- removed zend_logo_g

Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

- removed php_logo_guid()
- removed php_egg_logo_guid()
- removed php_real_logo_guid()
- removed zend_logo_guid()
- removed logo GUID handling
- removed logo GUIDs from source
- added logo data URIs instead for phpinfo()
- added credits to phpinfo() page, but hidden by default

show more ...

Revision tags: php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2
# ca59e546 19-May-2012 Nikita Popov

Add empty Generator class

Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6
# 612e73b0 11-Jan-2012 Pierre Joye

- add new build type, optional. has been used for the last 2 RCs

# 92120997 11-Jan-2012 Pierre Joye

- add new build type, optional. has been used for the last 2 RCs

Revision tags: php-5.3.9, php-5.4.0RC5, php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4
# 58b7766a 18-Jul-2011 Pierre Joye

- not a good idea after all and did not do what I thought it should do

# 3c323a5d 18-Jul-2011 Pierre Joye

- not a good idea after all and did not do what I thought it should do

Revision tags: php-5.3.7RC3
# 731029a6 14-Jul-2011 Pierre Joye

- fix decl

# cf9aaf22 14-Jul-2011 Pierre Joye

- fix decl

Revision tags: php-5.4.0alpha2
# 1655d6d4 13-Jul-2011 Pierre Joye

- bind to the available crt version

# 29b47bbf 13-Jul-2011 Pierre Joye

- bind to the available crt version

Revision tags: php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 0625b388 28-Mar-2011 Pierre Joye

- re enable static analyzer, crash fixed with snapshot builds

# 4ad6108b 28-Mar-2011 Pierre Joye

- re enable static analyzer, crash fixed with snapshot builds

12345678910>>...12