Christoph Michael Becker
0c9c2dd669
Generate some standard methodsynopses based on stubs
...
Cf. <https://github.com/php/doc-en/pull/289 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352191 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-26 19:26:31 +00:00
Christoph Michael Becker
33301d17ba
sendmail style mailing is supported on Windows as of PHP 4.1.0
...
Therefore the distinction is not Windows/Unix, but rather sendmail/direct SMTP.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351015 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-27 16:38:37 +00:00
Christoph Michael Becker
3e15d2894f
Remove more changelog entries, mostly from PHP 5.4 era
...
Patch contributed by Sobak <msobaczewski@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350656 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:15:17 +00:00
Christoph Michael Becker
06cae82e92
Fix #79682 : Missing deprecation notice
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350019 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-09 16:50:02 +00:00
Christoph Michael Becker
ce93185012
Add mb_send_mail to "see also" section
...
Integerates user note 117126.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347780 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-21 09:00:53 +00:00
George Peter Banyard
aba9493325
Typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347736 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-13 15:05:31 +00:00
George Peter Banyard
b824e2b108
Remove PHP 4 and 5.0.0 mentions.
...
This includes changelogs but also some paragraphs and notes which mention PHP 4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347555 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 17:31:34 +00:00
Christoph Michael Becker
000d2fa763
Fix syntax error in example
...
Patch provided by Pushkar Anand.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345088 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-04 10:55:45 +00:00
Christoph Michael Becker
3e98008f28
Document email header injection protection
...
Cf. <http://git.php.net/?p=php-src.git;a=commit;h=9d168b863e007c4e15ebe4d2eecabdf8b0582e30 >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344502 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-13 22:09:44 +00:00
Christoph Michael Becker
8bbef51787
Document that $additional_headers may now be an array
...
Cf. <https://github.com/php/php-src/blob/PHP-7.2.4/UPGRADING#L219-L225 >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344497 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-13 17:59:10 +00:00
Maciej Sobaczewski
f10ab85a29
Cleaner example
...
$headers change integrated from comment 108368
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341357 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-10 10:39:32 +00:00
Christoph Michael Becker
7856efea3e
Fix typo
...
Patch provided by cilefen.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340939 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-09 21:14:33 +00:00
Yasuo Ohgaki
ecfc4c394d
Add security note for addtional_headers parameter.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337039 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-24 01:07:14 +00:00
Maciej Sobaczewski
afc3f34c68
Remove changelogs for PHP 4 - 1st round
...
Useful changelogs entries remain untouched.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334592 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-23 17:55:23 +00:00
Stanislav Malyshev
2f5af7951a
Improve docs wording
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333106 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-25 03:46:41 +00:00
Yasuo Ohgaki
c782d9acfd
Add security notes to mail() and mb_send_mail()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332578 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-04 23:25:27 +00:00
Adam Harvey
c9c2740c54
Make the line endings recommended in mail() consistent in all the parameters.
...
Fixes doc bug #63778 (RFC-2822 does NOT permit LF without CR).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328840 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-19 01:27:48 +00:00
Adam Harvey
63ccfe404c
Slightly tweak the wording of the note about line endings on the mail() page to
...
indirectly address doc bug #63416 (WRONG STATEMENTS IN MAIL FUNCTION DOCS),
albeit probably not in a way that's going to satisfy the people who've reported
the "bug" or sent notes over the years.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328240 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-05 05:39:53 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Hannes Magnusson
ffee915fd6
- Remove very very very very very very old note (that zend link doesnt even work)
...
- Move the note out of the actual example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289295 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-07 19:10:47 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
47b4458c69
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283821 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:54:14 +00:00
Daniel P. Brown
854eefe778
Changed description of final parameter to be a bit more precise.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279314 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-25 15:12:50 +00:00
Daniel P. Brown
e1d4e8c872
Typofix.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272066 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-28 00:21:18 +00:00
Jakub Vrana
973ad7a0d2
Subject may contain newline (bug #45955 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268332 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 09:38:39 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Etienne Kneuss
fcfb625a61
Fix #39813 (Pear package Mail -> Mail_Mime)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224954 c90b9560-bf6c-de11-be94-00142212c4b1
2006-12-13 15:09:23 +00:00
Jakub Vrana
eecc3b759c
From sets Return-Path under Windows
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212012 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-26 11:44:15 +00:00
Jakub Vrana
974f9879d9
Bad URL to Mail_Queue (bug #36086 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205581 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-19 13:59:53 +00:00
Derick Rethans
11559e91f9
- Fixed XML
...
#- Aidan, you want to lose your CVS account? If not -> make test!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185394 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-28 21:21:06 +00:00
Aidan Lister
cfb04bdbdc
Add a little more info about sendmail_from
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185357 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-28 12:57:53 +00:00
Philip Olson
4a84ac0542
Implemented the new doc style.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183373 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-01 22:46:58 +00:00
Philip Olson
9cce6f2e7b
WS, preparation for the new doc style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183372 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-01 22:37:48 +00:00
Aidan Lister
936a27baa5
Fix minor spelling/punctuation mistakes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179739 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-14 03:37:34 +00:00
Aidan Lister
ac069c014c
Complete rewrite and update to the new format. I've intergrated all the user notes (except 2, which were better left as notes). Please review thoroughly, as this is one of the manual pages many people have problems with, and I'd like it to be as clear as possible.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179738 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-14 02:45:46 +00:00
Jakub Vrana
03fa5ea5b4
Use \n for separate headers on Unix (objection by Colin Brown)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173589 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-27 09:35:05 +00:00
Jakub Vrana
65609f18e2
Uppercase first letter in refpurpose
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166801 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 12:14:46 +00:00
Friedhelm Betz
a3f050e977
markup:
...
no more <literal> with PHP (versions)
replace literal with meaningful tags where appropriate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165937 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-10 16:30:22 +00:00
Mehdi Achour
e8844eadb3
some more CS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146748 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-18 17:46:56 +00:00
Mehdi Achour
27960e632c
Merry XHTML and CS compliant christmas all \!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Friedhelm Betz
c5e87d27b5
generic entities for pecl and pear packages
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143872 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-05 23:13:37 +00:00
Sara Golemon
d063998a01
Incorporate user note.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138378 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-21 00:19:55 +00:00
Mehdi Achour
b3a65a3c16
adding role and php tag when needed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138005 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-16 17:35:22 +00:00
Derick Rethans
868a04317f
- Fix Greek crap again!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135499 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-20 15:49:23 +00:00
Dimitris Glezos
ecc5d7fbdc
typo in revision comment
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135491 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-20 14:30:20 +00:00
Dimitris Glezos
92aa2671c7
corrected errror in translation move
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135490 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-20 14:25:46 +00:00
Derick Rethans
4c7f5f8269
- Reverting Greek in the English tree
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135469 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-20 08:02:20 +00:00
Dimitris Glezos
23df05bb25
added mail
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135462 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-20 00:09:10 +00:00
Philip Olson
612464dc75
Examples now work with register_globals = off, and added <?php ?>.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126938 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-14 06:11:49 +00:00
Joey Smith
7753ed4745
Updating all RFC entities to use new &url.rfc;#### syntax
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126172 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-07 21:31:31 +00:00