diff options
| author | Ferenc Kovacs <tyrael@php.net> | 2014-07-02 02:21:53 +0200 |
|---|---|---|
| committer | Ferenc Kovacs <tyrael@php.net> | 2014-07-02 02:21:53 +0200 |
| commit | a0be642ecf5ec6032254c8e0454afabf1dcbe55f (patch) | |
| tree | 1961bf25b9f18b625d0771dfa578e3ac4bf1dcbb /Zend/zend_highlight.c | |
| parent | 6c80e90e232c5fbe7159cc250f547a761d4561fe (diff) | |
| parent | d5d95f89351a72db7108d05fc9a86c949d4d5084 (diff) | |
| download | php-git-a0be642ecf5ec6032254c8e0454afabf1dcbe55f.tar.gz | |
Merge branch 'PHP-5.6' into PHP-5.6.0
* PHP-5.6: (70 commits)
add some missing NEWS entries
NEWS block for 5.6.0RC3
Fix ext/pgsql builds with libpq < 7.3.
updated libs_version.txt
updated libs_version.txt
updated libmagic.patch in 5.6+
updated libmagic.patch
Fixed possible crash because of race conditions on modifying constants in shared memory
remove the NEWS entry for the reverted fpm fix
remove the NEWS entry for the reverted fpm fix
remove the NEWS entry for the reverted fpm fix
Revert "Fix Bug #67530 error_log=syslog ignored"
--enable-fpm for the travis build
fix the last fpm NEWS entry, the other bug is related, but not the same what we fixed here
NEWS
NEWS
Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
adding NEWS entry for the fix for bug #65641
Updated NEWS file for recent phpdbg fixes
Fixed issue krakjoe/phpdbg#94 - List behavior is inconsistent
...
Conflicts:
NEWS
Diffstat (limited to 'Zend/zend_highlight.c')
| -rw-r--r-- | Zend/zend_highlight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_highlight.c b/Zend/zend_highlight.c index 68f2b7b72d..31d99b7dfe 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -150,7 +150,7 @@ ZEND_API void zend_highlight(zend_syntax_highlighter_ini *syntax_highlighter_ini case T_DOC_COMMENT: break; default: - efree(token.value.str.val); + str_efree(token.value.str.val); break; } } |
