summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.h
Commit message (Collapse)AuthorAgeFilesLines
* kill warinigThies C. Arntzen2000-06-191-1/+1
|
* Move timeout code to Zend, allow Win32 timeoutsZeev Suraski2000-06-161-0/+1
| | | | | @- Implemented max_execution_time under Win32 (Zeev)
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-6/+1
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=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 ↵Zeev Suraski2000-04-011-6/+4
| | | | (Zeev)
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* - Update .dsp'sZeev Suraski2000-02-181-3/+0
| | | | | | - Fix a possible crash bug in failed file open error message - Fix SAPI initialization issue that could lead to a crash
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-1/+1
| | | | | #if !(WIN.* => #ifndef PHP_WIN32
* 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).
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-011-3/+3
| | | | | | | | | | @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!
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Final MySQL tweaksZeev Suraski1999-09-031-0/+122