summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-04-07 00:34:35 +0000
committer <changelog@php.net>2005-04-07 00:34:35 +0000
commita85e6ea0d479afb03e8583a3f333f95efcf97d0b (patch)
treeefc085391599100b609ea6e539a0b0841eb8520b
parent7adac251e30a6c410853c96b235e9f41539bdf11 (diff)
downloadphp-git-a85e6ea0d479afb03e8583a3f333f95efcf97d0b.tar.gz
ChangeLog update
-rw-r--r--ChangeLog70
1 files changed, 70 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5b7203cb7..3ebaf20477 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,73 @@
+2005-04-06 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * run-tests.php:
+ - Not every OS has ldd..
+
+ * ext/standard/url_scanner_ex.c:
+ Regenerated with re2c 0.9.4
+
+ * NEWS:
+ Keep removed stuff in top..
+
+2005-04-06 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_0)
+ NEWS:
+ bug fixing news.
+
+ * (PHP_5_0)
+ main/php_streams.h:
+ MFH: Fixed bug #32553 (mmap loads only the 1st 2000000 bytes on Win32).
+
+ * (PHP_5_0)
+ NEWS
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.h:
+ MFH: Removed php_check_syntax() function, it never worked properly. For now
+ use shell_exec("php -l script_name") or similar.
+
+ * NEWS
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.h:
+ Removed php_check_syntax() function, it never worked properly. For now
+ use shell_exec("php -l script_name") or similar.
+
+ * (PHP_5_0)
+ NEWS
+ ext/standard/file.c
+ main/streams/plain_wrapper.c:
+ MFH: Fixed bug #31363 (broken non-blocking flock()).
+
+ * ext/standard/file.c
+ main/streams/plain_wrapper.c:
+ Fixed bug #31363 (broken non-blocking flock()).
+
+
+2005-04-06 Christian Stocker <chregu@bitflux.ch>
+
+ * NEWS
+ ext/xsl/php_xsl.c
+ ext/xsl/php_xsl.h
+ ext/xsl/xsltprocessor.c:
+ - Added optional first parameter to XsltProcessor::registerPHPFunctions to
+ only
+ allow certain functions to be called from XSLT.
+
+2005-04-06 Antony Dovgal <tony2001@phpclub.net>
+
+ * main/streams/streams.c:
+ do not try to read after EOF
+
+2005-04-06 Georg Richter <georg@mysql.com>
+
+ * (PHP_5_0)
+ NEWS
+ ext/mysqli/mysqli.c:
+ MFH: fix for #32282 (segfault in mysqli_fetch_array on 64-bit)
+
+ * ext/mysqli/mysqli.c:
+ fix for bug #32282 (segfault in mysqli_fetch_array on 64-bit)
+
2005-04-05 Antony Dovgal <tony2001@phpclub.net>
* ext/ldap/ldap.c: