diff options
| author | <changelog@php.net> | 2003-03-10 01:32:59 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2003-03-10 01:32:59 +0000 |
| commit | ebf4931bcf1554cfa0fee4335d2a0a7f04d0b003 (patch) | |
| tree | 5fe5570479db932f71ebe2cae1d2acfa994a2fb8 /ChangeLog | |
| parent | 9539dddc4921f418662b960fe5b97359b815023d (diff) | |
| download | php-git-ebf4931bcf1554cfa0fee4335d2a0a7f04d0b003.tar.gz | |
ChangeLog update
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +2003-03-09 Sara Golemon <php@alphaweb.net> + + * ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/standard/user_filters.c: + Adjustment to user filters reimplementation. Make a bucket an object + containing a resource(the real bucket) and a data element for direct + operations. Simplifies + user interface and reduces number of function calls/reallocs needed. + +2003-03-09 Derick Rethans <d.rethans@jdimedia.nl> + + * (PHP_4_3) + ext/pgsql/pgsql.c: + - No C++ comments! (Patch by Magnus) + +2003-03-09 Uwe Schindler <uwe@thetaphi.de> + + * sapi/nsapi/nsapi-readme.txt + sapi/nsapi/nsapi-readme.txt: + Changes for iPlanet Webserver 6 + +2003-03-09 Derick Rethans <d.rethans@jdimedia.nl> + + * ext/standard/string.c: + - Fix proto + 2003-03-08 Georg Richter <georg.richter@phpev.de> * ext/mysqli/mysqli.c |
