Revision tags: 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 |
|
#
26b35cab |
| 17-May-2015 |
Aaron Piotrowski |
Make zend_get_exception_base static. Soap extension can use other API functions.
|
#
d042d088 |
| 16-May-2015 |
Aaron Piotrowski |
Remodel exceptions based on Throwable interface Added Throwable interface that exceptions must implement in order to be thrown. BaseException was removed, EngineException renamed to
Remodel exceptions based on Throwable interface Added Throwable interface that exceptions must implement in order to be thrown. BaseException was removed, EngineException renamed to Error, and TypeException and ParseException renamed to TypeError and ParseError. Exception and Error no longer extend a common base class, rather they both implement the Throwable interface.
show more ...
|
Revision tags: php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1 |
|
#
15a5f61c |
| 22-Apr-2015 |
Dmitry Stogov |
Use fast method to check if first arguments should be passed by reference (not tested onbig endian).
|
Revision tags: php-5.6.8, php-5.5.24, php-5.4.40 |
|
#
3037665f |
| 14-Apr-2015 |
Dmitry Stogov |
Fixed use after free
|
#
ff70b40d |
| 13-Apr-2015 |
Remi Collet |
fix type in fix for #69085
|
#
c61ceef7 |
| 13-Apr-2015 |
Remi Collet |
fix type in fix for #69085 (cherry picked from commit 085e9ddc26f37ce556b8fd787044746e726264b2)
|
#
f23f7dfe |
| 08-Apr-2015 |
Xinchen Hui |
Use new macros
|
Revision tags: php-5.6.8RC1, php-5.5.24RC1 |
|
#
685ab95a |
| 31-Mar-2015 |
Dmitry Stogov |
Convert fatal errors on improper access to static properties into EngineExceptions
|
#
663074b6 |
| 23-Mar-2015 |
Anatol Belski |
cleanup mod version macros and mod defs, round x
|
#
51856a76 |
| 19-Mar-2015 |
Dmitry Stogov |
Fixed bug #69152
|
Revision tags: php-5.6.7, php-5.5.23, php-5.4.39 |
|
#
86336856 |
| 12-Mar-2015 |
Dmitry Stogov |
Use specialized macro for string zval creation
|
#
026b0adc |
| 10-Mar-2015 |
Dmitry Stogov |
Fixed memory leaks
|
#
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 |
|
#
c8eaca01 |
| 03-Mar-2015 |
Dmitry Stogov |
Added type checks
|
#
0c136a2a |
| 03-Mar-2015 |
Dmitry Stogov |
Added type checks
|
#
d5248f67 |
| 02-Mar-2015 |
Dmitry Stogov |
Check variable type before its usage as IS_ARRAY.
|
#
997b7e56 |
| 27-Feb-2015 |
Xinchen Hui |
Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()).
|
Revision tags: php-5.6.6, php-5.5.22, php-5.4.38 |
|
#
af3ca745 |
| 16-Feb-2015 |
Anatol Belski |
made ZEND_TSRMLS_CACHE_* macros look like function calls which also comply with the current semantics for such macros
|
#
e10e151e |
| 13-Feb-2015 |
Dmitry Stogov |
Merged zend_array and HashTable into the single data structure. Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write zend_array_dup() was changed t
Merged zend_array and HashTable into the single data structure. Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.
show more ...
|
#
13659482 |
| 13-Feb-2015 |
Xinchen Hui |
Fixed use of uninitliazed pointer
|
#
3a71fa36 |
| 13-Feb-2015 |
Xinchen Hui |
Micro opt
|
Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS |
|
#
13fc7f20 |
| 06-Feb-2015 |
manuel |
Invalid free of CG(interned_empty_string) On failure php_escape_html_entities returns STR_EMPTY_ALLOC which is an alias of CG(interned_empty_string) if interned strings are enabled.
Invalid free of CG(interned_empty_string) On failure php_escape_html_entities returns STR_EMPTY_ALLOC which is an alias of CG(interned_empty_string) if interned strings are enabled. Make sure we don't free this.
show more ...
|
Revision tags: php-5.6.6RC1, php-5.5.22RC1 |
|
#
94280990 |
| 02-Feb-2015 |
Xinchen Hui |
Cleanup resource handling APIs
|
#
3e31838d |
| 22-Jan-2015 |
Dmitry Stogov |
zend_read_property() has to provide a holder for return value. Previously it was possible that zend_read_property() returned pointer to zval allocated on stack.
|
Revision tags: php-5.5.21, php-5.6.5, php-5.4.37 |
|
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year
|