#
3d564187 |
| 14-Jun-2016 |
Xinchen Hui |
Fixed bug #72399 (Use-After-Free in MBString (search_re)) |
#
771e5cc2 |
| 11-Jun-2016 |
Aaron Piotrowski |
Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error |
#
e3c681aa |
| 11-Jun-2016 |
Aaron Piotrowski |
Merge branch 'master' into throw-error-in-extensions
|
#
23e362a4 |
| 05-May-2016 |
Xinchen Hui |
Merge branch 'PHP-7.0' * PHP-7.0: Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace)
|
#
395863b1 |
| 05-May-2016 |
Xinchen Hui |
Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace) |
#
882f9704 |
| 04-Jan-2016 |
Francois Laupretre |
mb_ereg_search_setpos(): Add support for negative position Also add missing test for this function |
#
ed35de78 |
| 01-Jan-2016 |
Lior Kaplan |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Happy new year (Update copyright to 2016)
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016) |
#
1287c480 |
| 02-Oct-2015 |
Nikita Popov |
Fix/improve zpp usage The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic. |
#
5c95226d |
| 17-Jul-2015 |
Nikita Popov |
Various warning fixes |
#
7ec1e174 |
| 06-Jul-2015 |
Aaron Piotrowski |
Update memory freeing and other issues, revert some changes |
#
907476f3 |
| 05-Jul-2015 |
Aaron Piotrowski |
Convert E_ERROR to thrown Error in extensions |
#
4a2e40bb |
| 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.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1 |
|
#
2505aea1 |
| 29-Jan-2015 |
Xinchen Hui |
Fixed valgrind issue in mb_ereg_replace_variation1.phpt |
Revision tags: php-5.5.21, php-5.6.5, php-5.4.37 |
|
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
0579e827 |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
73c1be26 |
| 15-Jan-2015 |
Xinchen Hui |
Bump year |
Revision tags: php-5.5.21RC1, php-5.6.5RC1 |
|
#
b7a7b1a6 |
| 03-Jan-2015 |
Stanislav Malyshev |
trailing whitespace removal |
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things |
Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34 |
|
#
43f1c94d |
| 09-Oct-2014 |
Nikita Popov |
Review a few more SEPARATE_ZVAL_IF_NOT_REF usages |
Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2 |
|
#
e33f3d3b |
| 20-Sep-2014 |
Nikita Popov |
Move smart_str implementation into Zend/ So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just m
Move smart_str implementation into Zend/ So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
show more ...
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/ |
#
469c9bdb |
| 19-Sep-2014 |
Anatol Belski |
simplify condition |
#
bf7203e1 |
| 19-Sep-2014 |
Anatol Belski |
fix empty string check |
Revision tags: php-5.4.33, php-5.5.17 |
|
#
49a6b485 |
| 16-Sep-2014 |
Anatol Belski |
redo the fix casting to size_t where applicable |