]> granicus.if.org Git - php/shortlog
php
2009-10-26 Ilia AlshanetskyFixed bug #49921 (Curl post upload functions changed).
2009-10-26 Ulf WendelUpdating test - no error message any more. Maybe the...
2009-10-26 Ulf WendelUpdating test, mysqlnd support init commands
2009-10-26 Ilia Alshanetsky- Fixed bug #49985 (pdo_pgsql prepare() re-use previous...
2009-10-25 Jani Taskinen- Fixed bug #49990 (SNMP3 warning message about securit...
2009-10-24 Pierre Joye- #49986, fix ICU DLLs path
2009-10-23 Johannes SchlüterFix #49972 (AppendIterator undefined function crash)
2009-10-23 Ulf WendelFix: log slow queries in stats regardless of mysqlnd...
2009-10-22 Ilia AlshanetskyFixed test
2009-10-22 Andrey HristovDon't forget to update the length too
2009-10-22 Andrey HristovHave the lengths also to skip many calls to strlen
2009-10-22 Ulf WendelUpdating mysqlnd version number.
2009-10-22 Ulf WendelFixing stats, updating test to accept new stats
2009-10-22 Andrey HristovMove definition
2009-10-22 Andrey HristovCount number of affected_rows for normal and PS queries
2009-10-21 Ulf WendelThere subtle differences between Linux and Win. mysqlnd...
2009-10-21 Pierre Joye- fix leak in DL on error (windows)
2009-10-20 Ulf WendelMaking test a bit more portable
2009-10-20 Ulf WendelFixing test
2009-10-20 Ulf Wendellibmysql is still 'buggy' - skip test with libmysql
2009-10-20 Ulf WendelWell, hacking around to cope with mysql version specifi...
2009-10-20 Antony Dovgalfix crash on empty doc_root
2009-10-20 Ulf WendelSkipping tests if InnoDB is available but disabled...
2009-10-20 Ulf WendelFixing typo in SKIPIF and partly skipping tests if...
2009-10-20 Ulf WendelMaking test pass when MySQL runs on Win*
2009-10-20 Ulf WendelBail if connect.inc gets included twice. Including...
2009-10-19 Pierre Joye- MFH: fix realloc usage
2009-10-19 Pierre Joye- Fix ACL support and add support for ACL for TS SAPI...
2009-10-19 Johannes SchlüterFix test to remove temporary files
2009-10-19 Johannes SchlüterMerge #289581 (Fixed PDORow and PDOStatement crashes...
2009-10-19 Johannes SchlüterMerge NEWS for merged stuff from PHP_5_3 to PHP_5_3_1
2009-10-19 Ulf WendelUsing require[_once] instead of include. Adding logic...
2009-10-19 Pierre Joye- we don't distribute the crt9 dll, don't try to add it
2009-10-19 Pierre Joye- add custom DLL to the package and fix the path to...
2009-10-19 Derick Rethans- Updated to version 2009.15 (2009o)
2009-10-19 Ulf Wendelmysqlnd is a bit more verbose than libmysql - silence...
2009-10-19 Jani Taskinen- It is not const in PHP_5_2 but it is in HEAD and...
2009-10-19 Ulf WendelMySQL server and metadata - a sad story... trying to...
2009-10-19 Jani Taskinenfn
2009-10-19 Ulf WendelFixing host info for TCP/IP and aligning mysqlnd and...
2009-10-16 Stanislav Malyshevimprove fix for #49767 and #47627 - make PHP report
2009-10-16 Ulf WendelExtending mysqlnd statistics/monitoring. Now counting...
2009-10-16 Nuno Lopesignore php_mysqlnd_config.h file
2009-10-16 Scott MacVicarAdd metadata support to the bundled version of libsqlit...
2009-10-16 Scott MacVicarPart fix for bug #49224
2009-10-16 Scott MacVicarUpdate libsqlite to 3.6.19
2009-10-15 Ulf WendelMaking mysqlnd emit no warnings when fetching pooled...
2009-10-15 Ulf WendelFixing problems when calling connect (again and again...
2009-10-15 Pierre Joye- #48779, fix another use case where / usage may differ
2009-10-15 Ilia AlshanetskyFixed bug #49855 (import_request_variables() always...
2009-10-14 Ilia AlshanetskyFixed bug #49847 (exec() fails to return data inside...
2009-10-13 Stanislav Malyshevoops, that doesn't belong to this patch
2009-10-13 Stanislav Malyshevadd safeguard for UpdateIniFromRegistry on NULL arg
2009-10-13 Stanislav Malyshevfix crash for bug #47627
2009-10-13 Derick Rethans- Updated to version 2009.14 (2009n)
2009-10-13 Moriyoshi Koizumi- Bug #49785: take 5. What the hell happened to me...
2009-10-12 Felipe Pena- BFN
2009-10-12 Felipe Pena- Fixed possible crash when calling SQLiteDatabase...
2009-10-12 Felipe Pena- Fixed PDORow and PDOStatement crashes when instantiat...
2009-10-12 Pierre Joye- #48779, improve fix, drop usage of _tolower and use...
2009-10-12 Moriyoshi Koizumi- Bug #49785: take 4 - typo. this flaw is unharmful...
2009-10-12 Pierre Joye- check max colors while loading gd2 palette image...
2009-10-11 Moriyoshi Koizumi- A couple more fix for my previous fix.
2009-10-11 Pierre Joye- fix possible issue in TS environment (we don't have...
2009-10-11 Pierre Joye- #48779, don't loop twice over the path chars
2009-10-11 Felipe Pena- Fix compiler warning
2009-10-09 Felipe Pena- Fixed build and comment-style
2009-10-09 Garrett Serack- changed ini file directives [PATH=](on Win32) and...
2009-10-09 Moriyoshi Koizumi- More tests to go.
2009-10-09 Moriyoshi Koizumi- Fixed bug #49785 (insufficient input string validatio...
2009-10-08 Pierre Joye- missing define
2009-10-08 Pierre Joye- typo
2009-10-08 Pierre Joye- [DOC] add enchant_broket_set_dict_path and enchant_br...
2009-10-08 Ulf WendelAvoid buffer resizing and let the initial buffer alloca...
2009-10-08 Jani Taskinen- Fixed bug #49809 (time_sleep_until is not available...
2009-10-08 Ulf WendelFixing pconnect statistics.
2009-10-07 Matteo Beccati- Fixed bug #48764 (PDO_pgsql::query always uses implic...
2009-10-07 Andrey HristovIncrease the minimal size of the command buffer, which...
2009-10-07 Ilia AlshanetskyFixed bug #49800 (SimpleXML allow (un)serialize() calls...
2009-10-06 Christopher... bump ver
2009-10-06 Christopher... 1. Introduce connection attribute functions:
2009-10-06 Etienne KneussFix bug #49263 (Offset error when unserializing self...
2009-10-06 Andrey Hristovrevert the last change
2009-10-06 Andrey Hristovcount the queries
2009-10-06 Jani Taskinenpff
2009-10-05 Christopher... Fix odd little diff in some environments. No need for...
2009-10-05 Christopher... Fix diff when full connection string used. Clean up...
2009-10-05 Ilia AlshanetskyFixed bug #49757 (long2ip() can return wrong value...
2009-10-05 Dmitry StogovFixed bug #49627 (error_log to specified file does...
2009-10-03 Felipe Pena- Fix some arginfos (thanks Philip)
2009-10-03 Pierre Joye- drop unused var and fix example
2009-10-02 Christopher... Oracle 11.2 (and beyond) compat changes
2009-10-02 Christopher... refactor tests
2009-10-02 Christopher... Fix skipifs to accept Oracle 11.2
2009-10-02 Sriram Natarajan- Fixed bug #49738 (calling mcrypt after mcrypt_generic...
2009-10-01 Jani Taskinenpff, no idea what is merged where by who and when and...
2009-10-01 Christopher... Add PECL bug #16842
2009-10-01 Pierre Joye- fix #49732, fix crash when timestamp conversion fails
2009-10-01 Ulf WendelUpdating test because of http://news.php.net/php.cvs...
2009-10-01 Christopher... Add xmltype_02.phpt. Add XFAIL to xmltype_01 for PHP 6
next