History log of /php-src/ext/standard/mail.c (Results 151 – 175 of 220)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 48c94738 01-Apr-2003 Sara Golemon

Bug #22962

Revision tags: php-4.3.2RC1
# 424c41a7 26-Feb-2003 Derick Rethans

- Added an extra ini setting with which extra commands can be forced to
the sendmail deamon on a per-vhost base. The value in this ini setting
will override all extra commands passed as t

- Added an extra ini setting with which extra commands can be forced to
the sendmail deamon on a per-vhost base. The value in this ini setting
will override all extra commands passed as the 5th parameter to mail()
and will work in Safe Mode.
@- Added an extra ini setting (mail_force_extra_paramaters) which forces
@ the addition of the specified parameters to be passed as extra
@ parameters to the sendmail binary. These parameters will always replace
@ the value of the 5th parameter to mail(), even in safe mode. (Derick)

show more ...

# 4474f922 24-Feb-2003 Ilia Alshanetsky

Fixed bug #22355 (PHP would remove folding from Subject & To fields).

Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.

Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# c5a7a522 28-Nov-2002 Martin Kraemer

Portability: Use 0 if the platform does not define EX_OK

Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2
# 2909e5c9 24-Oct-2002 Sascha Schumann

centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances

Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# d52983df 22-Sep-2002 Derick Rethans

- Unbreak build

# b1b0230e 22-Sep-2002 James Cox

typo

Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# dc3ea099 06-Sep-2002 Derick Rethans

- Please do not use spaces for indentation!
- Removed redundend ifdefs

# dc5d3f55 06-Sep-2002 Anantha Kesari H Y

NetWare related additions/modifications

Revision tags: php-4.2.3, php-4.2.3RC2
# fc7eb838 26-Aug-2002 Derick Rethans

- Whitespace

# 7edb660a 26-Aug-2002 Derick Rethans

@- Use escape_shell_cmd() to allow multiple extra parameters to the
@ invocation of the mailer as used in the fifth parameter to mail(). (Derick)
- Use escape_shell_cmd() to allow multiple e

@- Use escape_shell_cmd() to allow multiple extra parameters to the
@ invocation of the mailer as used in the fifth parameter to mail(). (Derick)
- Use escape_shell_cmd() to allow multiple extra parameters to the invocation
of the mailer as used in the fifth parameter to mail().

show more ...

# 3efb9259 24-Aug-2002 Stefan Esser

Overwrite control chars in parameters with whitespace instead of truncating.

# 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.

123456789