Anthony Bedford
8f85ac64b1
Added a link to an overview in the mysqli section of the manual.
...
The Overview is also of relevance to the MySQL extension.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275568 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 10:33:35 +00:00
Jakub Vrana
0ef9a59224
Undocument PHP 3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273643 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 15:36:27 +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
Jakub Vrana
11092762eb
Links in ini.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273180 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 17:33:40 +00:00
Philip Olson
31a79096d2
Grammar, s/an unique/a unique/g which closes bug #46942 and helps #34880
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271849 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-25 01:35:26 +00:00
Philip Olson
55959002bd
Contains version information (when functions became available to PHP)
...
# Originally from the following location (although likely modified):
# phpdoc/phpbook/phpbook-xsl/version.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268128 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-02 04:50:40 +00:00
Kalle Sommer Nielsen
20a326f84d
* Added caution note that ticks are deprecated as of 5.3
...
* Added note in changelog on the following functions that they will throw an E_DEPRECATED notice as of 5.3:
* mktime() -- is_dst parameter is deprecated
* register_tick_function()
* mysql_db_query()
* mysql_escape_string()
* setlocale() -- Behavior of passing strings insted of one of the LC_* constants is deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265410 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-24 07:26:26 +00:00
Hannes Magnusson
2797f9f849
- Add a note about SET NAMES
...
- Cross link mysql_set_charset() and mysql_client_encoding()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264441 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-08 08:01:09 +00:00
Daniel P. Brown
aa85e5451d
Not especially a bug, but a good idea, as INSERT is probably the most commonly-used database modifier query.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261603 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-24 19:01:05 +00:00
Nuno Lopes
0610a81ad6
fix the 3rd example (fix connect to socket), per user note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259490 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-10 19:36:32 +00:00
Richard Quadling
404b75e0f6
Fix typo (bug 44781)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257891 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-19 09:59:35 +00:00
Felipe Pena
a79d200236
- Added link to list of charsets that MySQL supports
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257858 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-18 22:13:58 +00:00
Felipe Pena
b34d0d9a52
Fix reference
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253557 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-23 01:46:48 +00:00
Felipe Pena
5843658ca5
Changed example for sample of second parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249116 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-27 02:17:06 +00:00
Hannes Magnusson
1220ed5e63
MFB: Upgrade to the new-reference-structure
...
- (Created missing setup sections in setup.xml, if any)
- Moved the intro to book.xml
- Changed the intro ID from <extname>.intro to intro.<extname>
- Moved the constants entity to book.xml
- Changed constants.xml to be an appendix
- Moved the example to its own chapter (examples.xml)
NOTE: The chapter ID is mysql.examples, the orginal section is now mysql.examples-basic
- Moved the requirements & resources section to setup.xml
- Moved the configure and ini entities to setup.xml
NOTE: There is still a <partintro> in reference.xml (mysql.notes)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249010 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 14:01:35 +00:00
Hannes Magnusson
0258a77f1e
MFB: Rename "functions.xml" to entities.<dirname>.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Nuno Lopes
40bd0d7204
revert my previous commit, per Philip comment
...
# I didnt really noticed the example title, sorry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246861 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-23 18:56:56 +00:00
Nuno Lopes
f3bd19c5a8
use mysql_db_query in the example
...
# per user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246771 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-22 22:47:31 +00:00
Jakub Vrana
94b9ee5053
Error 10106 (bug #42733 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246619 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 15:46:20 +00:00
Nuno Lopes
75f80d3b87
fix the example, per user note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244460 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-19 12:05:59 +00:00
Richard Quadling
d8785bbc2f
Fix #42931
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244108 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-12 10:03:53 +00:00
Jakub Vrana
976b4914f1
Automatic reconnection since MySQL 5.0.13 (bug #41083 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241417 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 09:51:56 +00:00
Etienne Kneuss
cb0931dfa5
stripslashes is already aware of sybase
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238860 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-29 11:42:12 +00:00
Hannes Magnusson
47babea5e9
More Docbook5 upgrades...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238171 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-21 00:43:30 +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
Gwynne Raskind
100cfa0929
- Import of new internals documentation
...
- Manual base modified to include new docs and remove old
- Links updated in many files
- New language and global entities as needed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237850 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-16 21:08:14 +00:00
Mehdi Achour
226c6acd8e
Document mysql_set_charset()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237776 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 16:25:18 +00:00
Jakub Vrana
bf06330558
LOAD DATA LOCAL client flag
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237175 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-07 14:40:13 +00:00
Etienne Kneuss
3f7ceab4a8
Take magic_quotes_sybase in account (Thanks arpad for the hint)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234042 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-18 16:07:17 +00:00
Jakub Vrana
93fbad0d6a
fetch functions return string (bug #40206 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232567 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-25 10:52:00 +00:00
Jakub Vrana
3a16879095
Works with any statement returning resultset (bug #40377 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232473 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-23 17:51:34 +00:00
Mehdi Achour
01d2718356
Fix return values
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230799 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-26 01:40:44 +00:00
Mehdi Achour
badae55071
Add missing cross links
...
# and more soon
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230541 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-23 00:47:06 +00:00
Mehdi Achour
630f0a9f90
s/name/length
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228959 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 14:24:13 +00:00
Mehdi Achour
0dbc7d65b8
Fix whitespaces
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228279 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 05:22:02 +00:00
Nuno Lopes
f57a15e728
this just supports 1 query
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227605 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-19 19:59:03 +00:00
Etienne Kneuss
d376086222
improve the example of "best practice"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227545 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-18 20:36:11 +00:00
Dave Barr
b78692d6f6
- Document when function became deprecated (Bug #38448 ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221790 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-15 04:41:43 +00:00
Jakub Vrana
5bf18bc49c
SQL safe mode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221552 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-11 10:04:41 +00:00
Etienne Kneuss
bd9a1432aa
Fix #38730 (Include REPLACE in the description)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219446 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-06 09:48:43 +00:00
Etienne Kneuss
ce725f29fa
Fix #38730 (Include REPLACE in the description)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219445 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-06 09:27:51 +00:00
Hannes Magnusson
439e3e2628
- Add mysql*_fetch_object optional arguments (been around since 5.0)
...
- an <literal>stdClass -> a <classname>stdClass..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219193 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-31 22:09:10 +00:00
Hartmut Holzgraefe
c7388fb042
SHOW returns a resultset, too (Bug #38667 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219187 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-31 18:36:23 +00:00
Horst Schirmeier
f47b057867
style; missing period added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@215727 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-04 10:29:34 +00:00
Philip Olson
98d76cd9a7
Seeked row retrieval applies to other functions aside from mysql_fetch_row()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212033 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-26 16:20:04 +00:00
Gavin Foster
65b05d46d9
Improved description of MySQL extension's compatibility with MySQL version 4.1.0 and later.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209132 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-11 15:46:12 +00:00
Jakub Vrana
4ab064b0fe
is_numeric doesn't test for integer (bug #36692 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209125 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-11 11:53:41 +00:00
Derick Rethans
daf90bf13c
- Fixed typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204449 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-03 08:46:20 +00:00
Jakub Vrana
f9d51417c9
MYSQL_CLIENT_SSL
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201803 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-01 10:05:52 +00:00
Friedhelm Betz
631344042f
document def, user notes;correct example, localhost:port is bogus
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197650 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-05 13:48:24 +00:00
Jean-Sébastien Goupil
007a35f2f3
add space between words + remove space in linkend
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197489 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-03 15:31:51 +00:00
Friedhelm Betz
2eabce8ccd
more examples for connecting with different syntax, link to client flags table, link to ini-setting
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197436 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-03 10:37:09 +00:00
Friedhelm Betz
2524ad6832
id for the client flags table, allows direct linking
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197435 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-03 10:34:29 +00:00
Nuno Lopes
6b73bcee5f
fix #34631 : typos in return values
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196899 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-25 10:38:13 +00:00
Nuno Lopes
b069a314a4
add tagging
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Friedhelm Betz
55a075b1c3
fix #34264 , wrong caption for examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194438 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-26 12:10:46 +00:00
Matt Li
b0369d52ed
Fix #34117
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193296 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-13 09:55:00 +00:00
Jakub Vrana
4bb0466627
link_identifier (inspired by bug #33700 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190735 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-15 06:02:10 +00:00
Jakub Vrana
2bd1e8e7f5
SHOW TABLES in example (bug #33547 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189750 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-02 11:48:16 +00:00
Jakub Vrana
2bed4f6ded
Fix return types (2/2)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 09:11:47 +00:00
Jakub Vrana
d7cff8e392
Fix return types (1/2)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189110 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-23 16:53:27 +00:00
Jakub Vrana
1cffddca23
Fix parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189003 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-22 10:39:10 +00:00
Jean-Sébastien Goupil
cf9db4b42e
remove duplicate words
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188896 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-21 04:06:50 +00:00
Jean-Sébastien Goupil
e495885c8e
suppress similar sentences
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188893 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-21 03:05:09 +00:00
Nuno Lopes
de4e9f4477
fix #33406 : error in the example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188828 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-20 09:22:56 +00:00
Ilia Alshanetsky
faa0a54c2d
INI settings for mysql_connect() are affected by SQL safe mode, not generic
...
safe mode.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187983 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-09 01:24:28 +00:00
Jakub Vrana
d5d582e6fb
Headers and libraries from MySQL (bug #33187 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187377 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-31 09:15:00 +00:00
Jakub Vrana
6d00c8b0c4
Moves the internal data pointer (bug #33180 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187373 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-31 08:59:48 +00:00
Jakub Vrana
871d248cd6
Invalid see also (bug #33001 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186162 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-10 21:01:56 +00:00
Jakub Vrana
9c3d0bef81
No NULL; calls mysql_real_escape_string (spotted by Kaspars Foigts)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185699 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-03 08:52:15 +00:00
Philip Olson
1599554504
Rewrote and restructered these docs so hopefully Windows users will be able
...
to install MySQL with PHP 5. All of them. No more questions.
Used titled sections which seemed like the best way to seperate the content.
TODO: Document issues with the bundled libmysql.dll vs. the one that comes with MySQL itself.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184163 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-11 20:20:45 +00:00
Philip Olson
42c93b5280
Implemented new doc style, implemented new entities, and rewording where appropriate.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183245 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-31 07:47:25 +00:00
Philip Olson
d2c0234593
WS, preparation for the new doc style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183223 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-31 01:28:41 +00:00
Philip Olson
00fa1c917a
Fix example.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183202 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-30 19:23:51 +00:00
Philip Olson
41473cf2d4
Move to the new doc style.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183144 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-30 08:14:56 +00:00
Philip Olson
647c1d6f7b
WS. The methodsynopsis needed to be moved left one additional space.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183141 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-30 06:27:14 +00:00
Philip Olson
c315196775
Moved to new doc style; and other misc. changes including use of new entities.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183139 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-30 05:05:08 +00:00
Philip Olson
68d0b4fb63
WS. Flushed everything to the left, getting ready for the new doc style.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-30 04:07:29 +00:00
Philip Olson
dc6fde3196
A MySQL connection is required before using mysql_real_escape_string().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183132 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-30 02:07:56 +00:00
Jakub Vrana
1d9faaf5df
MySQL doesn't return 0 with no WHERE anymore (bug #32251 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182181 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-15 12:57:17 +00:00
Mehdi Achour
1a7f4ff83a
fix error message in examples
...
put the note about deprecation upper and mention other alternatives
fixlets
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181604 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-07 22:02:58 +00:00
Philip Olson
9d7dd8cc1f
Added an example that replaces use of this deprecated function.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181587 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-07 18:23:07 +00:00
Nuno Lopes
3c5b81624d
finally add the changelog column and update values for all ini.xml files
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180481 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-22 17:36:12 +00:00
Jakub Vrana
b1663ed4ba
INI directives have been moved to the appendix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179820 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-15 09:46:10 +00:00
Aidan Lister
5729ea5a79
Added mysql_real_escape_string
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178492 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-29 08:23:50 +00:00
Mehdi Achour
a198d59b5b
fix see also layout
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178463 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-28 17:33:40 +00:00
Enrique Garcia Briones
f0ae9cbd33
minor changes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178391 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-27 20:56:42 +00:00
Philip Olson
bd0f969d8c
WS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178320 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-26 19:20:34 +00:00
Philip Olson
035fb21bde
Reworked docs using the new doc style. Added an alternate SHOW STATUS example,
...
returnvalues, used &example.outputs.similar;, and closed bug #22005 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178317 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-26 19:14:34 +00:00
Yannick Torres
e1c5dc16c6
add missing cdata section, use more entities
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178042 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-23 20:24:36 +00:00
Mehdi Achour
767d318cb7
fix example and use screen
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177119 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-13 12:54:17 +00:00
Aidan Lister
70e670945e
Removed the second useless example, and replaced it with a best-practice query. Moved the information around so it was more continuous, not scattered from top to bottom (the result of many edits to add tidbits I assume). Also - applied the new docskel.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175776 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-28 12:06:25 +00:00
Martin Samesch
6ddc449e88
reverting changes; sorry, I didn't read carefully ...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173349 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-23 09:31:58 +00:00
Martin Samesch
3ed020fe84
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173124 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-21 12:41:52 +00:00
Jakub Vrana
be8017f7a1
mysql.connect_timeout is PHP_INI_ALL
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172579 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-13 07:25:28 +00:00
Jakub Vrana
f1caceb121
connect_timeout defaults to 60 (bug #30767 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172540 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-12 09:30:35 +00:00
Sean Coates
c371e11878
grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171446 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-28 14:08:18 +00:00
Jakub Vrana
34d972684a
Works with select and replace (bug #30579 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171438 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-28 08:40:54 +00:00
Aidan Lister
f89eccf0a6
Reverting my revert, bug #30274 is correct
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169566 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-29 16:26:30 +00:00
Nuno Lopes
ac99677b8c
use is_numeric() instead of is_int()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169565 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-29 16:24:43 +00:00
Aidan Lister
a8d2566db2
Reverting, bug #30274 is simply not true
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169552 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-29 15:12:42 +00:00
Jakub Vrana
64d1c6bfd4
SQL injection (bug #30274 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169530 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-29 11:52:42 +00:00
Damien Seguy
c8b844ebea
adding extra tags
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169455 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-28 15:33:55 +00:00
Damien Seguy
a06eea9818
adding example tag
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169451 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-28 15:23:31 +00:00
Aidan Lister
1443a4be76
Split second example in two
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168837 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-20 08:52:55 +00:00
Aidan Lister
efbb10251a
Made the information about the new changes more visible, as this seems to be a constant problem with users.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168369 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-11 09:40:06 +00:00
Aidan Lister
2d3ce8d205
pearised example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168366 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-11 09:18:21 +00:00
Tom Sommer
89320e7fa5
Bug #30055 - Incorrect example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168330 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-10 18:24:47 +00:00
Enrique Garcia Briones
ddd6b55728
Refer to bug #30037
...
mysql_data_seek added reference to the corresponding mysql_fetch_*
mysqli: implementing the solution of bug 30037
implementing &reftitle.seealso; and &reftitle.returnvalues; entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168307 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-10 14:17:24 +00:00
Jakub Vrana
3b1c8c1a2e
See also (bug #30037 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168283 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-10 08:26:44 +00:00
Aidan Lister
d0a43c5f95
Reworded
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168124 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-07 14:14:24 +00:00
Nuno Lopes
3ff3381ba8
typos. noticed in user note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167827 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-02 09:08:40 +00:00
Jakub Vrana
a1ddba3e96
rtrim($refpurpose, '.')
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166882 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-20 09:37:01 +00:00
Friedhelm Betz
5e999fe7a0
cut refpurpose
...
function tags, typos
not only inserting is vulnerable for sql injection
see alsos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166848 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 17:00:07 +00:00
Friedhelm Betz
f2878c7869
grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166814 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 13:13:34 +00:00
Aidan Lister
c4567a557a
Fixed mysql library reference name
...
Added a simple example
Fixed typo in SQL query
Removed stripslashes_deep code - not needed as arrays can't be inserted
Fixed note about wildcard characters
Misc language changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166792 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 11:13:46 +00:00
Dave Barr
1f84450bbc
- Typo. Fixes #29643 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166237 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 05:22:43 +00:00
Aidan Lister
a665ee1e08
Removed initial example
...
Added a massive example with information about sql injection attacks
Added more information to the % and _ note
Added a variablelist
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166030 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-11 10:03:20 +00:00
Aidan Lister
9c4ca3e58f
Whitespace changes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166029 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-11 10:01:42 +00:00
Aidan Lister
f18c1e52b4
Arrgh - Didn't read my diffs. Removed notes from bottom of file.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166022 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-11 08:40:28 +00:00
Aidan Lister
7725bc8c6b
Noted the function is deprecated.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166020 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-11 08:32:23 +00:00
Tom Sommer
1137969ddc
Fix wrong "See also" function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165719 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-08 01:20:20 +00:00
Friedhelm Betz
7cba076874
markup: no literal with PHP, some proper tagging
...
clarify compiling for PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164893 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-01 23:00:38 +00:00
Friedhelm Betz
9e3f64f706
mysql_list_tables is deprecated, do not link
...
improve example to improve performance
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164892 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-01 22:57:56 +00:00
Philip Olson
1e2537a6cf
Documented mysql.trace_mode, inspiration came from bug #29366
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164502 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 22:19:15 +00:00
Jakub Vrana
16163c9ba6
MySQL is budled in PHP 5 only with Windows binaries
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164378 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 21:37:28 +00:00
Jakub Vrana
11a12df7f4
MYSQL_CLIENT_SSL (bug #21981 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164366 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 19:54:32 +00:00
Jakub Vrana
c9807cedf8
Handling of NULL fields (bug #13549 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164344 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 14:02:10 +00:00
Philip Olson
3fcea89834
Added changes to make manual "more PHP 5 friendly", like changing "In PHP 4" to "As of PHP 4"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164053 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 00:18:22 +00:00
Philip Olson
d9d0fc3bf3
Add information for Windows users and PHP 5 in regards to libmysql.dll
...
#this question comes up a lot and hopefully this will help.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164043 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-22 22:02:11 +00:00
Mehdi Achour
58f051e5c1
missing closing tags and commnted invalid code
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163954 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-21 21:16:23 +00:00
Philip Olson
282d50a1e4
Moved deprecation note towards the top, rewrote example to use alternative
...
(undeprecated) means, and added see also's.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163847 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-21 05:08:12 +00:00
Philip Olson
24f10c9ab4
Added see also's.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163842 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-21 04:27:29 +00:00
Philip Olson
3947c69930
Added an example and moved see also to the bottom.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163704 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-20 02:00:38 +00:00
Philip Olson
6a0fe1549d
Added an example.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163703 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-20 01:48:47 +00:00
Philip Olson
d796253cd2
WS (ugh)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163410 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-15 21:45:15 +00:00
Philip Olson
5beaca7d29
Added an example, implemented user notes on how E_WARNING is emitted if !resource,
...
and added see also.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163409 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-15 21:28:57 +00:00
Philip Olson
a2589d4f6a
Added an example, and see also.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163326 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-14 21:08:10 +00:00
Friedhelm Betz
92a697bbdd
title correction for example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160153 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-31 11:24:22 +00:00
Friedhelm Betz
f7d17a3b58
see also mysql error messages
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156690 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-21 09:15:44 +00:00
Kenneth Schwartz
89f612ca4f
reworded note on deprecation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155536 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-08 05:48:47 +00:00
Georg Richter
0eed3b7b5e
changed configure documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153568 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-13 15:54:04 +00:00
Jakub Vrana
6b73567236
Bug #27369
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152219 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 08:01:53 +00:00
Stefan Walk
73276c4a44
fix my error
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151954 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-20 18:08:20 +00:00
Stefan Walk
f46de98880
CS, minor bugs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151948 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-20 17:36:42 +00:00
Jakub Vrana
9445e8d99a
Link to MySQL error codes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151342 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-13 16:18:02 +00:00
Jakub Vrana
157f51218c
Updated example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151340 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-13 16:16:58 +00:00
Mehdi Achour
81eb1450bb
doh, mysql_fetch_row doesn't return field names (user note)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150576 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-05 14:59:44 +00:00
Friedhelm Betz
24a878af80
link to E_WARNING
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149985 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-28 10:50:53 +00:00
Nuno Lopes
b5ce30b095
fix #27057
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149913 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-27 18:19:09 +00:00