Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - WS fix. | Markus Fischer | 2002-03-16 | 1 | -6/+6 |
| | |||||
* | - Don't forget to close the handle. | Markus Fischer | 2002-03-16 | 1 | -0/+1 |
| | |||||
* | - Raise warning when trying to execute non-executeable shell | Markus Fischer | 2002-03-16 | 1 | -4/+16 |
| | | | | | for mail delivery binary. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Add a comment indicating that this return statement will never be reached. | Jon Parise | 2002-01-27 | 1 | -1/+2 |
| | | | | | # Perhaps it should just be removed? | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - switch to new paramter parser | Hartmut Holzgraefe | 2001-12-02 | 1 | -51/+24 |
| | | | | | - make sure To: and Subject: do not end with a newline character | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -4/+4 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -2/+2 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -5/+9 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+0 |
| | |||||
* | Enable using an external mailer under windows. | Shane Caraveo | 2001-07-08 | 1 | -13/+25 |
| | | | | | | | | 1. this depends on the patch to fix tsrm I sent to dev 2. this provides backwards compatibility, as long as sendmail_path in the ini file is empty, the old internal mailer will be used, once sendmail_path is defined, the external sendmail program will be used. I tested with indigomail from www.indigostar.com, which provides the same command line interface as sendmail no linux. | ||||
* | Needed for the prototype of php_escape_shell_cmd(). | Sascha Schumann | 2001-07-08 | 1 | -0/+1 |
| | |||||
* | - Fix for the first part of Bug #11890 | Derick Rethans | 2001-07-05 | 1 | -6/+9 |
| | | | | | | @- Fixed a bug that allowed users to spawn processes while using the 5th @ parameter to mail(). (Derick) | ||||
* | used in extension(s) as well | Daniel Beulshausen | 2001-06-11 | 1 | -1/+1 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+3 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -1/+9 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | remove rogue ZEND_GET_MODULE() | James Moore | 2001-04-02 | 1 | -4/+0 |
| | |||||
* | UnixWare 7.1 does not have EX_TEMPFAIL or (as far as I can tell) | Ben Mansell | 2001-03-21 | 1 | -0/+4 |
| | | | | | a concept of a temporary failure response to pclose(). | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Added a new parameter to mail() which appends aditional command line | Derick Rethans | 2001-02-05 | 1 | -8/+25 |
| | | | | | | | | parameters to the mail program. This is usefull to set the From headers correctly with the -f parameter to sendmail p.e. @- Added a new parameter to mail() which appends aditional command line @ parameters to the mail program. (Derick) | ||||
* | @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | Rasmus Lerdorf | 2001-01-21 | 1 | -0/+5 |
| | | | | | BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | ||||
* | evaluate sendmail exit status, fixes unix side of bug #5630 | Hartmut Holzgraefe | 2000-08-03 | 1 | -1/+2 |
| | |||||
* | ezmlm_hash() function also available for php4. | Kristian Köhntopp | 2000-06-29 | 1 | -0/+31 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | #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-05 | 1 | -2/+3 |
| | |||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -10/+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 |
| | |||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -5/+5 |
| | |||||
* | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -5/+5 |
| | |||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -6/+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 | ||||
* | 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). | ||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -1/+1 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -2/+2 |
| | |||||
* | - 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) | ||||
* | 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. | ||||
* | New Zend API | Sascha Schumann | 1999-09-25 | 1 | -13/+13 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -6/+6 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+1 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -21/+9 |
| | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -2/+2 |
| | |||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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. | ||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -1/+0 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 |
| |