Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql | Kalle Sommer Nielsen | 2009-05-20 | 1 | -0/+2 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | Fix error_handling usage in various extensions | Etienne Kneuss | 2008-08-08 | 1 | -2/+2 |
| | |||||
* | MFB - Bug #44352 mysqli_connect_error() false negative for host errors | Andrey Hristov | 2008-03-18 | 1 | -14/+27 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Update mysqlnd in HEAD | Andrey Hristov | 2007-10-02 | 1 | -1/+1 |
| | | | | | Updated ext/mysql and ext/mysqli in HEAD | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | Import of mysqlnd and ext/mysql + ext/mysqli patched to be built either | Andrey Hristov | 2007-07-24 | 1 | -4/+8 |
| | | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd. | ||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff) | Georg Richter | 2006-09-27 | 1 | -1/+6 |
| | |||||
* | added unicode support for mysqli extension | Georg Richter | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+4 |
| | |||||
* | ZTS fixes. | Sebastian Bergmann | 2005-08-12 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Mark more private functions as static. | Joe Orton | 2005-03-30 | 1 | -11/+11 |
| | |||||
* | Added standard emacs and vim modelines | Zak Greant | 2005-01-16 | 1 | -0/+10 |
| | |||||
* | Added new classes: | Georg Richter | 2005-01-07 | 1 | -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 |