summaryrefslogtreecommitdiff
path: root/ext/mysql/mysql.c
Commit message (Collapse)AuthorAgeFilesLines
* License updateZeev Suraski1999-07-161-21/+10
|
* Ported MYSQL_NUM, MYSQL_ASSOC, and MYSQL_BOTH additions from php3.Andrey Hristov1999-06-281-67/+57
|
* * Add a new workspace for dynamic PHP extensions.Zeev Suraski1999-06-041-20/+53
| | | | | | | * 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-211-33/+33
| | | | | - add necessary phpext_*_ptr
* * 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-091-1/+1
| | | | | | | | | | | | | 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.
* 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
|
* * MySQL fix (thanks Stig)Zeev Suraski1999-04-231-1/+1
| | | | | * Remove reundant includes from bcmath
* Minor MySQL thread safety issuesZeev Suraski1999-04-231-41/+54
|
* moving mysql to ext/Stig Bakken1999-04-211-0/+1934