Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Make php_setcookie available from shared extensions | Frank M. Kromann | 2001-12-03 | 1 | -16/+23 |
| | |||||
* | convert to use new parameter parsing API. | Andrei Zmievski | 2001-10-19 | 1 | -65/+34 |
| | |||||
* | Fixed other protos. | Egon Schmid | 2001-10-19 | 1 | -5/+5 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -0/+4 |
| | | | | | faster mechanism | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -1/+1 |
| | |||||
* | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -4/+1 |
| | |||||
* | Left-over outdated comment | Rasmus Lerdorf | 2001-07-21 | 1 | -1/+0 |
| | |||||
* | Remove redundant code | Zeev Suraski | 2001-07-21 | 1 | -2/+2 |
| | |||||
* | Clarify and optimize | Zeev Suraski | 2001-07-21 | 1 | -1/+1 |
| | |||||
* | Fix more crashes related to this switch to z_value | Rasmus Lerdorf | 2001-07-21 | 1 | -2/+2 |
| | |||||
* | Fix potential crash | Stanislav Malyshev | 2001-06-14 | 1 | -2/+2 |
| | |||||
* | Clean-up | Zeev Suraski | 2001-06-13 | 1 | -125/+31 |
| | | | | | Remove a lot of 100% redundent code | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+14 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Allow users to specify whether they want to replace existing header fields. | Sascha Schumann | 2000-10-27 | 1 | -6/+14 |
| | |||||
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | proto-takeover from php3 | Hartmut Holzgraefe | 2000-05-17 | 1 | -2/+9 |
| | |||||
* | - Fix an invalid trick (it was valid when header() was using | Zeev Suraski | 2000-04-28 | 1 | -11/+2 |
| | | | | | | | zend_get_parameters(), but it became invalid when someone switched it to zend_get_parameters_ex(), and I decided to remove it anyway). - Remove a redundant function call | ||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -9/+0 |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -123/+0 |
| | | | | | | | | | | | | | | | 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 | ||||
* | fix for #3413 | Thies C. Arntzen | 2000-02-06 | 1 | -6/+8 |
| | | | | | @- Fixed possible buffer-overflow in setcookie(). (Thies) | ||||
* | post.c really had nothing to do with POST anymore, and it belongs to the top ↵ | Zeev Suraski | 2000-01-28 | 1 | -1/+0 |
| | | | | level directory | ||||
* | - Added flush() support to SAPI | Zeev Suraski | 2000-01-13 | 1 | -159/+0 |
| | | | | | | | | - Got rid of the old flush() implemenetation in favour of the new one - Added implicit_flush() support to the output buffering layer. @- Added implicit_flush() to control whether flush() should be called @ implicitly after any output (Zeev) | ||||
* | 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). | ||||
* | Ex API | Evan Klinger | 1999-12-20 | 1 | -20/+20 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -49/+30 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -9/+9 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -2/+2 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros. | ||||
* | A bunch of grunt work updating function entries and declarations. | Andrey Hristov | 1999-07-24 | 1 | -2/+2 |
| | |||||
* | Added headers_sent() function | Andrey Hristov | 1999-07-20 | 1 | -0/+11 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -2/+2 |
| | |||||
* | * Finally commit that -q patch | Zeev Suraski | 1999-05-11 | 1 | -7/+0 |
| | | | | | | * Refine SAPI built in header support * Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon as possible. | ||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -51/+53 |
| | | | | | | | | | | | | | 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. | ||||
* | Fixes | Zeev Suraski | 1999-05-05 | 1 | -2/+2 |
| | |||||
* | Get CGI to work with the new headers code. | Zeev Suraski | 1999-05-05 | 1 | -2/+2 |
| | | | | | Now Apache is the only interface that doesn't use it. | ||||
* | Added initial headers support in SAPI | Andi Gutmans | 1999-05-05 | 1 | -2/+25 |
| | | | | | | *untested* It definitely broke the thread-safe CGI, it may have broken other stuff as well. | ||||
* | * Get the Apache module to compile again | Zeev Suraski | 1999-04-26 | 1 | -13/+19 |
| | | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global) | ||||
* | * Plenty of thread safety and Win32 work. | Zeev Suraski | 1999-04-26 | 1 | -1/+2 |
| | | | | | | | | | | | * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL. |