]> granicus.if.org Git - php/shortlog
php
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
2011-01-14 Johannes Schlüter- Fix #53551 (PDOStatement execute segfaults for pdo_my...
2011-01-14 Johannes Schlüter- Fix 5.3.5 date in NEWS
2011-01-14 Antony Dovgaladd missing dl() function to FPM SAPI
2011-01-13 Pierre Joye-disable the analyzer for the snapshot in 5.3 too
2011-01-13 Ilia AlshanetskyFixed variable re-declaration
2011-01-13 Stanislav Malyshevrevert non-BC change in 5.3
2011-01-12 Felipe Pena- Fixed bug #53717 (checking the number of arguments...
2011-01-12 Derick Rethans- Fixed bug #53729 (DatePeriod fails to initialize...
2011-01-12 Ilia AlshanetskyFixed variable re-declaration
2011-01-12 Felipe Pena- Fixed compiler warnings
2011-01-11 Ilia AlshanetskyAdded missing success check around chmod() for windows...
2011-01-10 Ilia AlshanetskyFixed bug #53630 (Fixed parameter handling inside readl...
2011-01-10 Andrey Hristovnew flag
2011-01-10 Pierre Joye- remove local redeclaration
2011-01-10 Pierre Joye- possible NULL deref
2011-01-10 Pierre Joye- local redeclaration
2011-01-10 Pierre Joye- some more possible NULL deref
2011-01-10 Pierre Joye- fix possible NULL deref
2011-01-09 Pierre Joye- new sec flags should not be on by default for 5.3...
2011-01-09 Pierre Joye- add configure option to enable the builtin static...
2011-01-09 Pierre Joye- debug code--
2011-01-09 Pierre Joye- let try to fix pecl header install so we can do the...
2011-01-08 Rui HirokawaMFH: added an option to http_build_query for RFC-3986
2011-01-07 Pierre Joye- define the php*.lib/dll names
2011-01-07 Andrey HristovProper fix for
2011-01-07 Adam HarveyImplement request #53684 (Deprecated HTML in sample...
2011-01-07 Felipe Pena- Fixed memory leak on SQLite3Result and SQLite3Stmt...
2011-01-06 Rasmus LerdorfFix bug #53682
2011-01-06 Pierre Joye- fix vc6 random behavior for Fix bug #53632 with x87 fpu
2011-01-06 Pierre Joye- add CVE (too late for the release tho')
2011-01-06 Adam HarveyRemove empty files left when r306542 was reverted in...
2011-01-06 Scott MacVicarImplemented FR #53466 (SQLite3Result::columnType()...
2011-01-05 Etienne KneussImplement SplObjectStorage::removeAllExcept (Patch...
2011-01-05 Ilia AlshanetskyAdded test
2011-01-05 Johannes Schlüter- This will be PHP 5.3.6
2011-01-05 Ilia AlshanetskyOptimize unix timestamp to date-string conversion for...
2011-01-05 Pierre Joye- revert rev. 307044
2011-01-04 Scott MacVicarAdd test for bug #53632
2011-01-04 Scott MacVicarFix bug #53632 with x87 fpu
2011-01-04 Stanislav Malyshevfix unit tests for intl in accordance with new ICU...
2011-01-03 Kalle Sommer... Fixed linking of extensions that would use a static...
2011-01-03 Hannes MagnussonMy name is Hannes
2011-01-03 Scott MacVicarChange DEBUG() to TIMELIB_DEBUG(), there are potential...
2011-01-03 Scott MacVicarFix error with initialisation flag being set too early...
2011-01-03 Ilia AlshanetskyFixed Bug #53629 (memory leak inside highlight_string()).
2011-01-03 Stanislav MalyshevImlement clone for formatters that support it
2011-01-03 Pierre Joye- prevent php(version)lib.(dll|lib) to be overriden
2011-01-03 Pierre Joye- we need the core config.w32 only once
2011-01-02 Pierre Joye- use the ext deps list for phpize's ADD_EXTENSION_DEP...
2011-01-02 Pierre Joye- typo, and remove undesired committed part
2011-01-02 Pierre Joye- typo
2011-01-02 Pierre Joye- generate a list of ext and how they are built, should...
2011-01-01 Pierre Joye- fix ADD_EXTENSION_DEP detection
2011-01-01 Felipe Pena- Year++
2011-01-01 Felipe Pena- Year++
2011-01-01 Felipe Pena- Year++
2010-12-31 Scott MacVicarAdd SQLite3_Stmt::readOnly for checking if a statement...
2010-12-30 Gustavo André... - Do not violate php_stream abstraction and use php_str...
2010-12-30 Hannes MagnussonNew test for stream_meta_data($zipstream)
2010-12-30 Eyal Teutschremoved extra ?> from the FILE section
2010-12-28 Pierre Joye- WS
2010-12-27 Antony Dovgalfix segfault when node is NULL
2010-12-27 Rob Richardstypo
2010-12-27 Rob Richardsfix crash with entity declarations
2010-12-27 Gustavo André... - Fixed bug #53612 (Segmentation fault when using sever...
2010-12-26 Eyal TeutschSplFileObject_fgetcsv files: SplFileObject__fgetcsv...
2010-12-26 Eyal Teutschfixed 6 tests to pass on non-linux os, by removing...
2010-12-26 Eyal Teutschusing PWD which is supported by run-tests.php, rather...
next