]> granicus.if.org Git - php/shortlog
php
2008-03-19 Felipe PenaFixed error message (%s -> %v)
2008-03-19 Antony Dovgalfix typo
2008-03-19 Antony Dovgalmake use of zend_atol()
2008-03-19 Antony Dovgaladd zend_atol() and use it instead of zend_atoi() where...
2008-03-19 Antony Dovgalfix test
2008-03-19 Felipe PenaMFB: Fixed bug #43614 (incorrect processing of numerica...
2008-03-19 <changelog... ChangeLog update
2008-03-18 Ilia AlshanetskyMFB: Bug #44445 (email validator does not handle domain...
2008-03-18 Andrey HristovMFB : fix the build
2008-03-18 Andrey HristovMFB - Bug #44352 mysqli_connect_error() false negative...
2008-03-18 Robin FernandesAdding more tests for serialize() and unserialize().
2008-03-18 Dmitry StogovRemoved hack (we don't need to modify class name).
2008-03-18 Dmitry StogovImplemented concept of "delayed early binding" that...
2008-03-18 Dmitry StogovFixed test
2008-03-18 <changelog... ChangeLog update
2008-03-18 Felipe PenaFix build
2008-03-17 Stanislav Malyshevfix integer overflow in lenght calculation
2008-03-17 Ilia AlshanetskyMFB: Properly address incomplete multibyte chars inside...
2008-03-17 Nuno LopesMFB: detect duplicate sections
2008-03-17 Antony Dovgalfix test
2008-03-17 Gwynne RaskindFix bug #44443 (cvsclean fails on Darwin 9)
2008-03-17 Antony Dovgalreturn empty string of correct type if __toString(...
2008-03-17 Antony Dovgalfix tests
2008-03-17 Antony Dovgalfix #39127i (Old-style constructor fallbacks produce...
2008-03-17 Antony Dovgalfix test
2008-03-17 Josie Messa- new tests for ctype functions
2008-03-17 Antony Dovgalfix 5_3 ZTS build
2008-03-17 <changelog... ChangeLog update
2008-03-16 Marcus Boerger- Rewrite scanner to be based on re2c instead of flex
2008-03-16 Ilia AlshanetskyMFB: Remove unused variable
2008-03-16 Derick Rethans- Updated to version 2008.1 (2008a)
2008-03-16 <changelog... ChangeLog update
2008-03-15 Felipe PenaMFB: Fixed bug #44440 (st_blocks undefined under BeOS)
2008-03-15 <changelog... ChangeLog update
2008-03-14 Lukas Smithupdated due to the creation of the primary testers...
2008-03-14 Dmitry StogovImprove GC to support garbage created in destructors...
2008-03-14 Felipe PenaFix build (ZTS)
2008-03-14 Derick Rethans- Allow datetime objects to be serialized and woken up.
2008-03-14 Dmitry StogovRemoved commented code and unnecessary inline function
2008-03-14 Dmitry StogovFixed GC bug
2008-03-14 Antony Dovgalcheck if return value of write() is -1 and abort upload...
2008-03-14 <changelog... ChangeLog update
2008-03-13 Marcus Boerger- Fix possible memory corruption
2008-03-13 Marcus Boerger- Fix build
2008-03-13 Ilia AlshanetskyMFB: MFB: Fixed bug #43677 (Inconsistent behaviour...
2008-03-13 Derick Rethans- MF53: Fixed bug #44257 (timelib_tz_lookup_table must...
2008-03-13 Derick Rethans- MF53: Added support for parsing date/time strings...
2008-03-13 Dmitry StogovDisable path resolution for filenames with stream wrappers
2008-03-13 Antony Dovgalfix zts build
2008-03-13 <changelog... ChangeLog update
2008-03-12 Stanislav MalyshevMFB: add request_order INI variable to control $_REQUES...
2008-03-12 Felipe PenaSync with fix for #44394
2008-03-12 Felipe PenaMFB: Fixed bug #42177 (Warning "array_merge_recursive...
2008-03-12 Christopher... New test for existing behavior
2008-03-12 Ilia AlshanetskyMFB: Fixed bug #44388 (Crash inside exif_read_data...
2008-03-12 Felipe PenaFix test
2008-03-12 Dmitry StogovFixed test
2008-03-12 Etienne KneussFix bug #41828 (Fix crash on wrong instantiation)
2008-03-12 Felipe PenaNew test
2008-03-12 Felipe PenaNew tests
2008-03-12 Dmitry StogovCode simplification
2008-03-12 Dmitry StogovOptimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into...
2008-03-12 Dmitry StogovFixed bug #44414 (Incomplete reporting about abstract...
2008-03-12 Dmitry StogovFixed warning
2008-03-12 Greg Beaverimplement full support and usage of phar stream in...
2008-03-12 Greg Beaverfix leaked var, fixes all tests for me
2008-03-12 Felipe PenaMFB: Fixed bug #44394 (Last two bytes missing from...
2008-03-12 <changelog... ChangeLog update
2008-03-12 Christopher... Cleaned up whitespace
2008-03-11 Lars StrojnyAdding itk again to non-threaded MPMs. Sorry for the...
2008-03-11 Felipe PenaAdd new test (bug reported in internals list by Robin)
2008-03-11 Felipe PenaAdd new test (bug reported in internals list by Robin)
2008-03-11 Felipe PenaMissing a line
2008-03-11 Felipe PenaNew tests
2008-03-11 Felipe PenaFix test
2008-03-11 Antony Dovgalsome more tests
2008-03-11 Antony Dovgalfix segfault - error_string may be NULL, in this case...
2008-03-11 Josie Messa- Added extra whitespace around error messages in expec...
2008-03-11 Dmitry StogovFixed memory corruption because of double free()
2008-03-11 <changelog... ChangeLog update
2008-03-10 Andrey HristovUpdate mysqlnd, ext/mysql and ext/mysqli - now possible...
2008-03-10 Andrey Hristov char **error_message was passed but not used. This...
2008-03-10 Steph FoxFix for crash caused by unhappy c&p.
2008-03-10 Josie Messa- New tests for getcwd() function
2008-03-10 Josie Messa- Modified expected output to allow tests to work on...
2008-03-10 Gwynne RaskindImprove the Darwin 9 hack considerably and switch to...
2008-03-10 Felipe PenaMFB: Improve the Darwin 9 hack considerably and switch...
2008-03-10 Gwynne RaskindUnused function in HEAD, fixes compiler warning
2008-03-10 Gwynne RaskindFix small typo
2008-03-10 Josie Messa- New tests for scandir() function
2008-03-10 Johannes SchlüterFix typo
2008-03-10 Johannes Schlüter- Fix build with older MySQL
2008-03-10 Andrey Hristov- Fix a warning in php_mysql.c
2008-03-10 <changelog... ChangeLog update
2008-03-09 Scott MacVicarMFB: Fix memory issues with statement being deleted...
2008-03-09 Ilia AlshanetskyMFB: Initialize ts only after successful argument parsing
2008-03-09 Felipe PenaFix typo (#44381)
2008-03-09 Gwynne RaskindFix Darwin 9/Mac OS X 10.5 build problems, or at least...
2008-03-09 Lars Strojnysapi/apache2(handler|filter)/config.m4: Removing itk...
2008-03-09 Steph FoxRename archive during compressAllFiles*()
next