summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_driver.c
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysqlKalle Sommer Nielsen2009-05-201-0/+2
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-1/+1
|
* Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-2/+2
|
* MFB - Bug #44352 mysqli_connect_error() false negative for host errorsAndrey Hristov2008-03-181-14/+27
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Update mysqlnd in HEADAndrey Hristov2007-10-021-1/+1
| | | | | Updated ext/mysql and ext/mysqli in HEAD
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-241-4/+8
| | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd.
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff)Georg Richter2006-09-271-1/+6
|
* added unicode support for mysqli extensionGeorg Richter2006-09-261-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* nuke php3 legacyfoobar2005-12-061-2/+4
|
* ZTS fixes.Sebastian Bergmann2005-08-121-1/+1
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Mark more private functions as static.Joe Orton2005-03-301-11/+11
|
* Added standard emacs and vim modelinesZak Greant2005-01-161-0/+10
|
* Added new classes:Georg Richter2005-01-071-0/+153
mysqli_driver mysqli_warning mysqli_exception mysqli_sql_exception Improved embedded server support changed testsuite to work also with embedded server Made statement and resultset classes extendable minor fixes