From: Date: Fri, 17 Oct 2003 00:34:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3b3~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd211a82d7d67530e6c30031e3cfbb5409c7560f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 42085b904c..ee926869d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2003-10-16 Pierre-Alain Joye + + * pear/PEAR/Remote.php: + - Fix RPC call without proxy (silence warnings¬ices) + nota bene: the proxy codes should be cleaned, one day ;) + +2003-10-16 Jani Taskinen + + * (PHP_4_3) + ext/curl/.cvsignore: + - Fixed the real reason for build problems: dos eols + + * (PHP_4_3) + ext/curl/curl.c: + - Fixed ZTS build (Nuked extra TSRMLS_FETCH) + + * (PHP_4_3) + win32/php4dllts.dsp: + - config.w32.h is in main/ not ext/standard.. + +2003-10-16 Ilia Alshanetsky + + * ext/sybase/php_sybase_db.c: + Do not strip trailing spaces. + 2003-10-15 Marcus Boerger * ZendEngine2/zend_API.c