summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.h
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix for bug #42890 Constant "LIST" defined by mysqlclient and c-clientAndrey Hristov2007-10-081-92/+0
* Add mysql_set_charset() so that the connection encoding can be changed. This ...Scott MacVicar2007-05-141-0/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Added new functionality:Georg Richter2002-11-111-0/+2
* Rename mysql_character_set_name() to mysql_client_encoding(). pg_client_encod...Yasuo Ohgaki2002-08-241-1/+1
* Added support for php.ini parameter "mysql.connect_timeout"Georg Richter2002-07-161-0/+1
* - add mysql_info functionJan Lehnardt2002-03-291-0/+1
* Added mysql_ping() function.Zak Greant2002-03-241-0/+1
* a) ws fixedGeorg Richter2002-03-241-0/+3
* (PHP mysql_list_processes) Returns a pointer to a result set containingZak Greant2002-03-241-0/+2
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Make the extension work with MySQL 4.0foobar2001-11-021-0/+2
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-4/+4
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
* emalloc()'d strings must be freed before the request shutdown;Zeev Suraski2001-05-051-0/+1
* @ Added connection error support to mysql_error() and mysql_errno() (Jason)Jason Greene2001-05-041-0/+2
* Implement mysql_unbuffered_query() - uses mysql_use_result() instead ofZeev Suraski2001-03-131-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Added the mysql_get_*_info() functions.Sean Bright2001-01-311-0/+4
* Added mysql_escape_String()Zeev Suraski2000-10-111-0/+1
* added mysql_fetch_assoc. Acts like mysql_fetch_array used to.Brian Moon2000-09-201-0/+1
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* kill warinigThies C. Arntzen2000-06-191-1/+1
* Move timeout code to Zend, allow Win32 timeoutsZeev Suraski2000-06-161-0/+1
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-6/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Make MySLS_FETCH use the same globals ID as ZEND_INIT_MODULE_GLOBALSSam Ruby2000-04-041-1/+1
* @- Made the IMAP and LDAP modules compilable under Windows and thread-safe (Z...Zeev Suraski2000-04-011-6/+4
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* - Update .dsp'sZeev Suraski2000-02-181-3/+0
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-1/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-011-3/+3
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-1/+1
* Final MySQL tweaksZeev Suraski1999-09-031-0/+122