summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵Felipe Pena2010-06-269-126/+175
| | | | for function aliases)
* Remove hard coded lib extension. Prepare for OCI8 1.4.2 releaseChristopher Jones2010-06-253-12/+24
|
* Fix bug #52186 (phpinfo shows 10.1 or 11.1 when installed with ORACLE_HOME ↵Christopher Jones2010-06-251-8/+15
| | | | 10.2 or 11.2)
* - Fixed bug #52138 (Constants are parsed into the ini file for section names)Felipe Pena2010-06-243-1/+66
|
* Two functions, which should be methods so one can catchAndrey Hristov2010-06-243-10/+13
| | | | | their output, for example
* Actually fix quoted identifiers this timeStanley Sufficool2010-06-241-1/+1
|
* - typoPierre Joye2010-06-242-2/+2
|
* - Fixed bug #52162 (custom request header variables with numbers are removed)Sriram Natarajan2010-06-231-1/+1
|
* Install SQLite3 headerJohannes Schlüter2010-06-231-0/+1
|
* Fix Bug #47588 - Allow Quoted IdentifiersStanley Sufficool2010-06-231-1/+4
|
* Removed redundant codeDmitry Stogov2010-06-223-75/+11
|
* Fix bug #52137 - implement lastInsertIdStanley Sufficool2010-06-221-1/+46
|
* Fix bug #52134Stanley Sufficool2010-06-221-8/+2
|
* Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-218-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 32bitAndrey Hristov2010-06-211-1/+1
|
* - +FRPierre Joye2010-06-211-1/+1
|
* - #48632, ssl AES supportPierre Joye2010-06-212-3/+55
|
* Fix bug #38955 - add transaction supportStanley Sufficool2010-06-211-5/+39
|
* Fix bug #45876 adding get column metaStanley Sufficool2010-06-211-1/+83
|
* - #45808, stream_socket_enable_crypto() blocks and eats CPUPierre Joye2010-06-201-3/+8
|
* - #51295, SQLite3::busyTimeout not existingPierre Joye2010-06-202-0/+34
|
* - Completed the fix for bug #52010Felipe Pena2010-06-202-2/+2
| | | | | # Fixing pdo drivers
* - Fixed bug #52086 (No new line at the end of a included file crahes the PHP ↵Jérôme Loyet2010-06-191-4/+2
| | | | FPM daemon)
* Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty arrayAndrey Hristov2010-06-182-7/+10
|
* missed this one in the last commit, the real typeAndrey Hristov2010-06-181-1/+1
|
* fix type mismatch, this is fresh misunderstandingAndrey Hristov2010-06-182-2/+2
|
* - Ignore empty filename for mail.log, treat it like none givenJohannes Schlüter2010-06-181-1/+1
|
* Don't bail if there is another extension that exports constants starting ↵Ulf Wendel2010-06-181-1/+1
| | | | with mysql<something>
* - fix buildPierre Joye2010-06-171-1/+1
|
* split mysqlnd_connect() in two parts, one doing the authorizationAndrey Hristov2010-06-172-117/+145
|
* - #51424, solaris partPierre Joye2010-06-172-1/+15
|
* - Fix bug #52101, dns_get_record()garbage in 'ipv6' fieldPierre Joye2010-06-171-0/+6
|
* - New tests related to #52098Felipe Pena2010-06-161-0/+19
|
* - Fix crash when calling a method of a class that inherits PDOStatement if ↵Felipe Pena2010-06-161-0/+4
| | | | instantiated directly
* no more needed because of the charset fix in the previous changesetAndrey Hristov2010-06-161-1/+0
|
* - #50563, removing E_WARNING from parse_url()Pierre Joye2010-06-1610-352/+118
|
* - Fix bug #50578, incorrect shebang in phar.pharPierre Joye2010-06-161-5/+1
|
* - Fixed segmentation fault when reading rowsTimm Friebe2010-06-161-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() testAntony Dovgal2010-06-161-4/+4
| | | | | change error to warning - there can be no trace method available at all
* - Fix testsFelipe Pena2010-06-164-3/+17
|
* Added tests for SplFileObject::fgetcsvBen Longden2010-06-157-0/+181
|
* - #42060, add paged results supportPierre Joye2010-06-155-0/+437
|
* - Fix #51002, fix possible memory corruption with very long namesPierre Joye2010-06-151-3/+3
|
* - cleanup, no vc6 support in trunkPierre Joye2010-06-151-8/+1
|
* - #51424, silent warnings on winPierre Joye2010-06-151-1/+5
|
* Tests for SplTempFileObjectBen Longden2010-06-154-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 callPierre Joye2010-06-152-5/+7
|
* Fixed bug #52041 (Memory leak when writing on uninitialized variable ↵Dmitry Stogov2010-06-154-1/+111
| | | | returned from function)
* Fix the test for libmysql, which expects the certificatesAndrey Hristov2010-06-141-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 supportAndrey Hristov2010-06-142-0/+53
| | | | | | preserving of the charset when performing change_user. This is libmysql only code.