#
9bdbc749 |
| 19-Mar-2015 |
Dmitry Stogov |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fixed bug #69152
|
#
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 |
|
#
6cb3b941 |
| 03-Mar-2015 |
Reeze Xia |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Improve fix for bug 67741 Added type checks Added type checks
|
#
143cc672 |
| 03-Mar-2015 |
Dmitry Stogov |
Merge branch 'PHP-5.6' * PHP-5.6: Added type checks Update NEWS Conflicts: NEWS ext/soap/php_encoding.c ext/soap/soap.c
|
#
c433f19a |
| 03-Mar-2015 |
Dmitry Stogov |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Added type checks
|
#
b3ac3522 |
| 03-Mar-2015 |
Dmitry Stogov |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Added type checks
|
#
c8eaca01 |
| 03-Mar-2015 |
Dmitry Stogov |
Added type checks |
#
dd50ed8a |
| 03-Mar-2015 |
Dmitry Stogov |
Merge branch 'PHP-5.6' * PHP-5.6: Added type checks Fixed bug #67741 (auto_prepend_file messes up __LINE__) Check variable type before its usage as IS_ARRAY. Fixed a
Merge branch 'PHP-5.6' * PHP-5.6: Added type checks Fixed bug #67741 (auto_prepend_file messes up __LINE__) Check variable type before its usage as IS_ARRAY. Fixed a bug that header value is not terminated by '\0' when accessed through getenv(). Conflicts: ext/soap/php_encoding.c ext/soap/php_http.c ext/soap/soap.c
show more ...
|
#
26827a01 |
| 03-Mar-2015 |
Dmitry Stogov |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Added type checks Fixed bug #67741 (auto_prepend_file messes up __LINE__) Check variable type before its usage as IS_ARRAY.
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Added type checks Fixed bug #67741 (auto_prepend_file messes up __LINE__) Check variable type before its usage as IS_ARRAY. Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
show more ...
|
#
035d8052 |
| 03-Mar-2015 |
Dmitry Stogov |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Added type checks Conflicts: ext/soap/soap.c
|
#
0c136a2a |
| 03-Mar-2015 |
Dmitry Stogov |
Added type checks |
#
d5248f67 |
| 02-Mar-2015 |
Dmitry Stogov |
Check variable type before its usage as IS_ARRAY. |
#
794a2883 |
| 27-Feb-2015 |
Xinchen Hui |
Merge branch 'PHP-5.6' Conflicts: ext/soap/soap.c
|
#
86ba1a24 |
| 27-Feb-2015 |
Xinchen Hui |
Merge branch 'PHP-5.5' into PHP-5.6
|
#
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 |
#
da7d94cd |
| 13-Feb-2015 |
Xinchen Hui |
Merge branch 'PHP-5.6' Conflicts: ext/soap/soap.c ext/standard/basic_functions.c ext/zlib/zlib.c
|
#
adc42657 |
| 13-Feb-2015 |
Xinchen Hui |
Merge branch 'PHP-5.5' into PHP-5.6
|
#
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 ...
|