summaryrefslogtreecommitdiff
path: root/ext/standard/mail.c
Commit message (Expand)AuthorAgeFilesLines
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Portability: Use 0 if the platform does not define EX_OKMartin Kraemer2002-11-281-1/+3
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-3/+2
* - Unbreak buildDerick Rethans2002-09-221-1/+1
* typoJames Cox2002-09-221-2/+2
* - Please do not use spaces for indentation!Derick Rethans2002-09-061-2/+0
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-061-3/+10
* - WhitespaceDerick Rethans2002-08-261-19/+27
* @- Use escape_shell_cmd() to allow multiple extra parameters to theDerick Rethans2002-08-261-2/+3
* Overwrite control chars in parameters with whitespace instead of truncating.Stefan Esser2002-08-241-10/+16
* php_error_docrefMarcus Boerger2002-08-241-7/+5
* Add default arguments to new internal mail function.Frank M. Kromann2002-07-021-1/+1
* - Be nice to users and allow them to check if the mail was sendDerick Rethans2002-07-021-1/+1
* - Disable 5th parameter to mail in safemodeDerick Rethans2002-07-021-5/+9
* Fixed: possible bufferunderrun (worst case == invalid free bytes counter)Stefan Esser2002-06-131-7/+15
* - Adjust for improved error messages from win32/sendmail.cMarkus Fischer2002-05-141-2/+8
* - WS fix.Markus Fischer2002-03-161-6/+6
* - Don't forget to close the handle.Markus Fischer2002-03-161-0/+1
* - Raise warning when trying to execute non-executeable shellMarkus Fischer2002-03-161-4/+16
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Add a comment indicating that this return statement will never be reached.Jon Parise2002-01-271-1/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - switch to new paramter parserHartmut Holzgraefe2001-12-021-51/+24
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-4/+4
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-5/+9
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+0
* Enable using an external mailer under windows.Shane Caraveo2001-07-081-13/+25
* Needed for the prototype of php_escape_shell_cmd().Sascha Schumann2001-07-081-0/+1
* - Fix for the first part of Bug #11890Derick Rethans2001-07-051-6/+9
* used in extension(s) as wellDaniel Beulshausen2001-06-111-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+3
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-1/+9
* remove rogue ZEND_GET_MODULE()James Moore2001-04-021-4/+0
* UnixWare 7.1 does not have EX_TEMPFAIL or (as far as I can tell)Ben Mansell2001-03-211-0/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* - Added a new parameter to mail() which appends aditional command lineDerick Rethans2001-02-051-8/+25
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-0/+5
* evaluate sendmail exit status, fixes unix side of bug #5630Hartmut Holzgraefe2000-08-031-1/+2
* ezmlm_hash() function also available for php4.Kristian Köhntopp2000-06-291-0/+31
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* phpinfo() prettyingColin Viebrock2000-04-051-2/+3
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-10/+0
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-5/+5