diff options
author | <changelog@php.net> | 2002-06-26 00:22:12 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-06-26 00:22:12 +0000 |
commit | 9c03caadec27e50b63f64e0b9340ce7e858c22b1 (patch) | |
tree | fd7b4fa8b85be44921d7b0978d10628c341fe460 | |
parent | 67bfbbe8817dbd9e7cc6755dc237d088a0fd3ecc (diff) | |
download | php-git-9c03caadec27e50b63f64e0b9340ce7e858c22b1.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +2002-06-25 Marcus Börger <marcus.boerger@post.rwth-aachen.de> + + * ext/gd/gd.c: map imageellipse to imagearc if missing + fix warnings + + * ext/standard/image.c: bits/channels for gif + +2002-06-25 Tomas V.V.Cox <cox@idecnet.com> + + * pear/scripts/pear.in: + change the include_path setting to be in the php space instead + of doing in the interpreter line (seems to break FreeBSD) + +2002-06-25 Christian Stocker <chregu@phant.ch> + + * ext/domxml/php_domxml.c: should compile on windows again + + * ext/domxml/php_domxml.h: include libxml/parserInternals.h + +2002-06-25 Marcus Börger <marcus.boerger@post.rwth-aachen.de> + + * ext/gd/gd.c + ext/gd/config.m4: imageellipse is removed in 2.01 + +2002-06-25 Derick Rethans <d.rethans@jdimedia.nl> + + * NEWS: - Update NEWS + +2002-06-25 Markus Fischer <mfischer@guru.josefine.at> + + * ext/sockets/sockets.c: - Fix proto. + 2002-06-24 Jani Taskinen <sniper@iki.fi> * NEWS: Minor cleanup. |