Commit graph

19 commits

Author SHA1 Message Date
Jakub Vrana
d3c871ae1e Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308253 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 13:16:13 +00:00
Mark Wiesemann
d497c4d73e typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302468 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-19 10:18:11 +00:00
Daniel P. Brown
ec4e0c9780 Updates the wording a bit with regard to Bug #52595.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302154 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-12 17:57:19 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Martin Samesch
55196866bf examples: synchronized and adapted to PEAR Coding Standards
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291759 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-06 10:52:21 +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
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
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
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
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
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
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
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
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
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
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