Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/doc-en

English PHP documentation
https://github.com/php/doc-en

Fix markup of DatePeriod::createFromIso8601string()

0070ddc45d60b6eda095053847dba544aa4339bf authored about 1 year ago by Máté Kocsis <[email protected]>
Document Spoofchecker::setRestrictionLevel (#2274)

d7345f51cf4ac70fd8f641be8fe9dac0294a18b2 authored about 1 year ago by Mathieu <[email protected]>
Changed fn function name in name resolution rules (#2888)

a5ddf6c612685c2c0e5c3b3a7e8b719ced0a929b authored about 1 year ago by Valentin Udaltsov <[email protected]>
Integrate a modified scoping user note from include to eval (#2850)

68308f0095c6ebf0d19afa72f2bac0a9f194e77d authored about 1 year ago by chx <[email protected]>
Fixed deprecation warning for dynamic property creation (#2887)

9957fc259b7b920269ead2a0180969db5bf13433 authored about 1 year ago by philipp-check24 <[email protected]>
Remove redundant spaces after strrchr() example update (#2886)

654ee5c8afdf4ee721befdd0937fa155c50dca43 authored about 1 year ago by Lu Fei <[email protected]>
Add `IMAGETYPE_AVIF` constant to documentation (#2885)

This constant is introduced with PHP 8.1 and is not documented yet.

Co-authored-by: JanisPlay...

f40e02ff1bd0eb238dc8e542434004de9eb03a58 authored about 1 year ago by Joshua Rüsweg <[email protected]>
[skip-revcheck] Remove spurious spaces.

0b26a7aff236130cc8f1e5d7adb9464a46fab689 authored about 1 year ago by André L F S Bacci <[email protected]>
strrchr: typo fix (#2884)

a2ba966ef221784188fc900f17080df284e4a56c authored about 1 year ago by David CARLIER <[email protected]>
added missing DateRangeError version info.

30d02ea9c6e6de15eef5c9bd0229316a21ba03b5 authored about 1 year ago by Yoshinari Takaoka <[email protected]>
Interlink Randomizer::getFloat() and Randomizer::getInt() (#2880)

0ec8e36e0f649354b20c714080a903d32df4dbfb authored about 1 year ago by Tim Düsterhus <[email protected]>
Randomizer::nextFloat(): Expand the documentation (#2879)

9b01d72951c98dd75392dbb0b1e0df1b8802a45c authored about 1 year ago by Tim Düsterhus <[email protected]>
Randomizer::nextFloat(): Improve caution note (#2878)

21e24bf8dea4f97042a8b385e884c68d0217d845 authored about 1 year ago by Tim Düsterhus <[email protected]>
[skip-revcheck] Randomizer::getFloat(): Reflow

be4c3688d57fa9ec8f99ec293281e7fa7ba10fea authored about 1 year ago by Tim Düsterhus <[email protected]>
Randomizer::getFloat(): Add step-by-step explanation of γ-section (#2870)

Co-authored-by: Larry Garfield <[email protected]>

a262f32667863f51866a0489044254ccf714f66b authored about 1 year ago by Tim Düsterhus <[email protected]>
[skip-revcheck] fix: features message typo (#2874)

ebc1cc2ba9d50a96edb76c14a810f836b3bd8a55 authored about 1 year ago by Mustafa Ateş Uzun <[email protected]>
Remove links to PhD namespace after mysql function fix

ff4017b6334dae2d5353fe99df8089a828795324 authored about 1 year ago by George Peter Banyard <[email protected]>
Use new markup for indicating section should not be chunked (#2866)

7a75b854c8c52226d38397e7e8177e339fdb273f authored about 1 year ago by George Peter Banyard <[email protected]>
Improve example for strrchr() (#2867) (#2873)

36c24dc9fa1854afe06383f9a2d1a8ed909a494d authored about 1 year ago by vera-ju <[email protected]>
docs: correct spelling details in migration83. (#2872)

d3f04e6e79e98e4737fd6e325f8651badd83b51e authored about 1 year ago by Marcos Marcolin <[email protected]>
assert: Remove “not recommended” reference to `assert_options()` (#2869)

The reference itself says that this is not recommended and `assert_options()`
itself is depreca...

b2cbcaea5b0e967d2b2cc6bbfa631343e49a7c28 authored about 1 year ago by Tim Düsterhus <[email protected]>
assert: Remove note about it being a language construct (#2877)

`assert()` behaves like a regular function for all intents and purposes. It can
even be used as...

968e209abcb3a758b079f6ccb3afe74d3b3bbda7 authored about 1 year ago by Tim Düsterhus <[email protected]>
function.arguments: Remove explanation of legacy variadics (#2876)

Proper variadics were introduced in PHP 5.6, legacy variadics are explicitly
noted as “not reco...

b22f4a798a435fb159af88806341ce9cbe9f38c2 authored about 1 year ago by Tim Düsterhus <[email protected]>
Drop usage of phd:args XML attribute usage (#2864)

This is to make the documentation more comformant to the Docbook standard

0bd0e7ed82bacf506939e66533699fb98f2ddaa5 authored about 1 year ago by George Peter Banyard <[email protected]>
Explain error control operator sets `error_level` to bit-expression (#2806)

The verbose wording aims to prevent misinterpretation of `|` as "or".

8d20b244cd76f802a31f5a9fc7ca8d97e2163391 authored about 1 year ago by immeëmosol <[email protected]>
Randomizer::getFloat(): Fix example output

The `printf()` format intended to always add the sign.

9ace2f096f4a3dfbcc1bfe8e7ab04dc8bd6f0bc2 authored about 1 year ago by Tim Düsterhus <[email protected]>
Note that error control operator (@) affects error_reporting (#2804)

Co-authored-by: George Peter Banyard <[email protected]>

9caac4c5cce859b4ae5d497972442fcfaa840d81 authored about 1 year ago by immeëmosol <[email protected]>
Regenerate gearman doc to fix GH-2859 (#2860)

3c0b61c45a5dabe46865510311e57b77ea3dddb7 authored about 1 year ago by cracksalad <[email protected]>
assert: Rewrite examples (#2861)

- Drop the assert.exception=0 case, because that is deprecated.
- Showcase the output for enabl...

30aac0c7394b96a36be45a13ff4631d9950159e9 authored about 1 year ago by Tim Düsterhus <[email protected]>
assert: Fix return value explanation (#2863)

Specifically, `assert()` will always return `true` if assertions are disabled.
Ideally, the ret...

56e917c6691a7b376d10515393410b574fb0e9b6 authored about 1 year ago by Tim Düsterhus <[email protected]>
assert: Drop examples for legacy string-based assertions (#2862)

They are no longer supported as of PHP 8 and only serve to cause confusion for a
feature that i...

fff186098aff6211ad4500886d825284ca2ab597 authored about 1 year ago by Tim Düsterhus <[email protected]>
Randomizer::getFloat(): Add documentation (#2856)

Co-authored-by: Niels Dossche <[email protected]>
Co-authored-by: Larry...

7d9e18e0ad179087b8c56dabd3120970671450af authored about 1 year ago by Tim Düsterhus <[email protected]>
error_reporting: Fix return value description (#2805)

2fe8d67ea4205cbf536298c691e4a8e1d26bb21c authored about 1 year ago by immeëmosol <[email protected]>
range: Update for PHP 8.3 (#2801)

Co-authored-by: Tim Düsterhus <[email protected]>

62421b98a97fe576987878055e17cf755eb395af authored about 1 year ago by George Peter Banyard <[email protected]>
$http_response_header: Improve example (#2854)

* added example comments

* added the emitted warning

* Update language/predefined/variable...

c2cf2290247ae581d10dc4d74d91cc4f97293daa authored about 1 year ago by Markus Staab <[email protected]>
Fix example of get_headers() usage with context (#2851)

Function get_headers() called with wrong signature in example of usage with context.
Add missin...

943c1285bd3808ad764f01da00b59458110133c0 authored about 1 year ago by Viktor Khonin <[email protected]>
Randomizer::getBytesFromString(): Showcase a non-uniform input string (#2855)

6b62527df5515172a20d557795ec43765ee24875 authored about 1 year ago by Tim Düsterhus <[email protected]>
rpminfo now have a stream wrapper

5a21632a885611b6d51f74ff188b8b33f3d758ea authored about 1 year ago by Remi Collet <[email protected]>
Remove ZPP failure mention in array_change_key_case() (#2849)

Co-authored-by: Denny Reeh <[email protected]>

58d11dfe19531e1355980b2892964c07dd8e8068 authored about 1 year ago by dreeh <[email protected]>
Fixed #2843: Error section mistakingly called the previous situation 'Exception' instead of warning

a11c5b53bc132289a0ddcc6d3efee5d97f0027b4 authored about 1 year ago by Derick Rethans <[email protected]>
deleted duplicate Warning entry.

02302a754aa0b2ea9a783f792e2c2c6c54230829 authored about 1 year ago by Yoshinari Takaoka <[email protected]>
PHP 8.3: Describe increment/decrement operator changes (#2841)

Co-authored-by: Tim Düsterhus <[email protected]>

f70a64879bbcea3bb35c9da53bc8b92e15927a76 authored about 1 year ago by George Peter Banyard <[email protected]>
PHP 8.3: legacy assertion have been deprecated (#2840)

ada1d79de35239334b68d0120b011530e31244ff authored about 1 year ago by George Peter Banyard <[email protected]>
is_(finite|infinite|nan): Rewrite documentation (#2846)

Co-authored-by: George Peter Banyard <[email protected]>

445fda70c6876c3e903f5ba302248e50fd43cdf6 authored about 1 year ago by Tim Düsterhus <[email protected]>
Document ReflectionProperty::setValue PHP 8.3 deprecation (#2594)

c20aa1db4ebd113c792785d85bb97390d3cbf334 authored about 1 year ago by Kyle <[email protected]>
follow the changes of migration83 guide about constant typing (#2845)

e612d76529255bc8db91d0f87e5636e3a405dd38 authored about 1 year ago by Yoshinari Takaoka <[email protected]>
deleted duplicate word.

c3b9bcfbee1f77830cfa086e88de6c0742cfb8ad authored about 1 year ago by Yoshinari Takaoka <[email protected]>
Added Date extention specific exceptions and errors.

This description is deleted by mistake.

refs: https://github.com/php/doc-en/commit/763b31ef61c2...

bb05ab5db196b35cc49e453fb5e7ec82e664c2d0 authored about 1 year ago by Yoshinari Takaoka <[email protected]>
Document str_increment() and str_decrement() (#2797)

57c83578be2f0ebf3528f1296040fe738dac37de authored about 1 year ago by George Peter Banyard <[email protected]>
[skip-revcheck] Fix typo in random_int()

ece499cdc10ea25ea505842ecc9bdcfbd98e132b authored about 1 year ago by Tim Düsterhus <[email protected]>
fix typo in numeric-strings.xml (#2830)

7ba2406e555a240338d63f72d9ac54a46e0bee5d authored about 1 year ago by Soichi Sato <[email protected]>
yar: Remove duplicate constant (#2842)

fade73b9ec1424cbbfcd5d075a21d30445ce8a23 authored about 1 year ago by Lu Fei <[email protected]>
Add documentation for mb_str_pad) based on str_pad() (#2750)

470840865ff73ed37df2f7fd183bbec97ccab8d3 authored about 1 year ago by tekimen <[email protected]>
Document LIBXML_NOXMLDECL support (#2602)

Co-authored-by: George Peter Banyard <[email protected]>

40476b2960f884b088d77f38b6bef2c43b662d10 authored about 1 year ago by Niels Dossche <[email protected]>
Update type system documentation (#2798)

Use 'atomic type' instead of simple or base types
Replace 'literal' types by 'value' types
Men...

5fccbe5195820cd9ec0045674312ec567ef5f6ed authored about 1 year ago by George Peter Banyard <[email protected]>
Overhaul XML handler docs (#2832)

5a14f904d231d294e2e5b4fb5d2fc4d2fd9eddee authored about 1 year ago by George Peter Banyard <[email protected]>
hash_hmac_file: Sync example with hash_hmac (#2838)

This was missed in 20dcfbb0dd7150cbe5dfd7903a3001229295c549.

50960545e781ff94ba371befc04346de48a0bb82 authored about 1 year ago by Tim Düsterhus <[email protected]>
hash_copy: Unify with hash_* (#2839)

see 20dcfbb0dd7150cbe5dfd7903a3001229295c549

584a9fb976cccc93109776a904ec1c5ddb2d580f authored about 1 year ago by Tim Düsterhus <[email protected]>
mt_getrandmax: Remove example (#2835)

This affine transformation results in a bias and `Randomizer::getFloat()` must
be used.

c174b16add554508aafdd40c5d3f2997099882b6 authored about 1 year ago by Tim Düsterhus <[email protected]>
Clarified the meaning of soft deprecation (#2817)

* Clarified the meaning of soft deprecation

* Update appendices/migration83/deprecated.xml

...

957c1c9dd804eac1ee2b2089b9065cc12d0ab6b3 authored about 1 year ago by Yoshinari Takaoka <[email protected]>
crypt: Improve comment in example (#2836)

see https://chat.stackoverflow.com/transcript/message/56738441#56738441

60b29fbe11384d5233398d70fdc74e9078fe32ad authored about 1 year ago by Tim Düsterhus <[email protected]>
Randomizer::getFloat(): Expand documentation (#2833)

Co-authored-by: George Peter Banyard <[email protected]>

c72d86b5e1d3be37666b678ed2bc11dc0e2c7008 authored about 1 year ago by Tim Düsterhus <[email protected]>
lcg_value: Include the caution from Randomizer::nextFloat() (#2834)

see php/doc-en#2825

67f40681074b41ddac0e11b6675df3d628a0da62 authored about 1 year ago by Tim Düsterhus <[email protected]>
Merge branch 'html-warning'

8ecdde323aca6907e444158995bb109acbbe62c6 authored about 1 year ago by Derick Rethans <[email protected]>
Warn that DOM does HTML 4 and not 5

4ef716f8aa753e1189b2e57c91da378b16d970b0 authored about 1 year ago by Derick Rethans <[email protected]>
MT_RAND_PHP: Indicate deprecation (#2829)

c4f24e2eef1a3c970c491c0ee8cbc1f290ff023a authored about 1 year ago by Tim Düsterhus <[email protected]>
language-snippets: Add warn.deprecated.feature-8-3-0 and warn.deprecated.feature-8-3-0 (#2828)

The former will be required for MT_RAND_PHP.

9b0113aa0abc301fa904489aa4e99d2cad8d396e authored about 1 year ago by Tim Düsterhus <[email protected]>
mt_rand: Remove rand() from the see also section (#2827)

Nowadays it's the same function and in older version it's the worse
alternative.

0b6c76516a299395a3703e6df44f8ea4cb4549a8 authored about 1 year ago by Tim Düsterhus <[email protected]>
Randomizer::nextFloat(): Add caution note (#2825)

5f9d1aecdf783fc93090af4643dd6e7a8db4e18e authored about 1 year ago by Tim Düsterhus <[email protected]>
Randomizer::getBytesFromString(): Write documentation (#2824)

f08b9a8aee8330c248cd84b3f546391fedccd9f1 authored about 1 year ago by Tim Düsterhus <[email protected]>
hash_hmac: Reference `hash_equals()` in the “see also” section (#2823)

33b00cc27920489594afa964ffbf2660e4e245f7 authored about 1 year ago by Tim Düsterhus <[email protected]>
hash_*: Rewrite examples (#2822)

- Consistently use `sha256` in the examples, as sha256 is the right choice if
all things are ...

20dcfbb0dd7150cbe5dfd7903a3001229295c549 authored about 1 year ago by Tim Düsterhus <[email protected]>
hash_equals: Rewrite the page (#2821)

* hash_equals: Improve example

Stop showcasing `crypt()`, as passwords are better verified us...

472a8ae5cc4e91fcf8365760ba07787f61087aae authored about 1 year ago by Tim Düsterhus <[email protected]>
random: Update “See Also” list for lcg_value() (#2820)

b2c7c9910e9d8a7419f505824bd9ca66126d7cf3 authored about 1 year ago by Tim Düsterhus <[email protected]>
Split operator XML file into multiple files (#2799)

The documentation already renders it as different pages as each operator type is wrapped in a se...

52407313885d27a4e891e08dd2e2481bcc39e244 authored about 1 year ago by George Peter Banyard <[email protected]>
Merge branch 'datetime-exceptions'

8435c53fd65afa9acae81243938f4a255b672b24 authored about 1 year ago by Derick Rethans <[email protected]>
Fix whitespace

d7b51f68698544fb3e0384693809fe2aafa9c69e authored about 1 year ago by Derick Rethans <[email protected]>
Swap order as changelog (apparently) comes before examples

d9ac376dbee6e45ef775059456caf0ec348ada6a authored about 1 year ago by Derick Rethans <[email protected]>
These new exceptions are in PHP 8.3, not 8.2

763b31ef61c2aceb779c333c4577d669bf63ea48 authored about 1 year ago by Derick Rethans <[email protected]>
Document new DatePeriod::createFromISO8601String method in PHP 8.3

7d81260767f008218ffd338b365cfa3d10eb3d15 authored about 1 year ago by Derick Rethans <[email protected]>
Added BC break in migration docs

cd3868cd3ed85d2a91765e7cb7c25927fb0e8a54 authored about 1 year ago by Derick Rethans <[email protected]>
Add Date/Time exception documentation

71692b6f4cace8dca72a18ccd80d4cd7305e5d4e authored about 1 year ago by Derick Rethans <[email protected]>
random: Add initial contents for the PHP 8.3 methods (#2818)

Co-authored-by: George Peter Banyard <[email protected]>

f4fddd46d8427de08fa0bedecd75dc3894ffc070 authored about 1 year ago by Tim Düsterhus <[email protected]>
Delete non-existent mb_strtotitle function mention (#2816)

7fcd0116aaa5687244761e8c073bf47d5781376e authored about 1 year ago by Yoshinari Takaoka <[email protected]>
random: Add stubs generated from php-src stubs (#2815)

b869c16087df04d63f2ffabfacd2f957b8b6d2f9 authored about 1 year ago by George Peter Banyard <[email protected]>
Rename DOMChildNode::replaceWith file to be lowercase

All of our file named are lowercased, and this not being as such makes it harder to automaticall...

84001b63dfb481f5166527bb88b743f2f416f305 authored about 1 year ago by George Peter Banyard <[email protected]>
Update transformToDoc description (#2810)

Mainly, this is to fix https://bugs.php.net/bug.php?id=53693, which is
about the undocumented r...

960d50e1dafc7e385fdf1d2d5d2152fc564fb905 authored about 1 year ago by Niels Dossche <[email protected]>
Cleanup libxml options parameter description (#2811)

PHP 7.0 requires at least libxml2 2.6.11. So any note about an older
version is simply irreleva...

d2939d46110158f98ace5c20761c808b04c905d8 authored about 1 year ago by Niels Dossche <[email protected]>
Fix example of XSLTProcessor::registerPHPFunctions() (#2809)

You can't call these DOMDocument functions statically anymore.

1d574504ad4c2a183f6f858694b35168af23de46 authored about 1 year ago by Niels Dossche <[email protected]>
executeCommand() does not inherit readPreference from URI

https://jira.mongodb.org/browse/PHPC-2303

43e3a6ce9d6a407540652fa4f0d04f5c53f1a3ff authored about 1 year ago by Jeremy Mikola <[email protected]>
Use entity installation.enabled.disable on installation section (#2808)

Co-authored-by: Adiel Cristo <[email protected]>

a7d56396b4b04d83871e084371cd6c6fecdafaa8 authored about 1 year ago by Adiel Cristo <[email protected]>
PHP 8.3.0 migration guide addition (#2800)

Co-authored-by: George Peter Banyard <[email protected]>

deb28dd79db8b837c38ae43d940c85204d272f76 authored about 1 year ago by Yoshinari Takaoka <[email protected]>
fixed parameter markup and false value

43f61d4507f516a611c05d41c4717df83ca860d8 authored about 1 year ago by Yoshinari Takaoka <[email protected]>
deleted duplicate description (already mentioned in FPM section)

5dba6678fff362f0fa84125c6a4d66fae3187aa3 authored about 1 year ago by Yoshinari Takaoka <[email protected]>
fixed ldap_connect parameter markup.

5d161a765bd8861188855f298dadf580c191e6b2 authored about 1 year ago by Yoshinari Takaoka <[email protected]>
changes in rpminfo 0.7.0

d9011d6e02c11f8bff9bc561cc9e7d2854e4586a authored about 1 year ago by Remi Collet <[email protected]>
Add PHP 8.3 migration guide. (#2780)

Co-authored-by: Tim Düsterhus <[email protected]>
Co-authored-by: George Peter Banyard <g...

f037a94fd276a36a5061b0160fd3c2eafb20d980 authored about 1 year ago by Yoshinari Takaoka <[email protected]>
Update descriptions of octal, hex and Unicode escape sequences (#2793)

Clarify which part of each sequence is the regular expression by repeating it in the description...

3a13ca3690ebbcec05916a21c781685da2b60130 authored about 1 year ago by boxcleverliam <[email protected]>
feature:add yar http-proxy example (#2768)

* feature:add yar http-proxy example

Co-authored-by: [email protected] <[email protected]>

8b1f4f10d1b1264dc3d4d35bb2fab2ddb1055f4e authored about 1 year ago by 武夷梅占 <[email protected]>
Modernize ErrorException example code (#2782)

IMO the old example should have been

set_error_handler(__NAMESPACE__ . "\\exception_error_ha...

e6376e04ed2526138e5b71e16168cf6bb269fa8a authored about 1 year ago by divinity76 <[email protected]>