php-doc-en/reference
2020-04-03 04:19:29 +00:00
..
apache Split signature 2019-11-18 14:36:11 +00:00
apc Fix #77611: Wrong return type in function prototype for APCIterator next and valid methods 2019-02-13 16:00:26 +00:00
apcu Fix #77875: No documentation for apcu_enabled() 2020-03-08 10:25:58 +00:00
apd
array Fix #78992: Strange behavior of SORT_REGULAR insufficiently documented 2019-12-19 19:09:36 +00:00
bbcode
bc Fix grammatical error 2020-03-05 11:30:32 +00:00
bcompiler
blenc Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
bzip2 Fix: #77924: Wrong return type in bzclose() description 2019-04-19 14:57:00 +00:00
cairo Fix typos in documentation of cairo 2019-02-24 20:42:36 +00:00
calendar Document $method parameter 2019-08-20 09:01:50 +00:00
chdb
classkit
classobj Fix #78954: get_object_vars not returning typed empty properties 2019-12-12 17:18:46 +00:00
cmark CQL docs 2018-04-19 08:03:41 +00:00
com Fix VT_* constant values 2020-03-15 09:02:34 +00:00
componere Fix methodsynopsis markup 2018-09-21 21:19:46 +00:00
crack
csprng
ctype Remove PHP 4 and 5.0.0 mentions. 2019-06-05 17:31:34 +00:00
cubrid Fix See Also links 2019-06-05 13:37:45 +00:00
curl Document missing CURLOPT_HTTP_VERSION values 2020-03-20 15:10:04 +00:00
cyrus
datetime DatePeriod::getRecurrences() is public 2020-04-01 15:06:21 +00:00
dba Document lmdb $mapsize parameter 2020-01-23 11:45:57 +00:00
dbase Clarify that dBASE does not delete records immediately 2019-04-22 12:20:37 +00:00
dbplus
dbx Remove PHP 4 and 5.0.0 mentions. 2019-06-05 17:31:34 +00:00
dio Remove PHP 4 and 5.0.0 mentions. 2019-06-05 17:31:34 +00:00
dir Fix Doc Bug #78104 by removing mentions of @ operator and moving E_WARNING info into Error/Exception section. 2019-06-08 15:41:06 +00:00
dom Fix bug #79343 2020-03-07 19:20:16 +00:00
ds DsSet::last() returns a mixed value, just like DsSet::first(). 2020-03-15 01:40:08 +00:00
eio Fix #78670: Online Documentation at eio_chmod and eio_chown has typo 2019-10-14 07:17:37 +00:00
enchant Capitalize <refpurpose> 2018-01-25 15:24:28 +00:00
errorfunc Clarify set_error_handler types that cannot be handled (doc bug #76318) 2020-02-05 20:04:00 +00:00
ev Fix example, add missing ')' 2020-03-07 18:20:16 +00:00
event Fix typos 2019-07-15 14:29:36 +00:00
exec Document new create_new_console option for proc_open() 2020-03-19 14:09:56 +00:00
exif Correction of the sentence according to the grammar rules. 2019-11-18 14:18:40 +00:00
expect
fam Unify version format 2018-01-29 14:24:46 +00:00
fann Typo in type, provided by anonymous user. 2019-12-03 00:29:24 +00:00
fbsql Remove PHP 4 and 5.0.0 mentions. 2019-06-05 17:31:34 +00:00
fdf
ffi Clarify pseudo C preprocessor support 2020-02-12 13:09:26 +00:00
fileinfo typo and grammar 2020-01-15 12:06:29 +00:00
filepro Unify version format 2018-01-29 14:26:23 +00:00
filesystem Document that chown() and chgrp() are basically unsupported on Windows 2020-03-05 13:40:22 +00:00
filter Fix #79328: Typo in filter.filters.validate documentation 2020-03-01 16:30:42 +00:00
fpm Use bool instead of boolean in return types 2018-01-25 15:50:10 +00:00
fribidi
ftp ftp_ssl_connect() is available in official Windows builds as of PHP 7.0.0 2020-03-14 10:23:33 +00:00
funchand fixed parameter name. conform it with methodsynopsis. 2020-01-20 10:35:29 +00:00
gearman Typo 2019-10-30 11:37:36 +00:00
gender Use int instead of integer in return type 2018-01-25 15:57:18 +00:00
geoip Fix example 2018-05-08 11:37:38 +00:00
gettext
gmagick Use canonical method name in examples 2019-07-27 11:30:19 +00:00
gmp Fix title 2019-08-02 13:08:17 +00:00
gnupg
gupnp Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
haru Use entities in initializer 2018-01-25 19:11:34 +00:00
hash Link to hash_algos() from hash() and hash_file() 2020-03-13 18:01:28 +00:00
hrtime Fix #77435: Documentation linking issue for hrtime() 2019-01-09 18:47:38 +00:00
htscanner
hwapi Update versions based on parsing sources 2018-01-31 12:27:12 +00:00
ibase Fix copy&paste typos 2019-08-15 14:16:23 +00:00
ibm_db2 Use symbolic constants instead of magic numbers 2019-03-01 16:45:19 +00:00
iconv Rempve more PHP 4 related info 2018-09-04 14:59:11 +00:00
id3
ifx Unify version format 2018-01-29 14:30:10 +00:00
iisfunc
image The GD and GD2 formats are obsolete 2020-03-05 17:40:50 +00:00
imagick Fix #79268: Greater-than / Less-than rendering in code example 2020-02-13 07:49:54 +00:00
imap Typos found by anonymous users. 2019-11-24 05:12:59 +00:00
inclued
info Typo 2020-02-09 08:47:39 +00:00
ingres-ii Fix versions based on parsed php-src 2018-01-29 15:23:17 +00:00
inotify
intl Add missing visibility specifiers 2020-03-15 10:33:51 +00:00
json Description about JSON_ERROR_UTF16 is wrong, because this constant is not for json_encode but json_decode function. 2020-01-01 10:02:15 +00:00
judy Use already defined entities instead of repeating ourselves 2018-10-19 14:51:45 +00:00
kadm5
ktaglib Use entities in initializer 2018-01-25 19:11:34 +00:00
lapack
ldap ldap_control_pages_result(_response) is deprecated 2020-01-30 12:23:08 +00:00
libevent Users are better off to prefer event over libevent 2019-11-10 19:15:04 +00:00
libxml Use entities in initializer 2018-01-25 19:11:34 +00:00
lua Simplify signature of variadic functions 2018-11-27 19:09:14 +00:00
luasandbox Add LuaSandbox extension 2019-08-16 01:38:57 +00:00
lzf
mail Add mb_send_mail to "see also" section 2019-07-21 09:00:53 +00:00
mailparse Remove PHP 4 and 5.0.0 mentions. 2019-06-05 17:31:34 +00:00
math The return value of pi() is not related to the precision directive 2020-03-27 22:43:19 +00:00
maxdb typo and grammar 2020-01-15 12:06:29 +00:00
mbstring Fix return values section 2020-03-27 09:48:17 +00:00
mcrypt Fix incorrect return values. 2019-04-17 15:50:00 +00:00
mcve Fix versions based on parsed php-src 2018-01-29 15:23:17 +00:00
memcache Use entities in initializer 2018-01-25 19:11:34 +00:00
memcached Clarify return value 2018-06-16 12:14:32 +00:00
memtrack
mhash Move note to <preface>, so it actually is shown in the manual 2019-05-03 15:46:50 +00:00
mime_magic
ming Update versions based on parsing sources 2018-01-31 12:27:12 +00:00
misc Fix #79284: mention htrime on page microtime 2020-02-20 08:14:20 +00:00
mnogosearch Unify version format 2018-01-29 15:21:38 +00:00
mongo Fix typos 2019-07-15 14:29:36 +00:00
mongodb Fix build 2020-03-25 16:47:32 +00:00
mqseries Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
msession Fix versions based on parsed php-src 2018-01-29 15:23:17 +00:00
msql Use already defined entities instead of repeating ourselves 2018-10-19 14:51:45 +00:00
mssql Fix typos 2019-07-15 14:29:36 +00:00
mysql Fix #74897: Links to "warning" & "fatal error" have a blank href 2020-03-05 08:22:42 +00:00
mysql_xdevapi Added compression attribute info; via WL13001 2020-04-02 22:17:29 +00:00
mysqli Mark up classname 2020-03-15 09:36:47 +00:00
mysqlinfo Documented the mysql_xdevapi PECL extension, an extension for the MySQL X DevAPI. 2018-04-19 05:05:47 +00:00
mysqlnd Removing Connector/C reference as it's no longer a thing 2019-10-25 22:07:21 +00:00
mysqlnd_memcache
mysqlnd_ms Fix typos 2019-07-15 14:29:36 +00:00
mysqlnd_mux
mysqlnd_qc
mysqlnd_uh Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
ncurses What's in a name? 2018-06-15 11:50:40 +00:00
net_gopher Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
network Add samesite=None. 2020-01-13 12:27:10 +00:00
newt Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
nis Unify version format 2018-01-29 15:19:23 +00:00
nsapi Remove PHP 4 and 5.0.0 mentions. 2019-06-11 13:21:49 +00:00
oauth Use entities in initializer 2018-01-25 19:11:34 +00:00
oci8 Small tweaks about Oracle Database versions 2019-05-27 02:34:09 +00:00
oggvorbis
opcache Document opcache.cache_id 2020-01-25 16:48:27 +00:00
openal
openssl Fix #79117: Wrong returned value description for openssl_csr_get_subject 2020-02-26 23:04:57 +00:00
outcontrol Fix #78905: No list of nor link to relevant constants 2019-12-08 15:06:36 +00:00
paradox Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
parallel Set svn:keywords 2019-08-04 18:09:38 +00:00
parle Fix typos 2019-07-15 14:29:36 +00:00
parsekit
password Fix typo 2019-06-30 09:33:30 +00:00
pcntl Remove PHP 4 and 5.0.0 mentions. 2019-06-11 13:21:49 +00:00
pcre Fix #78168: Reference Format is \n instead of \\n 2020-03-10 09:11:07 +00:00
pdf
pdo Fix #74897: Links to "warning" & "fatal error" have a blank href 2020-03-05 08:22:42 +00:00
pdo_4d Fix typos 2019-07-15 14:29:36 +00:00
pdo_cubrid
pdo_dblib
pdo_firebird Document new FB dialect DSN component 2019-11-23 15:36:44 +00:00
pdo_ibm
pdo_informix
pdo_mysql PDO_MySQL defaults to emulated prepares nowadays 2019-12-14 19:18:34 +00:00
pdo_oci Document new PDO OCI constants 2019-06-16 11:28:06 +00:00
pdo_odbc Fixed bug #74795 (Wrong DB2 drivers link) 2017-10-21 19:27:59 +00:00
pdo_pgsql Fix function signatures 2018-01-25 19:03:56 +00:00
pdo_sqlite Fix #78957: pdo_sqlite extension does not load after upgrading from 7.3.12 to 7.4.0 2019-12-16 09:35:43 +00:00
pdo_sqlsrv Add link to driver source repository 2019-12-21 18:04:33 +00:00
pgsql Fix configure arg for FFI extension and add an example for PostgreSQL extension. 2019-06-23 00:59:14 +00:00
phar Fix #79173: Phar::decompress() return new instance of itself 2020-03-14 17:22:35 +00:00
phdfs Fix phdfs parse errors 2018-01-25 14:17:01 +00:00
phpdbg Document phpdbg.eol ini directive 2019-04-22 13:23:53 +00:00
pht Replace tabs with spaces 2018-11-19 15:09:50 +00:00
posix posix_getgrnam() returns FALSE on failure 2018-08-21 14:39:51 +00:00
proctitle
ps Use entities in initializer 2018-01-25 19:11:34 +00:00
pspell Remove PHP 4 and 5.0.0 mentions. 2019-06-05 17:31:34 +00:00
pthreads Add prominent link to parallel from pthreads 2019-05-03 13:16:59 +00:00
quickhash
radius Use int instead of integer in return type 2018-01-25 15:57:18 +00:00
rar Fix typos 2019-07-15 14:29:36 +00:00
readline Fix #79388: readline() missing return on documentation 2020-03-17 11:41:16 +00:00
recode Document unbundling of ext/recode 2019-07-12 12:32:10 +00:00
reflection PHP 7 as well 2020-02-02 17:01:17 +00:00
regex Fix #76259: Sessions extension does not strictly match Core extention definition 2018-04-27 16:42:29 +00:00
rpminfo rpminfo: document some constants 2020-04-02 09:24:44 +00:00
rpmreader
rrd Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
runkit Remove PHP 4 related info 2019-02-12 16:35:55 +00:00
runkit7 Fix runkit7_constant_redefine description 2020-03-28 19:02:09 +00:00
sam Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
sca Capitalize <refpurpose> 2018-01-25 15:24:28 +00:00
scoutapm Shorten scoutapm function refpurposes and move them to descriptions 2019-12-31 10:04:08 +00:00
scream
sdo Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
sdo_das_xml Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
sdodasrel Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
seaslog set standard svn:eol-style svn:keywords properties 2018-12-18 21:10:59 +00:00
sem Fix #71956: sem_get(0) creating an infinite amount of semaphores 2020-03-14 15:33:40 +00:00
session Fix typo 2019-09-15 16:35:46 +00:00
session_pgsql Use entities in initializer 2018-01-25 19:11:34 +00:00
shmop Remove PHP 4 and 5.0.0 mentions. 2019-06-11 13:21:49 +00:00
simplexml Fix #63060: Option LIBXML_NOEMPTYTAG is ignored 2020-03-14 16:56:46 +00:00
snmp Win95/98 is long gone 2018-10-06 11:31:45 +00:00
soap Simplify signature of variadic functions 2018-11-27 19:09:14 +00:00
sockets Add "Windows only" note 2020-02-06 14:20:12 +00:00
sodium Remove duplicated words 2019-07-14 13:46:42 +00:00
solr Fix #78637: SolrQuery::getFacetDateOther: wrong return type 2019-10-13 15:28:59 +00:00
sphinx Use entities in initializer 2018-01-25 19:11:34 +00:00
spl Fix #79168: Missing __construct method documentation in SPL Exceptions 2020-03-27 23:03:28 +00:00
spl_types Minor spelling mistake of "sctrictness" 2020-03-15 01:35:34 +00:00
sqlite Fix #78974: sqlite_libencoding refers to sqlite_lib_version(), which doesn't exist 2019-12-22 18:32:18 +00:00
sqlite3 Clarify SQLite3Result::columnName() 2020-02-24 12:48:37 +00:00
sqlsrv Fix #65813: Reference For Cross-Platform Compatible Code when connecting to MSSQL 2020-03-14 17:02:21 +00:00
ssdeep
ssh2 Fix #77796: Function ssh2_sftp (standard_5.php) 2019-03-26 11:29:03 +00:00
stats cumurative -> cumulative 2020-01-06 15:26:51 +00:00
stomp
stream documented stat mode 2019-11-26 01:44:25 +00:00
strings stip_tags() accepts array for $allowable_tags as of PHP 7.4.0 2020-03-05 17:42:19 +00:00
suhosin
svm Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
svn Prefer class constants 2018-05-08 14:05:47 +00:00
swish
swoole Typo 2020-02-09 08:46:48 +00:00
sybase Use entities in initializer 2018-01-25 19:11:34 +00:00
sync Fix #77448: Sempahore -> Semaphore 2019-01-12 16:24:27 +00:00
taint
tcpwrap Use entities in initializer 2018-01-25 19:11:34 +00:00
tidy Document new TIDY_TAG_* constants 2018-10-27 16:07:04 +00:00
tokenizer Fix #76259: Sessions extension does not strictly match Core extention definition 2018-04-27 16:42:29 +00:00
tokyo_tyrant Use entities in initializer 2018-01-25 19:11:34 +00:00
trader Fix typos 2018-02-27 13:46:38 +00:00
ui remove unwanted entities.*.xml files 2018-03-15 21:51:09 +00:00
uodbc Remove PHP 4 and 5.0.0 mentions. 2019-06-05 17:31:34 +00:00
uopz Clarify the calling the original function from the Closure is supported 2019-07-27 11:08:14 +00:00
url base64_encode() has no failure conditions 2018-09-23 12:52:32 +00:00
v8js
var Document the __serialize/__unserialize magic in PHP 7.4 2020-04-01 23:15:30 +00:00
varnish
vpopmail Remove PHP 4 and 5.0.0 mentions. 2019-06-05 17:31:34 +00:00
wddx Fix contradictory info 2019-03-26 11:45:37 +00:00
weakref Fix #78048: Weakref extension and PHP 7.4 weak references might cause confusion 2019-05-23 08:17:25 +00:00
win32ps
win32service WS 2019-02-21 09:55:43 +00:00
wincache Use entities in initializer 2018-01-25 19:11:34 +00:00
wkhtmltox Replace tabs with spaces 2018-11-19 15:09:50 +00:00
xattr
xdiff Use entities in initializer 2018-01-25 19:11:34 +00:00
xhprof
xlswriter set standard svn:eol-style svn:keywords properties 2018-12-18 21:10:59 +00:00
xml followed rev. 348566 fix 2019-12-18 16:34:07 +00:00
xmldiff
xmlreader XMLReader::open()'s $encoding defaults to NULL 2020-03-14 13:30:37 +00:00
xmlrpc Remove obsolete PHP 4 related info 2018-04-20 22:40:50 +00:00
xmlwriter Fix capitalization based on actual method name 2018-01-26 17:00:39 +00:00
xsl Fix capitalization 2018-01-28 17:17:03 +00:00
yac Fixed setter description and return value description 2020-04-03 04:19:29 +00:00
yaconf remove unwanted entities.*.xml files 2018-03-15 21:51:09 +00:00
yaf Typos found by anonymous users. 2019-11-24 05:12:59 +00:00
yaml Fix typos 2019-07-15 14:29:36 +00:00
yar Fix signatures 2018-01-30 11:11:54 +00:00
yaz
zip Fix #79418: configure --enable-zip results in failure 2020-03-27 16:32:30 +00:00
zlib Fix Doc Bug #78104 by removing mentions of @ operator and moving E_WARNING info into Error/Exception section. 2019-06-08 15:41:06 +00:00
zmq Typos provided by anonymous users. 2020-01-12 21:54:37 +00:00
zookeeper add new example to Zookeeper::get() 2019-08-13 03:40:27 +00:00