diff options
author | <changelog@php.net> | 1999-10-21 01:09:59 +0000 |
---|---|---|
committer | <changelog@php.net> | 1999-10-21 01:09:59 +0000 |
commit | 230556b646fd781a3aabb22126df12d079a8f49e (patch) | |
tree | 74e44b061c9b01449638e3e284cb86068fb33a08 | |
parent | 1747a5e505a125d267808410cda6df57beb19ae6 (diff) | |
download | php-git-230556b646fd781a3aabb22126df12d079a8f49e.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,50 @@ +1999-10-20 Andi Gutmans <andi@php.net> + + * ext/com/COM.c + internal_functions_win32.c + php4dllts.dsp: - Make COM compile again + + * ext/com/php3_COM.h + ext/com/php_COM.h + ext/standard/dir.c + config.w32.h + php4ts.dsp: - Make CVS compile on Win32. + - Rename php3_COM.h -> php_COM.h + +1999-10-20 Thies C. Arntzen <thies@digicol.de> + + * ext/standard/config.h.stub + ext/standard/config.m4 + ext/standard/dir.c + ext/standard/php3_dir.h: (PHP getcwd()) added, needs to porting to Win32 + +1999-10-20 Sascha Schumann <sascha@schumann.cx> + + * ext/standard/info.c (_display_module_info): Add anchor for module names + +1999-10-20 Thies C. Arntzen <thies@digicol.de> + + * ext/xml/xml.c: + (PHP xml_parse_into_struct) sometimes the value was truncated + + * ext/standard/var.c: (PHP var_dump, serialize) fixed mem_leak. + +1999-10-20 Andrei Zmievski <zmievski@ispi.net> + + * .cvsignore: Ignore shared modules directory. + + * .cvsignore: Ignore generated libs. + +1999-10-20 Thies C. Arntzen <thies@digicol.de> + + * ext/xml/xml.c (PHP xml_parse_into_struct): fixed mem-leak when encountering invalid XML. + +1999-10-20 changelog <changelog@www> + + * ChangeLog: ChangeLog update + + * NEWS: NEWS update + 1999-10-19 Andrei Zmievski <zmievski@ispi.net> * main.c: Revert my patches to error functions. |