summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-311-2/+2
* Fixed conditional.Sean Bright2001-01-311-1/+1
* Fix for bug #8991. mysql_field_type() now returns "year" for columns ofSean Bright2001-01-311-0/+9
* Don't fetch numeric indices in mysql_fetch_object()Zeev Suraski2001-01-141-1/+1
* Fix for bug 6073 from Sean R. Bright <elixer@erols.com>Rasmus Lerdorf2001-01-121-1/+5
* - Get the MySQL module a bit uptodate.Zeev Suraski2000-12-021-130/+152
* Will work on a more thorough implementation for mysql_store_result() after 4.0.4Zeev Suraski2000-11-081-2/+6
* Enable to use mysql_use_result in query functions.Stanislav Malyshev2000-11-071-8/+43
* Fixed mysql_close() - A bit more complicated than I originally thoughtZeev Suraski2000-11-031-2/+9
* Fix mysql_close()Zeev Suraski2000-11-031-1/+4
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-6/+9
* Added mysql_escape_String()Zeev Suraski2000-10-111-0/+22
* - Cleanup output functionsAndi Gutmans2000-09-301-1/+1
* added mysql_fetch_assoc. Acts like mysql_fetch_array used to.Brian Moon2000-09-201-1/+10
* That's no bug, it's quite fine the way it is (if id isZeev Suraski2000-07-051-3/+0
* - Discoverd possible bug. Could somebody have a look.Uwe Steinmann2000-07-051-1/+3
* Move timeout code to Zend, allow Win32 timeoutsZeev Suraski2000-06-161-7/+10
* Fix Windows .dsp'sZeev Suraski2000-06-111-1/+0
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-25/+25
* Fix bug #4678Zeev Suraski2000-05-291-1/+1
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* @- NULL values are now preserved in the return value of mysql_fetch_array()Andrei Zmievski2000-05-151-2/+5
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* phpinfo() prettyingColin Viebrock2000-04-061-3/+4
* phpinfo() prettyingColin Viebrock2000-04-051-2/+2
* @- Made the IMAP and LDAP modules compilable under Windows and thread-safe (Z...Zeev Suraski2000-04-011-28/+17
* @- Fix a data corruption bug in mysql_result(), if used in table.fieldname mo...Zeev Suraski2000-03-261-3/+2
* Make it possible to specify both a port and a socket in mysql_[p]connectRasmus Lerdorf2000-03-201-0/+5
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-15/+15
* Win32 compile fixZeev Suraski2000-02-201-3/+3
* Eliminate compile errors relating to signals.Evan Klinger2000-02-201-1/+3
* Win32 compile fixZeev Suraski2000-02-191-0/+1
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Restore the singal protection in the MySQL moduleZeev Suraski2000-02-191-0/+11
* - Update the C file to use PHP_WIN32Andi Gutmans2000-02-121-3/+3
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-38/+0
* Fix PostgreSQL startup routine in thread-safe modeZeev Suraski2000-02-051-22/+0
* Compile fixesZeev Suraski2000-02-051-1/+0
* Cleanup patchesZeev Suraski2000-02-051-8/+7
* Fix IS_UNSET -> IS_NULL rename.Andrei Zmievski2000-01-041-1/+1
* tiny optimisationThies C. Arntzen2000-01-011-2/+2
* Happy new year (especially to Zeev :)Thies C. Arntzen2000-01-011-2/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Happy new year (especially to Thies :)Zeev Suraski1999-12-311-3/+1
* Add neccessary includesSascha Schumann1999-12-281-1/+2
* Remove unneccessary include to make stand-alone build workSascha Schumann1999-12-281-1/+0