summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0b1'.php-4.0b1SVN Migration1999-07-231-3/+2
|
* Please add in any changes/bug fixes you've made - we need to keep a details ↵Zeev Suraski1999-07-221-0/+1
| | | | ChangeLog...
* It's in PHP 3 and 4.Egon Schmid1999-07-191-2/+2
|
* Get postgresql module uptodateZeev Suraski1999-07-161-4/+4
|
* License updateZeev Suraski1999-07-161-21/+10
|
* Remove some useless stuffRasmus Lerdorf1999-07-141-6/+0
|
* Ported MYSQL_NUM, MYSQL_ASSOC, and MYSQL_BOTH additions from php3.Andrey Hristov1999-06-281-67/+57
|
* Introduce AC_ADD_* macrosSascha Schumann1999-06-201-2/+2
| | | | | | | The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again)
* Fix UNIX MySQL buildZeev Suraski1999-06-041-3/+6
|
* * Add a new workspace for dynamic PHP extensions.Zeev Suraski1999-06-044-21/+246
| | | | | | | * Add a few functions to PHP's API. * Get the MySQL extension up-to-date and thread safe. * Add a project for building the MySQL extension under Win32.
* *** empty log message ***Zeev Suraski1999-05-281-3/+3
|
* - run ext sources through conv_protoSascha Schumann1999-05-212-65/+65
| | | | | - add necessary phpext_*_ptr
* Add default path for binary mysql distributionsSascha Schumann1999-05-211-2/+5
|
* * Include all of the standard modules in internal_functions.c.in. Stig - is ↵Zeev Suraski1999-05-141-0/+2
| | | | | | | | | that the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL objects working, even though I'll probably make a dedicated MySQL object in the future.
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-092-2/+2
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* -fixed configure.in.in to use genif.sh instead of genif.plAndrey Hristov1999-05-081-0/+2
| | | | | | -fixed genif.sh -updated php3_mysql.h to have phpext_mysql_ptr
* Get the MySQL module to use the new INI mechanism featureZeev Suraski1999-04-281-46/+10
|
* A step towards generalizing the INI mechanism even moreZeev Suraski1999-04-281-9/+9
|
* Ok, this beast compiles via --with-apxsRasmus Lerdorf1999-04-251-1/+1
| | | | | | | Not sure if it actually works yet though. I have a feeling there are some -fpic flags missing in the libzend build. Will test later on today.
* Argh! That typo took me over an hour to find. Grr..Rasmus Lerdorf1999-04-251-50/+50
|
* * MySQL fix (thanks Stig)Zeev Suraski1999-04-231-1/+1
| | | | | * Remove reundant includes from bcmath
* Minor MySQL thread safety issuesZeev Suraski1999-04-232-42/+54
|
* Module workRasmus Lerdorf1999-04-231-4/+19
|
* moved dav, msql and oracle to ext/Stig Bakken1999-04-211-4/+5
|
* mysql should work again now, can someone with mysql installed test it?Stig Bakken1999-04-211-26/+26
|
* moving mysql to ext/Stig Bakken1999-04-216-0/+2119