Can someone please commit these typo fixes.
I've fixed the documentation.
The original mail.c is fine.
Index: php.ini-dist
RCS file: /repository/php-src/php.ini-dist,v
retrieving revision 1.286
diff -u -r1.286 php.ini-dist
--- php.ini-dist 9 Jan 2009 15:00:36 -0000 1.286
+++ php.ini-dist 12 Jan 2009 10:36:34 -0000
@@ -669,7 +669,7 @@
; the 5th parameter to mail()
, even in safe mode.
;mail.force_extra_parameters =
-; Add X-PHP-Originaiting-Script: that will include uid of the script
followed by the filename
+; Add X-PHP-Originating-Script: that will include uid of the script
followed by the filename
mail.add_x_header = Off
; Log all mail()
calls including the full path of the script, line #,
to address and headers
Index: php.ini-recommended
RCS file: /repository/php-src/php.ini-recommended,v
retrieving revision 1.236
diff -u -r1.236 php.ini-recommended
--- php.ini-recommended 9 Jan 2009 15:00:36 -0000 1.236
+++ php.ini-recommended 12 Jan 2009 10:34:10 -0000
@@ -706,7 +706,7 @@
; the 5th parameter to mail()
, even in safe mode.
;mail.force_extra_parameters =
-; Add X-PHP-Originaiting-Script: that will include uid of the script
followed by the filename
+; Add X-PHP-Originating-Script: that will include uid of the script
followed by the filename
mail.add_x_header = On
; Log all mail()
calls including the full path of the script, line #,
to address and headers
--
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
Can someone please commit these typo fixes.
Committed, thanks a lot.
--
Wbr,
Antony Dovgal
2009/1/12 Antony Dovgal tony@daylessday.org:
Can someone please commit these typo fixes.
Committed, thanks a lot.
--
Wbr,
Antony Dovgal
Just standing on the shoulders ...
--
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
2009/1/12 Antony Dovgal tony@daylessday.org:
Can someone please commit these typo fixes.
Committed, thanks a lot.
Just standing on the shoulders ...
Welcome to the pyramid (we've gotten pretty tall, now). :)
-Bop