Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #if !HAVE_FOO -> #ifndef HAVE_FOO | Stig Bakken | 1999-09-24 | 2 | -2/+2 |
| | |||||
* | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 1 | -1/+0 |
| | | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name(). | ||||
* | There is no reason to define malloc() to xmalloc() in this context. | Sascha Schumann | 1999-09-18 | 1 | -16/+1 |
| | |||||
* | `0' flag ignored with precision specifier and `X' format | Sascha Schumann | 1999-09-17 | 1 | -1/+1 |
| | |||||
* | - Added support for unknown POST content types (Zeev) | Zeev Suraski | 1999-09-16 | 6 | -13/+64 |
| | | | | | - Introduce the convert_to_*_ex() API in strlen() | ||||
* | *** empty log message *** | Zeev Suraski | 1999-09-16 | 1 | -0/+6 |
| | |||||
* | Generalize SAPI a bit | Zeev Suraski | 1999-09-16 | 1 | -0/+14 |
| | |||||
* | HASH_OF is usable enough (i hate duplicating macros all over the place) | Thies C. Arntzen | 1999-09-15 | 1 | -0/+1 |
| | |||||
* | Clean up the strlcat/strlcpy checks. | Stig Bakken | 1999-09-15 | 1 | -2/+2 |
| | |||||
* | - First go at using strlcat(). | Andi Gutmans | 1999-09-14 | 1 | -12/+7 |
| | |||||
* | - Support strlcpy/strlcat in windows. | Andi Gutmans | 1999-09-14 | 1 | -0/+6 |
| | |||||
* | Add strlcpy/strlcat to the build process | Andi Gutmans | 1999-09-14 | 3 | -0/+155 |
| | |||||
* | i'm sure this was left-over debugging code! | Thies C. Arntzen | 1999-09-14 | 1 | -4/+0 |
| | |||||
* | - X-* is probably more standard. | Andi Gutmans | 1999-09-13 | 1 | -1/+1 |
| | |||||
* | added Metaphone support | Thies C. Arntzen | 1999-09-13 | 1 | -0/+2 |
| | |||||
* | - Rewrote the GET/POST/Cookie data reader to support multi-dimensional | Zeev Suraski | 1999-09-12 | 1 | -1/+1 |
| | | | | | | | arrays! (Zeev) This still needs a lot of more testing, but it seems to work more or less. | ||||
* | Add PHP-Version header in IIS | Zeev Suraski | 1999-09-12 | 1 | -1/+2 |
| | |||||
* | That's important enough to be cached | Zeev Suraski | 1999-09-12 | 2 | -5/+7 |
| | |||||
* | Time to do that - rename the output layer prefix | Zeev Suraski | 1999-09-12 | 2 | -14/+14 |
| | |||||
* | Use OnUpdateBool for Boolean entries. | Andrey Hristov | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | Rename allow_builtin_links to expose_php | Zeev Suraski | 1999-09-11 | 1 | -2/+2 |
| | |||||
* | More cleanup | Zeev Suraski | 1999-09-11 | 1 | -11/+1 |
| | |||||
* | - Seriously optimize and clean php_parse_gpc_data() | Zeev Suraski | 1999-09-11 | 2 | -0/+2 |
| | | | | | | - Added gpc_globals directive to turn global definitions of GPC variables on/off (untested) | ||||
* | Cleanups & optimizations | Zeev Suraski | 1999-09-11 | 2 | -11/+11 |
| | |||||
* | Cleanups | Zeev Suraski | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | - Fix warnings and win32 compile | Andi Gutmans | 1999-09-07 | 1 | -1/+1 |
| | |||||
* | A couple of BoundsChecker fixes | Zeev Suraski | 1999-09-06 | 1 | -1/+1 |
| | |||||
* | - Should fix Win32 compile | Andi Gutmans | 1999-09-06 | 1 | -1/+1 |
| | |||||
* | fix warning | Sascha Schumann | 1999-09-05 | 1 | -1/+1 |
| | |||||
* | - Should fix short_tags and co. problem. | Andi Gutmans | 1999-09-05 | 3 | -14/+33 |
| | |||||
* | - Make Win32 compile once again. | Andi Gutmans | 1999-09-05 | 1 | -1/+1 |
| | |||||
* | - Make dir functions compile in Win32 | Andi Gutmans | 1999-09-05 | 1 | -0/+1 |
| | | | | | - Fix too early memory manager initialization (For you Thies) | ||||
* | work around gcc bug, otherwise compiler would die with | Sascha Schumann | 1999-09-05 | 1 | -1/+1 |
| | | | | | | | toplev.c:2261: Internal compiler error in function float_signal in basic_functions.c | ||||
* | - php_error(E_ERROR,...) won't ever return so change the connection_status | Andi Gutmans | 1999-09-05 | 1 | -1/+1 |
| | | | | | before it is called. | ||||
* | Forgot one | Rasmus Lerdorf | 1999-09-04 | 1 | -1/+1 |
| | |||||
* | This was actually intentional... put it back in and improve | Zeev Suraski | 1999-09-04 | 1 | -1/+1 |
| | |||||
* | Cleanups | Rasmus Lerdorf | 1999-09-04 | 2 | -16/+16 |
| | | | | | | | What the heck was that dangling (c) for in the PUTC macros? Were they supposed to serve some sort of purpose, because I sure don't see one for them. | ||||
* | Catch a timeout and add user-level interface for connection handling | Rasmus Lerdorf | 1999-09-04 | 1 | -0/+1 |
| | |||||
* | Might as well bail as soon as we know we should since this is now | Rasmus Lerdorf | 1999-09-04 | 1 | -3/+3 |
| | | | | | | | 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 | 3 | -3/+17 |
| | | | | | | | | | | | 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. | ||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -0/+3 |
| | |||||
* | Add global startup/shutdown functions in Win32 version as well | Sascha Schumann | 1999-09-03 | 1 | -0/+32 |
| | |||||
* | Add prototypes for new functions in internal_functions.c.in | Sascha Schumann | 1999-09-03 | 1 | -1/+3 |
| | |||||
* | - add global startup/shutdown handlers | Sascha Schumann | 1999-09-03 | 4 | -9/+46 |
| | | | | | | | | | | - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows - improve sessions's mm module to cope better with OOM situations within the shared memory segment - fix typo wrt session.auto_start | ||||
* | Version update | Zeev Suraski | 1999-09-03 | 1 | -1/+1 |
| | |||||
* | - Fixed several problems with output buffering and HEAD requests (Zeev) | Zeev Suraski | 1999-09-03 | 1 | -1/+1 |
| | | | | | - Fixed HTTP Status code issue with ISAPI module (Zeev) | ||||
* | - Add sessions module to standard win32 build. | Andi Gutmans | 1999-09-01 | 2 | -2/+4 |
| | |||||
* | ext/lcg -> ext/standard in various places | Stig Bakken | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | fix for bug #2165 | Stig Bakken | 1999-08-31 | 1 | -2/+4 |
| | |||||
* | moved lcg stuff to ext/standard | Stig Bakken | 1999-08-29 | 1 | -0/+2 |
| |