changelog Wed Nov 19 20:32:09 2003 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1452 php-src/ChangeLog:1.1453
--- php-src/ChangeLog:1.1452 Tue Nov 18 20:36:07 2003
+++ php-src/ChangeLog Wed Nov 19 20:32:07 2003
@@ -1,3 +1,102 @@
+2003-11-19 Sara Golemon <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/standard/basic_functions.c
+ ext/standard/head.c
+ ext/standard/head.h:
+ New function: headers_list(). Ennumerate headers sent to SAPI engine
+
+2003-11-19 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli_api.c
+ sapi/apache_hooks/php_apache.c:
+ proto fix
+
+ * ext/standard/parsedate.y:
+ XSchema stuff finally done right ... (at least i hope so ...)
+
+ * ext/standard/tests/time/bug26320.phpt:
+ typo fix
+
+ * (PHP_4_3)
+ ext/standard/tests/time/bug26320.phpt:
+ removed ext/standard/tests/time/bug26320.phpt
+
+ * ext/standard/tests/time/bug26320.phpt:
+
+ regression test for bug # 26320
+ "strtotime() does not understand ISO6801 datetime format as used in
+ XMLSchema"
+
+ * ext/standard/tests/time/bug26317.phpt:
+
+ Testcase done right ...
+
+ * ext/standard/tests/time/bug26317.phpt:
+ regression test for http://bugs.php.net/bug.php?id=26317
+ "military timezones and strtotime()"
+
+2003-11-19 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/gd/gd.c:
+ MFH: Fixed bug #26309 (Fixed argument parsing for imageftbbox()).
+
+ * ext/gd/gd.c:
+ Fixed bug #26309 (Fixed argument parsing for imageftbbox()).
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/exec.c:
+ MFH: Fixed bug #26285 (escapeshellarg() uses wrong quotes on windows).
+
+ * ext/standard/exec.c:
+ Fixed bug #26285 (escapeshellarg() uses wrong quotes on windows).
+
+2003-11-19 Christian Stocker <[EMAIL PROTECTED]>
+
+ * ext/xsl/config.m4
+ ext/xsl/php_xsl.c
+ ext/xsl/php_xsl.h:
+ added exslt support
+
+2003-11-19 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * main/main.c:
+ - Commit patch by standards
+
+2003-11-19 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/gmp/gmp.c:
+ ws fix
+
+ * (PHP_4_3)
+ NEWS
+ ext/gmp/config.m4
+ ext/gmp/gmp.c
+ ext/gmp/php_gmp.h:
+ MFH: - Fixed bug #26267 (gmp_random() leaks memory and does not produce
+ random numbers)
+
+ * ext/gmp/config.m4
+ ext/gmp/gmp.c
+ ext/gmp/php_gmp.h:
+ - Fixed bug #26267 (gmp_random() leaks memory and does not produce random
+ numbers)
+
+2003-11-19 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c
+ ZendEngine2/tests/bug26281.phpt:
+ Possible fix for bug #26281 & test case.
+
+2003-11-19 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/tokenizer/Makefile.frag
+ ext/tokenizer/Makefile.frag:
+ Fix build
+
2003-11-18 Marcus Boerger <[EMAIL PROTECTED]>
* ZendEngine2/zend_API.h: