diff options
author | <changelog@php.net> | 2004-06-17 00:32:34 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-06-17 00:32:34 +0000 |
commit | ad2651a74a0ae6206f99c7c32b16c5e534eae9d2 (patch) | |
tree | 8cfd0b73c336d5659629906d1ef4927c5185ae05 | |
parent | 23d71171cff6c330cc41553d485ae001951a4bbb (diff) | |
download | php-git-ad2651a74a0ae6206f99c7c32b16c5e534eae9d2.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +2004-06-16 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> + + * ext/com_dotnet/com_com.c + ext/com_dotnet/com_dotnet.c + ext/com_dotnet/com_persist.c + ext/com_dotnet/com_variant.c + ext/com_dotnet/php_com_dotnet_internal.h + ext/sqlite/sqlite.c + ext/standard/dir.c + ext/standard/file.c + ext/standard/fsock.c + ext/standard/proc_open.c + ext/standard/streamsfuncs.c: + 64-bit bugsquash party + +2004-06-16 Stig Bakken <stig@yahoo-inc.com> + + * pear/PEAR.php: + - don't register object on destructors list if it does not define its + own emulated destructor + +2004-06-16 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_4_3) + ext/standard/string.c: + New & improved strspn() & strcspn(), ~30% in most cases. + + 2004-06-15 Stefan Esser <sesser@suspekt.org> * ext/standard/string.c: |