History log of /PHP-7.4/win32/build/config.w32 (Results 126 – 150 of 255)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0d3c6914 09-Jan-2011 Pierre Joye

- add configure option to enable the builtin static analyzer (will be enabled for snaps' log)


# f3a4bfee 07-Jan-2011 Pierre Joye

- enable ASLR and NXCOMPAT by default


Revision tags: php-5.2.17, php-5.3.5, php-5.2.16
# 4df03c1d 13-Dec-2010 Pierre Joye

- phpize support merge from 5.3


# aea6771d 13-Dec-2010 Pierre Joye

- add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :)


# a7ffa09e 11-Dec-2010 Pierre Joye

- add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd


# ff60a987 10-Dec-2010 Pierre Joye

- add initial PHP_INSTALL_HEADERS, one step closer to phpize


Revision tags: php-5.2.15, php-5.3.4, php-5.2.15RC2
# 63d87a0a 02-Dec-2010 Pierre Joye

- Fix #29085, bad default include_path on Windows


# d687186b 02-Dec-2010 Pierre Joye

- Fix #29085, bad default include_path on Windows


Revision tags: php-5.3.4RC2
# ab93d8c6 24-Nov-2010 Dmitry Stogov

Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# f25cbae9 11-Sep-2010 Pierre Joye

- remove dummy wrapper for readfile


# d97c07c2 11-Sep-2010 Pierre Joye

- remove dummy wrapper for readfile


# 7dd694ec 15-Aug-2010 Pierre Joye

- #52607, fix ENV conflit with win SDK 7.1


# 4588d5d7 15-Aug-2010 Pierre Joye

- #52607, fix ENV conflit with win SDK 7.1


# 1bd38189 15-Aug-2010 Pierre Joye

- #52607, fix ENV conflit with win SDK 7.1


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 48073dd7 29-Apr-2010 Pierre Joye

- Adieu VC6/7/8, merci pour les bons et loyaux services


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


# dd5c478b 20-Apr-2010 Dmitry Stogov

Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1, php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 1063c834 03-Dec-2009 Kalle Sommer Nielsen

MFT: VC10 build support


# 8109abba 30-Nov-2009 Pierre Joye

- MFH: vs2010 detection support, restore /W3


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3
# df0252a3 30-Oct-2009 Kalle Sommer Nielsen

Set WINVER to Windows 2000 like in config.w32.h.in


Revision tags: php-5.3.1RC2
# 97595a14 19-Oct-2009 Pierre Joye

- add custom DLL to the package and fix the path to the deps bin (needs absolute path in some cases)


Revision tags: oci8-1.4.0
# a4cbecd2 30-Sep-2009 Pierre Joye

- restore W3 flag to get usefull errors (unused vars, etc.)


Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2
# e877e128 24-Aug-2009 Pierre Joye

- fix object dir usage (ie: relative path called from a symlinked dir), also fix nmake test for similar cases


Revision tags: php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# b907aa43 04-Jun-2009 Matt Wilmas

MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)

MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)
* See bug #42868 (presumably-rare platform with different results in 5.2)
* On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added,
otherwise it's the same as 5.2
* Use this conversion method everywhere instead of some plain (long) casts

Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit:
* Essentially what 5.3's new conversion was doing in most cases
* Functions with "limit" or "length" type params could be updated to use this,
and prevent confusing overflow behavior with huge numbers (*also* in 5.2)
- See bug #47854, for example; or even #42868 again

# Test updates coming

show more ...


Revision tags: php-5.2.10RC1, php-5.3.0RC2
# 30b30dda 24-Apr-2009 Pierre Joye

- make MP survive --disable-all (=disable to disable it)


1234567891011