diff options
author | Christian Stocker <chregu@php.net> | 2006-07-31 12:56:52 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2006-07-31 12:56:52 +0000 |
commit | 197396c14e5daf6c4689f74c89d47716aeee041e (patch) | |
tree | 2e50098655373d3fb26b875198fbb0753ba42a98 | |
parent | e53c538151d844d2eb223479773b84813e605c8e (diff) | |
download | php-git-197396c14e5daf6c4689f74c89d47716aeee041e.tar.gz |
make a NEWS entry about
- Fixed XSLTProcessor::importStylesheet() to return TRUE on success
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ PHP NEWS openssl_csr_sign) (ben at psc dot edu, Pierre) . Implement #28382 (openssl_x509_parse() extensions support) +- Fixed XSLTProcessor::importStylesheet() to return TRUE on success (Christian) - Fixed leaks in openssl_csr_sign and openssl_csr_new (Pierre) - Fixed phpinfo() cutoff of variables at \0. (Ilia) - Fixed a bug in the filter extension that prevented magic_quotes_gpc from |