68 Commits

Author SHA1 Message Date
haszi
48ce43fe79 Remove empty resources pages (#3545)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-26 02:17:29 +01:00
haszi
765b2d6eec Remove empty configuration pages (#3538)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-09 22:24:55 +01:00
haszi
46a9cdd2db Remove empty constants pages (#3527)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-09 16:08:35 +01:00
Adiel Cristo
a7d56396b4 Use entity installation.enabled.disable on installation section (#2808)
Co-authored-by: Adiel Cristo <adiel@php.net>
2023-09-28 14:54:03 +01:00
Sebastian Hädrich
e20e740733 Add ctype functions to IntlChar's "see also" section and vice versa (#2725) 2023-09-03 20:29:08 +01:00
Christoph M. Becker
1af58f6311 Fix GH-1568: No info on return value of ctype_alnum() in case of empty string
We explicitly add the info to every ctype's function return value
section.

We also overhaul the ctype introduction section by removing obsolete
information, adding a warning about the deprecation of int parameters,
and removing personalization.
2022-05-06 17:53:06 +02:00
Yoshinari Takaoka
39247cb926 [PHP 8.1] Document deprecated ctype non-string argument. (#1179)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-12-08 20:18:41 +09:00
Yoshinari Takaoka
1f9ed0a774 Added PHP 8 into versions.xml for ctype based on stubs.
Closes GH-356.
2021-01-18 13:07:33 +01:00
Christoph Michael Becker
866a2e7e54 Fix #80148: ctype_* functions silently return false for unsupported types
The ctype_* functions actually accept string|int, but union types are
not yet properly supported by PhD, so we're using mixed.  We also move
the note regarding integers up into the parameter description.







git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350717 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-30 12:13:54 +00:00
Christoph Michael Becker
be5b0f33a1 Remove more changelog entries, mostly from PHP 5.1 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350653 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:45:57 +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
35ec2791cb Fix #73798: Badly worded example output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341619 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-07 14:58:11 +00:00
Maciej Sobaczewski
92bff06867 Update bunch of versions.xml for PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337985 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-12 07:06:29 +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
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
Joe Watkins
c3b3848a35 change to language
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328356 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 14:53:12 +00:00
Joe Watkins
29b077d3d8 fix regex pattern for alphanumeric bug #63514
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328354 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 14:29:29 +00:00
Hartmut Holzgraefe
f3772d0a09 Clarify that there is no relation to Python "ctypes" at all (something that was brought up in the original "PHP - A fractal of bad design" blog post but later removed from it)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326947 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-02 15:53:16 +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
Yannick Torres
ee73d00557 Fix some literal tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324741 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-03 08:26:39 +00:00
Nikita Popov
54514da2e1 Make CType integer value note location consistent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319169 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-14 13:29:10 +00:00
Peter Cowburn
3ca09df090 note for ctype_* and integer input (doc #60103)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318662 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-01 22:17:08 +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
Mark Wiesemann
51cb46af42 added <type> tags for "string"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300785 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-27 19:35:00 +00:00
Mark Wiesemann
519dea584f - two typo fixes
- all other functions in the ctype chapter don't have the <type> tag around "string" => removed here

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300784 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-27 19:25:36 +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
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
250af00b37 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283803 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:43:42 +00:00
Philip Olson
c2cf0b1024 Implemented user notes that discuss this returning false when non-strings
are passed in... like integers. Added text, example and see also.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276267 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-22 21:12:08 +00:00
Philip Olson
de9213cbdc Implemented user notes into changelog (this returned true with empty string before 5.1.0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276266 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-22 20:46:42 +00:00
Philip Olson
21a4eed71e New versions.xml that contains version information for this extension,
so, when these functions/methods became available
# Formally known as phpdoc/phpbook/phpbook-xsl/version.xml
# Some changes/updates were made from the phpbook-xsl version


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267947 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-28 23:27:16 +00:00
Philip Olson
db367ae954 Unified <title> and <titleabbrev> in every extensions book.xml/reference.xml
See the following bug report for details: http://bugs.php.net/44736


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260480 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-30 17:25:13 +00:00
Hannes Magnusson
b499efb673 Use the &Functions; entity (patch by Felipe)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248985 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-25 23:41:33 +00:00
Hannes Magnusson
0d4cdaedbf Add constants appendix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248273 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-14 17:21:06 +00:00
Hannes Magnusson
ebcc752b33 MFB: Upgrade to the new-reference-structure
- Moved the intro from reference.xml to book.xml
    - Change the intro ID to intro.<extname>
    - Moved the setup sections to setup.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248272 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-14 17:20:32 +00:00
Hannes Magnusson
0258a77f1e MFB: Rename "functions.xml" to entities.<dirname>.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Jakub Vrana
e2fb9b75cb Not equivalent to preg for small numbers (bug #42007)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241307 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 12:09:16 +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
Hannes Magnusson
5ad39f3a80 Few typos in the examples
#found by the phpt generator


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226310 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-03 08:27:59 +00:00
Dave Barr
3988b776a7 - Fix #39238.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@222817 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-04 09:17:45 +00:00
Joey Smith
e0889b7735 Close #39024
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220993 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-03 11:02:51 +00:00
Nuno Lopes
bb12775c8d fix regex example to match php 5.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217035 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-25 11:08:44 +00:00
Jakub Vrana
8f9a44d8e6 Escape (bug #36409)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207255 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-16 08:32:06 +00:00
Jakub Vrana
d2f3b95694 -128 to -1 inclusive (bug #35873)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204473 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-03 16:35:10 +00:00
Nuno Lopes
b069a314a4 add tagging
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Kenneth Schwartz
53885cdb14 switch to new structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181598 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-07 20:55:39 +00:00
Kenneth Schwartz
679460f4e1 WS fix (start at col 0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181597 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-07 20:16:41 +00:00
Yannick Torres
829a59a29e use more entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171829 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-01 13:39:15 +00:00
Jakub Vrana
0f04033a56 Passing integers (bug #30378)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170462 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-11 14:32:48 +00:00
Dave Barr
5aa855b67e - Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 01:00:48 +00:00