History log of /PHP-7.0/main/main.c (Results 201 – 225 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f2ce3e02 24-Mar-2011 Ilia Alshanetsky

Fixed a crash inside dtor for error handling.


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# 6dfee4f8 08-Feb-2011 Gustavo André dos Santos Lopes

- Changed default serialize_precision from 100 to 17, as discussed in internals.


# 257b994f 08-Feb-2011 Gustavo André dos Santos Lopes

- Changed default serialize_precision from 100 to 17, as discussed in internals.


# 96996ec5 20-Jan-2011 Felipe Pena

- Removed accidental changes


# 5c38e6cc 20-Jan-2011 Pierre Joye

- should not have been applied


# 28d95f8e 20-Jan-2011 Pierre Joye

- check if strdup succeeds


# af0c734f 20-Jan-2011 Pierre Joye

- check if strdup succeeds


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 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)


# 4cc80738 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 ...


# 1178d719 11-Aug-2010 Kalle Sommer Nielsen

Seems like this one skipped the commit (E_ERROR -> E_CORE_ERROR) for zend.ze1_compatibility_mode (re #52570)


# 8deefa87 11-Aug-2010 Kalle Sommer Nielsen

Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570)

# Trunk patch will follow shortly


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


12345678910>>...42