Commit graph

136 commits

Author SHA1 Message Date
Adam Harvey
c9f928c690 Change the documentation of sqlite_key() to reflect that it can only be called
as an instance method, unlike every other SQLite function. The previous
changelog was, in fact, completely incorrect.

This is absolutely not the right way to do this, and anyone who has a better
idea for how to represent this case is welcome to commit their own fix.
Unfortunately, because the OO API is just a set of method aliases for the
procedural API and it's infrequently used, we don't have the class/method
structure that we have in (say) mysqli, and attempting to retrofit it now would
result in all of the URLs for the SQLite function pages breaking.

Ugh.

Fixes doc bug #54073 (The sqlite_key() documentation should mentioned
procedural usage), for a very low value of fixes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328319 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 09:25:24 +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
Philip Olson
d6adffccf5 Fixed version, should be > 5.4.0 not >= 5.4.0. Reported by Florian
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323808 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 08:50:11 +00:00
Philip Olson
b4f6790097 Updated sqlite version info -- removed from core as of PHP 5.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323797 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 05:39: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
Jakub Vrana
4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +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
b827a32fad Use {class}::{method} instead of {class}->{method}
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 05:58:52 +00:00
Jakub Vrana
6a6061bbd4 Use &style.procedural; and &style.oop;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322055 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 06:50:17 +00:00
Justin Martin
0eba44e084 Updated to reflect that the SQLite extension is moved to PECL as of PHP 5.4. Closes bug #60336.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320299 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 05:08:16 +00:00
Richard Quadling
a56106f691 Standardized on double quotes for attributes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +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
Peter Cowburn
301208bd78 clarify result_type param for sqlite_fetch_column_types() (doc #54780)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311168 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-17 23:15:27 +00:00
Peter Cowburn
9e118a6656 sqlite_*query() initializers (doc #54779 #54781 #54782)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311167 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-17 23:09:17 +00:00
Shein Alexey
d23bb08a08 Fixed a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309476 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-20 13:09:45 +00:00
Shein Alexey
0533cee159 Added \n to the example output.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309468 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-20 12:30:23 +00:00
Shein Alexey
eeed3ace71 Fixed a typo in parameter reference.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309368 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-18 08:40:20 +00:00
Jakub Vrana
2ca450dae0 Functions signature
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304345 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-12 10:04:37 +00:00
Jakub Vrana
f453f7036c Add PHP tags to <programlisting>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301112 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 09:38:38 +00:00
Daniel Egeberg
0640e024d4 Fixed PHP bug #51978
for file in `ack -i '\bA\s+SQL' -l`; do perl -i -pe 's/\b(a)(\s+SQL)/\1n\2/gi' $file; done


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300101 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-02 18:45:11 +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
Richard Quadling
f658721332 Use &return.falseforfailure; entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +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
9d05f2e401 Use <simpara> instead of <para> here, removes the huge whitespace between each list item
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286928 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-08 09:23:40 +00:00
Jakub Vrana
42fd17af6e Escape data inside queries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286556 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-30 12:22:29 +00:00
Nilgün Belma Bugüner
4307255b4d fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283838 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:02:41 +00:00
Yannick Torres
e64f47fe43 fix markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279788 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 15:59:44 +00:00
Philip Olson
af9a22dfae Cleanup, as:
- The PECL versions is dead, so describe an alternative
- On by default as of PHP 5
- Windows notes cleaned up


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278240 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-04 04:03:05 +00:00
Philip Olson
f57b4a3ccd Fixed spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278109 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-01 07:39:55 +00:00
Mehdi Achour
993609cea4 Add missing returnvalues sections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277596 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 21:51:02 +00:00
Mehdi Achour
68bd154ab9 Work on constants
Added missing constants:

DOM_PHP_ERR, GLOB_AVAILABLE_FLAGS, FILE_NO_DEFAULT_CONTEXT, FNM_NOESCAPE, FNM_PATHNAME,
FNM_PERIOD, FNM_CASEFOLD, IMAGETYPE_JPEG2000, NAN, INF, MYSQLI_TYPE_INTERVAL, MYSQLI_TYPE_CHAR,
MYSQLI_CURSOR_TYPE_FOR_UPDATE, MYSQLI_CURSOR_TYPE_NO_CURSOR, MYSQLI_CURSOR_TYPE_READ_ONLY,
MYSQLI_CURSOR_TYPE_SCROLLABLE, MYSQLI_STMT_ATTR_CURSOR_TYPE, MYSQLI_STMT_ATTR_PREFETCH_ROWS,
MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH, MYSQLI_SET_CHARSET_NAME, OPENSSL_ALGO_DSS1, TCP_NODELAY,
SQLITE_NOTADB, SQLITE_FORMAT, PSFS_FLAG_NORMAL, PSFS_FLAG_FLUSH_INC, PSFS_FLAG_FLUSH_CLOSE,
XML_SAX_IMPL

Added missing <constant></constant> markup

Fixed:
 * GD_BUNDLE => GD_BUNDLED
 * SOCKET_ERMCHG => SOCKET_EREMCHG


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277584 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 15:45:07 +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
Jakub Vrana
6125c0100d Initializers - part 4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273634 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 12:08:51 +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
Hannes Magnusson
a78275305a <function> cannot have bogus whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272056 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-27 22:02:25 +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
Matt Li
25383a79a6 Fix PECL win32 links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260918 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-08 11:00:25 +00:00
Philip Olson
2dd73402e4 finished new doc conversion by adding parameter and returnvalues roles
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253467 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-21 18:32:17 +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
Philip Olson
e0a5a3c5cc MFB: Upgrade to the new-reference-structure
- Split reference.xml into book.xml and setup.xml
- Moved from reference.xml to book.xml:
  - The intro text (partintro), and link to constants
- Moved from reference.xml to setup.xml:
  - The rest: requirements, installation, configuration, and resources
- Changed the constants section to be an <appendix>
- Changed the intro ID from <extname>.intro to intro.<extname>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248665 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-21 18:01:02 +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
d6e2ac6d2e pecl install <package>, not pear install <package>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241511 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 12:55: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
Mehdi Achour
97b40b3f3b Add missing returnvalues
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230805 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-26 02:48:13 +00:00