]> granicus.if.org Git - php/shortlog
php
2007-01-03 Nuno LopesMFB
2007-01-03 Nuno Lopesfix a bug where PHP would enter in an infinite cycle...
2007-01-03 Antony Dovgalmore magic number fixes
2007-01-03 Antony Dovgaluse constant
2007-01-03 Nuno Lopesfix PDO_DRIVER_API
2007-01-03 Nuno Lopesfix lcov build
2007-01-03 Hannes MagnussonRevert pcrelib version string to 2006
2007-01-03 Antony Dovgalfix magic numbers
2007-01-03 Antony Dovgalrevert this date to its previous state
2007-01-03 Greg Beaveradd unlink support
2007-01-03 Greg Beaverfix all but one of the double-destroyed hashes, and...
2007-01-03 Derick Rethans- MFB: Fixed bug #40012 (php_date.c doesnt compile...
2007-01-03 Antony Dovgaland one more..
2007-01-03 Antony Dovgalfix test
2007-01-03 Ilia AlshanetskyUse proper length
2007-01-03 Ilia AlshanetskyMFB:
2007-01-03 <changelog... ChangeLog update
2007-01-02 Greg Beavercorrectly generate version string for new phar
2007-01-02 Greg Beaveradd some error handling to phar creation
2007-01-02 Greg Beaveradd some error handling to phar creation
2007-01-02 Marcus Boerger- Change write macros to inline funcs
2007-01-02 Greg Beaveradd new failing test for write support
2007-01-02 Greg Beaverfix a number of bugs found in testing new (uncommitted...
2007-01-02 Marcus Boerger- TSRM fix
2007-01-02 Marcus Boerger- Make Andrei happy - spread some U's
2007-01-02 Greg Beaverinitial support for writeable phars
2007-01-02 Nuno LopesMFB
2007-01-02 Georg Richterfixed parameters for unicode in mysqli_change_user
2007-01-02 <changelog... ChangeLog update
2007-01-02 Greg Beaveradd doc comments to help sort out what's what
2007-01-01 Nuno LopesMFB
2007-01-01 Ilia AlshanetskyMFB: fixed compiler warnings
2007-01-01 Sebastian BergmannBump year.
2007-01-01 <changelog... ChangeLog update
2006-12-31 Ilia AlshanetskyMFB: Simplify code and change strchr() to memchr()
2006-12-31 Ilia AlshanetskyMFB: Added boundary checks to php_binary deserializer
2006-12-31 Ilia AlshanetskyMFB: Fixed bug #39984 (redirect response code in header...
2006-12-31 Marcus Boerger- Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo...
2006-12-31 Nuno LopesMFB: fix #36427. patch by jdolecek at NetBSD dot org
2006-12-31 Nuno LopesMFB: fix PID info on windows
2006-12-31 <changelog... ChangeLog update
2006-12-30 Ilia AlshanetskyMFB: Added missing resource type checks
2006-12-30 Rob RichardsMFB: fix bug #39760 (cloning fails on nested SimpleXML...
2006-12-30 Ilia AlshanetskyMFB: Mark test as being 32bit only
2006-12-30 Ilia AlshanetskyMFB: Fixes test #50
2006-12-30 <changelog... ChangeLog update
2006-12-29 <changelog... ChangeLog update
2006-12-29 Ilia AlshanetskyMFB: Fixed bug #39971 (pg_insert/pg_update do not allow...
2006-12-28 Antony Dovgalmake sure l != 0
2006-12-28 Antony Dovgalnuke dead code
2006-12-28 Antony Dovgaluse strlcpy()
2006-12-28 Nuno LopesMFB
2006-12-28 Antony Dovgalinclude basic_functions.h for php_get_current_user...
2006-12-28 Antony Dovgalit's ptr, not ptrptr
2006-12-28 Antony Dovgaluse the macro, casting works only with GCC
2006-12-28 Antony Dovgalfix sapi/embed build
2006-12-28 Ilia AlshanetskyMFB: Added buffer length checks
2006-12-28 Antony Dovgalfix build
2006-12-28 Ilia AlshanetskyMFB: strcat() stuff
2006-12-28 Nuno Lopesforce tidy.clean_output=0
2006-12-28 Antony Dovgalfix ZTS build
2006-12-28 Antony Dovgaluse strlcat()
2006-12-28 Antony Dovgalminor improvements
2006-12-28 Antony Dovgaluse strlcat()
2006-12-28 Antony Dovgaluse strlcat()
2006-12-28 Antony Dovgaluse strlcat() and a bigger buffer
2006-12-28 <changelog... ChangeLog update
2006-12-27 Antony Dovgalfix tests
2006-12-27 Antony Dovgalfix tests
2006-12-27 Antony DovgalNULL is a special value for number_format() meaning...
2006-12-27 Antony Dovgalrestore old behaviour when casting objects to strings...
2006-12-27 Antony Dovgalfix convert_to_unicode() and convert_to_string() which...
2006-12-27 Antony Dovgalfix *scanf() tests
2006-12-27 Antony Dovgaladd zend_u_strtoul() and fix build
2006-12-27 Antony Dovgalfix php_stream_u_get_line() macro
2006-12-27 Nuno LopesMFB
2006-12-27 Antony Dovgalinitialize memory with 0's, so we won't get garbage...
2006-12-27 Antony Dovgalthat should not be there..
2006-12-27 Antony Dovgalmore test improvements by Chris Jones
2006-12-27 <changelog... ChangeLog update
2006-12-26 Andrei ZmievskiUnicode support in sscanf() and fscanf(). (Tony, Andrei)
2006-12-26 Nuno Lopesfix build
2006-12-26 Ilia AlshanetskyMFB: safety checks
2006-12-26 Ilia AlshanetskyMFB: Session deserializer protection.
2006-12-26 Ilia AlshanetskyMFB: Fixed bug #39878 (CURL doesn't compile on Sun...
2006-12-26 Antony Dovgalfix arguments order (just in the sake of purity)
2006-12-26 Pierre Joye- Add better zlib detection
2006-12-26 Pierre Joye- #39952 zip ignoring --with-libdir on zlib checks...
2006-12-26 Dmitry StogovCode review:
2006-12-26 <changelog... ChangeLog update
2006-12-25 Antony Dovgaladd missing space for \0
2006-12-25 Antony Dovgalmore safe_emalloc()
2006-12-25 Antony Dovgaluse safe_emalloc()
2006-12-25 Antony Dovgaluse safe_emalloc()
2006-12-25 Ilia AlshanetskyMFB: Fixed test for 64bit systems
2006-12-25 Antony Dovgaluse safe_emalloc()
2006-12-25 Antony Dovgaluse safe_emalloc()
2006-12-25 Antony Dovgaluse safe_emalloc()
2006-12-25 Antony Dovgalimprove check for overflow
2006-12-25 Antony Dovgalfix CS, add missing folding markers
next