diff options
author | <changelog@php.net> | 2001-01-27 02:09:08 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-01-27 02:09:08 +0000 |
commit | e7e0084eeb11e8b35a12764d6b47bab9685fb5fb (patch) | |
tree | f4d11f761c8942a304fad4c05c0fa5f83fd26adc | |
parent | 4d612e7827b20c2f524e98cbe81e3b995e69ff05 (diff) | |
download | php-git-e7e0084eeb11e8b35a12764d6b47bab9685fb5fb.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -1,3 +1,46 @@ +2001-01-26 Egon Schmid <eschmid@s.netic.de> + + * ext/sybase_ct/php_sybase_ct.c: Mostly off by one. + + * ext/hyperwave/hw.c: Fixed another proto. + + * ext/muscat/muscat.c: Fixed some protos. + + * ext/satellite/php_orbit.c: Whitespace change for funclist.txt. + + * ext/openssl/openssl.c: Fixed some protos. + +2001-01-26 Chuck Hagenbuch <chuck@horde.org> + + * pear/DB/mysql.php + pear/DB.php: + have DB::isError return true if passed "null". Now you can more consistently + use DB::isError(), since some of the db drivers return nulls from various + functions (like fetchRow()), and others don't... We should probably make all + of them just return errors. I did this for the mysql driver, as a start. + +2001-01-26 Egon Schmid <eschmid@s.netic.de> + + * ext/pdf/pdf.c + ext/pdf/php_pdf.h: Fixed some protos. + +2001-01-26 Sascha Schumann <sascha@schumann.cx> + + * ext/ircg/README.txt: Whitespace change. + +2001-01-26 Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de> + + * ext/pdf/pdf.c + ext/pdf/php_pdf.h: + - This is major change of the php pdf api to be closer to the pdflib api + done by Rainer Schaaf from pdflib GmbH. + - Some more functions has been implemented as well. + - backwards compatibility has been maintained a much as possible + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + - changed naming of some functions (kept compatibility) + 2001-01-25 Daniel Beulshausen <daniel@php4win.de> * ext/msql/msql.dsp |