Commit graph

74 commits

Author SHA1 Message Date
Sergey Panteleev
c2eca73ef7
[PHP 8.1] Use PgSql objects instead of resources (#1009) 2021-10-16 13:45:19 +03:00
Sergey Panteleev
2d99025327
[PHP 8.0] Add Semaphore opaque classes (#1020) 2021-10-13 19:19:36 +01:00
Yoshinari Takaoka
81b23db050
[PHP 8.1] Use an Pspell\[Dictionary|Config] instance instead of a resource (#976)
* add pspell related object class.
* changed resource list description.
* changes pspell function signature and parameters, changelog.
* use pspell.parameter.pspell-dictionary snippet.
2021-10-07 01:00:37 +09:00
Sergey Panteleev
a7e5e563d2
[PHP 8.1] Use GdFont (#994) 2021-10-05 15:30:01 +03:00
Sergey Panteleev
fbc6f9055f
[PHP 8.1] Use an LDAP instance instead of a resource (#975) 2021-09-30 15:43:14 +01:00
Sergey Panteleev
34892f8274
[PHP 8.1] Use an IMAP\Connection instance instead of a resource (#971) 2021-09-28 19:13:36 +01:00
Sergey Panteleev
4d1c34c9b7
[PHP 8.1] Use an FTP\Connection instance instead of a resource (#967)
Co-authored-by: Peter Cowburn <petercowburn@gmail.com>
2021-09-24 13:17:30 +03:00
Christoph M. Becker
7d5af18bbd
Document mailparse resource 2021-09-07 15:53:04 +02:00
peterdd
9fb30ae957
Partly resolve #77017 resources table layout problem (#895)
This probably result in extra added table cells that breaks the 5 column table layout.
2021-09-03 10:06:08 +02:00
George Peter Banyard
4628b69cad Remove FrontbaseSQL docs 2021-08-19 14:41:15 +02:00
Kamil Tekiela
a35fce69cc
Remove obsolete resource information
Closes GH-725.
2021-06-24 16:08:30 +02:00
George Peter Banyard
38a3b0d552
Remove Ingres docs 2021-05-25 19:38:26 +01:00
Christoph M. Becker
d80c8d5646 Document ssh2 resources 2021-01-14 16:36:46 +01:00
Christoph Michael Becker
6fa29283c5 Generate enchant methodsynopses based on stubs
Closes GH-232.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351794 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-30 22:27:10 +00:00
Christoph Michael Becker
b7f8c11e56 Generate curl methodsynopses based on stubs
Amended by cmb.

Closes GH-231.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351621 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-25 00:58:58 +00:00
Christoph Michael Becker
02ba67b51f Generate zlib methodsynopses based on stubs
Closes GH-235.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351613 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 23:20:10 +00:00
Christopher Jones
0e0c883110 PHP 8 OCILob and OCICollection name change
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351556 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 00:53:02 +00:00
Christoph Michael Becker
8caaa86050 Clean up resource page
Mostly removal of resources of extension which are no longer documented in
the manual.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351538 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 10:57:00 +00:00
Christoph Michael Becker
b359f3f0d0 Document sysv* resources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351512 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 00:11:31 +00:00
Christoph Michael Becker
acf3ad4cdc Generate shmop methodsynopses based on stubs
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351506 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-22 22:28:22 +00:00
Christoph Michael Becker
a8f6a0f119 XML parsers are objects as of PHP 8.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351472 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-21 16:53:39 +00:00
Christoph Michael Becker
80f8deb9ba Add AddressInfo and Socket resources
Adds documentation for the `Socket` and `AddressInfo` resource types from the `sockets` extension.
There resource types are migrated to [AddressInfo and Socket objects in PHP 8.0](https://php.watch/versions/8.0/sockets-sockets-addressinfo), but this documentation will help for older PHP versions.

Patch contributed by Ayesh Karunaratne.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350334 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-18 13:33:12 +00:00
Christoph Michael Becker
c1c4532b5f Remove some outdated info from resource list
* aspell is removed as of PHP 4.3.0
* COM and VARIANT are objects as of PHP 5.0.0
* cpdf is removed as of PHP 5.1.0, and is not part of the manual (anymore)
* dbm has been removed during the French revolution, or shortly afterwards ;)
* hyperwave is removed as of PHP 5.0.0
* icap is removed as of PHP 4.3.0
* java is removed as of PHP 5.0.0
* mcal is removed as of PHP 5.0.0
* xslt is removed as of PHP 5.0.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346030 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-22 15:54:57 +00:00
Christoph Michael Becker
f8ad6e41a1 Update IMAP resource type documentation
The “imap persistent” and “imap chain persistent” are removed
as of PHP 4.3.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346029 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-22 15:12:37 +00:00
Christoph Michael Becker
503d616770 As of PHP 7.0.0 ext/shmop deals with resources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340367 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-07 13:50:59 +00:00
Christoph Michael Becker
5f177879f0 Fix #71505: Missing documentation about deflate_init() etc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339759 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 15:42:14 +00:00
Peter Cowburn
140bbbaa80 typo
Patch by cmb

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336886 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-08 22:46:28 +00:00
Maciej Sobaczewski
e2cf776ec9 Remove domxml resources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334306 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-17 16:55:04 +00:00
Christopher Jones
32084b2c89 Remove long gone ora_* resource descriptions. Update oci_* resource descriptions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330545 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-19 00:10:35 +00:00
Esen Sagynov
41ad82bfb2 Added new functions for cubrid lob object in resource
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326484 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 09:19:19 +00:00
Esen Sagynov
15c22eb7bd Added resources for CUBRID
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325499 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-02 05:24:51 +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
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
eab8da608e fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283794 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 05:34:55 +00:00
Nilgün Belma Bugüner
803bd2e9ce fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283790 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 05:16:31 +00:00
LEE Yun-young
b8810c7db9 add missing comma
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269172 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-17 13:54:46 +00:00
Jakub Vrana
f9d4eaf9a8 fsockopen creates stream (bug #45174)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268360 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 16:26:59 +00:00
Jakub Vrana
a61b8a331d opendir() and popen() are return stream (bug #41122)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241418 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 09:56:04 +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
Jakub Vrana
246d6d8336 Add some functions to existing groups
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184396 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-15 13:08:37 +00:00
Nuno Lopes
45481d7f3c fix #29959: stream resource
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168089 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-06 18:52:45 +00:00
Dave Barr
a3fb4375e4 - Remove empty function tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166206 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-12 22:06:27 +00:00
Dave Barr
641f58dbb5 - Microsft => Microsoft.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166071 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-11 20:28:39 +00:00
Jakub Vrana
30c7e19631 Nuke tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165167 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 20:59:42 +00:00
Thomas Schoefbeck
e5c79e2def provide more space for long function-names in printable format
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120514 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-17 19:00:49 +00:00
Nicolas Chaillan
6b5c3112dd fixing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105025 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-20 13:11:20 +00:00
Thomas Gonzalez Miranda
cffa746463 i'm right?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105021 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-20 12:19:11 +00:00
Dan Kalowsky
93fd4332ae fix for Bug #19235
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94762 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-05 20:19:04 +00:00
Friedhelm Betz
e3c143962f corrected entries for dba_open and dba_popen
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80365 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-29 08:07:43 +00:00
Yasuo Ohgaki
7162071df0 Fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77249 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-09 03:19:36 +00:00