Hannes Magnusson
64042ccbff
Remove several html entities and replace them with utf8 chars so we can drop the
...
dtd include
# replaced with nothing
# — with —
# € with €
# ä with ä
# Ä with Ä
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310796 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-05 20:59:34 +00:00
Christopher Jones
e9900ce5b6
Update with new Oracle version info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305264 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-11 00:43:18 +00:00
Christopher Jones
8275ae9916
Tidy ups
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304367 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-13 09:22:51 +00:00
Christopher Jones
1a734e293b
Merge user note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303751 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-24 16:20:05 +00:00
Jakub Vrana
58e026c057
Fix PHP syntax errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301119 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 11:28:40 +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
Christopher Jones
000f81411a
Grammar fix to test edit.php.net
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299721 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 21:32:02 +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
Christopher Jones
595bbc0d7a
Grammar fix (mostly to test PDOE)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298393 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-23 22:07:45 +00:00
Christopher Jones
fe06b80a09
Add initializers for optional parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298108 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-17 00:08:01 +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
Christopher Jones
2097f64a0c
Update example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296745 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-24 20:19:32 +00:00
Joey Smith
c3f80d6e37
revert patch until an agreement is reached on | vs. +
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296087 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-11 20:05:07 +00:00
Joey Smith
499237f5d7
Clarify the logic that oci_fetch_assoc uses.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296085 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-11 19:28:44 +00:00
Richard Quadling
97ec448392
W/S tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294405 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:10:57 +00:00
Christopher Jones
c0868bb941
Annotate example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293475 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 01:42:13 +00:00
Christopher Jones
47610a5ee4
Add note on using Editions with DRCP
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293300 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-08 22:28:07 +00:00
Christopher Jones
4c3035c04d
Improvements to oci_connect and related connection doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291936 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-09 22:46:12 +00:00
Christopher Jones
6bd2ba8216
Expunge "you"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291574 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-01 22:10:25 +00:00
Christopher Jones
c371744031
Merge user comment on LOBs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291573 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-01 21:51:27 +00:00
Christopher Jones
5b66697a00
Move obsolete aliases to subsection (thanks bjori!)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291569 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-01 18:49:14 +00:00
Christopher Jones
dad4f149ab
Use entity for NULL
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291567 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-01 18:11:57 +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
Christopher Jones
e54c27dd31
Update oci_fetch_all. Add example to oci_fetch_array
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291102 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-21 00:28:17 +00:00
Jakub Vrana
425e37cbe7
Call once (bug #47189 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291058 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 10:45:12 +00:00
Christopher Jones
dab77ef628
Update and add examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291049 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 00:44:45 +00:00
Christopher Jones
5382f1c776
Update and add examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291021 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 18:21:48 +00:00
Christopher Jones
16d4537f24
Update oci_fetch_array and related functions. Add many examples.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290955 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-18 22:22:35 +00:00
Christopher Jones
5386297f86
Add PL/SQL example and discuss use of semi-colons
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290947 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-18 21:50:25 +00:00
Christopher Jones
73529a5bc9
Add changlog section. Move Notes below example. Expunge you. Use entity for common argument. Standardize examples.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290927 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-18 19:40:01 +00:00
Christopher Jones
b7ed01a76b
Clean up
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290889 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-17 22:23:22 +00:00
Christopher Jones
810cf8cd0a
Explain default commit mode when querying. Add literal/constant tags & use tables. Standardize examples. Update oci_close doc and add examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290888 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-17 21:20:52 +00:00
Christopher Jones
4f4f3ccc2b
Update description & examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290851 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-17 00:19:18 +00:00
Christopher Jones
e91341fc2b
Use trigger_error() in examples for consistency
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290849 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 23:08:26 +00:00
Christopher Jones
6685437591
Update and describe the error array
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290733 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-14 02:28:01 +00:00
Christopher Jones
55bd0eb047
Add cross reference
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290732 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-14 02:26:00 +00:00
Christopher Jones
74889fd2f8
Merge one more common user comment merged
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290729 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-14 00:46:30 +00:00
Christopher Jones
80fd12d9ef
Big update
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290727 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-14 00:21:58 +00:00
Christopher Jones
e7a86f9adf
add note about LOB & LONG cols
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290726 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 23:57:53 +00:00
Christopher Jones
0cbb0ebf6d
format tweak
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290724 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 23:24:18 +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
Jakub Vrana
98aff11053
Constant aliases (bug #49865 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290697 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 20:58:10 +00:00
Christopher Jones
9a1eec1938
Add examples and improve description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290649 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 01:05:19 +00:00
Christopher Jones
b6093f02ca
Add example and correct grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290495 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-11 01:01:39 +00:00
Christopher Jones
ece206b8dd
merge user comments and add another example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290493 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-11 00:36:58 +00:00
Christopher Jones
3832307b72
add examples and missing mode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290490 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-11 00:01:22 +00:00
Christopher Jones
fde3ec8e0c
Update for recent OCI8 and Oracle changes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290487 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-10 22:09:56 +00:00
Christopher Jones
e023266242
Clarify example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290451 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-10 02:13:15 +00:00
Mark Wiesemann
26793381cc
added short descriptions for the parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289529 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-11 13:00:42 +00:00