Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵ | Felipe Pena | 2010-06-26 | 9 | -126/+175 |
| | | | | for function aliases) | ||||
* | Remove hard coded lib extension. Prepare for OCI8 1.4.2 release | Christopher Jones | 2010-06-25 | 3 | -12/+24 |
| | |||||
* | Fix bug #52186 (phpinfo shows 10.1 or 11.1 when installed with ORACLE_HOME ↵ | Christopher Jones | 2010-06-25 | 1 | -8/+15 |
| | | | | 10.2 or 11.2) | ||||
* | - Fixed bug #52138 (Constants are parsed into the ini file for section names) | Felipe Pena | 2010-06-24 | 3 | -1/+66 |
| | |||||
* | Two functions, which should be methods so one can catch | Andrey Hristov | 2010-06-24 | 3 | -10/+13 |
| | | | | | their output, for example | ||||
* | Actually fix quoted identifiers this time | Stanley Sufficool | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | - typo | Pierre Joye | 2010-06-24 | 2 | -2/+2 |
| | |||||
* | - Fixed bug #52162 (custom request header variables with numbers are removed) | Sriram Natarajan | 2010-06-23 | 1 | -1/+1 |
| | |||||
* | Install SQLite3 header | Johannes Schlüter | 2010-06-23 | 1 | -0/+1 |
| | |||||
* | Fix Bug #47588 - Allow Quoted Identifiers | Stanley Sufficool | 2010-06-23 | 1 | -1/+4 |
| | |||||
* | Removed redundant code | Dmitry Stogov | 2010-06-22 | 3 | -75/+11 |
| | |||||
* | Fix bug #52137 - implement lastInsertId | Stanley Sufficool | 2010-06-22 | 1 | -1/+46 |
| | |||||
* | Fix bug #52134 | Stanley Sufficool | 2010-06-22 | 1 | -8/+2 |
| | |||||
* | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 8 | -94/+92 |
| | | | | | | %u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be the modifier | ||||
* | fix valgrind warnings on 64bit, thread_is is strictly 32bit | Andrey Hristov | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | - +FR | Pierre Joye | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | - #48632, ssl AES support | Pierre Joye | 2010-06-21 | 2 | -3/+55 |
| | |||||
* | Fix bug #38955 - add transaction support | Stanley Sufficool | 2010-06-21 | 1 | -5/+39 |
| | |||||
* | Fix bug #45876 adding get column meta | Stanley Sufficool | 2010-06-21 | 1 | -1/+83 |
| | |||||
* | - #45808, stream_socket_enable_crypto() blocks and eats CPU | Pierre Joye | 2010-06-20 | 1 | -3/+8 |
| | |||||
* | - #51295, SQLite3::busyTimeout not existing | Pierre Joye | 2010-06-20 | 2 | -0/+34 |
| | |||||
* | - Completed the fix for bug #52010 | Felipe Pena | 2010-06-20 | 2 | -2/+2 |
| | | | | | # Fixing pdo drivers | ||||
* | - Fixed bug #52086 (No new line at the end of a included file crahes the PHP ↵ | Jérôme Loyet | 2010-06-19 | 1 | -4/+2 |
| | | | | FPM daemon) | ||||
* | Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array | Andrey Hristov | 2010-06-18 | 2 | -7/+10 |
| | |||||
* | missed this one in the last commit, the real type | Andrey Hristov | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | fix type mismatch, this is fresh misunderstanding | Andrey Hristov | 2010-06-18 | 2 | -2/+2 |
| | |||||
* | - Ignore empty filename for mail.log, treat it like none given | Johannes Schlüter | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | Don't bail if there is another extension that exports constants starting ↵ | Ulf Wendel | 2010-06-18 | 1 | -1/+1 |
| | | | | with mysql<something> | ||||
* | - fix build | Pierre Joye | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | split mysqlnd_connect() in two parts, one doing the authorization | Andrey Hristov | 2010-06-17 | 2 | -117/+145 |
| | |||||
* | - #51424, solaris part | Pierre Joye | 2010-06-17 | 2 | -1/+15 |
| | |||||
* | - Fix bug #52101, dns_get_record()garbage in 'ipv6' field | Pierre Joye | 2010-06-17 | 1 | -0/+6 |
| | |||||
* | - New tests related to #52098 | Felipe Pena | 2010-06-16 | 1 | -0/+19 |
| | |||||
* | - Fix crash when calling a method of a class that inherits PDOStatement if ↵ | Felipe Pena | 2010-06-16 | 1 | -0/+4 |
| | | | | instantiated directly | ||||
* | no more needed because of the charset fix in the previous changeset | Andrey Hristov | 2010-06-16 | 1 | -1/+0 |
| | |||||
* | - #50563, removing E_WARNING from parse_url() | Pierre Joye | 2010-06-16 | 10 | -352/+118 |
| | |||||
* | - Fix bug #50578, incorrect shebang in phar.phar | Pierre Joye | 2010-06-16 | 1 | -5/+1 |
| | |||||
* | - Fixed segmentation fault when reading rows | Timm Friebe | 2010-06-16 | 1 | -2/+11 |
| | | | | | | | | | # Problem surfaces when using FreeTDS, ASE 12.5 and reading text fields # with NULL values. This is essentially a workaround for a bug in Free- # TDS which is not setting the NULL indicators correctly, but provides # a protection against possible segfaults if any other driver ever does # this again:-) | ||||
* | improve ptrace() test | Antony Dovgal | 2010-06-16 | 1 | -4/+4 |
| | | | | | change error to warning - there can be no trace method available at all | ||||
* | - Fix tests | Felipe Pena | 2010-06-16 | 4 | -3/+17 |
| | |||||
* | Added tests for SplFileObject::fgetcsv | Ben Longden | 2010-06-15 | 7 | -0/+181 |
| | |||||
* | - #42060, add paged results support | Pierre Joye | 2010-06-15 | 5 | -0/+437 |
| | |||||
* | - Fix #51002, fix possible memory corruption with very long names | Pierre Joye | 2010-06-15 | 1 | -3/+3 |
| | |||||
* | - cleanup, no vc6 support in trunk | Pierre Joye | 2010-06-15 | 1 | -8/+1 |
| | |||||
* | - #51424, silent warnings on win | Pierre Joye | 2010-06-15 | 1 | -1/+5 |
| | |||||
* | Tests for SplTempFileObject | Ben Longden | 2010-06-15 | 4 | -0/+69 |
| | | | | | | | | | Basic usage (no params) Basic usage (with max memory specified) Variation (passing a neg value to the constructor) Error (Passing a non long int value to constructor) | ||||
* | - Fix #51424, crypt() function hangs after 3rd call | Pierre Joye | 2010-06-15 | 2 | -5/+7 |
| | |||||
* | Fixed bug #52041 (Memory leak when writing on uninitialized variable ↵ | Dmitry Stogov | 2010-06-15 | 4 | -1/+111 |
| | | | | returned from function) | ||||
* | Fix the test for libmysql, which expects the certificates | Andrey Hristov | 2010-06-14 | 1 | -3/+2 |
| | | | | | | | to be in the directory where the interpreter is started. When using mysqlnd they should not include path and will be found in the directory of the script. | ||||
* | And a fix for MySQL Server which is pre 5.1.23, which doesn't support | Andrey Hristov | 2010-06-14 | 2 | -0/+53 |
| | | | | | | preserving of the charset when performing change_user. This is libmysql only code. |