]> granicus.if.org Git - php/shortlog
php
2013-02-01 Johannes SchlüterFix typo in error message
2013-01-31 Remi ColletMark this test as requiring internet connecion.
2013-01-31 Remi ColletFix failed test: sys_errlist[116] have changed on recen...
2013-01-30 Johannes SchlüterMerge branch 'PHP-5.3' into PHP-5.4
2013-01-30 Johannes SchlüterThis will be PHP 5.3.23
2013-01-30 Lars StrojnyNEWS entry new OpenSSL option [doc]
2013-01-30 Daniel LowreyAdded ssl context option, "disable_compression"
2013-01-30 Nikita PopovMerge branch 'PHP-5.3' into PHP-5.4
2013-01-30 Nikita PopovFixed bug #64106: Segfault on SplFixedArray[][x] =...
2013-01-30 Jelle ZijlstraFix build problem in C++11
2013-01-29 Stanislav Malyshevbranched 5.4.12
2013-01-29 Stanislav Malyshevupdate NEWS
2013-01-29 Johannes SchlüterMerge branch 'PHP-5.3' into PHP-5.4
2013-01-29 Johannes SchlüterMerge branch 'PHP-5.4' of git.php.net:/php-src into...
2013-01-29 Johannes SchlüterMerge branch 'PHP-5.3' of git.php.net:/php-src into...
2013-01-29 Johannes SchlüterFix bug #64099 (Wrong TSRM usage in zend_register_class...
2013-01-29 Stanislav MalyshevFix bug #62524, only follow redirects in file streams...
2013-01-28 Andras ElsoFix missing parameter
2013-01-23 Stanislav Malyshevfix tests
2013-01-23 Gustavo LopesNEWS for bug #64023 (see aa0adce)
2013-01-22 Gustavo LopesMerge branch 'bug64023' into PHP-5.4
2013-01-22 Gustavo LopesFix bug #64023 (__toString() & SplFileInfo)
2013-01-21 Xinchen HuiMerge fix of #62836 to ?.re, and regenerate ?.c
2013-01-18 Stanislav MalyshevMerge branch 'PHP-5.3' into PHP-5.4
2013-01-18 Stanislav Malyshevfix bug #63462 (Magic methods called twice for unset...
2013-01-18 Gustavo LopesNEWS for bug #64011. See 77ee200
2013-01-18 Gustavo LopesFix bug #64011 (get_html_translation_table())
2013-01-16 Johannes SchlüterMerge branch 'PHP-5.3' into PHP-5.4
2013-01-16 Johannes SchlüterFix NEWS after 5.3.21
2013-01-16 Christopher... Fix News
2013-01-16 Adam HarveyMerge branch 'PHP-5.3' into PHP-5.4
2013-01-16 Adam HarveyUpdate the arguments in the prototype of fpm_socket_uni...
2013-01-15 Anatoliy Belskyfixed build
2013-01-15 Gustavo LopesNEWS for bug #63893
2013-01-15 Gustavo LopesMerge remote-tracking branch 'remotes/cataphract/strtr_...
2013-01-15 Gustavo LopesFixed inconsequential bug in strtr()
2013-01-15 Adam HarveyRevert "Apply the fputcsv test fix to SplFileObject_fpu...
2013-01-15 Adam HarveyMerge branch 'PHP-5.3' into PHP-5.4
2013-01-15 Adam HarveyRevert "Update fputcsv() to escape all characters equally."
2013-01-15 Stanislav Malyshevfix NEWS
2013-01-15 Adam HarveyApply the fputcsv test fix to SplFileObject_fputcsv...
2013-01-15 Xinchen HuiMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-01-15 Xinchen HuiFixed bug #57702 (Multi-row BLOB fetches)
2013-01-15 Adam HarveyMerge branch 'PHP-5.3' into PHP-5.4
2013-01-15 Adam HarveyUpdate fputcsv() to escape all characters equally.
2013-01-14 Lars StrojnyBug #52958: Segfault in PDO_OCI on cleanup after runnin...
2013-01-14 Lars StrojnySupport BITMAPV5HEADER in getimagesize(): https://en...
2013-01-14 Lars StrojnyFix bug #63916: PDO::PARAM_INT casts to 32bit int inter...
2013-01-14 Lars StrojnyFixed bug #63921: sqlite3::bindvalue and relative PHP...
2013-01-14 Gustavo LopesRemove _GNU_SOURCE, add local heap sort
2013-01-14 Gustavo LopesThe compiler can figure this out
2013-01-14 Gustavo LopesRemove unused block
2013-01-14 Gustavo Lopesstrtr() with 2nd param array - optimization
2013-01-14 Gustavo LopesRefactoring, bugs & leaks
2013-01-14 Gustavo LopesOptimize strtr w/ 2nd arg array
2013-01-14 Stanislav Malyshevfix bug #63982: isset() inconsistently produces a fatal...
2013-01-14 Stanislav Malyshevdifferent OSes have different messages, and that's...
2013-01-13 Arnaud Le Blancfixed alternate form for 'x' and 'X' formats
2013-01-10 Dmitry StogovMerge branch 'PHP-5.3' into PHP-5.4
2013-01-10 Dmitry StogovFixed uninitialized zval.type (Yoram)
2013-01-10 ULF WENDELMySQL 5.6 EXPIRE PASSWORD flag tests
2013-01-10 Remi ColletMerge branch 'PHP-5.3' into PHP-5.4
2013-01-10 Remi ColletFix test after fix for bug #63943 (Bad warning text...
2013-01-09 Andrey HristovAdd mysqli support - constants and checking in mysqli_o...
2013-01-09 Andrey Hristovbackport handling of expired passwords in mysqlnd to 5.4
2013-01-09 Andrey Hristovfix compilation error after merge
2013-01-09 Andrey HristovMerge branch 'PHP-5.3' into PHP-5.4
2013-01-09 Andrey HristovUse during connect the flags set with set_client_option()
2013-01-09 Dmitry StogovMerge branch 'PHP-5.3' into PHP-5.4
2013-01-09 Dmitry StogovFixed compilator bug that might cause jump depended...
2013-01-09 Dmitry StogovFixed bug #63882 (zend_std_compare_objects crash on...
2013-01-09 Xinchen Huiupdate NEWS
2013-01-09 Xinchen HuiMerge branch 'PHP-5.3' into PHP-5.4
2013-01-09 Xinchen HuiFixed bug #63943 (Bad warning text from strpos() on...
2013-01-08 Adam HarveyAdd NEWS for the previously cherry picked commit.
2013-01-08 George Wangsapi/litespeed/lsapi_main.c: Fix bug #63228
2013-01-06 Derick RethansMerge branch 'PHP-5.4' of git.php.net:/php-src into...
2013-01-06 Derick RethansUpdate news with new bug fix.
2013-01-06 Derick RethansMerge branch 'PHP-5.3' into PHP-5.4
2013-01-06 Lars StrojnyAdding test for bug #63462
2013-01-06 Derick RethansFixed bug #55397: Comparsion of incomplete DateTime...
2013-01-06 Lars StrojnyCoding style, ANSI C compatibility
2013-01-06 Xinchen Huibump year
2013-01-06 Xinchen HuiMerge branch 'PHP-5.4' of git.php.net:php-src into...
2013-01-06 Xinchen HuiMerge branch 'PHP-5.3' into PHP-5.4
2013-01-06 Xinchen Huibump year
2013-01-06 Lars StrojnyAdding test from 5.5
2013-01-06 Lars StrojnyBug #63699: performance improvements for varios ext...
2013-01-04 Xinchen HuiUpdate NEWS
2013-01-04 Xinchen HuiMerge branch 'PHP-5.3' into PHP-5.4
2013-01-04 Xinchen HuiFixed bug #63899 (Use after scope error in zend_compile)
2013-01-04 Stanislav Malyshev5.4.12-dev
2013-01-03 Johannes SchlüterMerge branch 'PHP-5.3' into PHP-5.4
2013-01-03 Johannes SchlüterThis will be PHP 5.3.22
2013-01-02 Stanislav Malyshevadd bug #63762
2013-01-02 Stanislav Malyshevadd fix #43177
2013-01-02 Stanislav MalyshevBug #43177: If an eval() has a parse error, the overall...
2013-01-02 Stanislav Malyshevfix NEWS
2013-01-01 Xinchen HuiHappy New Year
2013-01-01 Xinchen HuiMerge branch 'PHP-5.3' into PHP-5.4
next