diff options
author | <changelog@php.net> | 2000-01-04 02:09:39 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-01-04 02:09:39 +0000 |
commit | a241a80d68b6523b8f0b7113adee744f47077d98 (patch) | |
tree | f1576644753202dbff9f7b7142ed0acccf68c2f8 /ChangeLog | |
parent | 576df38f598169a08ce35f88b0ab74a43ee6d848 (diff) | |
download | php-git-a241a80d68b6523b8f0b7113adee744f47077d98.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +2000-01-03 Andrei Zmievski <andrei@ispi.net> + + * ext/session/session.c + ext/wddx/php_wddx_api.h + ext/wddx/wddx.c + TODO: + * Implemented <boolean> and <null> types. We now support WDDX version 1.0 + as best as we can. + * Cleaned up the API function names, _ was really not needed. + * Cleaned up the repetitive stack var name stuff with a macro. + * WDDX now no longer converts numbers to strings in arrays when during + serialization. + +2000-01-03 Thies C. Arntzen <thies@digicol.de> + + * TODO: even better;-) + + * TODO: yes sir! + +2000-01-03 Sascha Schumann <sascha@schumann.cx> + + * build/rules.mk: FreeBSD 2.x/3.x fix. + +2000-01-03 Thies C. Arntzen <thies@digicol.de> + + * sapi/phttpd/README: *** empty log message *** + + * NEWS: forgot + 2000-01-02 Thies C. Arntzen <thies@digicol.de> * TODO: nice to have. |