1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

127 Commits

Author SHA1 Message Date
Gina Peter Banyard
bf92d8bd83 pthreads : fix XML by converting para to simpara tags via script 2026-01-19 03:19:51 +00:00
Gina Peter Banyard
1f35172180 pthreads: fix XML to remove useless wrapping para tags via script 2026-01-19 03:19:51 +00:00
Jim Winstead
0545e305cf Normalize version strings in changelog entries (#3672)
Now they're always N.X.Y for a PHP version, or PECL extension N.X.Y for PECL extensions.
2024-09-23 11:15:26 -07:00
Christoph M. Becker
9a15741262 Don't link to the direct downloads, but rather to the PECL page (GH-3633)
Besides that new builds are no longer placed on that server, users
better go to the PECL page, where they can get more information anyway.

See also GH-3632.
2024-08-17 11:19:39 +02:00
haszi
765b2d6eec Remove empty configuration pages (#3538)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-09 22:24:55 +01:00
Gina Peter Banyard
4d17b7b494 [skip-revcheck] Convert class markup to be compatible with DocBook 5.2
Closes GH-3415
2024-06-14 17:04:53 +01:00
Chuong
2ca0903429 fix: true return type for return true always function (#2154)
Various functions and method have had their return type changed to true.

Fix this and add changelog entries.

Co-authored-by: George Peter Banyard <girgias@php.net>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2023-02-20 16:16:37 +00:00
Christoph M. Becker
6d29533483 Fix GH-2156: stdClass is spelled in different cases: StdClass / stdclass
Closes GH-2157.
2023-01-10 11:56:39 +01: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
Christoph M. Becker
91da56315c Fix GH-1402: PHP 8.* ZTS wrong compilation flag for Linux 2022-02-28 14:34:15 +01:00
Sergey Panteleev
12424df3c8 Drop pthreads v2 (#1035) 2021-10-21 11:28:17 +03:00
Sergey Panteleev
7febeefab6 Fix pthreads return values (#801) 2021-07-20 15:20:53 +03:00
Sergey Panteleev
0d69739d2c Fix issues in pthreads directory (#711) 2021-06-22 12:44:48 +03:00
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
Sergey Panteleev
0ab9e29040 Fix some issues in pthreads directory
Part of #658
2021-06-13 13:00:46 +03:00
Christoph M. Becker
168da129a8 Document that pthreads is dead
Cf. <https://github.com/krakjoe/pthreads/issues/929>.
2021-02-03 14:09:51 +01: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
9e0f03ac35 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351129 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 11:17:26 +00:00
Christoph Michael Becker
d44af38adb Add prominent link to parallel from pthreads
Cf. <https://github.com/krakjoe/pthreads/issues/929>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347374 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-03 13:16:59 +00:00
Christoph Michael Becker
1bae6f9b26 Fix parameter name
Patch provided by an anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345784 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-06 11:56:46 +00:00
Jakub Vrana
c18c500b6f Use integer instead of long
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343894 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 16:06:58 +00:00
Jakub Vrana
ad2e71299d Use int instead of integer in return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343892 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:57:18 +00:00
Jakub Vrana
be295015d0 Use int instead of integer in parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343891 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:56:34 +00:00
Jakub Vrana
cf1434873d Use bool instead of boolean in parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343890 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:52:49 +00:00
Jakub Vrana
331fbfeac5 Use bool instead of boolean in return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343889 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:50:10 +00:00
Joe Watkins
ca9602752a update info on pthreads in intro
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343452 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-23 06:52:55 +00:00
Thomas Punt
7cb73f794d Pthreads v3: Pool:: no longer exists
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342942 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-26 08:43:21 +00:00
Thomas Punt
5cca3b8fc8 Remove unnecessary version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342871 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-17 18:36:14 +00:00
Thomas Punt
7dcda068bd Add version information to Volatile's inherited methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342868 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-17 13:35:24 +00:00
Peter Cowburn
d0827816ad add inherited methods to Volatile synopsis and missing examples title
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342866 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-17 12:59:05 +00:00
Thomas Punt
3a09715dee Fix typo on versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342865 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-17 12:51:51 +00:00
Thomas Punt
db8cca3a2a Pthreads: document Threaded::notifyOne
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342864 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-17 12:41:05 +00:00
Christoph Michael Becker
12a490459d Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342863 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-17 12:18:30 +00:00
Thomas Punt
f240effa94 Pthreads: document Volatile class
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342862 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-17 10:07:30 +00:00
Thomas Punt
bb4da50214 Pthreads: mention Threaded lock and unlock alternative
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342861 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-17 09:19:52 +00:00
Thomas Punt
289034d48a Pthreads: mention Threaded::from alternative
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342860 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-17 09:14:11 +00:00
Thomas Punt
50a18ed5fc Mention alternative to Threaded::getTerminationInfo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342789 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-06 09:20:42 +00:00
Thomas Punt
e75898559e Collectable::setGarbage has been removed in pthreads v3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342788 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-06 09:14:41 +00:00
Thomas Punt
fb726f11d0 Collectable is now an interface for Threaded
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342787 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-06 09:09:38 +00:00
Thomas Punt
da55bd31bc Workers no longer have to track their work
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342786 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-06 09:02:55 +00:00
Thomas Punt
9f2cca73bd Remove pthreads v2 content
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342785 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-06 08:53:28 +00:00
Thomas Punt
39ef290847 Mention that pthreads is only compatible with PHP 7.2+
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342784 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-06 08:52:35 +00:00
Thomas Punt
32fb673491 Mention that method modifier semantics are no longer applicable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342433 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-27 15:39:41 +00:00
Thomas Punt
b694084174 Update pthreads' Pool docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341655 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-12 22:35:58 +00:00
Thomas Punt
99a05eca30 Update pthreads' Worker class docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341654 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-12 19:35:17 +00:00
Thomas Punt
d99f5d1fc5 Update Pool::collect
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341650 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-12 18:15:44 +00:00
Thomas Punt
95c840f5a8 Document the new Worker::collect method
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341649 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-12 17:50:11 +00:00
Thomas Punt
2736c3b45f Second iteration on updating pthreads' documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341641 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-10 22:56:01 +00:00
Thomas Punt
8b8926233c Partially update pthreads' documentation for v3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341639 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-09 22:40:45 +00:00
Thomas Punt
9e35632eda Worker::isWorking has been removed in pthreads v3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341507 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-28 19:24:55 +00:00