summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_warning.c
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFB - Bug #44352 mysqli_connect_error() false negative for host errorsAndrey Hristov2008-03-181-5/+15
|
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵Andrey Hristov2008-03-101-1/+1
| | | | | | | | different configurations one or the another extension to use libmysql or mysqlnd mixed in one binary
* 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-32/+137
| | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd.
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Merge from 5.2Georg Richter2006-05-091-7/+7
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* nuke php3 legacyfoobar2005-12-061-1/+1
|
* MF51: fix TS buildAntony Dovgal2005-10-121-1/+1
|
* MF51: fix #34818Antony Dovgal2005-10-101-5/+5
|
* MF51: fix #34810 (mysqli::init() and others use wrong $this pointer without ↵Antony Dovgal2005-10-101-2/+2
| | | | checks)
* - Bumber up yearfoobar2005-08-031-1/+1
|
* changed/fixed mysqli_warning classGeorg Richter2005-06-221-72/+127
| | | | | added prefetch support for cursors
* e* allocation cannot fail.Ilia Alshanetsky2005-04-281-3/+1
|
* Added standard emacs and vim modelinesZak Greant2005-01-161-0/+10
|
* Added new classes:Georg Richter2005-01-071-0/+172
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