]> granicus.if.org Git - php/shortlog
php
2005-06-06 Wez FurlongDon't crash when compiled with the zend memory manager...
2005-06-06 Wez FurlongAvoid double-freeing streams.
2005-06-06 <changelog... ChangeLog update
2005-06-05 Wez Furlongfixes for #33251
2005-06-05 Wez Furlongdon't screw up the default fd set size when --disable...
2005-06-05 Ilia AlshanetskyFixed bug #33070 (Improved performance of bzdecompress...
2005-06-05 foobar- Proper fix for phpize when dealing with PECL
2005-06-05 Wez Furlongmake "nmake install" more verbose.
2005-06-05 Wez FurlongAdd option for placing the big binaries outside of...
2005-06-05 Wez Furlongtweaks for a recent addition to cygwin
2005-06-05 <changelog... ChangeLog update
2005-06-04 Zeev Suraski__halt_compiler() patch interface
2005-06-04 Zeev SuraskiThought I committed it ages ago... Anyway, without...
2005-06-04 <changelog... ChangeLog update
2005-06-03 foobarnuke crap, end scripts always with ?>
2005-06-03 foobarcs + ws
2005-06-03 Magnus M��tt�Add skipif, test requires iconv.
2005-06-03 foobarnuke duplicate code
2005-06-03 Dmitry StogovAdded test for 5.0 specific bug #30394 (Assignment...
2005-06-03 Dmitry StogovFixed bug #30080 (Passing array or non array of objects)
2005-06-03 Dmitry StogovFixed bug #27598 (list() array key assignment causes...
2005-06-03 Dmitry StogovFixed memory allocation bugs related to magic object...
2005-06-03 Georg Richteradded new function mysqli_get_charset
2005-06-03 George Schlossnagle[Move from branch]
2005-06-03 <changelog... ChangeLog update
2005-06-02 foobar- Revert previous change in build/libtool.m4 and make...
2005-06-02 foobar- Fixed bug #28605 (Need to use -[m]ieee option for...
2005-06-02 Antony Dovgalfix bug #33222 (segfault when CURL handle is closed...
2005-06-02 foobarWe only need LEMON for bundled stuff
2005-06-02 Antony Dovgalfix bug #33214 (odbc_next_result does not signal SQL...
2005-06-02 Derick Rethans- That should have been removed, not commented out.
2005-06-02 Derick Rethans- Fixed memory corruption in stristr().
2005-06-02 foobartouch
2005-06-02 <changelog... ChangeLog update
2005-06-01 Ilia AlshanetskyFixed bug #33210 (relax jpeg recursive loop protection).
2005-06-01 Antony Dovgalfix typo
2005-06-01 Dmitry StogovDisabled search of recored separator outside of buffer
2005-06-01 Dmitry StogovFixed bug #32941 (Sending structured SOAP fault kills...
2005-06-01 Dmitry StogovFixed bug #30791 (magic methods (__sleep/__wakeup/__toS...
2005-06-01 Dmitry StogovFixed "refcount" counting for autoglobals
2005-06-01 Ilia Alshanetskykill unused var.
2005-06-01 <changelog... ChangeLog update
2005-05-31 Dmitry StogovFixed possible memory corruption on request shutdown
2005-05-31 Dmitry StogovFixed usage of uninicialized variable
2005-05-31 Magnus M��tt�Fix test
2005-05-31 foobar- Fixed bug #33200 (preg_replace(): magic_quotes_sybase...
2005-05-31 Dmitry StogovReverted wrong fix for bug #30572.
2005-05-31 foobarTouch
2005-05-31 foobar- Fixed bug with unserialize() with "exotic" letters...
2005-05-31 Marcus Boerger- Only allow changing return ref agnostic when a script...
2005-05-31 <changelog... ChangeLog update
2005-05-30 Ilia AlshanetskyFixed bug #33164 (Soap extension incorrectly detects...
2005-05-30 Marcus Boerger- Update
2005-05-30 Hartmut Holzgraefetypo fix
2005-05-30 foobar- Fixed bug #33185 (--enable-session=shared does not...
2005-05-30 Hartmut Holzgraefegracefully handle changes of the parse.y lemon file,
2005-05-30 foobar- Use libtool also for completely static builds
2005-05-30 foobar- Changed the PATH_SEPARATOR check to a macro
2005-05-30 foobarRemoved the empty $bin_src_SCRIPTS (no longer needed...
2005-05-30 <changelog... ChangeLog update
2005-05-29 foobar- Unify the "configure --help" texts
2005-05-29 foobarFix VPATH build
2005-05-29 Hartmut Holzgraefesimplify flex version test
2005-05-29 Hartmut Holzgraefeforgot to re-add 1.875 as a valid bison version after...
2005-05-29 Hartmut Holzgraefebison may be installed under a different executable...
2005-05-29 Hartmut Holzgraefeavoid code duplication in bison version test
2005-05-29 Hartmut Holzgraefeadded .cxx extension for C++ for completeness reasons
2005-05-29 Ilia AlshanetskyAdded an optional remove old session parameter to sessi...
2005-05-29 Hartmut Holzgraefem4 comments start with 'dnl', *not* with '#'
2005-05-29 <changelog... ChangeLog update
2005-05-28 Marcus Boerger- Make zend_do_inheritance ZEND_API
2005-05-28 Sebastian BergmannSync with config.m4 (missing MATCH_LIMIT broke the...
2005-05-28 <changelog... ChangeLog update
2005-05-27 Andrei ZmievskiNo need to include ucp.c and ucptypetable.c here.
2005-05-27 Andrei ZmievskiUpgrade library to version 5.0.
2005-05-27 Dmitry StogovFixed bug #22836 (returning reference to uninitialized...
2005-05-27 foobar- Make sure EGREP and SED get set early enough.
2005-05-27 foobar- Use $SED and $EGREP where possible
2005-05-27 foobar- Update bundled libtool to 1.5.18 (latest atm)
2005-05-27 <changelog... ChangeLog update
2005-05-26 Andrei ZmievskiDo a cache flush if we detect possible cache corruption...
2005-05-26 Marcus Boerger- Need to make PDO::__construct() final to prevent...
2005-05-26 Dmitry StogovFixed bug #33116 (crash when assigning class name to...
2005-05-26 Dmitry StogovAdded array type hinting. (This patch requires full...
2005-05-26 Marcus Boerger- Add new tests
2005-05-26 Marcus Boerger- Make SQLiteDatabase derivable by dropping final tag...
2005-05-26 Ilia AlshanetskyAdded scheme validation for parse_url().
2005-05-26 <changelog... ChangeLog update
2005-05-25 Dmitry StogovFixed bug #29971 (variables_order behaviour)
2005-05-25 Stanislav Malyshevfix is_object() on non-php objects
2005-05-25 Ilia AlshanetskyReturn error on an invalid input to mime_content_type...
2005-05-25 <changelog... ChangeLog update
2005-05-24 Andrei ZmievskiFlush regexp cache if we detect corruption.
2005-05-24 Marcus Boerger- Small fix (found by joerg)
2005-05-24 foobarnuked unused header file
2005-05-24 foobarnuked file
2005-05-24 foobar- Remove unused file
2005-05-24 Marcus Boerger- Add test for deriving PDO
2005-05-24 Marcus Boerger- Add new tests for PDO_FETCH_INTO
2005-05-24 Antony Dovgalmake it compile on Win32 (thanks to Sebastian for noticing)
next