summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-05-09 19:37:00 +0000
committerAndrei Zmievski <andrei@php.net>2006-05-09 19:37:00 +0000
commit5a8b4e72ce918f4290eb79714208f300774746bf (patch)
treed9ca23efcd03b1022a138af7026110b3b526ab82
parentf9de2cc142af036f2dfbfd859f4ee532ae9abebd (diff)
downloadphp-git-5a8b4e72ce918f4290eb79714208f300774746bf.tar.gz
*** empty log message ***
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ad502a02b7..6d9475d2e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2006, PHP 5.2.0
+- Added run-time configurable backtracking/recursion limits. (Andrei)
+- Added preg_last_error(). (Andrei)
- Added support for Apache 2.2 handler in the Windows distro. (Edin)
- Added pg_field_table() function. (Edin)
- Add implementation of curl_multi_info_read (Brian)