summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Oracle 11.2 (and beyond) compat changesChristopher Jones2009-10-022-10/+10
* refactor testsChristopher Jones2009-10-0222-640/+1027
* Fix skipifs to accept Oracle 11.2Christopher Jones2009-10-027-14/+14
* - Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes).Sriram Natarajan2009-10-022-0/+14
* - fix #49732, fix crash when timestamp conversion failsPierre Joye2009-10-011-1/+4
* Updating test because of http://news.php.net/php.cvs/60561Ulf Wendel2009-10-011-2/+2
* Add xmltype_02.phpt. Add XFAIL to xmltype_01 for PHP 6Christopher Jones2009-10-011-0/+197
* Eliminate type warnings. This change is not needed in other branchesChristopher Jones2009-10-011-4/+4
* PECL Bug #16842 (oci_error return false when NO_DATA_FOUND is raised)Christopher Jones2009-10-012-0/+75
* Fix ZTS buildAndrey Hristov2009-09-305-21/+23
* Use mnd_ wrappers wherever possible. Needed forAndrey Hristov2009-09-306-27/+33
* Fix trace output. DBG_RETURN should be used in tracedAndrey Hristov2009-09-301-2/+2
* Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd.Ulf Wendel2009-09-303-17/+13
* pcntl_exec() should inherit environment in case it's not provided as an argumentDmitry Stogov2009-09-301-7/+10
* Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after ...Ilia Alshanetsky2009-09-302-3/+30
* Fixing testUlf Wendel2009-09-291-3/+5
* Fixing tests for head and wrong SKIPIF blocksRafael Machado Dohms2009-09-291-4/+0
* Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak. Rasmus Lerdorf2009-09-291-0/+4
* Add missing open_basedir check in posix_mkfifoRasmus Lerdorf2009-09-291-1/+2
* Fix date_sunrise/date_sunset testsRasmus Lerdorf2009-09-292-7/+7
* Adding tests for bug #49692 Rafael Machado Dohms2009-09-282-0/+28
* Fix for bug #49698Rasmus Lerdorf2009-09-281-3/+3
* Fixing testUlf Wendel2009-09-281-1/+1
* Allow setting of default connection flags through the environment variable MY...Ulf Wendel2009-09-282-3/+7
* Fixed testIlia Alshanetsky2009-09-281-1/+0
* - Fixed testsFelipe Pena2009-09-264-6/+8
* - Fixed testsFelipe Pena2009-09-264-6/+5
* Refix bug #49558 as per bug #49676Rasmus Lerdorf2009-09-261-1/+1
* Trying to respect time limit to please Andrey who must be using slooow hardwa...Ulf Wendel2009-09-251-5/+55
* Fix mysqli_stmt_attr_set in libmysql mode.Andrey Hristov2009-09-252-3/+3
* Fix a crash in the rare case when a persistent connectionAndrey Hristov2009-09-251-1/+1
* Large package to check how compression handles package queues.Ulf Wendel2009-09-251-0/+100
* Remove unused variableAndrey Hristov2009-09-251-1/+0
* Replacing MYSQL_TEST_COMPRESS env var with more generic MYSQL_TEST_CONNECT_FL...Ulf Wendel2009-09-254-29/+29
* Fix error code checking for mysql_stmt_attr_set. ThereAndrey Hristov2009-09-251-1/+5
* Fix possible crash when conn is NULLAndrey Hristov2009-09-251-1/+1
* - Fix testFelipe Pena2009-09-251-1/+2
* - Fixed mem leakFelipe Pena2009-09-251-1/+2
* Make tempnam() return FALSE on error as documentedIlia Alshanetsky2009-09-241-0/+1
* - Fixed bug #49571 (CURLOPT_POSTREDIR not implemented).Sriram Natarajan2009-09-241-0/+8
* - Fix the build issue with php_mysqlnd_config.h ending up in wrong build dire...Jani Taskinen2009-09-242-7/+7
* Fixed bug #49647 (DOMUserData does not exist)Rob Richards2009-09-241-2/+2
* Proxying as many connect calls as possible to make testing of the compression...Ulf Wendel2009-09-24206-429/+478
* fix memleakRob Richards2009-09-241-3/+1
* Fixing testUlf Wendel2009-09-241-7/+5
* Coverage for the OO variants of some functionsUlf Wendel2009-09-243-16/+48
* Fixed unused varIlia Alshanetsky2009-09-231-1/+0
* - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within aMoriyoshi Koizumi2009-09-232-4/+21
* Fixed compilation errorDmitry Stogov2009-09-231-0/+4
* - Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FI...Felipe Pena2009-09-231-1/+2