Yannick Torres
3a8dc25d68
Typo found by online editor user
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328095 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-22 11:49:37 +00:00
Sherif Ramadan
34cef396fa
Added class-level version information for PDO, PDOStatement, and PDOException.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327897 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-06 05:13:54 +00:00
Sherif Ramadan
1d410ffe5d
Fixed wrong variable name used in the example code.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327812 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-27 02:02:20 +00:00
Sherif Ramadan
4ff7ef044b
Added example for binding values in an array using arbitrary unnamed placeholders in a prepared statement.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327811 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-27 01:59:34 +00:00
Sherif Ramadan
d376395d1d
Fixed markup missing note tag and added new note for php.ini changes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327625 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-12 22:00:53 +00:00
Jakub Vrana
81de01788d
Document fetch constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327081 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-12 17:45:56 +00:00
Adam Harvey
ef51bbad95
Fix doc bug #62503 (DDL statements in PDO queries are implicitly commited!).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326723 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 06:21:14 +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
Philip Olson
41f14ef421
Added a concepts section about character sets, and linked to it in various places.
...
This is an improved fix for PHP Bug #54605
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326024 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-08 05:21:09 +00:00
Jakub Vrana
84b8fca68f
Use <function> for language constructs (now supported by PhD)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325214 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-15 21:45:34 +00:00
Jakub Vrana
a9b26c34e4
Display language constructs without parentheses
...
Side effect of this change is that include, require and return are now properly linked. They weren't because they don't live inside <refentry> so PhD doesn't know about them.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324522 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 08:39:30 +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
3112007d2d
Use static modifier
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323240 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-15 21:48:29 +00:00
Jakub Vrana
45bc78be1c
Use class::method
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322104 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 01:02:11 +00:00
Jakub Vrana
e12af8df19
Link pdo.dsn.*
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322086 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 18:29:41 +00:00
Jakub Vrana
b9c3ddd1d3
Use entities for INI headings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +00:00
Justin Martin
bca32204ee
Changed the description of PDO::FETCH_KEY_VALUE to match actual behaviour (requiring the result set to have exactly two columns). Closes bug #55053 .
...
--
Provided by anonymous #11351 ()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320468 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-05 22:31:50 +00:00
Justin Martin
5b33ac427d
Removed Postgre-only note. Clarified that it's available for drivers that support transactions. Closes bug #60213 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320330 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 23:25:33 +00:00
Justin Martin
cb1f84626d
Clarified that a PDOException is thrown if no transaction is active. Closes bug #60283 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320328 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 23:08:55 +00:00
Richard Quadling
2dfaaa96a9
W/S, Tab removal
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317827 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-06 09:41:05 +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
Yannick Torres
88a88985b9
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316587 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 06:12:03 +00:00
Jakub Vrana
3220ceeae8
Default fetch mode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316472 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-09 19:49:30 +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
70fd93d874
Better link
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313923 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-29 13:27:04 +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
b6e3147815
Space after modifier
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313232 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-14 09:47:27 +00:00
Philip Olson
24e5acc69b
Fixed build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313193 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-13 05:01:25 +00:00
Jonathan Guerin
1ce857a993
First commit First commit for the SQLSRV and PDO_SQLSRV extension documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313179 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-12 17:41:34 +00:00
Joey Smith
763c810f70
Include an example of how to set the PDO error mode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313120 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-10 20:20:09 +00:00
Jakub Vrana
60760b181d
Link exceptions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312851 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-03 08:17:50 +00:00
Anthony Ferrara
1b7a1f1918
Added documentation for PDO::ATTR_EMULATE_PREPARES on setAttribute page.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312722 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 19:23:21 +00:00
Peter Cowburn
0d94f00367
second missing colon (re #54359 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309604 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-23 15:26:04 +00:00
Daniel P. Brown
82d3853c2c
Fixes bug #54359 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309602 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-23 15:21:55 +00:00
Adam Harvey
098b5194b9
Fix doc bug #54286 (There is a typo describing output for pdo rowcount).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309323 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-17 03:09:37 +00:00
Justin Martin
e81aff98be
Minor but important grammar fix, closing bug #53582 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307445 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-13 19:16:38 +00:00
Adam Harvey
22c4c1212a
Fix doc bug #53707 (Wrong function declaration of PDOStatement->execute).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307396 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-12 03:58:52 +00:00
Adam Harvey
dc2fb82a37
Fix doc bug #53636 (Wrong return type of PDO::inTransaction).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307079 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-04 13:16:09 +00:00
Richard Quadling
7f2c77fd73
SORT BY => ORDER BY
...
Fix #53428
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305858 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-30 17:15:38 +00:00
Adam Harvey
1b49cfad7d
Updated example per doc bug #53269 (Fatal error in Example #6 ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305216 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-09 03:28:36 +00:00
Justin Martin
55884886a1
Fixed examples to use &example.outputs.similar; instead of &example.outputs;.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305123 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-06 00:54:37 +00:00
Justin Martin
7d4bc3e51e
Added to PDOStatement::fetchAll the PDO::FETCH_FUNC behaviour for fetch_argument parameter, plus examples for PDO::FETCH_CLASS and PDO::FETCH_FUNC.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305122 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-06 00:13:22 +00:00
Esen Sagynov
220c46381e
PDO driver for CUBRID.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305103 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-05 14:03:17 +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
Kalle Sommer Nielsen
e12a44b369
Fixed bug #51809 (Missing information in PDOStatement->fetchAll docs)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304883 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 17:10:42 +00:00
Kalle Sommer Nielsen
2e76923470
Fixed bug #51559 (SQLSTATE[HY093]: Invalid parameter number (error in docs or calculation))
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304528 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 05:04:28 +00:00
Kalle Sommer Nielsen
cf3e141be3
Documented PDO::inTransaction() -- Fixes #52736 (PDO::inTransaction undocumented)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304527 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 03:12:37 +00:00
Richard Quadling
e1bd11cb81
use => used
...
Fix bug #53008
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304175 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-07 10:35:06 +00:00