diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,40 @@ +2005-07-02 Edin Kadribasic <edink@emini.dk> + + * (PHP_4_4) + NEWS: + BFN: now in the correct place :) + + * NEWS + NEWS: + BFN + + * ext/odbc/php_odbc.c: + Don't crash on exit by destroying the same hash twice + +2005-07-02 Derick Rethans <php@derickrethans.nl> + + * NEWS: + - Overhauled selecting the correct timezone. The timezone set with + "date_timezone_set" override the TZ environment variable, which on its + turn + overrides the date.timezone setting. If none of the three is set, we + fallback + to UTC. + - Added "date_timezone_set" function to set the timezone that the date + functions will use. + +2005-07-02 Greg Beaver <greg@chiaraquartet.net> + + * pear/packages/XML_RPC-1.3.1.tar + pear/packages/XML_RPC-1.3.1.tgz: + XML_RPC -> 1.3.1 (tar, not tgz) + + * pear/packages/XML_RPC-1.2.2.tar + pear/packages/XML_RPC-1.2.2.tar + pear/packages/XML_RPC-1.3.1.tar + pear/packages/XML_RPC-1.3.1.tgz: + XML_RPC -> 1.3.1 + 2005-07-01 Edin Kadribasic <edink@emini.dk> * php.ini-recommended: |
