Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Jakub Vrana
1634a88641
Delete redundant <!-- Membership: -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Philip Olson
cd09fab47b
Renamed libmysql to libmysqlclient to coincide with the mysql.com manual (sorry, translators)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329924 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-26 03:57:46 +00:00
Joe Watkins
cd4beb9181
#64220 fix constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329486 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-16 12:26:01 +00:00
Philip Olson
41f14ef421
Added a concepts section about character sets, and linked to it in various places.
...
This is an improved fix for PHP Bug #54605
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326024 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-08 05:21:09 +00:00
Jakub Vrana
d6feb67a0d
Don't use <constant> for non constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323651 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 05:03:14 +00:00
Jakub Vrana
f052ac1bd7
Revert useless change in 326638
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4
PHP_INI_* is in fact INI_
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Jakub Vrana
4de5cce5d8
Linkable reference constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Philip Olson
5640bc8790
Completed PDO_MySQL+SSL documentation, as per PHP Bug #61158
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323614 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 03:48:25 +00:00
Philip Olson
527b18d15f
Began progress on PHP Bug #61158 -- but require more information from devs before completing. Added missing PDO:MYSQL constants, and removed them from the migration 5.4 guide as they were added in 5.3.7
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323438 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-22 22:40:46 +00:00
Jakub Vrana
b9c3ddd1d3
Use entities for INI headings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +00:00
Philip Olson
a7cd1afcd3
Fixed tgroup, this table has 3 columns
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321496 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-29 07:10:06 +00:00
Philip Olson
16d3107dc8
Added 5.4.0 changelog entry: PDO_MYSQL support for MySQL client libraries 4.1 and below was removed.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318287 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-21 05:47:08 +00:00
Richard Quadling
a56106f691
Standardized on double quotes for attributes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Richard Quadling
fc9e379fd8
Standardise on single style of quotes for XML tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Jakub Vrana
ac04b2ea21
Extension purpose is not needed anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Adam Harvey
bc6b4923f0
Add a suitably scary warning, per Ferenc's e-mail on the doc commits list.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312158 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-14 16:29:46 +00:00
Adam Harvey
f4fbe89e0e
Per a suggestion from Philip on IRC, show how to work around the charset DSN
...
parameter being ignored with pdo_mysql before PHP 5.3.6, based on a user note
by Davy Defaud.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312154 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-14 15:08:42 +00:00
Adam Harvey
b6f537d102
Fix doc bug #54983 (PDO_MYSQL DSN handles the charset as of 5.3.6). Doc patch
...
by Ferenc Kovacs, with additional redundancy added by the department of
redundancy department (aka me).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312152 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-14 14:23:20 +00:00
Philip Olson
c316dd3b8b
Added PDO Installation (configure) instructions. Closes PHP Bug #53759
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307771 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-26 22:48:38 +00:00
Kalle Sommer Nielsen
dbb1dd6cfe
Fixed bug #51960 ( #51960 PDO::MYSQL_ATTR_LOCAL_INFILE cause error always)
...
# Also fixed this for PDO::MYSQL_ATTR_INIT_COMMAND
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304657 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-23 12:50:27 +00:00
Philip Olson
8e3c3f725c
Fixed build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304574 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 21:32:11 +00:00
Kalle Sommer Nielsen
c38dcdcaee
Clarify the meaning of "localhost" correctly as requested by Johannes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304553 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 09:15:48 +00:00
Kalle Sommer Nielsen
97925f5513
Fixed bug #52440 (Add note for mysql/mysqli/pdo_mysql when using mysqlnd)
...
Documented PDO_MYSQL ini entries
* pdo_mysql.default_socket
* pdo_mysql.debug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304545 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 08:15:25 +00:00
Kalle Sommer Nielsen
d5acc59852
Fixed bug #52529 (PDO+Mysqlnd MYSQL_ATTR_COMPRESS undefined)
...
Documented missing constants for PDO_MYSQL
* PDO::MYSQL_ATTR_COMPRESS
* PDO::MYSQL_ATTR_FOUND_ROWS
* PDO::MYSQL_ATTR_IGNORE_SPACE
And some small clarifications about which ones are available using mysqlnd.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304538 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 07:24:37 +00:00
Jakub Vrana
fd068f4a59
DSN charset
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304245 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-10 09:04:45 +00:00
Daniel Egeberg
2fd3f0c96d
Converted remaining files to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964
Reverted r297058
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad
Converted to UTF-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +00:00
Kalle Sommer Nielsen
a1e623745d
Fixed bug #50384 (PDO::MYSQL_ATTR_READ_DEFAULT_FILE and DEFAULT_GROUP are missing from mysqlnd)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292551 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-23 16:47:12 +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
ddcceba83e
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283831 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:37:21 +00:00
Hannes Magnusson
833e9936ee
- Upgrade PDO to the new-oo-style
...
- Change IDs from function.Cass-MethoName to class.methodname
- Change <xref>s to PDO methods to use <function>s
- Change methodsynopsis to the new style
- Change the ctor to use <constructorsynopsis>
- Remove ref.pdo (old ref.pdo linkends point to intro.pdo now)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249568 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-31 15:43:38 +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
Philip Olson
009395cfbc
Miscellaneous formatting as per our guidelines:
...
Ex: windows->Windows, commandline->command line, webserver->web server
# Sorry translators, but it needed to be done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229834 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-15 09:24:37 +00:00
Mehdi Achour
76b7d0f7d5
Fix #40084 : PDO supports MySQL 5.x
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227410 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-16 19:43:17 +00:00
Nuno Lopes
5ca6d58732
typo in the example (user note)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213435 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-21 09:47:05 +00:00
Lukas Smith
ff5ba33688
- typo fix in the example s/MYSQL_ATTR_USE_UNBUFFERED_QUERY/MYSQL_ATTR_USE_BUFFERED_QUERY
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210664 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-04 17:13:02 +00:00
TAKAGI Masahiro
6b3bbd1118
revert the last change made by my misunderstanding.
...
(MiB was the correct unit. see: http://en.wikipedia.org/wiki/Mebibyte )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210650 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-04 07:53:17 +00:00
TAKAGI Masahiro
146f39e8a9
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210644 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-04 01:19:25 +00:00
Jakub Vrana
51080636d1
New constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210601 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-03 12:48:33 +00:00
Wez Furlong
17315f5bce
fix constant names
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210402 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-30 14:33:55 +00:00
Nuno Lopes
6412b03958
add port and unix_socket options, per user note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202763 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-13 19:37:44 +00:00
Dan Scott
1b70c23ba4
Address #35417 [NEW]: PDO_MySQL docs unclear about transaction safety
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201378 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-27 06:51:40 +00:00
Jakub Vrana
86f52dd346
PHP examples syntax errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200791 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-18 16:25:23 +00:00
Sean Coates
ec10a054ac
re-arrange this entity (using it as a file entity is confusing)
...
#hopefully this hasn't been translated -- changing entities is bad (sorry)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196200 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-16 17:36:09 +00:00
Wez Furlong
4a179a5132
more info on pdo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196154 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-15 20:57:51 +00:00
Wez Furlong
3e7cfd8e07
Juggle and update
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195767 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-11 06:17:09 +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