]> granicus.if.org Git - php/shortlog
php
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.
2010-12-24 Moriyoshi Koizumi- Fix startup warnings.
2010-12-24 Peter CowburnNEWS for FR #48767 (SplFileInfo::getExtension())
2010-12-23 Peter CowburnImplemented FR #48767 (SplFileInfo::getExtension())
2010-12-23 Ilia AlshanetskyFixed compiler warning
2010-12-23 Gustavo André... - Fixed bug #53592 (stream_socket_enable_crypto() busy...
2010-12-22 Ilia AlshanetskyFixed bug #52209 (INPUT_ENV returns NULL for set variab...
2010-12-22 Moriyoshi Koizumi- Fix build.
2010-12-21 Gustavo André... - Revert of revision 306542, turns out the semantics...
2010-12-21 Gustavo André... - Fixed bug #53588 (SplMinHeap bad sorting with custom...
2010-12-21 Moriyoshi Koizumi- Update ini descriptions. It is still possible that...
2010-12-20 Ilia AlshanetskyFixed compiler warnings
2010-12-20 Rui Hirokawafixed compile error with VS2008.
2010-12-20 Felipe Pena- Fix build
2010-12-20 Hannes MagnussonFixed bug#53579 (stream_get_contents() segfaults on...
2010-12-20 Stefan MarrRemoved dead code.
2010-12-20 Moriyoshi Koizumi- Avoid allocating extra buffers. This makes parsing...
2010-12-20 Moriyoshi Koizumi- Fix a bug that the script gets wrongly converted...
2010-12-20 Felipe Pena- Fix build
2010-12-20 Stefan MarrAdded strict handling of properties in traits.
2010-12-19 Gustavo André... - Fixed bug #53574 (Integer overflow in SdnToJulian...
2010-12-19 Stefan MarrFixed naming of parameters, was inconsistent with imple...
2010-12-19 Moriyoshi KoizumiWS
2010-12-19 Moriyoshi KoizumiWS
2010-12-19 Moriyoshi Koizumi* Refactor zend_multibyte facility.
2010-12-19 Stanislav MalyshevFix bad args to grapheme_extract(), reported by Maksymi...
2010-12-18 Jérôme Loyet- Fixed bug #53527 (php-fpm --test doesn't set a valuab...
2010-12-17 Gustavo André... - Fixed bug #53568 (swapped memset arguments in struct...
2010-12-17 Jani Taskinen- Update credits
2010-12-17 Jani Taskinen- Revert
2010-12-17 Hannes MagnussonThrow some credit around
2010-12-16 Andrey Hristovfix a small bug about affected_rows in the text protocol
2010-12-16 Jani Taskinen- Typos, WS, CS
2010-12-16 Andrey HristovFix sprintf modifier to be right, wrong data reported...
2010-12-16 Gustavo André... - Adding enable_post_data_reading to php.ini-*
2010-12-15 Derick Rethans- Fixed a bug in DateTime->modify() where absolute...
2010-12-15 Andrey Hristovcount preciser in case of error
2010-12-15 Pierre Joye- we don't bundled fbclient, system version is used
2010-12-14 Pierre Joye- sync with 5.3
2010-12-14 Ilia AlshanetskyFixed compiler warning
2010-12-14 Ilia AlshanetskyFixed bug #53541 (format string bug in ext/phar).
2010-12-14 Jani Taskinen- $_REQUEST is also JIT global now
2010-12-14 Pierre Joye- fix header install
2010-12-14 Pierre Joye- add nmake install-sdk (create the devel package)...
2010-12-13 Pierre Joye -add a link to snmp install doc about the MIBS data...
2010-12-13 Pierre Joye- no need to diplay that
2010-12-13 Pierre Joye- phpize support merge from 5.3
2010-12-13 Kalle Sommer... * Don't print the shared headers table after enabling...
2010-12-13 Ilia AlshanetskyFixed bug #48607 (fwrite() doesn't check reply from...
2010-12-13 Kalle Sommer... Revert fix for bug #53493 to be compliant with the...
2010-12-13 Kalle Sommer... Fixed bug #53493 (xmlrpc_decode should not be sensitive...
2010-12-12 Stanislav Malyshevadd & fix tests for lenient parsing
2010-12-12 Gustavo André... - Fixed bug #53530 (php_crypt tests gcc version incorre...
2010-12-12 Ilia AlshanetskyFixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work...
2010-12-12 Ilia AlshanetskyFixed bug 48484 (array_product() always returns 0 for...
2010-12-12 Ilia AlshanetskyFixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing...
2010-12-12 Ilia Alshanetskysqlite3 lib news
2010-12-12 Kalle Sommer... Fixed bug #53425 (mysqli_real_connect() ignores client...
2010-12-12 Derick Rethans- Added the + modifier to parseFromFormat to allow...
2010-12-12 Stefan MarrChanged E_ERROR to E_COMPILE_ERROR for Trait compilatio...
2010-12-12 Derick Rethans- Keep extension order alphabetically
2010-12-12 Stefan MarrChanged collision warning for Traits to fatal error.
2010-12-12 Kalle Sommer... Fixed bug #53503 (mysqli::query returns false after...
2010-12-12 Derick Rethans- Fixed a few test cases
2010-12-12 Eyal Teutschmoved the second unlink() to the CLEAN section in the...
2010-12-11 Pierre Joye- add PHP_INSTALL_HEADERS to all parts (core&exts)...
2010-12-11 Martin Jansen* Fixed parameter check introduced with the recent...
2010-12-11 Pierre Joye- add install-lib(s), remove header for now, will be...
2010-12-11 Ilia AlshanetskyUpgraded bundled Sqlite3 to version 3.7.4.
2010-12-11 Gustavo André... - Tests and small parsing correction for php://fd wrapper
2010-12-11 Gustavo André... - Implemented request #26158/bug #53465 (open arbitrary...
2010-12-10 Felipe Pena- Fixed bug #53515 (property_exists incorrect on ArrayO...
2010-12-10 Felipe Pena- Fixed bug #53517 (segfault in pgsql_stmt_execute...
2010-12-10 Pierre Joye- install headers, missed that one
2010-12-10 Pierre Joye- add initial PHP_INSTALL_HEADERS, one step closer...
2010-12-10 Gustavo André... - I had forgotten to commit UPGRADING (for enable_post_...
2010-12-10 Christopher... Update for PECL upload that is synced with PHP 5.3.4
2010-12-10 Scott MacVicarAdd more constants to curl_getinfo(), dependent on...
2010-12-10 Felipe Pena- Added test for bug #53512
2010-12-10 Felipe Pena- Fixed bug #53512 (NumberFormatter::setSymbol crash...
2010-12-10 Felipe Pena- Fixed bug #39199 (Cannot load Lob data with more...
2010-12-09 Gustavo André... - Added enable_post_data_reading ini option to allow...
2010-12-09 Dmitry StogovFixed bug #53511 (Exceptions are lost in case an except...
2010-12-09 Eyal Teutschtest bug42364 included a superfluous ?>
2010-12-09 Eyal Teutschpdo_025 expected a certain extra character that is...
next