1
0
mirror of https://github.com/php/doc-en.git synced 2026-04-30 02:33:15 +02:00
Commit Graph

110 Commits

Author SHA1 Message Date
George Peter Banyard 19e8122137 Remove references to "double" and use float instead (#1848) 2022-09-27 12:38:35 +01:00
Máté Kocsis bc0556b655 Use even more &alias; entities (#1801)
So that gen_stub.php --replace-methodsynopses --verify can find them all
2022-09-07 14:09:52 +02:00
George Peter Banyard ecaa214642 Fix de/constructor synopsis tag usage (#1457)
In Solr, Stomp, Yaf.

Also include constructor and destructor in StreamWrapper interface synopsis
2022-03-15 16:36:11 +00:00
George Peter Banyard e9df25bfee Revert "Fix de/constructor synopsis tag usage" commits.
Turns out this is not as easy as I thought >_>
2022-03-13 18:41:35 +00:00
George Peter Banyard dd2701db49 Fix de/constructor synopsis tag suage in SOLR docs 2022-03-13 18:20:53 +00:00
Sergey Panteleev a56de5a303 Remove empty see also section from solr 2021-11-03 14:40:33 +03:00
Sergey Panteleev d00128a85a Fix issues in solr directory (#693)
Co-authored-by: George Peter Banyard <girgias@php.net>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-08-03 13:10:57 +03:00
George Peter Banyard 68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
Sergey Panteleev a4645fd639 Clean up Classname::Method refs (#608) 2021-05-19 18:00:45 +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
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
Christoph Michael Becker 4754397753 Revert revision 351727 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@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana 69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +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 b95d28e6ec Fix return types
Functions which return false on failure should state that in their
signature as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +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 af5f2f87b3 Add PECL in front of version numbers in changelogs
Patch contributed by Benjamin Morel <benjamin.morel@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350988 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-25 15:11:56 +00:00
Christoph Michael Becker 6bf4f2f0f5 Use consistent modifiers order "public" before "readonly"
Before this change:

public/readonly: 50 cases
readonly/public: 30 cases (mostly in DOM)

Reordered to be always public/readonly, in this order.

Patch provided by Giovanni Giacobbi.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349623 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-05 10:45:54 +00:00
Christoph Michael Becker 38cb4ad393 Fix #78637: SolrQuery::getFacetDateOther: wrong return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348152 c90b9560-bf6c-de11-be94-00142212c4b1
2019-10-13 15:28:59 +00:00
Nikita Popov 708c4884f2 Fix typos
Patch by carusogabriel.

Closes php/doc-en#5.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347753 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-15 14:29:36 +00:00
Peter Cowburn dde9fdb533 fix build (unwanted entity)
This fixes the build failure, which logged:

ERROR (.../en/reference/solr/solrmissingmandatoryparameterexception.xml:58:66)
 &reference.solr.entities.solrmissingmandatoryparameterexception;
------------------------------------------------------------------^
 Entity 'reference.solr.entities.solrmissingmandatoryparameterexception' not
 defined




git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344523 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:21:52 +00:00
Peter Cowburn 1113dcb235 remove unwanted entities.*.xml files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344520 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 21:51:09 +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
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 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
Jakub Vrana dd07341fae Remove trailing fullstop in <refpurpose>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343888 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:34:22 +00:00
Jakub Vrana 7418592d82 Capitalize <refpurpose>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343887 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:24:28 +00:00
André Luis Ferreira da Silva Bacci e9366ee458 Fix svn:eol-style, svn:keywords and svn:mime-type on XML files. No content change, but some revision numbers will upgrade.
See https://github.com/phpdocbrbridge/bridge/blob/master/src/revbumper.php for automatic tool for translations.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342988 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-02 18:42:15 +00:00
Christoph Michael Becker b7fc1cdcf2 Fix typo
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342182 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-25 12:21:37 +00:00
Christoph Michael Becker 639c9e6a15 Fix #73145: The doc says no Dll available, but there is..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341760 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-25 14:25:36 +00:00
Omar Shaban 98c47a621b Solr - SolrDocument child documents method doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340990 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-13 15:17:14 +00:00
Omar Shaban eda8c2e0ce SolrChild Documents
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340984 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-13 13:26:56 +00:00
Omar Shaban 2a7aebe77c Solr: Child documents support v 2.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340983 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-13 13:24:39 +00:00
Omar Shaban bbec48ed8f SolrCollapseFunction::setField argument update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340982 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-13 13:19:07 +00:00
Christoph Michael Becker c1194eea59 Fix #72761: Buggy example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339804 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-05 13:43:39 +00:00
Christoph Michael Becker f713e46643 Fix typo
-- 
Provided by anonymous 70174 (gunbei@10xengineers.org)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339627 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 12:42:02 +00:00
Peter Cowburn faf9214032 whitespace (tab indents, trailing space)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338550 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-30 12:57:31 +00:00
Omar Shaban f078a94979 Solr - SolrQuery::collapse example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338001 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-16 14:21:46 +00:00
Omar Shaban 7bade7dc0c Solr - Fix SolrCollapseFunction constructor + include in class def
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338000 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-16 14:10:14 +00:00
Omar Shaban 8cef4b9d5e Solr - Added Collapse Query Example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337999 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-16 14:06:11 +00:00
Omar Shaban 418e95fc81 Solr - SolrQuery Expand Component methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337981 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-09 18:57:16 +00:00
Omar Shaban aa34280a93 Solr - SolrQuery::collapse docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337980 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-09 17:02:39 +00:00
Omar Shaban 86e7c61ef2 Solr - SolrQuery Result Grouping Parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337979 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-09 16:19:48 +00:00
Omar Shaban df52ca26f9 Solr - SolrClient RealTime Get methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337976 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-09 02:21:12 +00:00
Omar Shaban 51880da47d Fix missing entity for SolrMissingMandatoryParameterException
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337975 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-09 01:51:01 +00:00
Omar Shaban ec0f155359 PECL Solr - SolrCollapseFunction and SolrMissingMandatoryParameterException
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337974 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-09 01:30:05 +00:00
Simion Onea 7050d96265 Corrected/added SVN properties, especially svn:keywords.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337516 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-17 15:27:48 +00:00
Peter Cowburn 8494712d39 tidy up
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336928 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 22:25:15 +00:00