]> granicus.if.org Git - php/shortlog
php
2004-07-22 Wez Furlongnews...
2004-07-22 Wez FurlongAdded stream_context_get_default() which returns the...
2004-07-22 Zeev SuraskiFix bug in handling of protected properties
2004-07-22 Zeev SuraskiFix Windows build
2004-07-22 Georg Richterchanged warning (bug #29298) for outdated client library
2004-07-22 Sara GolemonThis should fix binary safety for bound results or...
2004-07-22 <changelog... ChangeLog update
2004-07-21 Edin KadribasicHEAD is 5.1.0-dev now
2004-07-21 Edin KadribasicFix for #28929 by Michael Sisolak
2004-07-21 Edin KadribasicFixed build
2004-07-21 Ilia AlshanetskyFixed bug #29209 (imap_fetchbody() doesn't check messag...
2004-07-21 Andrey Hristovadd array_:
2004-07-21 Marcus Boerger- Fixded #29291: get_class_vars() return names with...
2004-07-21 Christian StockerFix for Bug 29010 "make test does not wait to email...
2004-07-21 Sara GolemonMDTM added to ftp_url_stat
2004-07-21 Sara GolemonAdd MTDM support to ftp_fopen_wrapper::url_stat()
2004-07-21 Sara GolemonOops, copy/paste typo
2004-07-21 Sara GolemonPersistent mallocs can return NULL (on failure)
2004-07-21 <changelog... ChangeLog update
2004-07-21 Ilia AlshanetskyAbort earlier on invalid format.
2004-07-20 Moriyoshi Koizumi- Add safe_pemalloc()
2004-07-20 Rob Richardsprep for alpha release
2004-07-20 Moriyoshi Koizumi- Correct range checks.
2004-07-20 Moriyoshi Koizumi- Cleanups.
2004-07-20 Moriyoshi Koizumioops...
2004-07-20 Marcus Boerger- Need to set handle prior to calling zend_register_mod...
2004-07-20 Moriyoshi Koizumi- Fix possible leaks / segfaults in persistent filter
2004-07-20 Marcus Boerger- Fixed bug 28895 again (long live the dead)
2004-07-20 Moriyoshi Koizumi- Add more null checks.
2004-07-20 Moriyoshi Koizumi- pemalloc() might return NULL.
2004-07-20 Rob Richardsadd optional flush paramter to xmlwriter_output_memory
2004-07-20 Zeev SuraskiFix prototypes
2004-07-20 Zeev SuraskiAdd descriptions
2004-07-20 Stanislav Malyshevadd todo
2004-07-20 Dmitry StogovFixed incorrect HTTP headers in SOAP response
2004-07-20 Sara GolemonAdd bz2 stream filter support
2004-07-20 Sara GolemonMake persistency safe
2004-07-20 Ilia AlshanetskyFixed bug #29226 (ctype_* functions missing validation...
2004-07-20 <changelog... ChangeLog update
2004-07-20 Ilia AlshanetskyAllow pgsql driver to accept login & password as separa...
2004-07-19 Frank M. KromannFix compilation with older versions of libMing. Thanks...
2004-07-19 Marcus BoergerAdd missing .cvsignore
2004-07-19 Frank M. KromannSync. with the API of libMing 0.3b1
2004-07-19 Sebastian BergmannFix prototypes: Reflection_* -> Reflection*.
2004-07-19 Sebastian BergmannMake ReflectionClass::getMethod() and ReflectionClass...
2004-07-19 Sebastian BergmannDo not use contracted forms.
2004-07-19 Moriyoshi Koizumi- Fix test name
2004-07-19 Moriyoshi Koizumi- Oops, actual PR # is 29119, not 29199...
2004-07-19 Moriyoshi Koizumi- Fix bug #29199 (html_entity_decode() misbehaves with...
2004-07-19 Stanislav Malyshevexport INI parser
2004-07-19 Dmitry StogovFixed bug #28985 (__getTypes() returning nothing on...
2004-07-19 Wez Furlongfix for empty_string changes.
2004-07-19 Stanislav Malyshev__set and __get will be called not only when variable...
2004-07-19 Andi Gutmans- Bump API number due to empty_string change
2004-07-19 Dmitry StogovFixed bugs #29109 and #29236. (WSDL cache failure)
2004-07-19 Wez FurlongPossible fix for #29258 (unverified)
2004-07-19 Dmitry StogovFixed bug #29061 (soap extension segfaults).
2004-07-19 Dmitry StogovFixed memory leak (related to new implementation of...
2004-07-19 Wez FurlongImplement empty-string-to-null conversion option for...
2004-07-19 Moriyoshi Koizumi- Fix a bug in iconv stream filter that prevents pendin...
2004-07-19 Antony Dovgalfix build
2004-07-19 Andi Gutmans- Nuke empty_string. It is a reminanent from the time...
2004-07-19 Moriyoshi Koizumi- Fix VPATH build. (patch by Joe Orton)
2004-07-19 Moriyoshi Koizumi- Rename php_compat.h to php_onig_compat.h to avoid...
2004-07-19 <changelog... ChangeLog update
2004-07-18 Ilia AlshanetskyFixed bug #28633 (sprintf incorrectly adding padding...
2004-07-18 Marcus BoergerUpdate
2004-07-18 Marcus Boerger- DOS 2 UNIX
2004-07-18 Rob Richardsadd appendXML() to DOMFragment (chregu)
2004-07-18 Marcus BoergerUpdate
2004-07-18 Wez Furlongnot safe for persistent streams
2004-07-18 Rob RichardsMFB: enable exslt support for win32 builds
2004-07-18 Rob RichardsMFB: add missing optional value param to createElementN...
2004-07-18 Marcus Boergerremove this entry
2004-07-18 Wez FurlongImplement extension load-order deps.
2004-07-18 Rob RichardsMFB: Fixed bug #29221 (Segfault using DOM ownerDocument...
2004-07-18 Andrey HristovAdd support for negative values of limit of explode...
2004-07-18 Sergey Kartashoff- A Bug #29147 was fixed. Thanks to Antony Dovgal ...
2004-07-18 Wez Furlongtouch to avoid weird implicit makefile rule
2004-07-18 Wez Furlongdon't allocate 0 bytes here either
2004-07-18 Wez FurlongNo point allocating 0 bytes
2004-07-18 <changelog... ChangeLog update
2004-07-17 Moriyoshi Koizumi- request_dtor() should be called if a fatal error...
2004-07-17 Georg Richterfixed paraenthesis warning in mysql_stmt_attr_set/get
2004-07-17 <changelog... ChangeLog update
2004-07-17 Sara GolemonUpdate windows build files for filter support
2004-07-17 Sara GolemonAdd zlib stream filter support
2004-07-16 Sara Golemonconvert.* filters not consuming buckets_in on PSFS_FLUSH_*
2004-07-16 Anantha Kesari H YNetWare specific openssl build file
2004-07-16 Sebastian Bergmann(IMO) Better NEWS entry for true/false/null implementat...
2004-07-16 Marcus BoergerCorrect version
2004-07-16 Marcus BoergerBFN
2004-07-16 Marcus Boerger- Speed up by making null/false/true reserved word...
2004-07-16 Marcus BoergerBugfix #28464 catch() does not catch exceptions by...
2004-07-16 Ilia AlshanetskyMFB: Fixed bug #28800 (strings beginning with "inf...
2004-07-16 <changelog... ChangeLog update
2004-07-15 Andi Gutmans- Improve performance of zend_alloc by stopping the...
2004-07-15 Zeev SuraskiFix sqlite build
2004-07-15 Marcus Boerger- Use ErrorException instead of Exception
2004-07-15 Marcus Boerger- Add new class ErrorException to encapsulate errors...
next