#
149ad05b |
| 24-Aug-2002 |
Marcus Boerger |
php_error_docref #New conversion available at: http://docref.txt.marcus-boerger.de |
Revision tags: php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt |
|
#
8a7c3399 |
| 02-Jul-2002 |
Frank M. Kromann |
Add default arguments to new internal mail function. |
#
f7cab95a |
| 02-Jul-2002 |
Derick Rethans |
- Be nice to users and allow them to check if the mail was send |
#
0d61ab38 |
| 02-Jul-2002 |
Derick Rethans |
- Disable 5th parameter to mail in safemode @- Disabled the fifth parameter to the mail function in safemode. (Derick) |
Revision tags: php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0 |
|
#
2eb85984 |
| 13-Jun-2002 |
Stefan Esser |
Fixed: possible bufferunderrun (worst case == invalid free bytes counter) Fixed: isXXXX macros need (unsigned char) cast Fixed: bug#17746 - control chars are now filtered within "to
Fixed: possible bufferunderrun (worst case == invalid free bytes counter) Fixed: isXXXX macros need (unsigned char) cast Fixed: bug#17746 - control chars are now filtered within "to" and "subject" parameters
show more ...
|
Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1 |
|
#
9b86cff9 |
| 14-May-2002 |
Markus Fischer |
- Adjust for improved error messages from win32/sendmail.c |
Revision tags: php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1 |
|
#
ac50b530 |
| 16-Mar-2002 |
Markus Fischer |
- WS fix. |
#
3c52ef67 |
| 16-Mar-2002 |
Markus Fischer |
- Don't forget to close the handle. |
#
d4e63bc5 |
| 16-Mar-2002 |
Markus Fischer |
- Raise warning when trying to execute non-executeable shell for mail delivery binary. |
Revision tags: help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers. |
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
d299bdc5 |
| 27-Jan-2002 |
Jon Parise |
Add a comment indicating that this return statement will never be reached. # Perhaps it should just be removed? |
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers. |
Revision tags: php-4.1.0, php-4.1.0RC5 |
|
#
34feef0d |
| 02-Dec-2001 |
Hartmut Holzgraefe |
- switch to new paramter parser - make sure To: and Subject: do not end with a newline character |
Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
6cfba2a3 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
2nd phase in back-substitution those macro's I've got pretty much everything now... |
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. |
Revision tags: PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding. |
Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
797a079a |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work, and a bit of cleanup |
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua |
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
fd2c27c0 |
| 08-Jul-2001 |
Shane Caraveo |
Enable using an external mailer under windows. 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 i
Enable using an external mailer under windows. 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.
show more ...
|
#
69d129bd |
| 08-Jul-2001 |
Sascha Schumann |
Needed for the prototype of php_escape_shell_cmd(). |
#
832fe2e6 |
| 05-Jul-2001 |
Derick Rethans |
- Fix for the first part of Bug #11890 @- Fixed a bug that allowed users to spawn processes while using the 5th @ parameter to mail(). (Derick) |
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4 |
|
#
491fcd2e |
| 11-Jun-2001 |
Daniel Beulshausen |
used in extension(s) as well |
Revision tags: php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions |
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions |
Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6 |
|
#
e52ec103 |
| 02-Apr-2001 |
James Moore |
remove rogue ZEND_GET_MODULE() |