Commit graph

133 commits

Author SHA1 Message Date
Christoph M. Becker
ce9a6b3a30
Clarify where Windows users can get the SNMP mib files
Judging from the user notes, there is apparently some confusion, so we
add a link.

While we're at it, we also fix the grammar and mark-up.
2022-05-06 13:56:22 +02:00
George Peter Banyard
c44e9cb68b
Fix some (con|de)structor pages (#1507)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2022-04-06 18:55:35 +01:00
George Peter Banyard
73fae4ee51
Fix syntax errors in examples (#1504) 2022-04-05 11:15:46 +01:00
George Peter Banyard
5c8ec52976
Add missing return value sections for SNMP functions
Also fix the return value for others at the same time
2022-03-16 22:00:21 +00:00
Máté Kocsis
e5021b6d8b
Generate various class synopses from stubs - part 2 (#1251)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-12-26 12:10:36 +01:00
Máté Kocsis
5b4252de4f
Generate various method synopses based on stubs
Closes GH-1015.
2021-12-15 20:08:13 +01:00
Máté Kocsis
df00465498
Generate ext/snmp class synopses from stubs
Closes GH-1119.
2021-12-15 19:54:21 +01:00
Danack
b95e76e41d
Types are not hints in PHP. (#1003)
As they are checked at run-time, type checking is enforced in PHP and not 'hinted'.

Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-10-09 14:43:01 +01:00
Máté Kocsis
b0b19b6618
Generate methodsynopses based on stubs for recent changes (#903) 2021-10-01 17:23:05 +02:00
Máté Kocsis
7f99d5e488
Remove some unnecessary methodsynopsis role attributes (#913) 2021-09-14 14:37:29 +02:00
Sergey Panteleev
64bab6321f
Snmp enhancement (#774) 2021-07-11 18:08:21 +03:00
Sergey Panteleev
9f7b578adf
Fix section issues (#666)
* Fix issues in Image directory
* Fix issues in Gmagick directory
* Fix issues in Snmp directory

Part of #658
2021-06-07 18:46:20 +03:00
Sergey Panteleev
184f3f7bd4
Remove PHP 5, 7 references (#565) 2021-05-12 14:49:16 +03:00
Kamil Tekiela
9ee27f088a
Fix some common typos (#533)
* accomodate -> accommodate
* agressive -> aggressive
* begining -> beginning
* enviroment -> environment
* existance -> existence
* fourty -> forty
* foward -> forward
* futher -> further
* immediatly -> immediately
* occured -> occurred
* occuring -> occurring
* occurance, occurence -> occurrence
* prefered -> preferred
* publically -> publicly
* seperate -> separate
* compliment -> complement
2021-04-19 11:57:59 +02:00
Yoshinari Takaoka
e8755dd809 Added PHP 8 into versions.xml for snmp based on stubs.
Closes GH-399.
2021-01-24 17:27:43 +01:00
Christoph Michael Becker
2f493dfdc2 Remove obsolete info from SNMP book
UCD SNMP is long gone, and we're requiring at least NET-SNMP nowadays.  We also
remove obsolete PHP 5 related info.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352251 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 17:42:40 +00:00
Christoph Michael Becker
1bd0fbbce1 Generate snmp methodsynopses based on stubs
Closes GH-214.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352248 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 17:08:39 +00:00
Christoph Michael Becker
e41806c30b Revert revision(s) 351724 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 18:05:44 +00:00
Jakub Vrana
c80da7c04a Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 12:54:59 +00:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
3e15d2894f Remove more changelog entries, mostly from PHP 5.4 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350656 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:15:17 +00:00
Christoph Michael Becker
9af43469f4 Remove more changelog entries, mostly from PHP 5.2 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350654 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:52:31 +00:00
Christoph Michael Becker
f46d7bb715 Fix #79585: Useless changelog entry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349784 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-11 11:05:44 +00:00
Christoph Michael Becker
147bc7c392 Win95/98 is long gone
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345782 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-06 11:31:45 +00:00
Christoph Michael Becker
2d42df33f1 Fix parameter types
Patch provided by anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345608 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-07 14:29:11 +00:00
Christoph Michael Becker
52dcd35d70 Fix parameter types
Patch provided by anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345606 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-07 14:17:19 +00:00
Christoph Michael Becker
4f8c9dcf06 Fix typos
Patches provided by anonymous users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344470 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:45:49 +00:00
Jakub Vrana
b8758b0605 Use entities in initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Christoph Michael Becker
d62d6b01c4 minor fixes by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338862 c90b9560-bf6c-de11-be94-00142212c4b1
2016-03-31 18:48:08 +00:00
Adam Harvey
41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Pasindu De Silva
a44a1e0b79 Minor typo, grammar and example Fixes (By Christoph Becker cmb@php.net)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336715 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-04 19:48:31 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Peter Cowburn
e98d856677 Update description to prefer environment variable (Patch by online editor user)
Dear online editor user,

I lost your name when making some small changes to your patch. I did copy your details from the patch into my clipboard, but overwrote it when, being too lazy to type a whole word, I copied some other text in the editor. Your name may be forgotten, but your contribution remains.

Thank you, online editor user!

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334284 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-15 10:19:54 +00:00
Peter Cowburn
b5153e10da typos
Patches by amazing anonymous people from the online editor.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333229 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-31 10:35:20 +00:00
Chris Wright
6a8eb1f6e2 Fix for bug #65417
-- 
Provided by anonymous 36883 (email@philsturgeon.co.uk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332328 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 10:04:09 +00:00
Sebastian Bergmann
656d1610af Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-18 05:36:30 +00:00
Jakub Vrana
b89d5b4683 Add missing version info
Found by PhD

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330435 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 22:33:43 +00:00
Jakub Vrana
9e8b518051 Add versions for classes
Generated by http://pastebin.com/NByXgj7E and manually edited

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330432 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 21:02:33 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
38e65393c5 Use InheritedProperties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330314 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-20 20:36:05 +00:00
Philip Olson
04b11e621f Fixed spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Philip Olson
c22c977de1 Fixed typo. Patch by Gerard Dupont III via OE. These docs are still a little strange (getnext vs get_next) but this is certainly a typo. Status->committed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327201 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-21 07:08:17 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Jakub Vrana
4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Jakub Vrana
74f4612207 Prefer lowercase IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322138 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 15:20:59 +00:00
Jakub Vrana
065dd47a92 Replace _ by - in IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322131 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 12:40:04 +00:00
Jakub Vrana
d012ff8aa6 Close PHP tag in examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321987 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 02:37:08 +00:00
Richard Quadling
2dfaaa96a9 W/S, Tab removal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317827 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-06 09:41:05 +00:00
Richard Quadling
a56106f691 Standardized on double quotes for attributes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Richard Quadling
be44fc47e9 Added complete svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316057 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-02 20:30:30 +00:00