changelog Thu Jul 22 20:35:57 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1693&r2=1.1694&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1693 php-src/ChangeLog:1.1694
--- php-src/ChangeLog:1.1693 Wed Jul 21 20:34:29 2004
+++ php-src/ChangeLog Thu Jul 22 20:35:56 2004
@@ -1,3 +1,69 @@
+2004-07-22 Stefan Esser <[EMAIL PROTECTED]>
+
+ * ext/gd/gd.dsp:
+ Fix .dsp
+
+ * ext/gd/config.m4
+ ext/gd/config.w32
+ ext/gd/gd.dsp
+ ext/gd/libgd/gd.h
+ ext/gd/libgd/gd_gif_out.c
+ ext/gd/libgd/gd_topal.c:
+ Merge changes from GD 2.0.28
+
+2004-07-22 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * tests/classes/bug26737.phpt
+ tests/classes/bug26737.phpt:
+ Fix testcase
+
+2004-07-22 Wez Furlong <[EMAIL PROTECTED]>
+
+ * NEWS:
+ news...
+
+ * ext/standard/basic_functions.c
+ ext/standard/file.c
+ ext/standard/streamsfuncs.c
+ ext/standard/streamsfuncs.h:
+ Added stream_context_get_default() which returns the default context
+ option.
+ You may then set options that affect streams operations for the whole
+ script.
+
+ Added stream_socket_enable_crypto() which allows you to turn on or off a
+ crypto
+ layer (eg: SSL/TLS) on stream, if supported by the underlying transport.
+
+ Registered a bunch of constants for that.
+
+2004-07-22 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_object_handlers.c:
+ Fix bug in handling of protected properties
+
+ * win32/php5dllts.dsp:
+ Fix Windows build
+
+2004-07-22 Georg Richter <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/mysqli/config.m4:
+ MFH: changed warning (bug #29298) for outdated client library
+
+ * ext/mysqli/config.m4:
+ changed warning (bug #29298) for outdated client library
+
+2004-07-22 Sara Golemon <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/mysqli/mysqli_api.c:
+ MFH: This should fix binary safety for bound results.
+
+ * ext/mysqli/mysqli_api.c:
+ This should fix binary safety for bound results or may coogle strike me
+ down.
+
2004-07-21 Edin Kadribasic <[EMAIL PROTECTED]>
* configure.in
@@ -6825,7 +6891,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1693 2004/07/22 00:34:29
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1694 2004/07/23 00:35:56
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>