]> granicus.if.org Git - php/shortlog
php
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... Added 'catalog' to the field fetching functions in...
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-16 Kalle Sommer... Fix mysqlnd build
2011-01-14 Andrey HristovUpdate on the mysqlnd auth plugins, changed the plugin
2011-01-14 Andrey Hristovmerge from branch
2011-01-14 Johannes Schlüter- Fix #53551 (PDOStatement execute segfaults for pdo_my...
2011-01-14 Antony Dovgaladd missing dl() function to FPM SAPI
2011-01-14 Andrey HristovChange things to allow passing of the password length
2011-01-14 Andrey Hristovgcc barks about these, so clean it
2011-01-13 Ilia AlshanetskyFixed variable re-declaration
2011-01-13 Scott MacVicarintl: Add Spoofchecker cloning, fix typo in prototype...
2011-01-13 Scott MacVicarAdd Spoofchecker to intl extension.
2011-01-12 Felipe Pena- Fixed bug #53717 (checking the number of arguments...
2011-01-12 Andrey Hristovgrok the MySQL 5.5 extended handshake.
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 Andrey HristovUse common code to handle initial authentication and
2011-01-11 Ilia AlshanetskyAdded missing success check around chmod() for windows...
2011-01-10 Pierre Joye- do not enable analyzer for snapshot
2011-01-10 Ilia AlshanetskyFixed bug #53630 (Fixed parameter handling inside readl...
2011-01-10 Andrey Hristovplug a leak
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- WS
2011-01-10 Pierre Joye- some more possible NULL deref
2011-01-10 Pierre Joye- fix possible NULL deref
2011-01-09 Pierre Joye- add configure option to enable the builtin static...
2011-01-09 Stefan MarrAdded trait_exists() [TRAITS] [DOC]
2011-01-09 Pierre Joye- let try to fix pecl header install so we can do the...
2011-01-08 Rui Hirokawaadded an option to http_build_query for RFC-3986
2011-01-07 Pierre Joye- enable ASLR and NXCOMPAT by default
2011-01-07 Kalle Sommer... Implemented FR #39847 (mysqli_fetch_[field|fields|field...
2011-01-07 Kalle Sommer... Added test case for #47802 and fixed macro name after...
2011-01-07 Pierre Joye- define the php*.lib/dll names
2011-01-07 Kalle Sommer... Update to use mysql_options() instead of mysql_set_char...
2011-01-07 Pierre Joye- missing add header
2011-01-07 Kalle Sommer... Implemented FR #47802, support for character sets in...
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 Adam HarveyImplement request #53659 (Implementing RegexIterator...
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 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 Felipe Pena- Fixed tests
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 Pierre Joye- useless commented code
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 Pierre Joye- slightly cleaner
2011-01-03 Pierre Joye- fix crash when argc > 1 and to_zval is NULL (thx...
2011-01-03 Ilia AlshanetskyFixed Bug #53629 (memory leak inside highlight_string()).
2011-01-03 Pierre Joye- kill c++ comment
2011-01-03 Pierre Joye- stream output support for image outputs functions
2011-01-03 Stanislav MalyshevImlement clone for formatters that support it
2011-01-03 Pierre Joye- missing file
2011-01-03 Pierre Joye- we need the core config.w32 only once
2011-01-03 Pierre Joye- silent copy
2011-01-02 Pierre Joye- use the ext deps list for phpize's ADD_EXTENSION_DEP...
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- missing file
2011-01-01 Felipe Pena- Year++
2011-01-01 Felipe Pena- Year++
2011-01-01 Felipe Pena- Year++
2010-12-31 Scott MacVicarSilently casting an empty string, null or false into...
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-28 Andrey HristovC89 fix
2010-12-28 Andrey Hristovextending the API interface - plugins can register
2010-12-27 Antony Dovgalfix segfault when node is NULL
2010-12-27 Antony Dovgalinitialize script_encoding_list (reported by Gustavo...
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...
2010-12-25 Felipe Pena- Fixed INI test section
2010-12-24 Gustavo André... - Fixed bug #53603 (ZipArchive should quiet stat errors).
2010-12-24 Gustavo André... - Fix PCRE build on Windows; closes bug #53606.
2010-12-24 Ilia AlshanetskyUpgraded\ bundled\ PCRE\ to\ version\ 8.11.
next