1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00

- Improve wording

This commit is contained in:
Andi Gutmans
2004-08-25 01:06:29 +00:00
parent 048aa76cc9
commit 38d64188ff

2
NEWS
View File

@@ -1,7 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5.0.2
- Add interface_exists() and make class_exists() only return true for true
- Add interface_exists() and make class_exists() only return true for real
classes. (Andrey Hristov)
- Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory
exhaustion. (Andrei)