1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

47 Commits

Author SHA1 Message Date
Gina Peter Banyard
d4d5216e7a [skip-revcheck] Replace PHP_INI_* with INI_* constants
Performed via a bash script which can be found on PR GH-3140

Closes GH-3140

Co-authored-by: haszi <haszika80@gmail.com>
2024-01-26 14:00:36 +00:00
Kevin Cupp
af844f698b Document mbstring.regex_retry_limit and mbstring.regex_stack_limit directives
Closes GH-1865.
2022-10-05 18:59:12 +02:00
Sergey Panteleev
8cdc6621f9 Remove PHP 5, 7 references (#563)
- array functions
- datetime functions
- mbstring functions
- strings functions
- var functions
- xml functions
- json functions
2021-05-16 22:07:40 +03:00
Rowan Tommins
b23076d969 Expand documentation for mb_detect_encoding (#527)
- People expect this function to work miracles. Add some examples
  of why that's not possible. Hat tip to this FAQ for the cipher
  comparison: https://chardet.readthedocs.io/en/latest/faq.html
- The strict parameter wasn't really explained at all. I *think*
  this is what it actually does.
- General expansion and grammar fixes (I suspect the original
  author didn't speak English as a first language, which makes
  sense since the mbstring extension originated in Japan).
2021-04-14 14:05:39 +02:00
Christoph M. Becker
6dfe076725 xi:include INI settings documented elsewhere in ini.list
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).

We do add xi:fallback elements to all xi:includes, just in case.
2021-02-24 17:58:20 +01:00
Christoph M. Becker
51105156aa mbstring.func_overload and related stuff is removed as of PHP 8.0.0 2021-01-28 19:54:40 +01:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +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
Jakub Vrana
3df65c988d Add new INI entries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344076 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 21:38:11 +00:00
Christoph Michael Becker
3322cc1ac2 Clarify mbstring.substitute_character
We link to the mb_substitute_character() man page, where the details 
are already explained.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343157 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-28 17:48:25 +00:00
Andrey Andreev
028513e94b Document PHP 7.2 deprecations as the result of https://wiki.php.net/rfc/deprecations_php_7_2
Also, simplify the first paragraph of 'Traditional assertions' in assert() docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342126 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-14 11:30:59 +00:00
Adam Harvey
b58a71d289 Add deprecation warnings for 5.6 deprecated iconv and mbstring options.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334636 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 04:53:06 +00:00
Andrea Faulds
9804d75897 Clarified function of mb_http_output and the http_output setting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334422 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-30 15:05:00 +00:00
Yasuo Ohgaki
556fb71ea4 Add changes needed for https://wiki.php.net/rfc/default_encoding
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332850 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-14 04:46:43 +00:00
Yasuo Ohgaki
f23fa0e5e7 Mention obsolete mbstring.script_encoding INI
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332745 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-28 02:44:43 +00:00
Adam Harvey
57ec267b58 Clarify the mbstring.func_overload documentation, specifically where it can be
changed.

Fixes doc bug #49189 (mbstring.func_overload can not be changed out of
php.ini).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328314 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:42:57 +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
Shein Alexey
fbdc8ea68c Fixed a typo in the description of ini option.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319324 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-16 13:13:34 +00:00
Jakub Vrana
a07a17c15b 'auto' depends on mbstring.language (doc bug #53783)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308187 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 12:52:47 +00:00
Yoshinari Takaoka
9ad53a76ce - mbstring.language Changeable value is changed to PHP_INI_ALL from PHP 5.2.6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299861 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 17:18:43 +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
Kalle Sommer Nielsen
8869a46dc2 Fixed bug #47187 (mbstring.func_overload in .htaccess has no effect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293212 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 11:23:39 +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
6bbf2e651d fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283822 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:57:45 +00:00
Philip Olson
adb07b8293 Replaced hardcoded external links with entities, and updated url locations where appropriate.
Also replaced a few external links with internal ones.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280167 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-08 16:39:26 +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
Herman J. Radtke III
5467269e76 Updated the documentation to ini.php.constants; entity rather than the custom sentence.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269861 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-26 05:26:39 +00:00
Herman J. Radtke III
87639fa2a9 Fixed bug #46540 - mbstring runtime configuration documentation did not have a proper reference to the php.ini directives.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269533 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-22 16:17:57 +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
Rui Hirokawa
f96d9c9b6d added new option.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205642 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-21 04:25:50 +00:00
Nuno Lopes
3c5b81624d finally add the changelog column and update values for all ini.xml files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180481 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-22 17:36:12 +00:00
Antony Dovgal
1435f24601 fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175360 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-22 09:58:35 +00:00
Jakub Vrana
2e3cff0476 Made consistent with other Configuration parts
Enables automatic linking from ini_set


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163853 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-21 08:40:46 +00:00
Moriyoshi Koizumi
b8fc7eab40 - Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153605 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-13 23:47:09 +00:00
Moriyoshi Koizumi
2181e74057 - Typo..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153604 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-13 23:41:01 +00:00
Moriyoshi Koizumi
4126d53557 - Various updates.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153565 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-13 11:45:37 +00:00
Nuno Lopes
3cc1ac9a22 fix #22331
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149230 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-19 16:20:02 +00:00
Jakub Vrana
f8bd23e2bb Xmas typos 4/5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146741 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-18 14:14:41 +00:00
Rui Hirokawa
73e8e37698 added not for PHP 4.3.3.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138954 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-28 15:04:19 +00:00
Philip Olson
c85e63dde5 Implement new &ini.descriptions.title; entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125368 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-01 21:52:58 +00:00
Moriyoshi Koizumi
2d80cbe757 Fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125063 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-29 07:46:45 +00:00
Rui Hirokawa
9be0bd6f95 added new mbstring option.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95982 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-17 16:56:29 +00:00
Friedhelm Betz
44496e4849 info about mbstring.func_overload
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95811 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-15 15:15:53 +00:00
Sander Roobol
ca94f45b96 Fix newlines
# Friedhelm - you're doing great work but please keep an eye on this


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95792 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-15 10:19:42 +00:00
Friedhelm Betz
bc40e27bab ini.xml added, linked in reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95708 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-14 21:26:46 +00:00