summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Expand)AuthorAgeFilesLines
...
* Fix MYSQL_LIB_CHK ($i is used by the outer loop)Sascha Schumann2000-06-101-2/+2
* Search for mysqlclient library in lib and lib/mysqlSascha Schumann2000-06-101-1/+19
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-25/+25
* - Allow all functions that receive user-defined function callbacks to acceptZeev Suraski2000-06-031-6/+6
* Fix bug #4678Zeev Suraski2000-05-291-1/+1
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-6/+6
* Update the license with the new clause 6Zeev Suraski2000-05-182-4/+4
* @- NULL values are now preserved in the return value of mysql_fetch_array()Andrei Zmievski2000-05-151-2/+5
* Make MySQL independent of build locationSascha Schumann2000-05-022-1/+3
* Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libaddSascha Schumann2000-05-021-7/+1
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-012-8/+0
* Large test commit IVSascha Schumann2000-05-012-0/+2
* Large commit test IIISascha Schumann2000-05-012-0/+6
* Improved in-tree shared libraries build systemSascha Schumann2000-05-013-8/+16
* Overall UNIX build system improvements:Sascha Schumann2000-04-302-11/+2
* phpinfo() prettyingColin Viebrock2000-04-061-3/+4
* phpinfo() prettyingColin Viebrock2000-04-051-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-013-63/+21
* Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth)Zeev Suraski2000-03-311-1/+1
* Non-functional changesSascha Schumann2000-03-301-15/+8
* Remove debug runtime libraries from Release buildsSam Ruby2000-03-271-4/+4
* PHP_EXTENSION sets $ext_src_baseSascha Schumann2000-03-261-1/+2
* Allow MySQL to be compiled against extern mysqlclient librarySascha Schumann2000-03-262-10/+36
* no c++ comments // pleaseThies C. Arntzen2000-03-261-1/+1
* @- Fix a data corruption bug in mysql_result(), if used in table.fieldname mo...Zeev Suraski2000-03-261-3/+2
* - Update dspZeev Suraski2000-03-251-6/+6
* Update dsp'sZeev Suraski2000-03-251-4/+79
* Make it possible to specify both a port and a socket in mysql_[p]connectRasmus Lerdorf2000-03-201-0/+5
* libmysql must use USE_TLS for multithreaded compilation on windows.Shane Caraveo2000-03-191-3/+3
* Try to locate the mysql.sockSascha Schumann2000-03-072-1/+17
* - Enable MySQL by defaultAndi Gutmans2000-03-071-2/+2
* Change default UNIX sock to /tmp/mysql.sockSascha Schumann2000-03-061-1/+1
* Build fixes - MySQL now actually worksSascha Schumann2000-03-063-1/+5
* Finish config.m4 changesSascha Schumann2000-03-061-8/+5
* Build always against embedded librarySascha Schumann2000-03-062-64/+14
* Modularize mysql autoconf stuffSascha Schumann2000-03-0613-10122/+211
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* Eliminate 62 warningsSam Ruby2000-03-021-0/+2
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-15/+15
* Update .dspZeev Suraski2000-02-241-4/+4
* - Fix Win32 build in Release_TS* modesZeev Suraski2000-02-241-0/+29
* - MySQL now compiles right into the PHP 4 binary on WindowsAndi Gutmans2000-02-232-24/+548
* - Make libmsyql.lib compile. It fails with two unresolved symbols on linkAndi Gutmans2000-02-233-2/+94
* Autogenerated file.MySQL Team2000-02-211-384/+0
* - Update CVS with right versionAndi Gutmans2000-02-211-6/+75
* Some small changes for readabilityMySQL Team2000-02-211-1/+3