Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a memory leak in the Apache per-directory directives handler | Zeev Suraski | 1999-09-20 | 1 | -4/+8 |
| | |||||
* | - Added support for unknown POST content types (Zeev) | Zeev Suraski | 1999-09-16 | 1 | -1/+3 |
| | | | | | - Introduce the convert_to_*_ex() API in strlen() | ||||
* | Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too) | Zeev Suraski | 1999-09-13 | 1 | -1/+3 |
| | |||||
* | That's important enough to be cached | Zeev Suraski | 1999-09-12 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-12 | 1 | -1/+3 |
| | |||||
* | Correct compiler warning. | Jakub Skopal | 1999-09-08 | 1 | -1/+1 |
| | |||||
* | Oops | Rasmus Lerdorf | 1999-09-04 | 1 | -1/+1 |
| | |||||
* | Might as well bail as soon as we know we should since this is now | Rasmus Lerdorf | 1999-09-04 | 1 | -0/+1 |
| | | | | | | | possible. We still need to set our connection status bit field so a shutdown function can figure out if a script was terminated due to an abort, timeout or finished normally. | ||||
* | First part of the connection_status work. No user-callable functions | Rasmus Lerdorf | 1999-09-04 | 1 | -4/+9 |
| | | | | | | | | | | | yet. That is coming next. Have also only done Apache and CGI so far. Will have to crack open my ISAPI book to do that one. Also changed the SAPI output functions to return an int. We'll check the connection status inside each one, but we might need the return code at some other level and I don't see a good reason for just tossing these return codes. | ||||
* | This check actually doesn't make a whole lot of sense. We need | Rasmus Lerdorf | 1999-08-28 | 1 | -1/+1 |
| | | | | | | | | something here, but if a mod_auth_* module declines, the type is still set. So, we need a check to see if there have been a non-declined auth hook previously for this request. I will ponder a good approach to this. | ||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -1/+1 |
| | | | | | php3_compat.h) | ||||
* | *** empty log message *** | Zeev Suraski | 1999-07-24 | 1 | -1/+1 |
| | |||||
* | Fixed the Apache cookie problem (untested) | Zeev Suraski | 1999-07-21 | 1 | -0/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | *** empty log message *** | Andi Gutmans | 1999-07-15 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Andi Gutmans | 1999-07-15 | 1 | -16/+18 |
| | |||||
* | * PHP 3.0 -> 4.0 changes | Andi Gutmans | 1999-07-15 | 1 | -5/+31 |
| | | | | | * Add php_admin Apache directives | ||||
* | change php4_value and php4_flag to php_value and php_flag | Zeev Suraski | 1999-07-14 | 1 | -2/+2 |
| | |||||
* | destructors should return 1, shouldn't they? | Thies C. Arntzen | 1999-07-12 | 1 | -2/+3 |
| | |||||
* | would be logical to enable display source mode | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | I got the order wrong earlier :I | Zeev Suraski | 1999-06-05 | 1 | -2/+2 |
| | |||||
* | * Changed the way INI entries work in Apache to allow .conf entries to work ↵ | Zeev Suraski | 1999-05-29 | 1 | -24/+77 |
| | | | | | | | right too. * vpath fixes for standard Apache build | ||||
* | avoid crashing with php4 directives in .conf files (they still don't work) | Zeev Suraski | 1999-05-29 | 1 | -5/+27 |
| | |||||
* | no need for those | Zeev Suraski | 1999-05-28 | 1 | -2/+0 |
| | |||||
* | * Get Apache module to compile again with the regex stuff. | Zeev Suraski | 1999-05-28 | 1 | -1/+8 |
| | | | | | * Get Apache to propertly work with POST, and some SAPI fixes | ||||
* | Some innocent cleanups | Rasmus Lerdorf | 1999-05-28 | 1 | -34/+34 |
| | |||||
* | Time to rename the child | Zeev Suraski | 1999-05-22 | 1 | -0/+487 |