| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macro | foobar | 2005-07-14 | 3 | -25/+21 |
* | Fix the re_magic test by adding missing #include <sys/types.h> | foobar | 2005-07-14 | 1 | -1/+2 |
* | Route ftp:// wrapper via transports layer.\nFix typo in datastream crypto sta... | Sara Golemon | 2005-07-13 | 1 | -4/+12 |
* | Fixed bug #33673 (Added detection for partially uploaded files). | Ilia Alshanetsky | 2005-07-13 | 2 | -5/+18 |
* | typofix | foobar | 2005-07-13 | 1 | -2/+2 |
* | - Added check whether re_magic exists in struct regex_t | foobar | 2005-07-13 | 1 | -1/+9 |
* | fix typo | foobar | 2005-07-13 | 2 | -2/+2 |
* | fixed typos | foobar | 2005-07-13 | 1 | -2/+2 |
* | ChangeLog update | | 2005-07-13 | 2 | -0/+91 |
* | - Update Beta 3 date | Andi Gutmans | 2005-07-12 | 1 | -1/+1 |
* | add forgotten ifdefs, fix #33667 (mysqli doesn't compile) | Antony Dovgal | 2005-07-12 | 2 | -0/+6 |
* | - Update News | Andi Gutmans | 2005-07-12 | 1 | -1/+1 |
* | - Back to -dev | Andi Gutmans | 2005-07-12 | 3 | -4/+4 |
* | - Beta 3 | Andi Gutmans | 2005-07-12 | 3 | -4/+4 |
* | 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 | 2 | -0/+6 |
* | Fixed double-free in the digest authentication handling. | Ilia Alshanetsky | 2005-07-12 | 2 | -2/+8 |
* | 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 |
* | fix tests that started to fail after the last change in ZE | Antony Dovgal | 2005-07-12 | 2 | -5/+5 |
* | 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 |
* | Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (N... | Dmitry Stogov | 2005-07-12 | 2 | -0/+9 |
* | ChangeLog update | | 2005-07-12 | 2 | -0/+48 |
* | 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 |
* | Make references misuse emit E_NOTICE rather E_STRICT to be compatible with | Ilia Alshanetsky | 2005-07-11 | 2 | -10/+10 |
* | 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 |
* | Removing the automake-related output. The build no longer uses automake. | Jon Parise | 2005-07-11 | 1 | -9/+7 |
* | ChangeLog update | | 2005-07-11 | 1 | -0/+73 |
* | Compiler warning fix. | Ilia Alshanetsky | 2005-07-11 | 1 | -0/+2 |
* | - Moved ext/dbx and ext/ircg to PECL. | foobar | 2005-07-10 | 41 | -5489/+3 |
* | 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 |
* | ChangeLog update | | 2005-07-10 | 1 | -0/+12 |
* | 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 |