From: Date: Thu, 31 Mar 2005 01:32:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~651 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5b2c5e28617fac614b04f178581ca250f390dba;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 69ca9b36bf..c207524adf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2005-03-30 Derick Rethans + + * (PHP_5_0) + configure.in + main/php_version.h: + - Back to dev so that we have working snapshots again. + +2005-03-30 Ilia Alshanetsky + + * (PHP_4_3) + configure.in + main/php_version.h: + back to dev. + +2005-03-30 Zeev Suraski + + * (PHP_5_0) + NEWS + configure.in + main/php_version.h: + Roll 5.0.4 + +2005-03-30 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + configure.in + main/php_version.h: + Tag 4.3.11 + +2005-03-30 Joe Orton + + * ext/mysqli/mysqli_driver.c + ext/mysqli/mysqli_prop.c: + Mark more private functions as static. + +2005-03-30 Edin Kadribasic + + * INSTALL + INSTALL + win32/install.txt + win32/install.txt: + Updated install instructions from the documentation project (Philip Olson) + + * (PHP_5_0) + INSTALL + win32/install.txt: + Update instruction from the documentation project (Philip Olson) + +2005-03-30 Joe Orton + + * ext/mysqli/mysqli_prop.c: + Mark private functions as static. + 2005-03-29 Ilia Alshanetsky * (PHP_5_0)