]> granicus.if.org Git - php/shortlog
php
2011-02-11 Christopher... rm trailing whitespace
2011-02-11 Daniel ConvissorAdd DateInterval format() tests.
2011-02-10 Daniel ConvissorAdd extensive tests for DateTime::diff(), add() and...
2011-02-09 Scott MacVicarFix Bug #53963, error code isn't always set in certain...
2011-02-09 Gustavo André... - Changed php.ini files to match the hard-coded default...
2011-02-08 Gustavo André... - Changed default serialize_precision from 100 to 17...
2011-02-08 Gustavo André... - Fixed bug #53959 (reflection data for fgetcsv out...
2011-02-08 Antony Dovgalfix compile warning
2011-02-07 Pierre Joye- Fixed bug #53893 (Wrong return value for ZipArchive...
2011-02-07 Pierre Joye- null deref fix
2011-02-07 Pierre Joye- disable realloc warning about not checking its return...
2011-02-06 Ilia AlshanetskyFixed parse_url() tests to account for port validation
2011-02-05 Gustavo André... - Changed port validation introduced in commit #308035...
2011-02-04 Ilia AlshanetskyFixed bug #53924 (FILTER_VALIDATE_URL doesn't validate...
2011-02-04 Adam HarveyChange the way HAVE_GLOB is dealt with in ext/zip per...
2011-02-04 Adam HarveyUpdate 5.3.6 NEWS to use a consistent bug ordering...
2011-02-04 Adam HarveyFix bug #53923 (Zip functions assume HAVE_GLOB is defined).
2011-02-04 Adam HarveyFix bug #53914 (SPL assumes HAVE_GLOB is defined)....
2011-02-04 Adam HarveyFix bug #53913 (Streams functions assume HAVE_GLOB...
2011-02-03 Ilia AlshanetskyFixed compiler warnings caused by var re-declaration
2011-02-03 Gustavo André... - Simpler fix for bug #53915.
2011-02-03 Gustavo André... - Fixed bug #53915: ReflectionClass::getConstant(s...
2011-02-01 Gustavo André... - Fixed bug #53903 (userspace stream stat callback...
2011-02-01 Andrey HristovFix more warnings about size_t
2011-02-01 Gustavo André... - Fixed several comparisons that always result in true...
2011-02-01 Andrey Hristovfix warnings. These checks are not needed because
2011-02-01 Gustavo André... - Fixed bug #49072 (feof never returns true for damaged...
2011-02-01 Ilia AlshanetskyFixed bug #53898 (PHAR reports invalid error message...
2011-02-01 Pierre Joye- WS
2011-01-31 Derick Rethans- Don't lower case setting names; some of them actually...
2011-01-31 Andrey HristovAdd two new enums constants from the server
2011-01-31 Kalle Sommer... Fixed bug #53795 (Connect Error from MySqli (mysqlnd...
2011-01-31 Boris LytochkinFixed bug #51336
2011-01-30 Stanislav Malyshevfix bug 53885 (ZipArchive segfault with FL_UNCHANGED...
2011-01-30 Jérôme Loyet- remove cpystrn from FPM and use strlcpy instead.
2011-01-30 Stanislav MalyshevFix bug #52290 (setDate, setISODate, setTime works...
2011-01-30 Stanislav MalyshevFix bug #52808 (Segfault when specifying interval as...
2011-01-29 Jérôme Loyet- Fixed bug #53434 (php-fpm slowlog now also logs the...
2011-01-29 Jérôme Loyet- Fixed bug #53434 (php-fpm slowlog now also logs the...
2011-01-29 Jérôme Loyet- Fixed bug #53777 (php-fpm log format now match php_er...
2011-01-28 Felipe Pena- Fixed bug #53867 (Test failure)
2011-01-28 Ulf WendelDon't expect a certain server reply, it is undefined...
2011-01-28 Dmitry StogovAdded ability to connect to HTTPS sites through proxy...
2011-01-28 Adam HarveyFix NEWS sorting.
2011-01-28 Adam HarveyFixed bug #53854 (Missing constants for compression...
2011-01-28 Adam HarveyFix NEWS typo.
2011-01-28 Adam HarveyFix zip test.
2011-01-27 Pierre Joye- Fix bug #53166, missing parameters in reflections...
2011-01-26 Pierre Joye- #53837
2011-01-25 Derick Rethans- Let's keep this consistent in the whole file.
2011-01-25 Ulf WendelHandle deprecation messages differently in tests to...
2011-01-24 Ilia Alshanetskyremoved un-used variable
2011-01-24 Derick Rethans- Updated to version 2011.1 (2011a)
2011-01-24 Stanislav MalyshevAdd imap_fetchmime
2011-01-24 Stanislav Malyshevfix tests
2011-01-24 Stanislav MalyshevFixed bug #5273 (Can't use new properties in class...
2011-01-24 Stanislav MalyshevFixed Bug #52063 (DateTime constructor's second argumen...
2011-01-23 Ilia AlshanetskyFixed compiler warning
2011-01-23 Pierre Joye- local redeclaration
2011-01-23 Pierre Joye- kill local redeclaration by using a less common name
2011-01-20 Ilia AlshanetskyFixed variable overloading
2011-01-20 Pierre Joye- this function is only in trunk
2011-01-20 Pierre Joye- don't continue if no valid option value
2011-01-20 Pierre Joye- be sure that we got tzid by adding a default case
2011-01-20 Pierre Joye- fail when no known op are given
2011-01-20 Pierre Joye- unused var
2011-01-20 Pierre Joye- fail when no known op are given
2011-01-20 Pierre Joye- kill local redeclaration
2011-01-20 Pierre Joye- init err (and simplify)
2011-01-20 Pierre Joye- no need of assert here
2011-01-20 Pierre Joye- check if strdup succeeds
2011-01-19 Pierre Joye- force static, can't be built yet shared anyway
2011-01-19 Andrey Hristovfix zts build
2011-01-19 Pierre Joye- WS
2011-01-19 Pierre Joye- avoid local redeclaration
2011-01-19 Pierre Joye- malloc may fail
2011-01-19 Pierre Joye- path len check and fix buffer overrun
2011-01-19 Ilia AlshanetskyWin32 build fix
2011-01-19 Dmitry StogovAdded checks for malformated FastCGI requests (Edgar...
2011-01-19 Gustavo André... - Hopefully finally fixed the mess in rev 307562 and...
2011-01-18 Pierre Joye- clarity
2011-01-18 Pierre Joye- #53577 and cleanup
2011-01-18 Pierre Joye- fix regression introduced in 5.3.4 in open_basedir...
2011-01-18 Gustavo André... - Fixed wrong function call in original commit to FR...
2011-01-18 Gustavo André... - Implemented FR #39771 (Made DOMDocument::saveHTML...
2011-01-18 Ilia AlshanetskyFixed variable re-declaration
2011-01-18 Pierre Joye- fix the fix (wrong test)
2011-01-17 Jérôme Loyet- Enforce security in the fastcgi protocol parsing.
2011-01-17 Pierre Joye- path len sanity check
2011-01-17 Pierre Joye- don't try to access if calloc fails (quick review...
2011-01-17 Pierre Joye- fix NULL derefencing
2011-01-17 Ilia AlshanetskyFixed compiler warning
2011-01-17 Ulf WendelFix tests: don't expect people to use a certain db...
2011-01-17 Kalle Sommer... MFT: Added 'db' and 'catalog' keys to the field fetchin...
2011-01-17 Kalle Sommer... Remove this void comment (c/p mistake)
2011-01-17 Kalle Sommer... MFT: Implemented FR #47802 (Support for setting charact...
2011-01-16 Stanislav MalyshevFix bug #47143, bug #51458 - provide more useful info...
2011-01-16 Stanislav MalyshevAdd options to debug_backtrace functions
2011-01-14 Andrey Hristovfix more parameter stuff, now it is complete
2011-01-14 Andrey Hristovpass data which is available
next