Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0b1'.php-4.0b1 | SVN Migration | 1999-07-23 | 1 | -3/+2 |
| | |||||
* | Please add in any changes/bug fixes you've made - we need to keep a details ↵ | Zeev Suraski | 1999-07-22 | 1 | -0/+1 |
| | | | | ChangeLog... | ||||
* | It's in PHP 3 and 4. | Egon Schmid | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | Get postgresql module uptodate | Zeev Suraski | 1999-07-16 | 1 | -4/+4 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -21/+10 |
| | |||||
* | Remove some useless stuff | Rasmus Lerdorf | 1999-07-14 | 1 | -6/+0 |
| | |||||
* | Ported MYSQL_NUM, MYSQL_ASSOC, and MYSQL_BOTH additions from php3. | Andrey Hristov | 1999-06-28 | 1 | -67/+57 |
| | |||||
* | Introduce AC_ADD_* macros | Sascha Schumann | 1999-06-20 | 1 | -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 build | Zeev Suraski | 1999-06-04 | 1 | -3/+6 |
| | |||||
* | * Add a new workspace for dynamic PHP extensions. | Zeev Suraski | 1999-06-04 | 4 | -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 Suraski | 1999-05-28 | 1 | -3/+3 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 2 | -65/+65 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | Add default path for binary mysql distributions | Sascha Schumann | 1999-05-21 | 1 | -2/+5 |
| | |||||
* | * Include all of the standard modules in internal_functions.c.in. Stig - is ↵ | Zeev Suraski | 1999-05-14 | 1 | -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 Suraski | 1999-05-09 | 2 | -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.pl | Andrey Hristov | 1999-05-08 | 1 | -0/+2 |
| | | | | | | -fixed genif.sh -updated php3_mysql.h to have phpext_mysql_ptr | ||||
* | Get the MySQL module to use the new INI mechanism feature | Zeev Suraski | 1999-04-28 | 1 | -46/+10 |
| | |||||
* | A step towards generalizing the INI mechanism even more | Zeev Suraski | 1999-04-28 | 1 | -9/+9 |
| | |||||
* | Ok, this beast compiles via --with-apxs | Rasmus Lerdorf | 1999-04-25 | 1 | -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 Lerdorf | 1999-04-25 | 1 | -50/+50 |
| | |||||
* | * MySQL fix (thanks Stig) | Zeev Suraski | 1999-04-23 | 1 | -1/+1 |
| | | | | | * Remove reundant includes from bcmath | ||||
* | Minor MySQL thread safety issues | Zeev Suraski | 1999-04-23 | 2 | -42/+54 |
| | |||||
* | Module work | Rasmus Lerdorf | 1999-04-23 | 1 | -4/+19 |
| | |||||
* | moved dav, msql and oracle to ext/ | Stig Bakken | 1999-04-21 | 1 | -4/+5 |
| | |||||
* | mysql should work again now, can someone with mysql installed test it? | Stig Bakken | 1999-04-21 | 1 | -26/+26 |
| | |||||
* | moving mysql to ext/ | Stig Bakken | 1999-04-21 | 6 | -0/+2119 |