Commit graph

58 commits

Author SHA1 Message Date
Gabor Hojtsy
d3187ecb5b External parsed entities _should_ each begin with a text declaration.
See: http://www.w3.org/TR/2000/REC-xml-20001006#sec-TextDecl


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55419 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-19 11:47:45 +00:00
Jeroen van Wolffelaar
6d9379b541 Fix a build-error, that's why it didn't build yesterday :(...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54589 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-13 18:46:29 +00:00
foobar
7e3049add7 added note about mysql_db_query() been deprecated.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54474 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-13 00:27:15 +00:00
Jeroen van Wolffelaar
9e38fb033f More manual <void/>-ifying
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54465 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-12 22:43:08 +00:00
Thomas Schoefbeck
9f149fd9f5 Typo (bug#12347)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53641 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-07 05:21:26 +00:00
Jeroen van Wolffelaar
7915a6c933 Added Revision tag on top of most xml files in en-tree
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53059 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-02 17:37:51 +00:00
Jeroen van Wolffelaar
9826de0aa8 Fixed (hopefully last) error in script. Damn regex.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50798 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-07 21:57:31 +00:00
Jeroen van Wolffelaar
db09591bd8 Processed the en-tree with the new script, which leaves text inside <programlisting> alone.
I hope it's okay now...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50794 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-07 21:27:21 +00:00
Jeroen van Wolffelaar
308ffe41f2 Changed true, false and null to &true;, &false; and &null;
Probably this isn't correct at some places, but in the majority
it is.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50762 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-07 18:42:46 +00:00
Jeroen van Wolffelaar
7c62d81304 Changed all identifiers between <function> and/or <refname> tags
that had ONLY the first letter uppercase to all-lowercase


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50055 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-23 20:10:52 +00:00
Damien Seguy
cfb5f2fda2 Correcting mysql introductory example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49955 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-21 16:03:56 +00:00
Damien Seguy
2fe7f70489 Turned > -> &gt;
Added example


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48750 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-28 08:44:13 +00:00
Damien Seguy
077741678f Turned ?> -> ?&gt;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48749 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-28 08:37:11 +00:00
Damien Seguy
46c7321035 Added last mysql_get_*_info.
TODO : check version availability, add examples.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48028 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 09:37:24 +00:00
Jeroen van Wolffelaar
b3a19355d9 Added mysql_fetch_assoc
(wondering why it wasn't documented ;-)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47894 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 22:03:50 +00:00
Jeroen van Wolffelaar
8f7d40ee34 - added mysql_escape_string
- made case of MySQL consistent


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47887 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:39:38 +00:00
Jeroen van Wolffelaar
ff6d73d914 Applied int -> resource to new function too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47626 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-16 22:52:23 +00:00
Jeroen van Wolffelaar
ce81485e1c Reapplied 1.37 -> 1.40 patches
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47625 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-16 22:46:43 +00:00
Jeroen van Wolffelaar
739c68b9a4 - Fixed types
- Removed outdated para
- Added some return description, and comments where still undocumented


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47586 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-16 15:25:31 +00:00
Damien Seguy
ad1c5c45d6 Added <function>mysql_query</function> in mysql_db_query related links.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47485 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-15 12:18:59 +00:00
Sebastian Bergmann
f93e7371bf Added references to mysql_query().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47351 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-13 16:50:26 +00:00
Sebastian Bergmann
5aa984380c Added documentation for mysql_unbuffered_query().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47190 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-12 06:13:23 +00:00
Daniel Beckham
234a88d800 added errata clarification and clean up some function examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43031 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-08 21:56:37 +00:00
Derick Rethans
829da549ac - Fixed a typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41300 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-16 00:15:33 +00:00
jim winstead
b6ec0edf52 note that mysql_affected_rows must be called before commit when using transactions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40014 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:07:46 +00:00
jim winstead
9b35c54ee6 not return of mysql_affected_row when query had failed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40009 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 01:26:21 +00:00
jim winstead
7dd641009b fix a bunch more entities that cause a stricter xml parser (xerces) to choke
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39899 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 21:08:27 +00:00
Jouni Ahto
6dc9c22fb1 Fixed a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37445 c90b9560-bf6c-de11-be94-00142212c4b1
2000-12-09 15:04:10 +00:00
James Moore
303622dff9 Fixing style changes made by editor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35397 c90b9560-bf6c-de11-be94-00142212c4b1
2000-11-06 23:45:56 +00:00
James Moore
12257c7701 Changing numrows() to num_rows()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35391 c90b9560-bf6c-de11-be94-00142212c4b1
2000-11-06 23:38:14 +00:00
Ron Chmara
e1737da3ca mysql_num_rows example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35032 c90b9560-bf6c-de11-be94-00142212c4b1
2000-11-02 06:34:03 +00:00
Rui Hirokawa
7b191d71b8 update translations and some cosmetic changes and fixed some typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33132 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-30 02:01:26 +00:00
Brian Moon
519544ccbd added docs for mysql_fetch_assoc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33062 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-28 19:27:37 +00:00
Daniel Beckham
2c4588886e clarified mysql_insert_id example, added warning about using BIGINT columns.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32560 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-12 15:10:32 +00:00
Daniel Beckham
6cf5461ee9 changed return type of mysql_result()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32520 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-11 21:54:09 +00:00
Torben Wilson
9d7ef6d92a Undocumented the mysql() and mysql_dbname() aliases.
Added a note to mysql_db_name() that mysql_dbname() is also accepted, but
is deprecated.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32513 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-11 20:40:53 +00:00
Torben Wilson
7fdd4c38f5 Documented mysql(), mysql_db_name(), and mysql_dbname().
Fixed a typo.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32501 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-11 19:11:41 +00:00
Daniel Beckham
ebdd57d3fa corrected errors, corrected grammer issues, clarified some examples, added missing examples, added some of the examples from errata notes, clarifed information mentioned in errata notes, a few small formatting changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32214 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-07 18:56:23 +00:00
Daniel Beckham
33c0beba6c added url.mysql.docs and mentioned the link in the mysql partinfo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32191 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-07 14:50:31 +00:00
Torben Wilson
0969190ed3 Better explanations of what mysql_errno() and mysql_error() do.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30792 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-22 01:36:03 +00:00
Torben Wilson
4e99c77f17 Fixed example in mysql_fetch_field() (Erratum 7844).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30369 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-17 00:22:07 +00:00
Daniel Beckham
d4b6291ea6 grammatical changes and clarification, misc asthetic changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29490 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-02 15:15:29 +00:00
Daniel Beckham
3b6b3dc3a8 Fixed more alphabetical listing problems...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29489 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-02 14:48:14 +00:00
Daniel Beckham
c3cfd2f9df transposed the location of mysql_list_fields and mysql_list_dbs in the file so they are in alphabetical order
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29487 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-02 14:30:28 +00:00
Mike Robinson
bba9a4b797 Added note about configuring mysql support
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28779 c90b9560-bf6c-de11-be94-00142212c4b1
2000-07-22 13:58:03 +00:00
Hartmut Holzgraefe
03d573b73d added <funcprototype> sections in every <funcsynopsis>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26878 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-24 07:38:45 +00:00
Egon Schmid
a9fe103886 Some examples corrected.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26387 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-15 16:40:08 +00:00
Sascha Schumann
9c66c2950a Fix spelling mistake
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26054 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-11 13:59:30 +00:00
Egon Schmid
8ad868325a Added a example for mysql_fetch_field(). Not tested but jade is still happy.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26014 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-10 17:36:51 +00:00
Hartmut Holzgraefe
d7806fd371 converted http: and ftp: urls in sourcefiles to entities
defined in global.ent


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@24828 c90b9560-bf6c-de11-be94-00142212c4b1
2000-05-23 15:58:32 +00:00