Browse Source

fix ZTS build

PHAR_1_2
Antony Dovgal 19 years ago
parent
commit
f28ea3269b
  1. 2
      Zend/zend_operators.c

2
Zend/zend_operators.c

@ -2274,6 +2274,8 @@ static void increment_unicode(zval *str)
int ch;
if (Z_USTRLEN_P(str) == 0) {
TSRMLS_FETCH();
USTR_FREE(Z_USTRVAL_P(str));
ZVAL_ASCII_STRINGL(str, "1", sizeof("1")-1, 1);
return;

Loading…
Cancel
Save