164 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
605553e228 Remove empty requirements pages (#3464)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-07 14:34:34 +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
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
George Peter Banyard
f374ce87ed Fix section order issues in ibase extension
Part of #658
2021-06-06 18:03:03 +01:00
Christoph M. Becker
4b0cd817ce PECL/ibase is unmaintained 2021-03-31 15:16:48 +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 Michael Becker
e41806c30b Revert revision(s) 351724 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 18:05:44 +00:00
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Jakub Vrana
c80da7c04a Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 12:54:59 +00:00
Christoph Michael Becker
39cd2b2a79 Remove obsolete PHP 5 specific info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351265 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-05 13:47:45 +00:00
Christoph Michael Becker
b95d28e6ec Fix return types
Functions which return false on failure should state that in their
signature as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +00: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
Christoph Michael Becker
9e0f03ac35 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351129 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 11:17:26 +00:00
Christoph Michael Becker
7f569e1f17 Remove more changelog entries, mostly from PHP 5.3 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350655 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:08:59 +00:00
Christoph Michael Becker
460d6e65c0 Firebird/Interbase: extension was moved to PECL as of PHP 7.4
As per: https://www.php.net/manual/en/migration74.removed-extensions.php

Adjustments include:
* Adding a note about the removal on the [introduction](https://www.php.net/manual/en/intro.ibase.php) page.
* Adding a note about the removal on the [installation](https://www.php.net/manual/en/ibase.installation.php) page.
* Adjusting the version numbers for all functions.

Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349951 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-21 09:16:23 +00:00
Christoph Michael Becker
589b749bcd Fix copy&paste typos
Patch provided by Martin Köditz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347856 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-15 14:16:23 +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
George Peter Banyard
66d744fd58 Fix function alias.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347553 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 14:05:22 +00:00
Christoph Michael Becker
4d8da41901 Document ibase services
Patch provided by Martin Köditz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347551 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 12:24:35 +00:00
Christoph Michael Becker
17bdda79b0 Document all fbird_*() aliases
Patch provided by Martin Köditz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347533 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-03 14:38:49 +00:00
Christoph Michael Becker
1cbdddb45b Add new alias page
Patch provided by Martin Köditz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347531 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-03 12:29:20 +00:00
Christoph Michael Becker
962214a5cc Simplify signature of variadic functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346102 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-27 19:09:14 +00:00
Jakub Vrana
b8758b0605 Use entities in initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Pasindu De Silva
36928225c3 Added argument description to ibase_modify_user().
-- 
Provided by anonymous 27796 (martin.koeditz@it-syn.de)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343799 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-09 14:08:26 +00:00
Pasindu De Silva
33d41adc18 Added argument description to ibase_delete_user() method.
-- 
Provided by anonymous 27796 (martin.koeditz@it-syn.de)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343798 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-09 13:41:54 +00:00
Pasindu De Silva
7a9070407e Added ibase_add_user documentation
---
Provided by anonymous 27796 (martin.koeditz@it-syn.de)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343779 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-07 13:11:24 +00:00
Christoph Michael Becker
d4fdab6050 Add missing parameter descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340341 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-07 08:45: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
Christoph Michael Becker
27f822f870 added info on how to specify custom port
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336936 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-13 22:07:05 +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
Popa Adrian Marius
27b1373e25 Embarcadero aquired Borland
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333290 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 15:31:27 +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
Popa Adrian Marius
6aa7058f15 This default behavior for function on all phps > 5.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329711 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-08 15:28:52 +00:00
Popa Adrian Marius
1d8f6d7da3 This default behavior for function on all phps > 5.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329710 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-08 15:26:13 +00:00
Popa Adrian Marius
24f13612f5 ibase_timefmt has been removed from PHP 5.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329709 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-08 15:20:29 +00:00
Popa Adrian Marius
fd538b7174 Eliminate some spaces before versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329708 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-08 14:59:55 +00:00
Popa Adrian Marius
06b757afc9 remove old PHP4 references, all functions are current in PHP > 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329707 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-08 14:54:20 +00:00
Popa Adrian Marius
c6cb0d2c80 cleanup old IB6 reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327664 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-14 12:51:17 +00:00
Popa Adrian Marius
a9429817d5 cleanup some of the old info IPX/SPX networks are not supported anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327663 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-14 12:12:22 +00:00
Popa Adrian Marius
6ebdebb87e fbclient.dll is required to start using and load the extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327216 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-21 13:45:12 +00:00
Popa Adrian Marius
500a7cb7a4 move Deprecation warning near the ini settings directive
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327214 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-21 13:01:28 +00:00
Popa Adrian Marius
f80ddb66a5 magic_quotes_sybase is Deprecated in PHP 5.3.0. Removed in PHP 5.4.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327209 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-21 12:30:08 +00:00
Popa Adrian Marius
318a1b32f7 removed the line Support for InterBase version 5.x will be dropped in PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327208 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-21 12:27:27 +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