Daniel Egeberg
e1199a0dd9
Clarified the error conditions of PDO::beginTransaction()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301561 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-26 07:40:34 +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
2b587ab01f
Normalized initializer NULL-values to use the &null; entity:
...
for file in `find -name '*.xml'`; do sed -i -e 's/<initializer>null<\/initializer>/<initializer>\&null;<\/initializer>/i' $file; done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298918 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 17:10:04 +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
Joey Smith
a4b5b54233
Commit PDO::ATTR_TIMEOUT text from Wez
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296304 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-16 21:29:38 +00:00
Kalle Sommer Nielsen
b1cfef673b
Fix example (result rows is case sensitive)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293393 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-11 08:51:57 +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
612e5af5ec
Prefer <initializer> before "default value"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291314 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:22:02 +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
Jakub Vrana
ee6cd3ec6b
Must call closeCursor (bug #35844 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291205 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-23 14:30:33 +00:00
Jakub Vrana
9a4e3db0c3
Document queryString (bug #47912 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290978 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 11:15:07 +00:00
Jakub Vrana
5fb9a3d475
Safety note (bug #47943 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290976 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 10:56:57 +00:00
Jakub Vrana
58e742d435
Typo (bug #50181 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290782 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-15 14:58:28 +00:00
Jakub Vrana
a97737416c
Treat with strings (bug #49614 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290713 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 22:13:17 +00:00
Jakub Vrana
94470c3cc2
Can return false (bug #49736 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290706 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 21:44:11 +00:00
Jakub Vrana
3ce9368539
Utilize &return.falseforfailure;
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290704 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 21:37:00 +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
Richard Quadling
4f7498ac51
False is a valid return. Fix #50022
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290027 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-28 13:01:21 +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
Brandon Savage
542041e8fa
Abstracted the prepared statement article to remove references to the second person and make references to the application or to developers.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288441 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-18 18:14:24 +00:00
Hannes Magnusson
0deffe685a
typos (spotted by Niel)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286731 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-03 12:59:05 +00:00
Hannes Magnusson
039e08fc0b
- Installing PDO from PECL is in no way the recommended way.
...
- Recommend statically building PDO
- Fixes PECL bug#16758
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286728 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-03 11:41:53 +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
Dave Barr
af7da72ab4
- Typos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286545 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-30 10:20:55 +00:00
Nilgün Belma Bugüner
751d46fd60
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283830 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:31:40 +00:00
Jakub Vrana
06414393c2
errorInfo returns array
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280492 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-14 04:39:49 +00:00
Kalle Sommer Nielsen
5fbc3ba363
Fixed #48235 (Wrong datatype for PDOException::$errorInfo)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280387 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-12 15:36:01 +00:00
Jakub Vrana
2222d21c23
Constistent title
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280382 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-12 14:44:09 +00:00
Yannick Torres
02e589878d
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279812 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 22:22:31 +00:00
Damien Seguy
a86a3630c9
added docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279555 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-29 15:33:25 +00:00
Damien Seguy
21744ea0b7
addin 4D
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279154 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-22 13:53:05 +00:00
Hannes Magnusson
914e351857
fail. was gonna remove it all
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278118 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-01 12:16:53 +00:00
Hannes Magnusson
697f9c415c
fix fixme
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278116 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-01 12:12:00 +00:00
Hannes Magnusson
903324eb1c
PDO::FETCH_CLASS calls the magic __set method if the property doesn't
...
exist
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278056 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-31 07:44:43 +00:00
Kalle Sommer Nielsen
447833324f
Fixes #47737 (PDO constants page needs note re FETCH_KEY_PAIR)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277795 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-26 01:18:45 +00:00
Kalle Sommer Nielsen
4898a1cf10
Added note from #47311 , by matteo at beccati dot com
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277592 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 18:34:03 +00:00
Philip Olson
3abebb615d
Added and updated PHP/PECL version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276608 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-28 23:51:42 +00:00
Damien Seguy
ced830f5dc
minor spelling fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275911 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-16 09:57:57 +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
Hannes Magnusson
d738bc8bba
Don't wrap programlistings in a <para>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272987 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-07 17:59:12 +00:00
Daniel P. Brown
17382b3657
Addresses and fixes Bug #46690 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270053 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-28 23:07:27 +00:00
Jakub Vrana
eae37b7815
PDOStatement::execute accepts an array
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269959 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-27 21:09:24 +00:00
Herman J. Radtke III
0b7bab31dd
Added note to PDO->errorInfo() return value section to explain changes related (bug #44154 ).
...
Updated PDO->errorCode() return value section to document the case where the handle has performed no operations and PDO->errorCode() is called (bug #44153 ).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269535 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-22 20:14:45 +00:00
Jakub Vrana
d40ddd663b
Emits exception (bug #43443 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268520 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 14:45:10 +00:00
Jakub Vrana
e124f4b998
pdo_drivers alias (bug #44155 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268495 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 11:59:00 +00:00
Jakub Vrana
74c20287ba
Emulated prepared statements doesn't communicate with server (bug #44169 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268493 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 11:47:02 +00:00
Jakub Vrana
46a8a2b7ef
Describe PDO::FETCH_CLASSTYPE
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268480 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 11:04:29 +00:00