History log of /PHP-7.0/ext/standard/string.c (Results 201 – 225 of 899)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 92eda102 02-Mar-2014 Xinchen Hui

Fixed str_replace count handling


Revision tags: php-5.6.0alpha3
# 2e459be2 21-Feb-2014 datibbaw

substr_compare(): Allow zero length comparison

Treat zero length comparison as always equal.


# 71dac3d5 25-Feb-2014 Xinchen Hui

Don't add_ref in add_*_str functions


# bfcb3def 25-Feb-2014 Xinchen Hui

Fixed memory leak in ext/standard/tests/strings/quotemeta_basic.php


# f482092c 25-Feb-2014 Xinchen Hui

Fixed momory leak in heberv


# 9e4da2d0 25-Feb-2014 Xinchen Hui

Fixed segfault in ext/standard/tests/strings/money_format_variation1.phpt


# 1dc69e86 25-Feb-2014 Xinchen Hui

Fixed memory leak in setlocale


# e0a32353 25-Feb-2014 Xinchen Hui

Fixed NULL pointer dereference in ext/standard/tests/strings/setlocale_basic2.php


# 1e5a4f28 24-Feb-2014 Xinchen Hui

Refactor php_uu(en/de)code to returning zend_string


# 57a3feb4 24-Feb-2014 Xinchen Hui

Fixed memory leak in strrev


# 9e9f6c71 24-Feb-2014 Xinchen Hui

Fixed memory leak in str_pad


# b5291556 24-Feb-2014 Xinchen Hui

Fixed memory leak in nlbr


# a9529b8a 24-Feb-2014 Xinchen Hui

Refactor chunk_split returning zend_string to avoid memleak


# 1bb59c73 24-Feb-2014 Xinchen Hui

Fixed NULL pointer dereference in ext/standard/tests/strings/strtr_variation*


# 6c3c1f09 24-Feb-2014 Xinchen Hui

Fixed memory leak in ext/standard/tests/strings/bug24098.phpt


# 94e30a81 24-Feb-2014 Xinchen Hui

Fixed memory leak in substr_replace


# 737a84ed 24-Feb-2014 Xinchen Hui

Revert "Fixed segfault in ext/standard/tests/strings/bug24208.php"

This reverts commit b1fb93b4822b68f7ef1e8f59bc1b3d7630212715.


# 6f6573ef 24-Feb-2014 Xinchen Hui

Fixed several memory leaks


# 077b0232 24-Feb-2014 Xinchen Hui

Refactor php_addslashes using zend_string


# b287591a 23-Feb-2014 Xinchen Hui

Refactor php_str_to_str returning zend_string


# f21eb59c 23-Feb-2014 Xinchen Hui

Fixed memory leak ext/standard/tests/strings/bug21453.phpt


# 5db2503f 23-Feb-2014 Xinchen Hui

Fixed memory leak in ext/standard/tests/strings/bug20927.phpt


# c0aba2c6 23-Feb-2014 Xinchen Hui

Refactor basename using zend_string


# 0e4cfad1 22-Feb-2014 Xinchen Hui

Refactor php_addcslashes using zend_string


# b1fb93b4 22-Feb-2014 Xinchen Hui

Fixed segfault in ext/standard/tests/strings/bug24208.php

it still ugly,, maybe we should make EG(active_symbol_table) a zend_array?


12345678910>>...36