]> granicus.if.org Git - php/shortlog
php
2010-09-22 Ulf WendelTest update for sql_mode = ansi
2010-09-22 Ulf WendelTest update for sql_mode = ANSI
2010-09-22 Andrey Hristovsmall macro fix
2010-09-22 Andrey Hristovfix for bug 52891 - optimize a bit
2010-09-22 Andrey Hristovhier comes the news
2010-09-22 Andrey HristovFix for
2010-09-22 Andrey Hristovupdate tests
2010-09-20 Ulf WendelTrying to pimp gcov.php.net code coverage tests.. ...
2010-09-20 Ulf WendelAlign test to the style used in the other tests
2010-09-20 Ulf WendelNo reason not to run the tests with libmysql. Its long...
2010-09-20 Ilia AlshanetskyFixed a compiler warning
2010-09-20 Ulf WendelDont be strict on error messages, they can vary by...
2010-09-20 Andrey Hristovadd test case for 52891
2010-09-18 Pierre Joye- not needed here anymore
2010-09-17 Ulf WendelSkip if PDO_SQLITE is not available
2010-09-17 Ulf WendelRemove OS dependent directory separator from EXPECT
2010-09-17 Pierre Joye- restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition...
2010-09-16 Pierre Joye- WS
2010-09-15 Pierre Joye- fix news
2010-09-15 Andrey Hristovremove unneeded proxy function _mysqlnd_restart_psessoin
2010-09-15 Andrey HristovRemove unneeded proxy function _mysqlnd_end_psession
2010-09-15 Adam HarveyFix bug #52849 (GNU MP invalid version match).
2010-09-15 Ulf WendelFix test
2010-09-15 Felipe Pena- Fixed bug #52843 (Segfault when optional parameters...
2010-09-14 Andrey Hristovunify magic quotes handling. Also fix a problem which
2010-09-14 Jérôme Loyet- remove a memory leak (missing efree())
2010-09-14 Johannes Schlüter- Don't be silent on bailout
2010-09-14 Adam HarveyFix bug #52827 (cURL leaks handle and causes assertion...
2010-09-14 Pierre Joye- fix #48831 php -i has different output to php --ini
2010-09-14 Adam HarveyFix English in the error message emitted when json_deco...
2010-09-13 Kalle Sommer... Fixed bug #52772 (var_dump() doesn't check for the...
2010-09-13 Pierre Joye- use php_sys_sat
2010-09-13 Pierre Joye- ws
2010-09-13 Pierre Joye- sanity check for the path length and don't treat...
2010-09-13 Pierre Joye- MFH
2010-09-13 Pierre Joye- silent warning
2010-09-13 Pierre Joye- use php_sys_lstat
2010-09-13 Pierre Joye- use php_sys_readlink
2010-09-13 Pierre Joye- WS
2010-09-13 Adam HarveyFix bug #52826 (phpinfo is incorrect for bzip2 stream...
2010-09-11 Pierre Joye- remove dummy wrapper for readfile
2010-09-10 Felipe Pena- Fixed bug #49215 (make fails on glob_wrapper)
2010-09-10 Pierre Joye- use php_sys_readlink
2010-09-10 Pierre Joye- remove 'UNC' from the target
2010-09-10 Pierre Joye- open_basedir symlink support for Windows
2010-09-10 Pierre Joye- Implement bug #51804, splFileInfo::getLinkTarget...
2010-09-10 Pierre Joye- add php_sys_readlink
2010-09-10 Adam HarveyFix bug #52802 (Out-of-date comment for
2010-09-09 Felipe Pena- Fixed test
2010-09-09 Adam HarveyFixed bug #52744 (cal_days_in_month incorrect for Decem...
2010-09-09 Adam HarveyFix bug #52786 (PHP should reset section to [PHP] after...
2010-09-09 Adam HarveyFix bug ordering in NEWS.
2010-09-08 Pierre Joye- fix the fix for bug #52323
2010-09-08 Pierre Joye- WS
2010-09-08 Pierre Joye- Fix bug #52323, return value of php_network_connect_s...
2010-09-08 Pierre Joye- Fix #50524, proc_open should respect cwd as it does...
2010-09-07 Jérôme Loyet- remove FPM specific version which is irrelevant since...
2010-09-07 Jérôme Loyet- Fixed bug #52498 (libevent was not only linked to...
2010-09-07 Pierre Joye- fix bug #50953, socket will not connect to IPv4 addre...
2010-09-06 Pierre Joye- links related fixes
2010-09-06 Pierre Joye- fix bug #52260, catch all DNS not found error
2010-09-06 Pierre Joye- timeval element are always 32bit long on Windows
2010-09-06 Pierre Joye- kill warning
2010-09-05 Pierre Joye- restore credits, fix 5.3 as well, aka do it right...
2010-09-05 Derick Rethans- Clean up the generated tmp-php.ini after make test...
2010-09-03 Rasmus LerdorfThis incorrect contraction started to get on my eyes...
2010-09-03 Ulf WendelTest for http://bugs.php.net/52221. Test will fail...
2010-09-03 Dmitry StogovFixed GC bug
2010-09-02 Ulf WendelFix test failure. Add new test for MYSQLI_OPT_INT_AND_F...
2010-09-02 Pierre Joye- add it for 5.3 as well
2010-09-01 Stanislav MalyshevFix bug #50590 - IntlDateFormatter::parse result is...
2010-09-01 Andrey Hristovfix build on windows, seems this macro is not defined
2010-09-01 Andrey HristovOPT_COMPRESS support for mysqlnd_conn::set_client_option
2010-09-01 Pierre Joye- WS
2010-09-01 Pierre Joye- sb needed only in safemode
2010-09-01 Pierre Joye- add lstat support for Windows
2010-09-01 Jérôme Loyet- Fixed bug #52725 (gcc builtin atomic functions were...
2010-08-31 Jérôme Loyet- add 'max children reached' to the FPM status page...
2010-08-31 Ulf WendelPHP has changed (undefined) behaviour from 5.3.2 to...
2010-08-31 Timm Friebe- MFT: Add ".so" suffix to checks on libsybct[64] bundles
2010-08-31 Jérôme Loyet- Add libevent version to the startup debug log in...
2010-08-31 Jérôme Loyet- Changed listen.backlog in the FPM configuration file...
2010-08-30 Felipe Pena- Fixed crash on non-Windows build
2010-08-30 Andrey Hristovhere comes the news
2010-08-30 Andrey HristovFix for MySQL Bug #49406
2010-08-30 Pierre Joye- fix possible leak and error while fetching PHPRC
2010-08-30 Ulf WendelAdding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with...
2010-08-30 Pierre Joye- WS
2010-08-30 Derick Rethans- Tests for bug #52342 (DateTime setIsoDate results...
2010-08-30 Derick Rethans- Added test file that I forgot to commit.
2010-08-30 Derick Rethans- Fixed bug #52430 (date_parse parse 24:xx:xx as valid...
2010-08-30 Derick Rethans- Fixed bug #52454 (Relative dates and getTimestamp...
2010-08-30 Derick Rethans- Test for (non-)bug #52577.
2010-08-30 Derick Rethans- Added test for bug #46874 (same as #52668).
2010-08-30 Derick Rethans- Fixed bug #52668 (Iterating over a dateperiod twice...
2010-08-30 Jérôme Loyet- only one process (for all pools) could be killed...
2010-08-30 Ulf WendelIf you add functions to the PDO core, take care not...
2010-08-27 Ilia AlshanetskyFixed a compiler warning
2010-08-27 Pierre Joye- WS
2010-08-26 Andrey HristovAdd proper magic_quotes_runtime support for mysqlnd...
next