]> granicus.if.org Git - php/shortlog
php
2006-12-19 Antony DovgalMFB: serialize() should use '.' as decimal point irresp...
2006-12-19 Dmitry StogovFixed bug #39815 (SOAP double encoding is not locale...
2006-12-19 Edin KadribasicMFB
2006-12-19 Edin KadribasicMFB: Enable full build with newer Microsoft compilers
2006-12-19 Dmitry StogovFixed bug #39869 (safe_read does not initialize errno...
2006-12-19 Dmitry StogovAdded function stream_socket_shutdown(). It is a wraper...
2006-12-19 Brian Shire-Fixed bug #30074 (apparent symbol table error with...
2006-12-19 Pierre Joye- zip is done
2006-12-19 Pierre Joye- unicode support for the procedural API
2006-12-19 <changelog... ChangeLog update
2006-12-18 Marcus Boerger- More tests
2006-12-18 Hannes MagnussonFix ZTS
2006-12-18 Marcus Boerger- Support members in SplObjectStorage serialization...
2006-12-18 Andrei ZmievskiUnicode support in get_cfg_var().
2006-12-18 Andrei ZmievskiFix macro.
2006-12-18 Andrei ZmievskiUnicode support in parse_ini_file().
2006-12-18 Ilia AlshanetskyMFB: Fixed bug #39845 (Persistent connections generate...
2006-12-18 Ilia AlshanetskyMFB: Cleanup & optimize php_filter_encode_url()
2006-12-18 Ilia AlshanetskyMFB: Less hackish support for spaces at the start of...
2006-12-18 Ilia AlshanetskyMFB: Fixed bugs with trimming of spaces
2006-12-18 Antony Dovgalfix #39850 (SplFileObject throws contradictory/wrong...
2006-12-18 Dmitry StogovFixed bug #39832 (SOAP Server: parameter not matching...
2006-12-18 Antony Dovgalfix possible invalid read (reproducible only on big...
2006-12-18 Dmitry StogovFixed random generation of cookies and canaries
2006-12-18 Antony Dovgalfix test names
2006-12-18 Hannes Magnusson- make %f locale aware again
2006-12-18 Ilia AlshanetskyMFB: Filter fixes:
2006-12-18 <changelog... ChangeLog update
2006-12-17 Marcus Boerger- Make this work in unicode mode
2006-12-17 Ilia AlshanetskyFixed compiler warning
2006-12-17 Ilia AlshanetskyMFB: Fixed bug #39779 (Enable AUTH PLAIN mechanism...
2006-12-17 Hannes MagnussonMFB: fix build
2006-12-17 <changelog... ChangeLog update
2006-12-16 Ilia AlshanetskyMFB: Fixed bug #39846 (Invalid IPv4 treated as valid).
2006-12-16 Hannes MagnussonRemove items that are already in 5.2
2006-12-16 Hannes MagnussonFix ZTS build
2006-12-16 Marcus Boerger- Implement feature request #39836i (SplObjectStorage...
2006-12-16 <changelog... ChangeLog update
2006-12-16 Andrei ZmievskiMake convert_to_*() APIs return SUCCESS/FAILURE.
2006-12-15 Andrei ZmievskiUpdate with INI file info.
2006-12-15 Andrei ZmievskiUnicode support in ini_*() functions.
2006-12-15 Andrei Zmievski__builtin_expect() exists only in GCC 3.0 and higher.
2006-12-15 Andrei ZmievskiMake all macros (RETURN_*, RETVAL_*, ZVAL_*, add_*...
2006-12-15 Andrei ZmievskiFix potential buffer overflow in default conversion...
2006-12-15 Andrei ZmievskiMake utf8_conv stop on conversion errors when convertin...
2006-12-15 Andi Gutmans- MF 5.2 (put cookie in first place)
2006-12-15 Dmitry StogovAdded internal heap protection
2006-12-15 Wez Furlongmerge php5 pdo_sqlite into head; this source compiles...
2006-12-15 <changelog... ChangeLog update
2006-12-14 Andrei ZmievskiUse 'S' for escaped binary strings and 's' for non...
2006-12-14 Rob Richardsadd ability to call PHP functions from XPath
2006-12-14 <changelog... ChangeLog update
2006-12-13 <changelog... ChangeLog update
2006-12-13 Ilia AlshanetskyMFB: Fixed bug #39201 (Possible crash in Apache 2 with...
2006-12-12 Sara GolemonBugfix# 39435: 'foo' instanceof bar gives invalid opcod...
2006-12-12 Antony Dovgalerm.. somehow this part got here twice
2006-12-12 Michael Wallner- utf8
2006-12-12 Michael Wallner- utf8 CREDITS and php_info API
2006-12-12 Andrei Zmievski*** empty log message ***
2006-12-12 Andrei ZmievskiDo not convert args to Unicode in getopt(), they should...
2006-12-12 Andrei ZmievskiMake hebrev(c) support only binary strings.
2006-12-12 Ilia AlshanetskyMFB: Fixed bug #39797 (virtual() does not reset changed...
2006-12-12 Andrei ZmievskiKeep CLI args as binary strings.
2006-12-12 Antony Dovgaldisable tests
2006-12-12 Antony Dovgalfix test
2006-12-12 Antony DovgalBFILE tests are only valid when Oracle is installed...
2006-12-12 Antony Dovgal_THREAD_SAFE might be used instead of _REENTRANT
2006-12-12 Antony Dovgalmissing part of the fix for #39795
2006-12-12 Antony Dovgalfix test
2006-12-12 Antony Dovgalfix LOBs internal position in Unicode mode
2006-12-12 Antony Dovgalfix typo
2006-12-12 Antony Dovgaladd new tests
2006-12-12 Antony DovgalOCILobGetChunkSize() does not like BFILEs, return read_...
2006-12-12 Antony Dovgalfix #39795 (build fails on AIX because crypt_r() uses...
2006-12-12 <changelog... ChangeLog update
2006-12-11 Andrei ZmievskiClarify stream_encoding.
2006-12-11 Ilia AlshanetskyMFB: Fixed bug #39782 (setTime() on a DateTime construc...
2006-12-11 Ilia AlshanetskyMFB: Fixed bug #39787 (PHP doesn't work with Apache...
2006-12-11 Antony Dovgalprevent any possible problems with negative values
2006-12-11 Antony Dovgaladd new test
2006-12-11 Ilia AlshanetskyMFB: Fixed bug #39791 (Crash in strtotime() on overly...
2006-12-11 <changelog... ChangeLog update
2006-12-10 Marcus Boerger- Fix comparison of RecursiveDualIterators
2006-12-10 Hannes MagnussonFix build
2006-12-10 Michael Wallner- upgrade phpinfo() and phpcredits()
2006-12-10 Pierre Joye- build fix the other driver as well (a macro would...
2006-12-10 Pierre Joye- MFB: addDir returns true
2006-12-10 Pierre Joye- MFB: #39286, misleading error message when invalid...
2006-12-10 Pierre Joye- fix build on HEAD
2006-12-10 Pierre Joye- MFB: #39508, imagefill crashes with small image
2006-12-10 <changelog... ChangeLog update
2006-12-10 Pierre Joye- #39780, PNG image with CRC/data error raises fatal...
2006-12-10 Edin KadribasicMFB: Fixed by #39751 by KevinJohnHoffman at gmail dot com
2006-12-09 Wez Furlongmerge PHP 5 pdo into HEAD. This source compiles on...
2006-12-09 Hannes MagnussonCookie tests
2006-12-09 Ilia AlshanetskyImprove handling of POST data with Andrei's help.
2006-12-09 Ilia AlshanetskyMFB:
2006-12-09 Hannes MagnussonFix build
2006-12-09 Ilia AlshanetskyMFB: Strip leading spaces from cookie names, that can...
2006-12-09 Rob RichardsMFB: fix heap corruption when adding/caching typelib...
next