Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2 |
|
#
a4979994 |
| 02-Mar-2011 |
Moriyoshi Koizumi |
- Merge from trunk. |
#
f093c7db |
| 02-Mar-2011 |
Moriyoshi Koizumi |
- Enable windows build system to accept paths containing spaces. |
Revision tags: php-5.3.6RC1 |
|
#
555e42fb |
| 07-Feb-2011 |
Pierre Joye |
- disable realloc warning about not checking its return value, 100% valid but way too many of them for now, reduce noises |
#
312235cd |
| 07-Feb-2011 |
Pierre Joye |
- disable realloc warning about not checking its return value, 100% valid but way too many of them for now, reduce noises |
#
1ec3ec13 |
| 13-Jan-2011 |
Pierre Joye |
-disable the analyzer for the snapshot in 5.3 too |
#
f9c61024 |
| 10-Jan-2011 |
Pierre Joye |
- do not enable analyzer for snapshot |
#
eddd9b75 |
| 09-Jan-2011 |
Pierre Joye |
- new sec flags should not be on by default for 5.3, yet |
#
eda798fd |
| 09-Jan-2011 |
Pierre Joye |
- add configure option to enable the builtin static analyzer (will be enabled for snaps' log) |
#
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. |