summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug#50416Andrey Hristov2010-02-081-0/+3
| | | | | PROCEDURE db.myproc can't return a result set in the given context
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Remove stub code which never actually was used for anything.Andrey Hristov2009-12-091-8/+0
| | | | | Things like this can be built on top of the core.
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-33/+4
| | | | | | due to problems on windows, which were not debugged. Better have code that is disabled not in the core.
* Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd.Ulf Wendel2009-09-301-1/+6
|
* Fix for bug#48754 mysql_close() crash php when no handle specifiedAndrey Hristov2009-09-181-5/+15
|
* Fixed compiler warningIlia Alshanetsky2009-07-281-1/+1
|
* WSAndrey Hristov2009-05-261-59/+59
|
* Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysqlKalle Sommer Nielsen2009-05-201-1/+3
|
* fix segfaultAntony Dovgal2009-03-271-1/+2
|
* - Removed:Felipe Pena2009-03-271-53/+33
| | | | | | | | - UG(unicode) checks - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode
* mysql_db_query() is always deprecatedJohannes Schlüter2009-03-251-4/+1
|
* Fix #47438 mysql_fetch_field ignores zero offseJohannes Schlüter2009-02-181-1/+1
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fix mysql_fetch_* and tests after param parsing changesJohannes Schlüter2008-12-011-5/+3
|
* New param parsing for ext/mysqlJohannes Schlüter2008-11-281-283/+180
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-2/+2
| | | | using array_map)
* Fix compiler warning (MFB: Ilia)Andrey Hristov2008-10-281-1/+1
|
* Warning if the library API version differs from the headers used to compile.Andrey Hristov2008-10-271-2/+26
| | | | | | Patch versions are not considered but major.minor Fix build of ext/mysql with 4.0.x and pre.
* initialize optional varsArnaud Le Blanc2008-10-211-3/+3
|
* No mysqli stuff in ext/mysqlJohannes Schlüter2008-09-291-2/+2
|
* Fixed uninitialized dataDmitry Stogov2008-07-251-0/+1
|
* Two less failing tests, one of which was definitely a leak in mysqli with ↵Andrey Hristov2008-07-221-9/+3
| | | | | | | mysqlnd and pconn. ext/mysql is being fixed with a better fix for similar leak.
* Fix a leak with pconn and mysqlndAndrey Hristov2008-07-221-0/+9
|
* MFB :Andrey Hristov2008-07-211-0/+4
| | | | | | | | Fix for bug#45179 --with-mysql-sock fails to compile & work Now --with-mysql-sock controls all mysql extensions. If provided it will be the default value as it was set in php.ini . php.ini will override it for ext/mysql and ext/mysqli but not for pdo_mysql
* Sync with bzrAndrey Hristov2008-07-151-3/+22
|
* Fix possible bug with persistent connectionsAndrey Hristov2008-06-241-1/+1
|
* Update ext/mysql, ext/mysqli and ext/mysqlnd from development treeAndrey Hristov2008-04-161-3/+3
|
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵Andrey Hristov2008-03-101-38/+38
| | | | | | | | different configurations one or the another extension to use libmysql or mysqlnd mixed in one binary
* - Fix a warning in php_mysql.cAndrey Hristov2008-03-101-1/+1
| | | | | - Fixed #44371 Extension compile failed
* Bug fixed in MySQL 5.0.46Andrey Hristov2008-03-081-2/+2
|
* MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)Felipe Pena2008-03-041-1/+1
|
* New macro for check void parametersFelipe Pena2008-02-281-2/+2
|
* - Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-2/+2
|
* - Make clear what's going on and avoid overwriting parametersJohannes Schlüter2008-02-121-8/+12
|
* MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())Felipe Pena2008-02-121-1/+1
|
* Fixed bug#43875 (Two error messages returned for $new and $flag argument in ↵Hannes Magnusson2008-01-201-1/+1
| | | | mysql_connect())
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* plug memory leak on invalid result typeAntony Dovgal2007-11-081-0/+1
|
* Sync mysqlnd with HEAD. Same sources as in 5_3Andrey Hristov2007-10-161-1/+1
|
* fix typoAntony Dovgal2007-10-121-1/+1
|
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* Update mysqlnd in HEADAndrey Hristov2007-10-021-4/+10
| | | | | Updated ext/mysql and ext/mysqli in HEAD
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
|
* Fixed bug 42549 (ext/mysql failed to compile with libmysql 3.23)Scott MacVicar2007-09-091-3/+7
|
* Fix crashes with pconn in ext/mysqlAndrey Hristov2007-08-061-0/+4
|
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-241-134/+370
| | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd.
* MFB: Fixed bug #41350 (my_thread_global_end() error during request shutdown ↵Scott MacVicar2007-06-251-0/+22
| | | | on Windows).
* reset active_result_id when fetching persistent connectionAntony Dovgal2007-06-071-0/+1
| | | | | patch by Peter Christensen
* MFBIlia Alshanetsky2007-05-281-1/+1
|