#
af0c734f |
| 20-Jan-2011 |
Pierre Joye |
- check if strdup succeeds |
Revision tags: php-5.2.17, php-5.3.5 |
|
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
Revision tags: php-5.2.16 |
|
#
6654a4ad |
| 09-Dec-2010 |
Gustavo André dos Santos Lopes |
- Added enable_post_data_reading ini option to allow inhibiting POST data consumption. |
Revision tags: php-5.2.15, php-5.3.4, php-5.2.15RC2, 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 |
|
#
ab88e603 |
| 17-Nov-2010 |
Jani Taskinen |
- Fix possible crashes in 64bit builds caused by usage of int instead of size_t |
#
584ddb0c |
| 11-Nov-2010 |
Kalle Sommer Nielsen |
Added new constant; ZEND_MULTIBYTE to check whether PHP was compiled using --enable-zend-multibyte or not instead of sniffing phpinfo() (FR #52348) |
#
4667771a |
| 02-Nov-2010 |
Felipe Pena |
- Fixed no bailout address error and posix tests |
#
3690ce39 |
| 15-Oct-2010 |
Dmitry Stogov |
zend_collect_module_handlers() has to be called after zend_extensions startup, because they can register additional 'hidden' extensions |
#
1ac15b2f |
| 23-Sep-2010 |
Kalle Sommer Nielsen |
Added TSRMLS macros into php_get_current_user() |
#
34b631f6 |
| 18-Aug-2010 |
Kalle Sommer Nielsen |
Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's |
#
159cd691 |
| 17-Aug-2010 |
Kalle Sommer Nielsen |
Fixed compiler warnings in main/ |
#
a448b6a7 |
| 11-Aug-2010 |
Kalle Sommer Nielsen |
MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) # Some of the updated tests were to make them sync with 5.3 although they don't run on trunk an
MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) # Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
show more ...
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3 |
|
#
f33d2c5f |
| 14-Jul-2010 |
Dmitry Stogov |
Optimized defaut Content-Type HTTP header processing |
Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
11d24c15 |
| 31-May-2010 |
Michael Wallner |
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implem
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
show more ...
|
#
f7ce6958 |
| 25-May-2010 |
Dmitry Stogov |
- Interned string related callbacks moved turned from compiler_globals into real globals - Updated API version number |
#
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 ...
|
#
0a6bcd44 |
| 26-Apr-2010 |
Felipe Pena |
- Removed allow_call_time_pass_reference (Pierrick) |
#
08b9fdc8 |
| 24-Apr-2010 |
David Soria Parra |
Add DTrace probes |
#
9a38f301 |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3. |
#
febee112 |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Removed register_globals |
#
41b64104 |
| 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. |
#
94dd8372 |
| 20-Apr-2010 |
Dmitry Stogov |
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table |
#
a5304b13 |
| 15-Apr-2010 |
Kalle Sommer Nielsen |
Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session) |
#
ec5ece6c |
| 13-Apr-2010 |
Kalle Sommer Nielsen |
PHP_OS is now always WINNT on Windows, since we don't support anything prior to XP SP2 |
#
7ef4cdf4 |
| 13-Apr-2010 |
Kalle Sommer Nielsen |
Remove a couple TSRMLS_FETCH() calls around ext/main/sapi |