Revision tags: php-5.6.19RC1, php-7.0.4RC1 |
|
#
4e0134c6 |
| 13-Feb-2016 |
Nikita Popov |
Fix bounds check in strip_tags()
|
Revision tags: php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
6b0b29ed |
| 22-Dec-2015 |
Julien Pauli |
Fix #70720
|
#
47af41b7 |
| 29-Jan-2016 |
Anatol Belski |
Revert "Fix #70720" This reverts commit ff7ed9021cd72a7f82dd4301cdc266afdff458ad.
|
#
88bd7cb4 |
| 27-Jan-2016 |
Stanislav Malyshev |
Use safe alloc functions when calculations are made on sizes. Fixes bug #71449, bug #71450
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016)
|
#
ff7ed902 |
| 22-Dec-2015 |
Julien Pauli |
Fix #70720
|
#
4037ba58 |
| 22-Dec-2015 |
Anatol Belski |
release only appropriate string
|
Revision tags: php-7.0.2RC1 |
|
#
d63ae2c3 |
| 22-Dec-2015 |
Xinchen Hui |
Fixed bug #71190 (substr_replace converts integers in original $search array to strings)
|
#
3524849f |
| 22-Dec-2015 |
Xinchen Hui |
Fixed #71188 (str_replace converts integers in original $search array to strings)
|
Revision tags: php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5 |
|
#
9af07e71 |
| 08-Oct-2015 |
Dmitry Stogov |
Fixed bug #70667 (strtr() causes invalid writes and a crashes)
|
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
560e4fa3 |
| 29-Sep-2015 |
Dmitry Stogov |
Removed or simplified incorrect SEPARATE_*() macros usage.
|
#
ad4fa8f7 |
| 24-Sep-2015 |
Dmitry Stogov |
Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().
|
Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44 |
|
#
80edd403 |
| 27-Jul-2015 |
Remi Collet |
fix memleak
|
#
11613a1b |
| 27-Jul-2015 |
Xinchen Hui |
Cleanup and also include the error path into test
|
#
e811770a |
| 25-Jul-2015 |
Remi Collet |
Fix #70112 RFE Allow dirname to go up various times
|
#
6aeee47b |
| 27-Jul-2015 |
Xinchen Hui |
Fixed bug #70140 (str_ireplace/php_string_tolower - Arbitrary Code Execution)
|
Revision tags: php-5.6.12RC1, php-7.0.0beta2 |
|
#
42e32c33 |
| 17-Jul-2015 |
Nikita Popov |
More warning fixes
|
#
ad4d139f |
| 04-Aug-2015 |
Bob Weinand |
Make bin2hex() and hex2bin() timing safe
|
Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
29533ae5 |
| 07-Jul-2015 |
Ferenc Kovacs |
add missing second argument for ucfirst to the proto
|
#
017d3530 |
| 02-Jul-2015 |
Xinchen Hui |
Unnecessary duplication
|
#
d2d326a3 |
| 01-Jul-2015 |
Dmitry Stogov |
Cleanup (avoid reallocatios and side effects in php_strip_tags)
|
#
4a2e40bb |
| 30-Jun-2015 |
Dmitry Stogov |
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
|
#
845b191f |
| 29-Jun-2015 |
Anatol Belski |
refix the negative zend_long to size_t casts There is no good way to fix this for 32-bit without enormously overcomplicating the logic. Therefore switching back to the previous code
refix the negative zend_long to size_t casts There is no good way to fix this for 32-bit without enormously overcomplicating the logic. Therefore switching back to the previous code and adding the casts to ensure there are no sudden casts of negative to size_t.
show more ...
|
#
4bd22cf1 |
| 29-Jun-2015 |
Dmitry Stogov |
Improved zend_string API (Francois Laupretre) Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net>
Improved zend_string API (Francois Laupretre) Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net> Date: Fri Jun 26 01:23:31 2015 +0200 Use the new 'ZSTR' macros in the rest of the code. Does not change anything to the generated code (thanks to compat macros) but cleaner. commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8 Author: Francois Laupretre <francois@tekwire.net> Date: Thu Jun 25 13:45:06 2015 +0200 Improve zend_string API Add missing methods
show more ...
|
#
c783645b |
| 29-Jun-2015 |
Anatol Belski |
fix more places with subtle negative zend_long to size_t cast
|