Kalle Sommer Nielsen
872db911c6
Old part should have been removed, doh :)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267113 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-09 13:58:28 +00:00
Kalle Sommer Nielsen
a523db9358
* Added undocumented constant SQLFLT4
...
* Added missing information about resource types in MSSQL
* Fixed some re-wording around the docs and some other cleanup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267105 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-09 08:48:10 +00:00
Kalle Sommer Nielsen
8270283d6b
News
...
* Added missing <literal> on setup note
* Added a reference to PDO_DBLIB and PDO_ODBC on setup note
* Added a source comment on mssql_connect() explaining how to use a connect with a custom port
* Added undocumented ini setting mssql.charset (available as of PHP 5.1.2)
* Added missing parameter descriptions on mssql_guid_string
* Added missing examples for
* mssql_data_seek (Ross)
* mssql_execute
* mssql_fetch_array
* mssql_fetch_assoc
* mssql_fetch_field
* mssql_fetch_object
* mssql_fetch_row (RMLR)
* mssql_field_length
* mssql_field_name
* mssql_field_seek
* mssql_field_type
* mssql_free_result
* mssql_free_statement
* mssql_get_last_message
* mssql_guid_string
* mssql_init
* mssql_min_error_severity
* mssql_min_message_severity
* mssql_num_fields
* mssql_pconnect (RMLR)
* mssql_result
* Added constant descriptions
* Documented the following functions
* mssql_get_last_message
* mssql_min_error_severity
* mssql_min_message_severity
* Changed examples on the following
* mssql_bind
* mssql_fetch_batch
* mssql_next_result
* mssql_query
* Fixed example on mssql_rows_affected
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267081 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-08 18:29:23 +00:00
Kalle Sommer Nielsen
e23b547c7c
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267038 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-07 07:55:12 +00:00
Kalle Sommer Nielsen
68df8c7a9f
State that a user should copy its ntwdblib into the php directory if using SQL Server 2005+ to use ext/mssql
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267037 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-07 07:31:57 +00:00
Kalle Sommer Nielsen
c8c9653b23
Part 1/2 of updates to MSSQL docs
...
- Documented the following functions
- mssql_rows_affected
- mssql_guid_string
- Added examples for the following functions
- mssql_close
- mssql_connect
- mssql_num_rows
- mssql_query
- mssql_rows_affected
- mssql_select_db
- State that the following function parameter types has changed
- mssql_bind
- is_output and is_null is booleans
- mssql_guid_string
- short_Format is boolean
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267030 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-07 02:34:38 +00:00
Hannes Magnusson
780032fe1b
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263308 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-23 18:38:49 +00:00
Kalle Sommer Nielsen
8d06e3be00
Add note to setup for SQL Server 2005+ users about ntwdblib.dll
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263305 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-23 17:31:18 +00:00
Philip Olson
db367ae954
Unified <title> and <titleabbrev> in every extensions book.xml/reference.xml
...
See the following bug report for details: http://bugs.php.net/44736
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260480 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-30 17:25:13 +00:00
Hannes Magnusson
0ca24b6e59
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 requirements & resources sections to setup.xml
- Moved the configure and ini entities to setup.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249008 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 13:57:52 +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
Felipe Pena
7d173bd60b
Removed reference to inexistent function.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245779 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-06 23:17:10 +00:00
Felipe Pena
edf0e26a79
Missing brace in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245777 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-06 21:46:00 +00:00
Jakub Vrana
3902cc7868
Free multiple results before next query (bug #33877 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241646 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 13:45:31 +00:00
Jakub Vrana
a051bda716
Copying allows just named pipes (bug #38965 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241455 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 16:30:56 +00:00
Jakub Vrana
8ee1d4e448
Port is separated by comma (bug #42046 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241304 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 10:24:53 +00:00
Richard Quadling
37b62aef4a
Fix #42224 => Wether => Whether
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240835 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-07 08:07:00 +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
Mehdi Achour
90fc7ae81c
Add ChangeLog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237878 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-17 02:08:16 +00:00
Martin Samesch
459b8be2d4
removed right parenthesis
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230153 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-18 11:25:32 +00:00
Martin Samesch
4402c3bae5
fix: mssql_connect -> mssql_pconnect
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230152 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-18 11:14:54 +00:00
Martin Samesch
ec4e706e93
grammar: word order
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229619 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-12 15:00:25 +00:00
Martin Samesch
aaebd8e234
fix: role examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229598 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-12 09:37:43 +00:00
TAKAGI Masahiro
25332d50c9
correct role.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229520 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-11 08:16:35 +00:00
Mehdi Achour
a71ead7bff
ref.mssql: switch to new style
...
Also document the following functions thanks to user notes
mssql_bind(),
mssql_execute(),
mssql_fetch_assoc(),
mssql_fetch_batch(),
mssql_field_name(),
mssql_field_type(),
mssql_init()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228998 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 22:46:35 +00:00
Mehdi Achour
c3c3be1e6d
WS, prepare for new docstyle
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228996 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 22:46:33 +00:00
Frank M. Kromann
f6c01db1b7
Add missing parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209011 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-09 18:50:23 +00:00
Nuno Lopes
378822217c
first half-update of the ini stuff
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200819 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-18 20:56:47 +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
Sean Coates
aac3851570
re-word incomplete statement
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190513 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-11 17:21:33 +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
8664ea3458
Remove self-reference See also
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184894 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-22 15:39:28 +00:00
Sean Coates
f29b450b2b
fixed return type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184174 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-11 21:20:04 +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
Jakub Vrana
43ba0bf39a
Can return true (bug #30807 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172908 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-17 20:09:37 +00:00
Jakub Vrana
c148211fa2
Replace <parameter>& by <parameter role="reference">
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00
Jakub Vrana
647ee5c6a2
Nuke tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165127 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 17:25:34 +00:00
Jakub Vrana
37771eeb9e
Parameters passed by reference
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165096 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 15:51:11 +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
Jakub Vrana
49dc34abf7
Uppercase first letters in titles' words
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152221 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 08:46:39 +00:00
Jakub Vrana
f8bd23e2bb
Xmas typos 4/5
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146741 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-18 14:14:41 +00:00
Mehdi Achour
27960e632c
Merry XHTML and CS compliant christmas all \!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Frank M. Kromann
ca0576a98f
change parameter name from i to row
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144846 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-24 20:00:47 +00:00
ali
04b210a1f6
correcting typo ; fixes #25578
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140521 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-17 18:43:45 +00:00
Ard Biesheuvel
71604c689d
Add note about max VARCHAR length on Win32
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140415 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-16 09:55:02 +00:00
Mehdi Achour
ef4b8a5c89
updating fmk fixes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134339 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-07 10:47:44 +00:00
Mehdi Achour
fbb6ce51b0
removing link to inexistant function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134092 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-03 12:57:32 +00:00
Mehdi Achour
15f5adc79d
protos update, removing unneeded <para>, adding entities
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134086 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-03 12:38:23 +00:00
Mehdi Achour
268cfda864
some entities
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133981 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-02 12:25:59 +00:00
Mehdi Achour
63f9e4ac81
typos, users notes integration and entities
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131240 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-12 16:50:05 +00:00
Derick Rethans
cf23e6d980
- Clarification for bug #24032
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130228 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-05 12:50:55 +00:00
Philip Olson
866de0867e
Documentation for bug #23990 . mssql essentially has a 30 character column
...
name limit in Windows due to DBLIB limitations. FreeTDS is not affected.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130056 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-04 00:39:37 +00:00
Philip Olson
5a36bf3125
Replace <link linkend="language.types.x">x</link> with <type>x</type>.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129076 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-28 23:03:10 +00:00
Mehdi Achour
d0ce705a3c
fixing proto
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128169 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-21 09:16:46 +00:00
Friedhelm Betz
18c3711184
option tags added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126772 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-13 11:24:37 +00:00
Damien Seguy
081b3536bd
making see also and example title consistent
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118512 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-28 23:54:26 +00:00
Damien Seguy
dd05243b7f
Does not make sens otherwise
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116335 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-14 02:53:07 +00:00
Frank M. Kromann
f64f71e135
Adding a note about compiling FreeTDS using --enable-msdblib
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115495 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-10 03:24:42 +00:00
Martin Samesch
1235830152
typo and/or re-indentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114100 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-31 13:54:20 +00:00
Frank M. Kromann
d138d30ce5
Adding a little more information about stored procedure handling
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111199 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-09 18:46:33 +00:00
Martin Samesch
d7ec593b5f
fixed typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110879 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-07 11:26:23 +00:00
Frank M. Kromann
2a5906e42e
Updating documentation to match the code
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108412 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-18 07:27:10 +00:00
Friedhelm Betz
b923b607e9
rsusi.txt: reflect changes
...
configure.xml files added, linking from refernce.xml files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106283 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-30 15:33:22 +00:00
Dallas Wang
3bf3f78131
Return type should be array.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97214 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-28 10:46:29 +00:00
Sander Roobol
ca94f45b96
Fix newlines
...
# Friedhelm - you're doing great work but please keep an eye on this
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95792 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-15 10:19:42 +00:00
Friedhelm Betz
bc40e27bab
ini.xml added, linked in reference
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95708 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-14 21:26:46 +00:00
Friedhelm Betz
80c9e16666
fixed typos in section id`s: requirenments to requirements
...
Thanks for catching to Marco Cucinato !
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91375 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-09 10:26:12 +00:00
Friedhelm Betz
abb6fb6c1d
uh, forgot some closing / opening tags around filename
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@89988 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-26 19:58:51 +00:00
Friedhelm Betz
3b45847a91
new structure and constants added.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@89912 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-26 12:08:12 +00:00
Sander Roobol
20bb98ea63
Various minor typos, thanks to Paul Hudson for spotting most of them...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87193 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-30 10:41:44 +00:00
Hartmut Holzgraefe
136554cdf7
the en/reference/*/functions.xml files are now auto-generated
...
(should have been from the start, but somehow i forgot to
move the generation code from the split to the configure script)
entities/chapters.ent is now called entities/file-entities.ent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85367 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-11 10:54:22 +00:00
Hartmut Holzgraefe
5b9fc29465
revision tags added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00
Simone Cortesi
4765af8964
WS fix
...
#others languages will come shortly (tonite Europe)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78287 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 21:57:31 +00:00
Hartmut Holzgraefe
a4b6d72ad3
banana-split
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 00:12:54 +00:00