Commit graph

57 commits

Author SHA1 Message Date
Nilgün Belma Bugüner
e107c53194 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283825 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:10:32 +00:00
Richard Quadling
4c3f9137a5 Broken links.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275652 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 11:55:33 +00:00
Richard Quadling
6a8cb99c80 Fix to #47280 mssql_affected_rows => mssql_rows_affected
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275082 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-03 09:39:51 +00:00
Jakub Vrana
f663f39df9 Initializers - part 3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273443 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-13 12:47:53 +00:00
Kalle Sommer Nielsen
f34fdcb443 Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271391 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-17 12:56:51 +00:00
Jakub Vrana
840bae0223 var is passed by reference (bug #45075)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268366 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 16:47:35 +00:00
Richard Quadling
5e4adfc9d5 Example fixed to use mssql_get_last_message.
Fixes bug #46472


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268195 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-03 16:08:08 +00:00
Kalle Sommer Nielsen
6d47cbe444 Fix misc typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268174 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-03 09:59:28 +00:00
Kalle Sommer Nielsen
1418d3c6df Fixes #46368 (mssql_connect function: "interfaces list" doesn't exist)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267649 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-23 08:56:22 +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
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
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
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
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
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>&amp; 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
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
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
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