Commit graph

14 commits

Author SHA1 Message Date
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
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
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
71362cb410 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283816 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:28:18 +00:00
Richard Quadling
a1496cecfe WS - Removal of TABs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245390 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-01 16:40:42 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Jean-Sébastien Goupil
b4d8c2fc35 fix typo (differnt) + fix WS + fix Example (closing ?>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221043 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-03 23:10:41 +00:00
Dan Scott
f16d648042 Add SQL XML examples (patch from Owain Jones, IBM)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220965 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-03 01:49:39 +00:00
Dan Scott
94901ac701 The ibm_db2 API has stabilized. Remove "experimental" warnings.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190589 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-12 17:39:24 +00:00
Dave Barr
db7318ea3a - Typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188419 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-15 01:16:16 +00:00
Dan Scott
62f43fa7dc Change db2_fetch_into() to db2_fetch_array() -- part 1.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186542 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-18 15:13:05 +00:00
Dan Scott
8c09a34a04 Whitespace fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184737 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-20 04:29:20 +00:00
Dan Scott
7bf7d9dc7c More ibm_db2 function documentation goodness.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184290 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-13 18:49:30 +00:00
Dan Scott
46f4dbf3eb Add documentation stubs for ibm_db2 extension.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184235 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-12 21:12:48 +00:00