summaryrefslogtreecommitdiff
path: root/ext/mysql/mysql.c
Commit message (Collapse)AuthorAgeFilesLines
* Final MySQL tweaksZeev Suraski1999-09-031-1822/+0
|
* Use the new API for resources in MySQLZeev Suraski1999-09-031-212/+91
|
* Enabled shared build of mysql moduleGergely Madarász1999-09-031-0/+4
|
* Fix #2090Zeev Suraski1999-08-171-3/+7
|
* Fix thread unsafe versionZeev Suraski1999-08-141-3/+3
|
* - Add PHP Modules workspaceZeev Suraski1999-08-131-39/+46
| | | | | | - Get the MySQL module to compile&work under thread-safe Win32 - Fix various thread safety issues with dynamic modules
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-50/+50
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-08-021-54/+56
|
* 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
|
* 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