Commit graph

27193 commits

Author SHA1 Message Date
Tiffany
9d35d85531
Revise wording for synopsis and summary (#768) 2021-07-10 12:08:36 -05:00
Philip Olson
3006c659b1 Deprecate TLS 1.0 and 1.1 2021-07-09 15:18:29 -07:00
Philip Olson
01456abae9 Deprecate TLS 1.0 and 1.1 2021-07-09 15:18:14 -07:00
Yoshinari Takaoka
f24ff59d10
Added PHP 8 into versions.xml for mysqli based on stubs. (#426) 2021-07-09 21:54:13 +01:00
沈唁
d8047edf39
Fix wrong params names for mysqli::__construct() [81232] (#769)
* Fix wrong params names for mysqli::__construct() [81232]

* Fix missing hostname
2021-07-09 19:24:25 +08:00
zors1
1854a0d060
Add missing period on webPhar page (#767) 2021-07-08 14:33:02 -05:00
zors1
b43148c4e3
Capitalize word on webPhar page (#766) 2021-07-08 21:54:27 +03:00
Karsten Lehmann
d42b32e96b
Fix parameter names for array functions (#616)
* Fix parameter names in array_walk docs

* Fix parameter names in documentation for array_walk_recursive
2021-07-07 21:53:13 +01:00
zors1
222b43d6c1
Fix misspelling of "successful" on dba_open page (#764) 2021-07-07 14:43:43 +02:00
Remi Collet
a997a6c145
Add information about "threads" with libsodium
Closes GH-762.
2021-07-07 10:25:58 +02:00
Sergey Panteleev
0da76b0197
Sync enhancement (#761) 2021-07-06 15:14:59 +03:00
zors1
562a216c81
Add period and comma on Phar intro page (#760) 2021-07-06 10:45:02 +03:00
Christoph M. Becker
ff4424769d
Clarify flock() for same process/other file handle on Windows
We may want to clean up the notes section sometime.
2021-07-05 15:51:22 +02:00
Sergey Panteleev
a32b6c51c4
Fix issues in stream directory (#759) 2021-07-05 12:31:02 +03:00
Sergey Panteleev
648875cf73
Cubrid enhancement (#740) 2021-07-03 18:57:25 +03:00
Kamil Tekiela
6fbc82c739
Overhaul example for class_exists
Closes GH-749.
2021-07-03 12:55:49 +02:00
Christoph M. Becker
4ec526180c
Describe range of default_longitude and _latitude
Closes GH-745.
2021-07-03 12:52:37 +02:00
Christoph M. Becker
bf85f2f1fc
Add visibility modifiers to streamWrapper::__construct and ::__destruct 2021-07-03 12:21:20 +02:00
Christoph M. Becker
7718f6613c
Fix typo in Stringable example
Closes GH-754.
2021-07-03 12:02:31 +02:00
zors1
d3ad869d16
Fix typos in setup.xml (#755) 2021-07-03 11:31:25 +03:00
Christoph M. Becker
f7b3a3a469
Fix #47236: Server Cert not captured when using TLS
The term "stream wrapper" is unfortunately not that clearly defined.
2021-07-02 17:06:47 +02:00
Christoph M. Becker
f456b5951e
bindtextdomain() interprets empty $directory as CWD
We deliberately do not document that "0" also means CWD.
2021-07-02 16:44:47 +02:00
jrfnl
67a54da71f ReflectionProperty: fix a few references to wrong class name(s)
These methods only exist on the `ReflectionProperty` class, not on `ReflectionClass`.
2021-07-02 13:38:11 +01:00
Sergey Panteleev
942afdf312
Fix issues in runkit7 directory (#742)
Part of #658
2021-07-02 12:15:34 +03:00
Kamil Tekiela
7783d8198a
Remove PHP 4 constructor from get_parent_class example
Ckises GH-748.
2021-07-01 23:28:54 +02:00
Christoph M. Becker
c9bc21cb73
Fix #81218: get_object_vars returns parent class parameters
Besides there are no "class parameters", parent properties are returned
if in scope.
2021-07-01 19:09:53 +02:00
zors1
f2af34e50c
Replace a comma with a period in sort.xml
Closes GH-746.
2021-06-30 14:54:14 +02:00
Marco van 't Wout
ebe9ff11fb
Remove unsafe AddHandler example
The internet will always take your example code and repost it out of context. Googling shows plenty of installation guides that use `AddHandler application/x-httpd-php .php`, which potentially leads to parsing unsafe files like `evil.php.jpg`

I propose to totally remove the unsafe example and only show the correct version with `<FilesMatch \.php$>`, similar to https://www.php.net/manual/en/install.unix.apache2.php

Closes GH-743.
2021-06-29 11:20:56 +02:00
Yoshinari Takaoka
683c11a44a
removed PHP4 related zlib note. (#739) 2021-06-27 23:11:31 +09:00
Yoshinari Takaoka
e7853a8a24
Improved ext/sodium [Introduction|Resource Types] documentation. (#655) 2021-06-27 21:15:32 +09:00
Tiffany
0e81411492
Additional revisions to ucwords
Closes GH-727.
2021-06-27 12:30:10 +02:00
zors1
ea8796a6c3
Fix case of a keyword in match.xml (#736) 2021-06-26 17:42:36 +01:00
Sergey Panteleev
f5da09b298
Fix ldap functions description (#733) 2021-06-26 09:02:31 +03:00
Kamil Tekiela
733626c0a4
Fix example of datefmt_get_timezone_id (setTimeZoneID has been removed)
Closes GH-718.
2021-06-25 23:31:16 +02:00
Kamil Tekiela
9d2b858bca
Remove magic_quotes_runtime docs
Closes GH-719.
2021-06-25 19:27:30 +02:00
Christoph M. Becker
f52f2a81eb
Fix #81201: Missing description of CURLOPT_PASSWORD option 2021-06-25 18:49:14 +02:00
Sergey Panteleev
dc99afbc1f
Wrap use with literal tag 2021-06-25 13:49:36 +03:00
Kamil Tekiela
9e0a39029d
Remove PHP 5 info and collapse top note in ob_start
Closes GH-729.
2021-06-24 23:16:41 +02:00
Tiffany
552f92a2ec
Revise wording for ucwords (#726) 2021-06-24 09:30:02 -05:00
Kamil Tekiela
a35fce69cc
Remove obsolete resource information
Closes GH-725.
2021-06-24 16:08:30 +02:00
Kamil Tekiela
a94b259189
Remove unneeded note
set_socket_blocking was removed in PHP 7.0. socket_set_blocking is still an alias and is not deprecated, but since we don't document aliases in notes, I removed the whole note.

Closes GH-724.
2021-06-24 14:57:32 +02:00
Sergey Panteleev
f6d269c002
Fix issues in oci8 directory (#722) 2021-06-24 14:55:17 +03:00
Sergey Panteleev
8c2f58a7de
Fix issues in phar directory (#721)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-06-24 14:00:02 +03:00
Sergey Panteleev
47e2bde2fa
Add classname to ZookeeperConfig instance 2021-06-24 13:12:33 +03:00
Kamil Tekiela
67ae2b943e
Remove obsolete mcrypt example
Closes GH-717.
2021-06-23 23:51:59 +02:00
Kamil Tekiela
d335ba69a1
Remove split() and ereg()
Closes GH-716.
2021-06-23 20:20:58 +02:00
Sergey Panteleev
1f801a1187
LDAP link identifier replaced with LDAP resource (#715) 2021-06-23 13:41:35 +03:00
Sergey Panteleev
a2cd8e7de3
Fix issues in memcached directory (#714) 2021-06-23 12:51:01 +03:00
Sergey Panteleev
12081e88fb
Update installation guide for macOS Monterey (#708) 2021-06-23 06:27:03 +03:00
Sergey Panteleev
0d69739d2c
Fix issues in pthreads directory (#711) 2021-06-22 12:44:48 +03:00