Merge branch 'PHP-5.4'

This commit is contained in:
Xinchen Hui 2012-10-18 20:14:54 +08:00
commit 9714ceb92b

View file

@ -555,7 +555,7 @@ PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subjec
/* Overwrite the passed-in value for subpatterns with an empty array. */ /* Overwrite the passed-in value for subpatterns with an empty array. */
if (subpats != NULL) { if (subpats != NULL) {
zval_dtor(subpats); zval_dtor(subpats);
array_init(subpats); array_init(subpats);
} }