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

67 Commits

Author SHA1 Message Date
Gina Peter Banyard
53208f9bd0 readline: fix XML by converting para to simpara tags via script 2026-01-26 15:30:36 +00:00
Gina Peter Banyard
3c4eb41f47 readline: fix XML to remove useless wrapping para tags via script 2026-01-26 15:30:36 +00:00
Máté Kocsis
2ab6e3ff16 Synchronize manual with stubs for PHP 8.4 - part 6 (#4209)
Co-authored-by: Gina Peter Banyard <girgias@php.net>
2024-12-02 13:51:13 +01:00
Christoph M. Becker
51779f7c42 Revert "Remove GNU Readline in favor of libedit (#3745)"
This reverts commit b9582e11e4, and the
follow-up f8e440fe29, because the change
didn't make it into PHP 8.4, and is still pending.
2024-11-15 18:38:11 +01:00
Gina Peter Banyard
f8e440fe29 Partial revert of b9582e11e4
Even if the constant was removed, it should still be properly documented until the manual stops covering this version
2024-10-30 22:57:55 +00:00
Peter Kokot
b9582e11e4 Remove GNU Readline in favor of libedit (#3745)
The libedit library is a non-GPL replacement for the GNU Readline
library.
2024-09-23 10:37:15 +01:00
haszi
48ce43fe79 Remove empty resources pages (#3545)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-26 02:17:29 +01:00
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
Máté Kocsis
5e9500ddad [skip-revcheck] Syncronize predefined constants with stubs - part 1 (#2739)
Preparation commit for syncing constants with stub.

This reformats the page, which is mainly just whitespace changes.
2023-09-04 23:37:50 +01:00
Christoph M. Becker
d8ba69fe4e readline_info()'s details depend on the used library
We also mark up the key names.
2022-09-01 15:18:02 +02:00
Sergey Panteleev
5106807f25 Fix issues in Readline directory
Part of #658
2021-06-10 12:20:48 +03:00
Christoph M. Becker
bca9a9e2d9 readline_on_new_line() is not always available 2021-04-30 11:11:42 +02:00
Sergey Panteleev
f9c4a68ef4 Removed references to PHP 5, PHP 7.0 (#548) 2021-04-26 11:46:55 +03:00
Sergey Panteleev
aab33d6443 Removed references to PHP 5, PHP 7.0 (#544) 2021-04-23 11:35:26 +03: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
Yoshinari Takaoka
7848f358be Added PHP 8 into versions.xml for readline based on stubs.
Closes GH-391.
2021-01-24 15:44:46 +01:00
Christoph Michael Becker
cef062f45e Generate readline methodsynopses based on stubs
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351551 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 22:10:53 +00:00
Christoph Michael Becker
005c7b65cb Fix #79388: readline() missing return on documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349481 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-17 11:41:16 +00:00
Christoph Michael Becker
34d85bcda9 Document READLINE_LIB
Cf. <http://git.php.net/?p=php-src.git;a=commit;h=f00b4a7d72ec6cc4e7d8e9855cbc9bba836fabbb>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347880 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-21 10:40:37 +00:00
Christoph Michael Becker
66cce3c1c4 Add missing <initializer>
Patch provided by Kasper Franz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346943 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-01 17:25:35 +00:00
Christoph Michael Becker
462ad78d00 Fix typo
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341537 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-30 11:59:16 +00:00
Christoph Michael Becker
d92890ef46 Readline is now supported on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340973 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-12 16:36:40 +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
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
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
5faa7a6747 Document and use callable type hint introduced in PHP 5.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 05:55:59 +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
Richard Quadling
fc9e379fd8 Standardise on single style of quotes for XML tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +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
Jakub Vrana
edeff45456 Command line INI settings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312733 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 20:57:25 +00:00
Daniel P. Brown
16eaf79304 Grammar fix, pointed out in user notes by (craig dot fairhurst dot nospam at nospam dot youds dot com) on 15-APR-2010.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298047 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-15 16:20:13 +00:00
Daniel Egeberg
2fd3f0c96d Converted remaining files to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964 Reverted r297058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad Converted to UTF-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +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
e2c6385956 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283834 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:46:15 +00:00
Philip Olson
c79f3fc3aa 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@268251 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 03:27:21 +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
Philip Olson
4c9fb5881c MFB: Upgrade to the new-reference-structure
- Split reference.xml into book.xml, setup.xml, and constants.xml
- Moved from reference.xml to book.xml:
  - The intro text (partintro), and link to various pages
- Moved from reference.xml to setup.xml:
  - The rest: requirements, installation, configuration, and resources
- Created a new constants.xml from reference.xml
- Changed the intro ID from <extname>.intro to intro.<extname>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248704 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-21 23:49:26 +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
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
88a0276952 - Fix #40137 ( = NULL pass by ref)
- Remove other occurences of it


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229709 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-13 11:46:43 +00:00
Mehdi Achour
a6d3c34b28 WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228932 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 02:47:39 +00:00
Antony Dovgal
dc0aaf62b9 in this particular case "readline" is used not as a function name, but as a name of the extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228051 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-24 20:50:23 +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
Jakub Vrana
2bed4f6ded Fix return types (2/2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 09:11:47 +00:00
jared wyles
26f50c29b5 s/this/these forgot to commit it with the last file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174992 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-17 15:58:36 +00:00