diff options
| author | <changelog@php.net> | 2003-05-26 00:30:57 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2003-05-26 00:30:57 +0000 |
| commit | 01e5787e0a8d87acb83a8d36501393b63f660093 (patch) | |
| tree | 8c72023c2c7aec4cc005c1baabab0eb4d9f6b8c4 | |
| parent | 3192da2d2b78e78856539e08fe8e49c8c7d19d13 (diff) | |
| download | php-git-01e5787e0a8d87acb83a8d36501393b63f660093.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ +2003-05-25 Ilia Alshanetsky <ilia@prohost.org> + + * ext/pcre/php_pcre.c + ext/standard/string.c: + Fixed bug #23788 (str|preg_replace clober the array elements). + + +2003-05-25 Shane Caraveo <shane@caraveo.com> + + * (PHP_4_3) + sapi/cgi/cgi_main.c: + http://bugs.php.net/bug.php?id=14409 + in the shell, if we get a filename on the commandline, never use stdin. + This fixes '\>php nonexistent.php' + will MTH once I get 5 building properly + + * (PHP_4_3) + php.ini-dist + php.ini-recommended + sapi/cgi/cgi_main.c: + http://bugs.php.net/bug.php?id=23800 + change the default for those who cannot + this was actually done a long time ago, but got reverted along the way + +2003-05-25 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * ext/xml/xml.c: + Hopefully get correct display of version information. + + * win32/php4dll.dsp + win32/php4dllts.dsp: + Leftover. + 2003-05-24 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * ext/standard/var_unserializer.c: |
