#
3edf7d96 |
| 29-Dec-2015 |
Jani Ollikainen |
Logging to syslog with dynamic error levels (related to #49467)
|
#
650c1c0a |
| 20-Apr-2016 |
Dmitry Stogov |
Safe execution timeout handling.
|
#
1929fc9b |
| 25-Mar-2016 |
Xinchen Hui |
Fixed bug #71891 (header_register_callback() and register_shutdown_function()) Actually, this fixed the memleak not the behavior(it is expected behavior that "shutdown" is not outputed)
|
#
632fc51d |
| 18-Feb-2016 |
Anatol Belski |
Bug #71596 Segmentation fault on ZTS with date function (setlocale)
|
#
fffbca55 |
| 11-Jan-2016 |
Anatol Belski |
backport 9a07245b728714de09361ea16b9c6fcf70cb5685 from 7.0
|
#
1dc395c8 |
| 05-Jan-2016 |
Anatol Belski |
improve fix for bug #71273
|
#
9a07245b |
| 05-Jan-2016 |
Anatol Belski |
Fixed bug #71273 A wrong ext directory setup in php.ini leads to crash
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016)
|
#
8da0aeaa |
| 28-Aug-2015 |
Dmitry Stogov |
Removed signal protection (set to NULL before free() to avoid dangling pointers)
|
#
96ea4a0a |
| 24-Aug-2015 |
Dmitry Stogov |
Mark error functions as "cold"
|
Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
7aa76271 |
| 30-Jun-2015 |
Dmitry Stogov |
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
|
Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1 |
|
#
c444c417 |
| 25-May-2015 |
Anatol Belski |
further cleanups with S_IF* macros generalized declarations
|
Revision tags: php-5.5.25, php-5.6.9 |
|
#
f69b30ea |
| 13-May-2015 |
Dmitry Stogov |
Partial revert of 6a819bba40661a9a8d7080994cb2f24b73c5d46c.
|
Revision tags: php-5.4.41, php-5.6.9RC1 |
|
#
6a819bba |
| 29-Apr-2015 |
Julien Pauli |
Fix for #66048
|
#
c117548e |
| 12-May-2015 |
Julien Pauli |
Fix for #66048
|
Revision tags: php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40 |
|
#
a5a7db8a |
| 04-Apr-2015 |
Kalle Sommer Nielsen |
Fix build
|
#
118a2fa8 |
| 04-Apr-2015 |
Kalle Sommer Nielsen |
This part here was moved to the EG constructor by Anatol in f51a9c71dd011f7d6879b326280adc05ae45f7f7
|
Revision tags: php-5.6.8RC1, php-5.5.24RC1 |
|
#
c4861177 |
| 29-Mar-2015 |
Kalle Sommer Nielsen |
Remove the special disabled functions on Windows, since we don't even support those versions of Windows anymore hence it makes no sense to even check for it
|
#
a75e8d1f |
| 29-Mar-2015 |
Kalle Sommer Nielsen |
Drop this VC8+ check, since our bare minimum of required VC version is higher anyway, meaning that CRT warnings are always supported.
|
#
8153286e |
| 27-Mar-2015 |
Kalle Sommer Nielsen |
Drop zend_indent() as it was never used, complete or working
|
Revision tags: php-5.6.7, php-5.5.23, php-5.4.39 |
|
#
56eed39e |
| 10-Mar-2015 |
Xinchen Hui |
Fixed phar test segfault after merged engine exception
|
#
b0055678 |
| 09-Mar-2015 |
Nikita Popov |
Fix CLI test and drop some now unnecessary code
|
#
1c94ff05 |
| 09-Mar-2015 |
Dmitry Stogov |
Implement engine exceptions RFC: https://wiki.php.net/rfc/engine_exceptions_for_php7 Pending changes regarding naming of BaseException and whether it should be an interface.
|
Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS |
|
#
2fa8d67a |
| 03-Mar-2015 |
Dmitry Stogov |
Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse.
|
#
860fc394 |
| 03-Mar-2015 |
Reeze Xia |
Improve fix for bug 67741 Thanks to laruence.
|