changelog Sat Sep 25 20:35:26 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1756&r2=1.1757&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1756 php-src/ChangeLog:1.1757
--- php-src/ChangeLog:1.1756 Fri Sep 24 20:34:58 2004
+++ php-src/ChangeLog Sat Sep 25 20:35:24 2004
@@ -1,3 +1,56 @@
+2004-09-25 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/sqlite/sqlite.c:
+ Probable fix for Bug #30147
+
+2004-09-25 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * ext/standard/rand.c:
+ removing the unwanted inclusion of headers
+
+ * ext/standard/pack.c:
+ removing unwanted comment
+
+ * ext/standard/head.c:
+ removing unwanted inclusion of socket header file
+
+ * ext/standard/flock_compat.c:
+ removed NEW_LIBC checks in NETWARE
+
+2004-09-25 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/dba/config.m4:
+ - Fix lib substitution (rurban at x-ray dot at )
+
+2004-09-25 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * ext/standard/datetime.c:
+ removed redundant NEW_LIBC checks
+
+ * ext/standard/pageinfo.c:
+ removed redundance LIBC checks for NETWARE
+
+ * ext/standard/microtime.c:
+ removed unwanted NEW_LIBC checks as they are no more needed for NETAWRE
+
+ * ext/standard/mail.c:
+ removing unwanted header files getting included
+
+ * ext/standard/image.c:
+ removed unwanted NEW_LIBC checks
+
+ * ext/standard/link.c:
+ Now NetWare LibC supports proper stat structure no need of CLIB_STAT_PATCH
+ and all such checks
+
+ * ext/standard/fsock.h
+ ext/standard/lcg.c:
+ removed the redundant NEW_LIBC checks
+
+ * ext/standard/basic_functions.c:
+ cleaned up confusing NetWare specific check. disabled chown and chgrp for
+ NetWare
+
2004-09-24 Marcus Boerger <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -10132,7 +10185,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1756 2004/09/25 00:34:58
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1757 2004/09/26 00:35:24
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>