changelog Fri Dec 31 20:35:58 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1849&r2=1.1850&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1849 php-src/ChangeLog:1.1850
--- php-src/ChangeLog:1.1849 Thu Dec 30 20:36:35 2004
+++ php-src/ChangeLog Fri Dec 31 20:35:57 2004
@@ -1,3 +1,26 @@
+2004-12-31 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ build/build2.mk:
+ Revert part of the previous commit: autoheader 2.13 does not have this
+ option
+
+2004-12-31 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/crack/crack.c:
+ Don't forget to init a variable.
+
+ * (PHP_4_3)
+ ext/crack/config.m4:
+ Detect libcrack with Kerberos 5 support built-in.
+
+ * (PHP_4_3)
+ ext/zip/config.m4
+ ext/zip/php_zip.h
+ ext/zip/zip.c:
+ Fixed compiler warning when using newer versions of libzip.
+
2004-12-30 Rasmus Lerdorf <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -15111,7 +15134,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1849 2004/12/31
01:36:35 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1850 2005/01/01
01:35:57 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>