History log of /PHP-7.3/ext/pcre/php_pcre.c (Results 176 – 200 of 483)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.28RC1
# d0cc5c63 15-Apr-2014 Dmitry Stogov

Use zend_string* instead of char*


# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)


Revision tags: php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


Revision tags: php-5.6.0beta1
# 3d17219c 07-Apr-2014 Dmitry Stogov

Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and family require second argument to be real pointer.
&(ht)->nInternalPointer should be passed instead of NULL.
zend_h

Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and family require second argument to be real pointer.
&(ht)->nInternalPointer should be passed instead of NULL.
zend_hash_update_current_key() may work only with internal pointer.

show more ...


Revision tags: php-5.4.27
# 7240b4ec 01-Apr-2014 Dmitry Stogov

Avoid unnecessary zval separations


# dccd97d3 01-Apr-2014 Dmitry Stogov

Avoid unnecessary zval separations


Revision tags: php-5.5.11
# c6cba554 27-Mar-2014 Dmitry Stogov

Use ZVAL_DEREF() macro


# 54d559d8 27-Mar-2014 Dmitry Stogov

Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x))


Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26
# 42562ee9 28-Feb-2014 Nikita Popov

Add support for PCRE marks

If a MARK is set then it will be returned in the $matches array
unter key "MARK". If no MARK is used or passed, the key will not
be set.


# bf5e00f2 16-Mar-2014 Xinchen Hui

Fixed reference handling in pcre_grep


# 412ca11e 16-Mar-2014 Xinchen Hui

Fixed reference arg hanlding in pcre_replace


# ef1e006b 16-Mar-2014 Xinchen Hui

Refactor php_pcre_replace to return zend_string


# 6ad3abcd 07-Mar-2014 Dmitry Stogov

Temporary fix memory leaks


# b671c3a2 07-Mar-2014 Dmitry Stogov

Fixed refcounting


# d599d0ce 07-Mar-2014 Dmitry Stogov

Temporary fix memory leaks


# fff3c54f 06-Mar-2014 Dmitry Stogov

Added check


# 10c7f2dd 06-Mar-2014 Xinchen Hui

Fixed IS_REFERENCE handling in preg_match


# 045c5fdd 28-Feb-2014 Dmitry Stogov

Fixed memory leaks


Revision tags: php-5.6.0alpha3
# 639e4e1a 25-Feb-2014 Dmitry Stogov

Changes zend_is_callable() to use zend_string* instead of char*


# 077b0232 24-Feb-2014 Xinchen Hui

Refactor php_addslashes using zend_string


# 189a39a1 19-Feb-2014 Xinchen Hui

Fixed segfault


Revision tags: php-5.4.26RC1, php-5.5.10RC1
# 43b03c74 18-Feb-2014 Xinchen Hui

Refacting smart_str


Revision tags: php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


12345678910>>...20