Commit graph

63 commits

Author SHA1 Message Date
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
8d1ee58c3e Remove PDO sqlite2 driver related info
That driver is removed as of PHP 5.4.0.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350971 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-22 13:13:18 +00:00
Christoph Michael Becker
4d037a4cd0 Fix #68393: PDO Does Not Produce Exception For 'sqlite:' With Missing Filepath
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350970 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-22 13:08:46 +00:00
Christoph Michael Becker
8597134228 Fix #78957: pdo_sqlite extension does not load after upgrading from 7.3.12 to 7.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348532 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 09:35:43 +00:00
Christoph Michael Becker
144e8ab5f1 Document SQLite ≥ 3.5.0 requirement
Cf. <https://github.com/php/php-src/pull/3543>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345812 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-13 11:04:07 +00:00
Christoph Michael Becker
0c1b86e9c6 Prefix <literal> variable names with $
This had formerly been accomplished by PhD, since the variable names
have been marked up as <parameter>, which was confusing here, though.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345797 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-08 13:02:51 +00:00
Christoph Michael Becker
b9a8d77cba Document unbundling of libsqlite
Cf. <https://github.com/php/php-src/pull/3548>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345781 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-06 11:19:12 +00:00
Christoph Michael Becker
599a6e381e Fix #61661: SQLite3::createAggregate() callbacks: insufficient docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345679 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-22 10:40:40 +00:00
Christoph Michael Becker
ac51aaac3b Fix changelog entries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344866 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-27 15:08:50 +00:00
Andrey Gromov
dc706816c3 example fix. If all strings is "", or NULL, finalize function will return null instead 0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342286 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-10 13:23:23 +00:00
Christoph Michael Becker
95f1473b20 Fix and clarify parameter description, respectively
Negative values other than -1 have undefined behavior according to
<https://sqlite.org/c3ref/create_function.html>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342156 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-17 14:17:07 +00:00
Christoph Michael Becker
73ccd04e7d Document $flags parameter (as of PHP 7.1.4)
See https://github.com/php/php-src/pull/2412.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342155 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-17 14:07:36 +00:00
Peter Cowburn
584b64bff5 reword refpurpose, put note into a notes section
The refpurpose had a full stop, which has been removed, and
has been rephrased to be more similar to the other related methods.

Parameter descriptions should be full sentences; added a full stop.

Moved the note into a new notes section.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336257 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-30 08:56:22 +00:00
Peter Cowburn
8fb6cb467d fix file svn properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336255 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-30 08:40:32 +00:00
Karoly Negyesi
85e54017bd better code example, version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336254 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-30 07:25:07 +00:00
Karoly Negyesi
6803207956 fixing broken ref
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336242 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-29 19:27:39 +00:00
Karoly Negyesi
ead15e4211 revert accidentally added files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336236 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-29 17:42:37 +00:00
Karoly Negyesi
50c5be1a84 Hooking in PDO::sqliteCreateCollation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336235 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-29 17:34:24 +00:00
Karoly Negyesi
fd097b5175 Documenting PDO::sqliteCreateCollation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336234 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-29 17:31:31 +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
Chris Wright
565be1cc1a Add return types and usage description for PDO::sqliteCreateAggregate() callbacks
-- 
Provided by anonymous 47653 (klapinklapin@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334715 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-01 22:44:12 +00:00
Sebastian Bergmann
656d1610af Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-18 05:36:30 +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
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
0d604bbc9d Remove <classsynopsis> from methods and fields definitions
PhD uses this context for decisions about links and similar.
It also simplifies the XML

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322205 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 14:20:43 +00:00
Jakub Vrana
5c20ff9960 Change IDs function.{class}-{method} to {class}.{method}
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322142 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 16:47:02 +00:00
Jakub Vrana
08d1cf5c92 Move functions/{class}-{method}.xml to {class}/{method}.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322140 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 16:05:16 +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
Philip Olson
c316dd3b8b Added PDO Installation (configure) instructions. Closes PHP Bug #53759
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307771 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-26 22:48:38 +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
Richard Quadling
2f9c3fab30 W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294408 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:11:52 +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
ddcceba83e fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283831 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:37:21 +00:00
Damien Seguy
01253d3618 introduction of the foreach entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275923 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-16 15:30:18 +00:00
Richard Quadling
4c3f9137a5 Broken links.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275652 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 11:55:33 +00:00
Jakub Vrana
cc546f44c6 Allow strings in LOB (bug #44629)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268473 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 10:08:17 +00:00
Jakub Vrana
5854862981 Fix example (bug #45088)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268365 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 16:45:31 +00:00
Rudy Nappée
685a03b4b3 * No () in refnames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263467 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-24 21:54:47 +00:00
Philip Olson
4b23ef594a Lowercased all IDs (<refentry xml:id=...) and updated the links that refer to them
# Translators please wait 24 hours before updating... I'm doing most of them too


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260761 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-05 05:03:04 +00:00
Hannes Magnusson
833e9936ee - Upgrade PDO to the new-oo-style
- Change IDs from function.Cass-MethoName to class.methodname
  - Change <xref>s to PDO methods to use <function>s
  - Change methodsynopsis to the new style
  - Change the ctor to use <constructorsynopsis>
  - Remove ref.pdo (old ref.pdo linkends point to intro.pdo now)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249568 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-31 15:43:38 +00:00
Felipe Pena
121020e6b4 Fix typo in DSN prefix (#43656)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249119 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-27 02:37:10 +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
Gwynne Raskind
8a1d9ab2a5 Fix missing leading :, WS fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@239170 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-04 23:38:04 +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
Johannes Schlüter
c21e255958 - Remove bogus note about parameter order
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237173 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-07 14:15:48 +00:00
Hartmut Holzgraefe
b6ccdf1361 tag typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230821 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-26 11:25:37 +00:00
Mehdi Achour
01d2718356 Fix return values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230799 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-26 01:40:44 +00:00