Anthony Bedford
7f265b9d5c
Moved information to a more relevant location.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303318 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-13 11:33:55 +00:00
Anthony Bedford
e5c2bfa4c8
Example tag should contain a single title tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301933 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-06 15:40:41 +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 Convissor
ac54a421f7
Bring examples in line with our updated oop/procedural style docbook layout.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299161 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-08 23:37:27 +00:00
Daniel Convissor
cd7e8901b3
Clean up description sections for updated oop/procedural combination format.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299158 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-08 21:20:24 +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
Anthony Bedford
5d15149a5d
Added note on taking care when using with call_user_func_array().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290808 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 11:55:02 +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
Anthony Bedford
342381913e
Clarified description.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-17 14:01:49 +00:00
Nilgün Belma Bugüner
2c69dc3c07
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283826 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:13:42 +00:00
Jakub Vrana
513a726f3b
Purpose of get_warnings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280717 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-18 13:17:16 +00:00
Jakub Vrana
05853e1d91
Consistent refnames
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280716 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-18 13:13:21 +00:00
Damien Seguy
f19892b5cd
fix spelling
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278849 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-16 15:48:56 +00:00
Philip Olson
a666be80f5
fixed refname
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276437 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-25 17:32:47 +00:00
Philip Olson
6bbdc5267f
Fixed simple spelling errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271311 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 04:22:48 +00:00
Jakub Vrana
186e957050
mysqli_stmt_store_result must be called (bug #43783 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268513 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 14:04:43 +00:00
Jakub Vrana
53586e8323
Note mysqli_stmt_store_result (bug #44386 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268483 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 11:12:28 +00:00
Kalle Sommer Nielsen
a48b72ac9e
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267114 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-09 14:12:57 +00:00
Richard Quadling
24c2a96c9c
Patches supplied by Anthony Bedford. Thank you.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266882 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 11:17:26 +00:00
Herman J. Radtke III
9fa2c902c0
Added a sentence to the return values section explaining that passing something other than mysqli_stmt object would return NULL instead of -1.
...
This was pertaining to bug #43708 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266013 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 02:00:10 +00:00
Felipe Pena
a0aac28a11
Fix typo ( #43794 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250226 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-09 09:59:33 +00:00
Hannes Magnusson
bc04a45248
Fix IDs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249703 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 16:09:25 +00:00
Hannes Magnusson
d2ed16b678
Fix <methodname>s
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249687 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 15:22:51 +00:00
Hannes Magnusson
14a8b9ba92
Update IDs, refnames and methodsynopis to the new-oo-style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249685 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 14:27:37 +00:00
Hannes Magnusson
2356ca6291
Rename functions/mysqli-stmt-*.xml to mysqli_stmt/*.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249683 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-02 14:08:21 +00:00