summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-6/+9
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* 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
| | | | | | | | set to -1, it's ignored, and the passed_id argument is used). If you're experiencing trouble with mysql_close(), please give me a reproducing script. If there's a bug, it's not as simple as that.
* - 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
| | | | | @- Implemented max_execution_time under Win32 (Zeev)
* 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
| | | | | @ and mysql_fetch_object(). (Andrei)
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* 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 ↵Zeev Suraski2000-04-011-28/+17
| | | | (Zeev)
* @- Fix a data corruption bug in mysql_result(), if used in table.fieldname ↵Zeev Suraski2000-03-261-3/+2
| | | | | | | mode (Zeev) Hopefully that settles this one.
* Make it possible to specify both a port and a socket in mysql_[p]connectRasmus Lerdorf2000-03-201-0/+5
| | | | | @ Make it possible to specify both a port and a socket in mysql_[p]connect
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-15/+15
| | | | | - Avoid declaring crypt() related salt types twice
* 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
| | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
* 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
| | | | | you start counting at 0 or 1).
* Happy new year (especially to Thies :)Zeev Suraski1999-12-311-3/+1
| | | | | | - Zend branch patches merged in - get the PHP tree uptodate - Clean
* Add neccessary includesSascha Schumann1999-12-281-1/+2
|
* Remove unneccessary include to make stand-alone build workSascha Schumann1999-12-281-1/+0
|
* Kill compiler warningSascha Schumann1999-12-221-1/+1
|
* - The tree compiles againZeev Suraski1999-12-181-36/+36
|
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
|
* @Fix warnings compiling in maintainer mode. (Stig)Stig Bakken1999-12-051-1/+1
| | | | | | | Fix warnings compiling in maintainer mode. Install DB/common.php and DB/mysql.php on "make install". # We still have a warning from http_config.h:97. Rasmus? :-)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Fix shared mode for gd/xml/mysql extensions.Stig Bakken1999-12-041-5/+2
|
* @ Add optional socket path to the mysql_?connect() functionsRasmus Lerdorf1999-12-021-6/+10
|
* Back out PIC/COMPILE_DL hack from gd/mysql.Stig Bakken1999-12-011-4/+0
|
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-011-2/+6
| | | | | | | | | | @Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as shared extensions again by defining COMPILE_DL if PIC is defined. # We need a better solution for building .so extensions than this # PIC/COMPILE_DL hack!
* We need to use mysql_field_count() instead of mysql_num_fields() ifRasmus Lerdorf1999-11-051-0/+5
| | | | | | | we are using MySQL 3.22.24 or newer when we want to check a mysql struct instead of a result struct. The reference is here: http://www.mysql.com/Manual_chapter/manual_Clients.html#mysql_num_fields
* new improved resource-API (i hope everything still compiles)Thies C. Arntzen1999-10-121-26/+13
|