1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
This commit is contained in:
Andi Gutmans
2004-08-25 01:04:27 +00:00
parent 5c3249d954
commit 048aa76cc9
+2
View File
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5.0.2
- Add interface_exists() and make class_exists() only return true for true
classes. (Andrey Hristov)
- Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory
exhaustion. (Andrei)
- Added PHP_EOL constant that contains the OS way of representing newlines.