summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_embedded.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
|
* Change to zend_parse_parametersJohannes Schlüter2008-11-281-16/+15
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-241-3/+5
| | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd.
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* fixed C&P errors in groups handling, activated groups featureHartmut Holzgraefe2006-07-121-5/+5
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Added standard emacs and vim modelinesZak Greant2005-01-161-0/+10
|
* fixed compile bug under Windows (libmysql.def currently doesn't export ↵Georg Richter2005-01-081-46/+44
| | | | | | | mysql_server_init/end). Thanks to Sebastian Bergmann for reporting
* Added new classes:Georg Richter2005-01-071-0/+124
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