Commit graph

22879 commits

Author SHA1 Message Date
Bob Weinand
55f05f668b Fix last commit, * is indeed not an addition...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339899 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-18 10:19:53 +00:00
Bob Weinand
7d646ff064 Changing the example from + to *, as arrays have special behavior when added…
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339898 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-18 00:20:21 +00:00
Christoph Michael Becker
5acb71cfab Fix #72865: describe difference to echo (with example ideally)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339895 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-17 13:51:52 +00:00
Christoph Michael Becker
917de19d61 Improve description of $seed parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339892 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-16 10:43:15 +00:00
Christoph Michael Becker
221f0c17ee Fix #72717: ftp_ssl_connect doesn't validate certificates
That also integrates user note 106931.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339891 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-16 10:22:35 +00:00
Christoph Michael Becker
948fbab83d Integrated user note 117509
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339890 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-16 10:00:56 +00:00
Christoph Michael Becker
9adde940ab Fix #72830: mt_srand documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339883 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-15 10:39:46 +00:00
Christoph Michael Becker
6c604e6e40 Fix #72835: Note on min/max's page misleading about string comparisons
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339882 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-15 10:06:08 +00:00
Christoph Michael Becker
de6cf4129f Document default values of imagegd(2)s optional parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339880 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-14 18:26:15 +00:00
Jakub Zelenka
fcb8808c2e Add info to fann installation about re-installing libfann
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339879 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-14 14:40:46 +00:00
Christoph Michael Becker
4ca59ff030 Fix misinformation regarding the bundled GD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339877 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-14 12:48:17 +00:00
Christoph Michael Becker
4e530ab1a5 imagecreatefromxpm() is available on Windows as of PHP 5.3.19
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339876 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-14 12:25:57 +00:00
Christoph Michael Becker
235f3d10c6 Update GD docs wrt. to required versions
PHP 5.0.0 requires GD >= 2.0.4 anyway, so we can remove a lot of out-dated info.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339875 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-14 11:17:37 +00:00
Philip Olson
bc3ea7e6cd Fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339872 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-13 00:56:42 +00:00
Christoph Michael Becker
3e3e60b8f0 Fix #64200: Tokyo Cabinet support not mentioned in docs for DBA extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339870 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-12 13:26:11 +00:00
Christoph Michael Becker
1ff86a66e6 Fix #72793: xml_parser_free leaks mem when execute xml_set_object
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339867 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-12 10:46:29 +00:00
Karoly Negyesi
31e3e09380 clarify trait use as
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339838 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-10 09:42:52 +00:00
Christoph Michael Becker
6937b29491 Class constants are allocated once per class
We try to get rid of the myth that class constants were allocated for each
instance, as claimed by user note 112286. Proof: <https://3v4l.org/3DKMC>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339824 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-09 11:32:38 +00:00
Christoph Michael Becker
5d2c855eac Document class constant visibility modifiers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339823 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-09 11:13:18 +00:00
Christoph Michael Becker
215778c388 Fix #72774: Exception backtrace produces unexpected values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339817 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-07 17:19:44 +00:00
Christoph Michael Becker
975cc8f948 Fix broken example
We furthermore note that boolean fields may need special treatment.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339812 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-06 14:22:16 +00:00
Jeremy Mikola
a5da28f0e1 Clarify MongoDB\BSON\UTCDateTime::toDateTime() time zone
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339806 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-05 21:35:19 +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
4ad69796da Add missing encodings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339803 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-05 13:25:44 +00:00
Christoph Michael Becker
aab798bada Typo fixes provided by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339802 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-05 13:14:41 +00:00
Christoph Michael Becker
a70d5fcf20 Update docs wrt. to bugfix #72711
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339793 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-05 11:46:53 +00:00
Peter Cowburn
d990e05228 add callable to list of types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339784 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-05 08:23:18 +00:00
Peter Cowburn
fcce003707 revert callable/callback pseudo-type change
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339783 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-05 08:22:41 +00:00
Christoph Michael Becker
3f53881cd1 Fix #72739: Sybase documentation (incorrectly?) refers to sybase_ct
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339782 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-04 23:40:44 +00:00
Christoph Michael Becker
b3dcbb7ee1 Fix #71513: callback (aka callable)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339781 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-04 23:30:30 +00:00
Christoph Michael Becker
e9243b5f24 Fix #65517: Directive log.dbm_dir missing documentation
There's no need to document ini directives that are not available anymore as
of PHP 5.0.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339780 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-04 23:15:39 +00:00
Peter Cowburn
bb34cfdd32 fix Revision keyword
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339779 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-04 15:35:27 +00:00
André Luis Ferreira da Silva Bacci
efa855b721 Remove ignored, auto generated files. Fix conflict 'local file unversioned, incoming file add upon update' and possible conflic state on build machines.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339777 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-04 14:25:11 +00:00
Yasuo Ohgaki
3b370e51af Update sessin INI description according to RFC: https://wiki.php.net/rfc/session-id-without-hashing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339776 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-04 09:48:21 +00:00
Christoph Michael Becker
518911b748 Minor improvements to runkit docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339775 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-03 17:48:22 +00:00
Rudi Theunissen
9e924f5b82 Add missing method synopsis for ds extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339774 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-03 16:13:30 +00:00
Christoph Michael Becker
345e07d0f8 imagewebp() has an optional $quality parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339773 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-03 13:53:56 +00:00
Christoph Michael Becker
2a0e3aa7be Fix #72741: imagecreatefromxpm() on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339772 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-03 10:16:27 +00:00
André Luis Ferreira da Silva Bacci
929eac47a0 Deque capacity always is power of 2 and can decrease.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339769 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-02 22:53:08 +00:00
André Luis Ferreira da Silva Bacci
73026aaaf8 Document some members to clean build errors.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339768 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-02 22:20:37 +00:00
Philip Olson
93acc3008f Refer to removed functions due to removed extensions; mysql, mssql, and ereg. Not sure about sybase_ct so I ignored it.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339767 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-02 21:02:42 +00:00
Christoph Michael Becker
576091e6b7 Fix #72699: rtrim() does not necessarily strip whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339765 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-02 17:23:18 +00:00
Christoph Michael Becker
a9fd3dce45 Note that $style must not be empty
See <https://bugs.php.net/72709>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339764 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-02 17:17:59 +00:00
André Luis Ferreira da Silva Bacci
3a20be248c Files without svn:keywords. See http://doc.php.net/tutorial/faq.php
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339763 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-02 15:20:45 +00:00
Christoph Michael Becker
1ca4b8c752 Fix #72728: apc.shm_size is not an integer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339761 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 16:17:31 +00:00
Christoph Michael Becker
e47d027b6e Fix #71505: Missing documentation about deflate_init() etc.
Add the example.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339760 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 15:53:54 +00:00
Christoph Michael Becker
5f177879f0 Fix #71505: Missing documentation about deflate_init() etc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339759 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 15:42:14 +00:00
Rudi Theunissen
da1b2b494a Update class name of ds extension members
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339758 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 08:15:21 +00:00
Rudi Theunissen
c8379bc793 Add Set::merge to ds extension docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339757 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 06:19:02 +00:00
André Luis Ferreira da Silva Bacci
4617683cd2 Possible fix for empty class synopsis on Ds\Vector.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339754 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-31 21:31:21 +00:00