Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First Sybase-DB fix patch | Zeev Suraski | 2000-06-30 | 1 | -1286/+0 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -16/+16 |
| | |||||
* | proto takeover from php3 | Hartmut Holzgraefe | 2000-05-24 | 1 | -11/+57 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | Add a ; for Sybase | Sterling Hughes | 2000-05-02 | 1 | -1/+1 |
| | |||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -20/+20 |
| | |||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | Compile fix | Zeev Suraski | 2000-02-27 | 1 | -1/+1 |
| | |||||
* | Fix Sybase DB compilation | Zeev Suraski | 2000-02-26 | 1 | -12/+10 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | just add a remark. zend_hash_apply can & will cause problems here unless | Thies C. Arntzen | 2000-01-15 | 1 | -0/+7 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -140/+140 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -18/+18 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -2/+2 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | Optimize a bit | Zeev Suraski | 1999-11-19 | 1 | -2/+3 |
| | |||||
* | (php3_sybase_get_column_content) initialize buffer before call to dbconvert() | Thies C. Arntzen | 1999-11-05 | 1 | -0/+3 |
| | | | | | | @- Fixed garbage returned at the end of certain Sybase-Columns (Thies) @ Patch submitted by: neal@wanlink.com | ||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -1/+1 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -45/+45 |
| | | | | | php3_compat.h) | ||||
* | Fix bug #1872 | Zeev Suraski | 1999-08-01 | 1 | -0/+2 |
| | |||||
* | That should fix bug #1903 | Zeev Suraski | 1999-07-31 | 1 | -3/+0 |
| | |||||
* | Please add in any changes/bug fixes you've made - we need to keep a details ↵ | Zeev Suraski | 1999-07-22 | 1 | -2/+1 |
| | | | | ChangeLog... | ||||
* | Get the Sybase modules uptodate | Zeev Suraski | 1999-07-16 | 1 | -11/+14 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | maybe fix, following Joey's description | Sascha Schumann | 1999-07-01 | 1 | -4/+2 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 1 | -19/+19 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -1/+1 |
| | | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h | ||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -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 Apache module to compile again | Zeev Suraski | 1999-04-26 | 1 | -15/+0 |
| | | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global) | ||||
* | last bunch of extensions moving to ext/ | Stig Bakken | 1999-04-22 | 1 | -0/+1258 |
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works. |