summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-4/+0
| | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
* Ok guys, the prototype for zend_fetch_resource*() has changed - it nowZeev Suraski1999-09-241-129/+129
| | | | | | | | | | | | accepts a zval ** instead of a zval *, to be suitable for use with the getParametersEx() API. You don't have to switch to the getParametersEx() API, but you will have to go over your code and add &'s where it's applicable (of course, if you have the mental strength to go over your code and convert it to use the Ex API, it's best). The MySQL module now uses the getParametersEx() API completely.
* Fix the 4.0 tree (forgot to commit)Zeev Suraski1999-09-061-2/+5
|
* *** empty log message ***Zeev Suraski1999-09-041-2/+2
|
* Final MySQL tweaksZeev Suraski1999-09-031-0/+1810