Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions | Andi Gutmans | 2000-06-15 | 1 | -1/+1 |
| | |||||
* | Fix virtual() when used with output buffering | Rasmus Lerdorf | 2000-06-05 | 1 | -0/+3 |
| | | | | | @ Fix virtual() when used with output buffering (Marc Pohl) | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | apache module now compiles under win32, apache loads, but crashes on line ↵ | Shane Caraveo | 2000-04-30 | 1 | -0/+11 |
| | | | | 1167 main.c on page request | ||||
* | last one ... promise | Colin Viebrock | 2000-04-07 | 1 | -0/+1 |
| | |||||
* | typo | Colin Viebrock | 2000-04-07 | 1 | -2/+2 |
| | |||||
* | typo | Colin Viebrock | 2000-04-07 | 1 | -2/+1 |
| | |||||
* | *** empty log message *** | Colin Viebrock | 2000-04-07 | 1 | -3/+3 |
| | |||||
* | more prettiness | Colin Viebrock | 2000-04-07 | 1 | -17/+20 |
| | |||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Fix warnings when compiling static Apache module | Sascha Schumann | 2000-02-18 | 1 | -1/+1 |
| | |||||
* | No need for a value (not that it seems to work anyway...) | Zeev Suraski | 2000-02-17 | 1 | -1/+1 |
| | |||||
* | @- Updated the browscap module to work with PHP 4.0 (Zeev) | Zeev Suraski | 2000-02-16 | 1 | -1/+3 |
| | |||||
* | Final build fixes - that's enough for now... | Zeev Suraski | 2000-02-10 | 1 | -1/+1 |
| | |||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library | ||||
* | Forgot to add the actual file. | Andrei Zmievski | 2000-02-02 | 1 | -0/+450 |