Commit graph

11 commits

Author SHA1 Message Date
Christoph Michael Becker
a331ac8a86 Generate sapi methodsynopses based on stubs
Closes GH-285.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352190 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-26 14:27:07 +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
7594fc0dcf Document phpdbg.eol ini directive
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347309 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-22 13:23:53 +00:00
Christoph Michael Becker
4f1280021a Improve table markup
There's no need for the <para>s inside the <entry>s, and they look
really ugly.  We also fix a typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345218 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-26 17:25:33 +00:00
Christoph Michael Becker
845055cb69 Add basic documentation for the command line options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345206 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-25 13:07:57 +00:00
Christoph Michael Becker
74685c6472 Document constant removal
Cf. <https://github.com/php/php-src/pull/3324>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345201 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-25 10:19:32 +00:00
Christoph Michael Becker
25fae36ef9 Fix version info of the phpdbg_break_*() functions
Actually, these are already available as of PHP 5.6.3, see
<https://github.com/php/php-src/blob/php-5.6.3/sapi/phpdbg/phpdbg.c#L265-L320>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345199 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-24 14:54:30 +00:00
Christoph Michael Becker
c7378721ff Improve phpdbg documentation
* use lowercase “phpdbg” throughout
* flesh out the preface
* actually document some of the functions


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345198 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-24 14:43:55 +00:00
Christoph Michael Becker
5ae310caf6 Actually add ini docs to the manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345194 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-23 13:10:10 +00:00
Christoph Michael Becker
b580c722e3 Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345191 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-22 22:56:17 +00:00
Christoph Michael Becker
5d29ab74d0 Add phpdbg documentation to the manual
We start by running docgen, and fixing and fleshing out the documentation
by what we can get by skimming the phpdbg.c code.  We also fix and update
the version information.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345181 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-22 12:59:54 +00:00