Commit graph

103 commits

Author SHA1 Message Date
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
Peter Cowburn
9e7f7f4b43 phpnative was dropped
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336927 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 22:25:07 +00:00
Peter Cowburn
31cf7985da update solr response writers (patch by omars)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336926 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-11 22:24:59 +00:00
Yannick Torres
16b2b1ea9a Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336552 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-16 13:44:47 +00:00
Jean-Sebastien Hedde
2388669424 Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335792 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-23 12:11:48 +00:00
Omar Shaban
03da6cadeb Solr - SolrClient::system and SolrDisMaxQuery (DisMaxQuery Builder) + introduction and info corrections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335629 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-04 22:20:02 +00:00
Adam Harvey
dcf567d219 Fix SolrClient::request() prototype.
Fixes doc bug #68374 (SolrClient::request state to return void in the descrip.
but returns an object).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335167 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 11:20:00 +00:00
Richard Quadling
cb2e7b70b1 svn:keywords, svn:eol-style, svn:ignore all set appropriately.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334955 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 12:08:23 +00:00