Commit graph

80 commits

Author SHA1 Message Date
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
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
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
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>&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
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