| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tag 'php_5_1_0b3'.php-5.1.0b3 | SVN Migration | 2005-07-14 | 47 | -5275/+0 |
| * | Add test case | Wez Furlong | 2005-07-14 | 1 | -0/+47 |
| * | gah! | Wez Furlong | 2005-07-14 | 1 | -1/+1 |
| * | Thanks 'james' (a visitor to my blog) for reporting this bug. | Wez Furlong | 2005-07-14 | 1 | -0/+17 |
| * | keep this as a placeholder for debugging weird regressions | Wez Furlong | 2005-07-14 | 1 | -0/+1 |
| * | Add utility for driver-specific tests | Wez Furlong | 2005-07-14 | 1 | -0/+10 |
| * | it is not an error for a statement to return 0 rows. | Wez Furlong | 2005-07-14 | 1 | -15/+13 |
| * | Route ftp:// wrapper via transports layer.\nFix typo in datastream crypto sta... | Sara Golemon | 2005-07-13 | 1 | -4/+12 |
| * | fixed typos | foobar | 2005-07-13 | 1 | -2/+2 |
| * | add forgotten ifdefs, fix #33667 (mysqli doesn't compile) | Antony Dovgal | 2005-07-12 | 2 | -0/+6 |
| * | ok, call pdo_mysql_error() before returning -1 | Andrey Hristov | 2005-07-12 | 1 | -3/+2 |
| * | strictly check the result of mysql_affected_rows() | Andrey Hristov | 2005-07-12 | 2 | -5/+13 |
| * | Added support for LOCK_EX flag for file_put_contents(). | Ilia Alshanetsky | 2005-07-12 | 1 | -0/+5 |
| * | changed version dependency for charset functions | Georg Richter | 2005-07-12 | 2 | -0/+6 |
| * | compile before commit... | Wez Furlong | 2005-07-12 | 1 | -2/+2 |
| * | Enable unix build for dblib/sybase/freetds. | Wez Furlong | 2005-07-12 | 4 | -3/+68 |
| * | Avoid estrdup(NULL), modified patch from Zhao ming sen. | Wez Furlong | 2005-07-12 | 1 | -2/+10 |
| * | removed charset structure. libmysql now provides a function | Georg Richter | 2005-07-12 | 2 | -37/+16 |
| * | Touch with working re2c | foobar | 2005-07-12 | 1 | -185/+98 |
| * | touch generated file | Wez Furlong | 2005-07-12 | 1 | -34/+40 |
| * | remember ? -> :pdox mapping so that binds by position can be mapped to names ... | Wez Furlong | 2005-07-12 | 2 | -8/+21 |
| * | fix bug when query was rewritten from ? to :name | Wez Furlong | 2005-07-12 | 1 | -0/+1 |
| * | improve handling of bound input parameters when no maximal length value is set; | Wez Furlong | 2005-07-12 | 2 | -16/+25 |
| * | expand oracle null handling compatability by offering the ability to convert | Wez Furlong | 2005-07-12 | 4 | -8/+26 |
| * | should always bind columns after execute. | Wez Furlong | 2005-07-12 | 1 | -1/+1 |
| * | A bit of further tuning. | Ilia Alshanetsky | 2005-07-11 | 1 | -3/+3 |
| * | fix a segfault with the following script: | Andrey Hristov | 2005-07-11 | 1 | -1/+4 |
| * | - mysql_affected_rows() already returns an unsigned long | Andrey Hristov | 2005-07-11 | 1 | -8/+9 |
| * | Compiler warning fix. | Ilia Alshanetsky | 2005-07-11 | 1 | -0/+2 |
| * | - Moved ext/dbx and ext/ircg to PECL. | foobar | 2005-07-10 | 40 | -5489/+0 |
| * | touch | foobar | 2005-07-10 | 1 | -1/+1 |
| * | Fix #33624, mysterious crashes on shutdown on win32 | Wez Furlong | 2005-07-10 | 1 | -11/+9 |
| * | - use three digit octal character definition | Marcus Boerger | 2005-07-10 | 2 | -2/+2 |
| * | stmt->column_count is set only if the result has been already bound, don't | Andrey Hristov | 2005-07-10 | 1 | -5/+5 |
| * | ok, calculate max_length only in case of a blob (normal, medium, long). | Andrey Hristov | 2005-07-10 | 1 | -1/+19 |
| * | if the result set is buffered ask libmysql to compute the lengths, so | Andrey Hristov | 2005-07-10 | 1 | -7/+9 |
| * | Get precise lengths from the server, as suggested by Andrey. | Wez Furlong | 2005-07-10 | 1 | -0/+3 |
| * | Related to #33624. Crashes for me on shutdown, but seems ok for the rest of ... | Wez Furlong | 2005-07-09 | 1 | -1/+1 |
| * | Added safety checks. | Ilia Alshanetsky | 2005-07-09 | 1 | -3/+7 |
| * | Make cursor closer work with emulation as well. | Ilia Alshanetsky | 2005-07-09 | 1 | -0/+2 |
| * | don't free the cols until we know we have another rowset | Wez Furlong | 2005-07-09 | 1 | -2/+1 |
| * | Added cursor closer handler. | Ilia Alshanetsky | 2005-07-09 | 2 | -1/+9 |
| * | Added missing header check. | Ilia Alshanetsky | 2005-07-09 | 1 | -0/+3 |
| * | cursor_closer for SQLite. | Ilia Alshanetsky | 2005-07-09 | 1 | -1/+8 |
| * | Implement cursor_closer for MySQL driver. | Ilia Alshanetsky | 2005-07-09 | 1 | -1/+8 |
| * | for the transactions test case, detect working transactions before attempting... | Wez Furlong | 2005-07-09 | 2 | -5/+18 |
| * | Fixed memory leak | Ilia Alshanetsky | 2005-07-09 | 1 | -1/+11 |
| * | Fix two bugs: | Wez Furlong | 2005-07-09 | 1 | -5/+6 |
| * | Added: | Wez Furlong | 2005-07-09 | 5 | -21/+73 |
| * | Safer way of allowing 'blank' user/pass. | Ilia Alshanetsky | 2005-07-09 | 2 | -4/+7 |