George Peter Banyard
10c85e65bb
Fix mail Changeable INI section
2021-04-30 01:55:44 +01:00
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 ( #545 )
2021-04-24 20:01:17 +03:00
Yoshinari Takaoka
331d4ee91d
Added PHP 8 into versions.xml for mail based on stubs.
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-407.
2021-01-26 18:30:45 +01:00
Yoshinari Takaoka
1d57cefa52
ezmlm_hash was deleted as of PHP 8.0.0.
...
already documented in appendices/migration80/incompatible.xml.
2021-01-25 22:53:00 +09:00
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
Maciej Sobaczewski
95bdd6883b
Another round of PHP 4 content removal (mostly inline mentions)
...
Review is welcome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +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
Adam Harvey
41d8e7ffe4
Update version information to include PHP 7.
...
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.
In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +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
Peter Cowburn
c572cd51a9
document mail.force_extra_parameters (doc bug #65518 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335188 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-17 20:33:50 +00:00
Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Simion Onea
ba08db8805
Corrected markup. Enclosed PATH environment variable in <envar></envar> tags.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334758 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:04:37 +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
Joe Watkins
92155f6c24
fix #65546 , clarify defaults: note that, the ini list appears to have a convention of only allowing one constant in changeable column, not enough here, probably elsewhere ...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331646 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-02 20:05:41 +00:00
Jakub Vrana
1634a88641
Delete redundant <!-- Membership: -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +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
Hannes Magnusson
858cacd62c
mark bunch of extensions with "membership" PI (like the membership comment)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Jakub Vrana
f052ac1bd7
Revert useless change in 326638
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4
PHP_INI_* is in fact INI_
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Jakub Vrana
b9c3ddd1d3
Use entities for INI headings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +00:00
Jakub Vrana
62dce56aa5
PHP_INI_SYSTEM|PHP_INI_PERDIR means PHP_INI_PERDIR
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322048 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 04:12:59 +00:00
Jakub Vrana
ac04b2ea21
Extension purpose is not needed anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Adam Harvey
fb877d96cb
Manual fix for doc bug #53420 (mail.log is poorly documented).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305812 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-29 03:40:27 +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
Hannes Magnusson
e539dd2907
- Fixed bug#48621 (mail.log and mail.add_x_header are wrongly documented as
...
PHP_INI_ALL)
- Fixed default value for mail.log
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282503 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-21 15:01:46 +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
Yannick Torres
d36f76d881
correct markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279132 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-21 22:08:15 +00:00
Yannick Torres
f6258411ba
correct markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279011 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-19 20:40:13 +00:00
Richard Quadling
9b23bfab38
Typo: X-PHP-Originaiting-Script => X-PHP-Originating-Script.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273340 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-12 10:35:41 +00:00
Jakub Vrana
11092762eb
Links in ini.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273180 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 17:33:40 +00:00
Jakub Vrana
0f8097314f
Document mail.add_x_header and mail.log
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273176 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 17:20:08 +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
Philip Olson
0b4604213d
Contains version information (when functions became available to PHP)
...
# Originally from the following location (although likely modified):
# phpdoc/phpbook/phpbook-xsl/version.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268597 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-08 19:02: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