Christoph Michael Becker
d0a57fa419
Fix #74397 : Filename can also be empty string for in-memory db
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342307 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-11 14:13:38 +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
Christoph Michael Becker
911a1c5c18
Fix #73827 : Empty cell translates to what?
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341550 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-30 13:46:46 +00:00
Christoph Michael Becker
fc035bc212
Warn about using multiple result sets concurrently
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341033 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-15 18:35:09 +00:00
Christoph Michael Becker
f445cbb4e2
Fix #72502 : SQLite3Stmt::close(): insufficient documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339976 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-02 15:10:27 +00:00
Christoph Michael Becker
a56669af15
Fix and improve SQLite3Stmt::readOnly() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339975 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-02 14:49:28 +00:00
Philip Olson
bc3ea7e6cd
Fixed typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339872 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-13 00:56:42 +00:00
Peter Cowburn
bb34cfdd32
fix Revision keyword
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339779 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-04 15:35:27 +00:00
Christoph Michael Becker
cd2eae76e7
SQLite3::bind(Param|Value) accepts ints as well as strings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339509 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-27 14:14:18 +00:00
Christoph Michael Becker
7b918120f8
Fix #62361 : SQLite3::escapeString is not binary safe
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339508 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-27 14:12:35 +00:00
Christoph Michael Becker
2e9c07ed8f
Fix #65216 : Missing documentation for SQLite3Stmt::readOnly()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339507 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-27 11:57:06 +00:00
Peter Cowburn
bd30939bd5
Add SQLite3::enableExceptions()
...
Also fix initializers for construct/open
--
Based on a patch by Bill Schaller (bill@zeroedin.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339180 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-17 22:21:57 +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
Chris Wright
8be491ca27
There is a createCollation method in class SQLite3 since 5.3.11 that is undocumented. This patch adds a page for that method.
...
--
Provided by b dewar (macdewar@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331217 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-28 17:20:39 +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
9e8b518051
Add versions for classes
...
Generated by http://pastebin.com/NByXgj7E and manually edited
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330432 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 21:02:33 +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
Peter Cowburn
9cfc780d75
Adds mention of exception thrown if constructor fails. (doc #47257 )
...
--
Provided by Niel Archer (niel.archer@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328340 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:35:38 +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
Paul Reinheimer
44b549ba37
- Commenting on return value when there are no more rows.
...
https://bugs.php.net/bug.php?id=61973
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325632 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-09 21:35:46 +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
74f4612207
Prefer lowercase IDs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322138 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 15:20:59 +00:00
Jakub Vrana
d8b968e63c
Document public constructors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321901 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 05:33:58 +00:00
Jakub Vrana
fad61b5c27
Extension categorization
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313268 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:33:49 +00:00
Adam Harvey
60e2e1437b
Update the documentation per bug #54691 (SQLite3::open() Return Value).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310878 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-10 08:42:55 +00:00
Hannes Magnusson
663e0070ad
Its not only filename, the magical ':memory:' works for memory tables
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310596 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-27 19:41:26 +00:00
Jakub Vrana
d3c871ae1e
Fix protos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308253 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 13:16:13 +00:00
Peter Cowburn
a912865116
Typos and grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304887 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 19:38:17 +00:00
Philip Olson
8e3c3f725c
Fixed build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304574 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 21:32:11 +00:00
Kalle Sommer Nielsen
ea14b669de
Documented Sqlite3::busyTimeout() -- Fixes bug #52567 (5.3.3 introduced sqlite3::busyTimeout but it is not documented)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304540 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 07:36:05 +00:00
Adam Harvey
9651134c73
Fix doc bug #52997 (SQLite3::querySingle omits return type information).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304366 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-13 09:08:43 +00:00
Brett Bieber
39a39b66ad
Bug #52135 SQLite3::open example does not use open method
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301723 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-30 16:39:58 +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
Pierrick Charron
4724b47c25
Added new entities for Properties, Methods, InheritedMethods, Constants
...
# Those words were hardcoded in all class synopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292734 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-29 09:42:00 +00:00
Jakub Vrana
201dc3748c
Prefer <initializer> before "defaults to"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Richard Quadling
74da59644d
Remove BOM
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290987 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 13:13:35 +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
e320fa5538
changed type of first parameter as string
...
See: sqlite3.c (param.type = SQLITE3_TEXT)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287156 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-12 12:55:11 +00:00
Nilgün Belma Bugüner
b08d063483
add example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287154 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-12 12:18:23 +00:00
Nilgün Belma Bugüner
0734f520c6
fixed class names
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287149 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-12 08:37:25 +00:00
Nilgün Belma Bugüner
028871848a
fixed method name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287088 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-11 13:29:18 +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
Philip Olson
7997981a00
Replaced dogen generated text with very basic ext/sqlite3 specific information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278682 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-14 06:11:14 +00:00
Philip Olson
7b5c7d5187
Documented configure/setup information for ext/sqlite3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278677 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-14 05:03:38 +00:00
Philip Olson
c55c516ed6
Added PHP/PECL version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275512 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-10 18:14:43 +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
4ac5d5fda1
Fix return type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273629 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 11:43:03 +00:00
Jakub Vrana
9a54b6e1da
Basic intro
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273428 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-13 10:54:30 +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
Jakub Vrana
474c86de65
Empty changelog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270608 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-05 13:24:15 +00:00
Philip Olson
d2c5ea708f
Renamed Sqlite3_Result to Sqlite3Result and Sqlite3_Stmt to Sqlite3Stmt as per PHP 5.3.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269454 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-21 06:42:20 +00:00
Ben Ramsey
d0d4736230
Added note about default value for $type parameter.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269216 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-18 00:51:01 +00:00
Jakub Vrana
f60082dcb0
Fix protos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268271 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 13:27:54 +00:00
Hannes Magnusson
9fcdb5c853
Implement phpdoc:classref
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265353 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 14:09:15 +00:00
Richard Quadling
67387dcd65
Extension specific entity files are for local use only.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265275 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-22 11:00:34 +00:00
Kalle Sommer Nielsen
d50a7df20f
Remove more incomplete examples -- Re-add once examples for the methods is made
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264436 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-08 04:55:55 +00:00
Kalle Sommer Nielsen
4d951eb5f6
Remove example code
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264398 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-07 14:36:48 +00:00
Scott MacVicar
fab9e3a22b
Add examples and remove the placeholders where appropriate.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262342 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-09 14:00:00 +00:00
Ben Ramsey
e81a90f901
Updated the SQLite3_result::fetchArray() $mode parameter to reflect it as an optional param.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261990 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-03 18:40:11 +00:00
Ben Ramsey
e1a0754601
Updated SQLite3::__construct() and SQLite3::open() with optional parameters and listed valid flags for the flags parameter; also corrected a misspelling.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261988 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-03 18:21:08 +00:00
Ben Ramsey
39f84191b3
Finished the remaining stubs for SQLite3 documentation by adding basic method/parameter/return type documentation; added SQLite3 to manual.xml.in so that it will now be properly built with the rest of the documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261982 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-03 16:31:57 +00:00
Ben Ramsey
697a71435a
Adding initial documentation for the pecl/sqlite3 extension.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261963 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-03 03:06:58 +00:00