diff options
author | John Coggeshall <john@php.net> | 2005-04-25 20:54:44 +0000 |
---|---|---|
committer | John Coggeshall <john@php.net> | 2005-04-25 20:54:44 +0000 |
commit | 669fd595fef9fc4ab083cc0456b18f9cf7b1e69f (patch) | |
tree | 3c8c3c574ac2e98215ef509d7fd1055557994300 | |
parent | 335742c2ef76adb349ad4ad9ab8ba994ccc93320 (diff) | |
download | php-git-669fd595fef9fc4ab083cc0456b18f9cf7b1e69f.tar.gz |
Update
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.1.0 +- Added the tidy_get_opt_doc() function to return documentation for + configuration options in tidy. Thanks to nlopess for the patch. (John) - Removed php_check_syntax() function which never worked properly. (Ilia) - Removed garbage manager in Zend Engine which results in more aggressive freeing of data. (Dmitry, Andi) |