summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Let's try not to have 'uft8'-only tests and avoid setting the charset upon co...Ulf Wendel2010-09-238-33/+209
* Merge from head: do not use deprecated function aliases. The test logic is un...Ulf Wendel2010-09-2345-159/+157
* Fix up the vim folds in phar_object.c and add a note that the two prototypesAdam Harvey2010-09-231-1/+5
* Unify, force one charset at connect, thus fixingAndrey Hristov2010-09-226-12/+14
* Test update for sql_mode = ansiUlf Wendel2010-09-221-2/+2
* Test update for sql_mode = ANSIUlf Wendel2010-09-2230-79/+98
* small macro fixAndrey Hristov2010-09-221-3/+3
* fix for bug 52891 - optimize a bitAndrey Hristov2010-09-221-3/+6
* Fix forAndrey Hristov2010-09-222-33/+102
* update testsAndrey Hristov2010-09-221-0/+3
* Trying to pimp gcov.php.net code coverage tests.. trying to cover mysqlnd co...Ulf Wendel2010-09-201-33/+46
* Align test to the style used in the other testsUlf Wendel2010-09-201-44/+74
* No reason not to run the tests with libmysql. Its long, long ago that pconnec...Ulf Wendel2010-09-208-28/+13
* Fixed a compiler warningIlia Alshanetsky2010-09-201-1/+1
* Dont be strict on error messages, they can vary by server versionUlf Wendel2010-09-201-4/+8
* add test case for 52891Andrey Hristov2010-09-201-0/+127
* - not needed here anymorePierre Joye2010-09-181-8/+0
* Skip if PDO_SQLITE is not availableUlf Wendel2010-09-171-0/+5
* Remove OS dependent directory separator from EXPECTUlf Wendel2010-09-171-2/+2
* - WSPierre Joye2010-09-161-22/+22
* remove unneeded proxy function _mysqlnd_restart_psessoinAndrey Hristov2010-09-152-13/+2
* Remove unneeded proxy function _mysqlnd_end_psessionAndrey Hristov2010-09-152-11/+1
* Fix bug #52849 (GNU MP invalid version match).Adam Harvey2010-09-151-10/+17
* Fix testUlf Wendel2010-09-151-2/+2
* - Fixed bug #52843 (Segfault when optional parameters are not passed in to ms...Felipe Pena2010-09-151-1/+1
* unify magic quotes handling. Also fix a problem whichAndrey Hristov2010-09-142-90/+54
* Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).Adam Harvey2010-09-142-1/+32
* Fix English in the error message emitted when json_decode() is called withAdam Harvey2010-09-141-1/+1
* Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_nam...Kalle Sommer Nielsen2010-09-131-3/+7
* - use php_sys_readlinkPierre Joye2010-09-131-1/+1
* Fix bug #52826 (phpinfo is incorrect for bzip2 stream wrapper).Adam Harvey2010-09-131-1/+1
* - use php_sys_readlinkPierre Joye2010-09-101-56/+5
* - Implement bug #51804, splFileInfo::getLinkTarget() on WindowsPierre Joye2010-09-101-2/+15
* Fix bug #52802 (Out-of-date comment forAdam Harvey2010-09-101-1/+0
* - Fixed testFelipe Pena2010-09-091-7/+21
* Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). OriginalAdam Harvey2010-09-092-2/+21
* - Fix #50524, proc_open should respect cwd as it does on other platformsPierre Joye2010-09-081-0/+10
* - fix bug #52260, catch all DNS not found errorPierre Joye2010-09-061-1/+1
* - timeval element are always 32bit long on WindowsPierre Joye2010-09-061-2/+10
* - kill warningPierre Joye2010-09-061-1/+1
* - restore credits, fix 5.3 as well, aka do it right /cc DericPierre Joye2010-09-051-6/+3
* This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-033-9/+9
* Test for http://bugs.php.net/52221. Test will fail with mysqlnd but should pa...Ulf Wendel2010-09-031-0/+170
* Fix test failure. Add new test for MYSQLI_OPT_INT_AND_FLOAT_NATIVE mysqlnd fe...Ulf Wendel2010-09-022-40/+160
* Fix bug #50590 - IntlDateFormatter::parse result is limited to the integer rangeStanislav Malyshev2010-09-014-23/+29
* fix build on windows, seems this macro is not definedAndrey Hristov2010-09-011-7/+1
* OPT_COMPRESS support for mysqlnd_conn::set_client_optionAndrey Hristov2010-09-014-6/+17
* PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which se...Ulf Wendel2010-08-311-2/+3
* - MFT: Add ".so" suffix to checks on libsybct[64] bundlesTimm Friebe2010-08-311-2/+2
* Fix for MySQL Bug #49406Andrey Hristov2010-08-301-1/+1