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 DateInterval class markup

It was using a mixture of the new and old class markup causing a PhD assertion to fail

9154789dfc9cb8aa5df644bfba5e86c2deba4cb8 authored about 1 year ago by George Peter Banyard <[email protected]>
Clarify that the constructor is not called with classes registered via registerNodeClass (#2788)

bb47f4433ac38d890373169666e82609d2ab0848 authored about 1 year ago by Niels Dossche <[email protected]>
crypt: Do not reference `md5()` (#2790)

`md5()` should not be referenced anywhere, especially not anywhere near a
function that is suit...

cc88cbd3303ca3342dcdcd643eae793e564730c7 authored about 1 year ago by Tim Düsterhus <[email protected]>
crypt: Remove examples showcasing bad practices (#2789)

The existing examples showcased constant salts and the use of DES-based
hashing. Showcase a sim...

58cdfe0ec955bed03224ca6156af1c6c3350a2c7 authored about 1 year ago by Tim Düsterhus <[email protected]>
password_needs_rehash: Fix example

This adds a missing `$` and a mental note to actually check the example next time.

ff492e168a557e4dd17574023b7c3cb21b14df3b authored about 1 year ago by Tim Düsterhus <[email protected]>
password_verify: Update the example hash to actually be consistent with password_hash() (#2787)

ba9021d03c30d208158471c45dc83613e3159edf authored about 1 year ago by Tim Düsterhus <[email protected]>
password_needs_rehash: Fix example (#2786)

The old example was broken, because the `cost` option is only valid for bcrypt,
but not for arg...

c3dce34e6fb834f9c1e08ecd50fe274177fe4e29 authored about 1 year ago by Tim Düsterhus <[email protected]>
password_hash: Update script to generate cost recommendations (#2784)

50 ms is way to short to generate actually secure hashes. Update the
recommendation to 350 ms w...

c6b95280cf10b6b252683ee7d86416c4c27deb4e authored about 1 year ago by Tim Düsterhus <[email protected]>
password_hash: Update the caution note about providing a salt (#2785)

9aa9bd7c153fe072a1c8545ed684f134c269a58f authored about 1 year ago by Tim Düsterhus <[email protected]>
Corrections to xml_parser_[gs]et_option (#2777)

9fb00a4cf8563ea56d53cb1f72e2856b68899646 authored over 1 year ago by Niels Dossche <[email protected]>
`compact()` issues an E_WARNING as of PHP 8.0 (#2776)

PHP 8.0 converted a number of notice to warnings via the "Reclassifying engine warnings" RFC:
h...

e311803cd2fb931ad80bab6fd0f996d2ece6e2b8 authored over 1 year ago by Hideki Kinjyo <[email protected]>
Corrected description of negative offsets for strrpos(). (#2221)

Fixes GH-2220

The negative value for `strrpos` offset is inclusive of those bytes as a start...

2eb2cdbe58d2f35cb88ad06fa090f3c0ccd9f860 authored over 1 year ago by miqrogroove <[email protected]>
$message parameter of stream_notification_callback() is nullable (#2767)

aca589264ab655bb1505d01e1a6d34cda6ba3d53 authored over 1 year ago by Michal Špaček <[email protected]>
Fix SimpleXMLElement::current() example (#2766)

1) There's a typo in the variable name
2) The call returned NULL in PHP < 8.1. It throws an exc...

523e43a7d96eab72bb16ccfc08b9b4741ab5322a authored over 1 year ago by Niels Dossche <[email protected]>
typo(intl): comma instead of point (#2758)

Replace a comma by a point in the Introduction of intl

91791cdde04dd89898656fbec1aa8e7e0bf0460d authored over 1 year ago by Romain Herault <[email protected]>
[skip-revcheck] Fix indentation of predefined constants pages

9def0ab441503d16f4debe7ec46256fed55ce374 authored over 1 year ago by Máté Kocsis <[email protected]>
Synchronize list of predefined constants with stubs - part 5

37280533a76693adac626a37ffc8daa2276400ce authored over 1 year ago by Máté Kocsis <[email protected]>
fix(filters): remove unnecessary comma (#2757)

372e1b4d392a909073c06aba5975d7bedbf0b725 authored over 1 year ago by Romain Herault <[email protected]>
Clarify constructor property promotion modifiers (#2755)

7b50ce5861a2fcceaa05da7adb3d946a025ca72d authored over 1 year ago by Bart van Raaij <[email protected]>
[gnupg] Fix return type declarations (#2748)

766fa972bca0f6ea8711f6e27d68278be41db17a authored over 1 year ago by Hubert Lenoir <[email protected]>
Remove session_register() references (#2746)

Closes GH-2730

ba6a83ca3558574695be5ef0a0e008e4e5f78ddb authored over 1 year ago by Alex Theobold <[email protected]>
Clarify intl.error_level

fd332b0a6ec26dc2e31efc6f46cf102261233c62 authored over 1 year ago by Kamil Tekiela <[email protected]>
Synchronize predefined constants with stubs - part 4 (#2743)

Adding missing constant type information

8cedd63d950e83ff12682253dadb7b3a462b20aa authored over 1 year ago by Máté Kocsis <[email protected]>
Synchronize predefined constants with stubs - part 3 (#2742)

Fix wrong constant types. Apparently, in some cases, the type of the relevant option is document...

5bc8ebe3c1e0bb133e058f1b8eb34a721149e893 authored over 1 year ago by Máté Kocsis <[email protected]>
Synchronize predefined constants with stubs - part 2) (#2741)

Fix wrong formatting of constant types

3b67c8e90cdaa14f9d1a82756dcf0000ffa8f160 authored over 1 year ago by Máté Kocsis <[email protected]>
Update GHA to `actions/checkout@v4`

f318ff098b7ec9ae167bf0f14fe4541b6bc530d0 authored over 1 year ago by Tim Düsterhus <[email protected]>
[skip-revcheck] Syncronize predefined constants with stubs - part 1 (#2739)

Preparation commit for syncing constants with stub.

This reformats the page, which is mainly ...

5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c authored over 1 year ago by Máté Kocsis <[email protected]>
Added syntax highlighting for currentdirectory in 'Using Namespace' page (#2738)

I was reading the documentation on the namespace and got confused when I saw the word currentdir...

d013ef8a63df5119c34354cb553ef9a3f123a3be authored over 1 year ago by Okechukwu Somtochukwu <[email protected]>
Add ctype functions to IntlChar's "see also" section and vice versa (#2725)

e20e74073379710a4f6316734c42996c8fbf9beb authored over 1 year ago by Sebastian Hädrich <[email protected]>
Fix GH-2655: add `PEM`, `PKCS`, `CSR` and `DER` acronyms (#2659)

497c40ac164d5873fd87f622dfdeb5206392b446 authored over 1 year ago by Alexandre Daubois <[email protected]>
Remove reference to generating "Flash" movies (#2733)

* Remove reference to generating "Flash" movies

* Swap reference to XHTML to JSON

* Make s...

ba36a88377878340feb08b36cdde88c26f34df6a authored over 1 year ago by Tim MacDonald <[email protected]>
Update the default value for memcached.store_retry_count (#2728)

The default was changed in 3.2.0 - Fixes https://github.com/php/doc-en/issues/2727

dfe3b9532a07e11b105a9380d8e74fe2d78a0fa7 authored over 1 year ago by Doug Tabacco <[email protected]>
Add doctype to full HTML document (#2734)

Proposing that for full HTML document examples, we include a doctype.

The section's initial e...

46ffb4b3fa11ea5733de780a8bcc211d8dc3d92b authored over 1 year ago by Tim MacDonald <[email protected]>
Wrap example output in CDATA (#2736)

1defcdacde913ea1794463741b28c6ab0f6ed639 authored over 1 year ago by Tim MacDonald <[email protected]>
Fix typo in chapters/tutorial.xml (#2737)

6897f18b9f939f16a215af442818a1921c02d8c4 authored over 1 year ago by Tim MacDonald <[email protected]>
Fixed $before_needle argument of strrchr() description (#2723)

* Fixed $before_needle argument of strrchr() description

* Make description of `$before_needl...

31d54a1c340cec9b15047f9f398d10e15f59f934 authored over 1 year ago by Yoshinari Takaoka <[email protected]>
Document new `$before_needle` argument of `strrchr()` (#2719)

ac9cbffe6eef9c63a7958069f6fd186310fa3e42 authored over 1 year ago by HypeMC <[email protected]>
Use new class synopsis markup (#2611)

Follow-up on https://github.com/php/phd/pull/77

14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 authored over 1 year ago by Máté Kocsis <[email protected]>
Fix `Throwable` labeled as class (#2720)

09caff9ea664f7154a7d37e92b2c332c28462404 authored over 1 year ago by HypeMC <[email protected]>
Testing new 'to-email' notification for commits

b66a0f58972f5f598a10bcae3bb16c2d4e861a45 authored over 1 year ago by Derick Rethans <[email protected]>
Improve str_pad documentation (#2535)

715a103ca5859b3f52f271af807a0738412f0456 authored over 1 year ago by Houssem Zitoun <[email protected]>
Use semantic HTML tags for tutorial `form` example (#2715)

* Indent form example

* Use semantic HTML for form example

* Add `type` attributes to inpu...

d3229141aa1e298a7c37c27680fccd572bfbfefe authored over 1 year ago by Tim MacDonald <[email protected]>
use `str_contains` over `strpos` for tutorial example (#2716)

60bd8b786b9bce22104fb22073eb6ca6b9714945 authored over 1 year ago by Tim MacDonald <[email protected]>
Standardise Getting Started example indentation (#2713)

* Standardise getting started indentation

* Indent form example

* Drop trailing whitespace...

5ccb446e8a90aaac23d1d9328d3205872b033b32 authored over 1 year ago by Tim MacDonald <[email protected]>
update intval doc with explicit binary numeral notation (#2686)

18c4f78a828232c909056490ccf0a858d002e6ef authored over 1 year ago by Jawira Portugal <[email protected]>
Update string.xml to remove old string interpolation (#2712)

An example used the deprecated `${varname}` syntax; fix it.

48e35e9d0d985710d8f04ac998eb357b40bff9af authored over 1 year ago by Eddie Kohler <[email protected]>
changes in zip 1.22.2 (and libzip 1.10.1)

d7f5a20dbd199ad69cdb1ff713a3d89719252a5c authored over 1 year ago by Remi Collet <[email protected]>
Remove incorrect literal on title. (#2704)

Co-authored-by: André L F S Bacci <[email protected]>

3d522c890d98c563bb283cf89ec5da5f535cfb8f authored over 1 year ago by alfsb <[email protected]>
Few FFI improvements (#2702)

Found during the translation to French

e281e1f40a1480dcc5a3d874185ce841bcae40d8 authored over 1 year ago by Pierrick Charron <[email protected]>
[skip-revcheck] Normalize &Constants; and &Methods; usage (#2703)

Drive-by trailing whitespace removals

Co-authored-by: André L F S Bacci <[email protected]>

6ceccac7860f382f16ac1407baf54f656e85ca0b authored over 1 year ago by alfsb <[email protected]>
Add mention of `is_a()` and `instanceof` in `class_implements()` and `class_parents()` pages (#2697)

Closes GH-1606

60af8c2b746d51c1556cc2ddc4d4163222347b96 authored over 1 year ago by Alexandre Daubois <[email protected]>
Fix typo in reference/ffi/ffi

4e4160b2366420a8fcc53a0084fcb6c2d9c75a15 authored over 1 year ago by Pierrick Charron <[email protected]>
Re-add the semicolon after `endswitch` in alternative-syntax.xml (#2699)

This was part of an unrelated commit and is now re-added in a dedicated
single-purpose commit.
...

a41057cbdf053fd8c3a3bec6f1bbf113ffec8e42 authored over 1 year ago by Tim Düsterhus <[email protected]>
Revert "Fix GH-2635: Fix switch alternative syntax (#2648)" (#2693)

As per the discussion in php/doc-en#2648, the part that might actually be
unexpected is that le...

fb21c51a795b077e561bdc75a37e207f2b4f6f71 authored over 1 year ago by Tim Düsterhus <[email protected]>
[skip-revcheck] Fix typo in min() and max() docs (#2696)

9d044185431afc63026546899216053820ac5d64 authored over 1 year ago by Alexandre Daubois <[email protected]>
Revisions to ext-mongodb architecture and library tutorial (#2688)

Remove references to HHVM, the legacy mongo extension, and older PHP versions from the architect...

077667aa60c2eaee4fbb704824e265d3ad6120b3 authored over 1 year ago by Jeremy Mikola <[email protected]>
Fix minor typo in code comment (#2691)

No revcheck is skipped as some translations copy/paste examples without translating comments.

811ee28918e320b3f2d9324ef0f9feae816091b5 authored over 1 year ago by Fahad Ali Khan <[email protected]>
[skip-revcheck] Remove double "are" (#2689)

8870f9d1ce63f365a43cbeb0bf2123f531f9e74d authored over 1 year ago by gareginra <[email protected]>
fixed XPointer evaluation failed error.

XPointer evaluation failed: #xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-...

f820cd7c1196f5e67635c086df4401e4a3602818 authored over 1 year ago by Yoshinari Takaoka <[email protected]>
fix broken build

eaee72c33fe65d1d4648cd8a30bbec0aeb76c960 authored over 1 year ago by Yoshinari Takaoka <[email protected]>
[MongoDB] Document BSON class changes for 1.17

e1da4d25a80643d5bcccc4645a929fad3db746e8 authored over 1 year ago by Andreas Braun <[email protected]>
Add an example for str_getcsv with empty string (#2504)

It's surprising that `str_getcsv("")` returns `[null]`. This adds an
example to warn users of t...

272838c8815f95572a60d30e39dfb1feba3e497c authored over 1 year ago by Albert Peschar <[email protected]>
Update DOM intro (#2684)

There's loadHTML(File) and saveHTML(File) to to load and save HTML
documents. People use it for...

2aa5a9c4505a5307b2455f5a7d0b7ca1cb38e6c5 authored over 1 year ago by Niels Dossche <[email protected]>
Clarify the output of example code about undefined variable usage (#2679)

Accessing undefined variables generate an E_WARNING since PHP 8 (and will result in error except...

00e8d1f2b04d3c55e7e31a323be68f90d1662c7d authored over 1 year ago by Onur Yılmazer <[email protected]>
Rework the examples for continue (#2367)

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

16389a7b31069481d6c8c0705172bee5ef1ddf5f authored over 1 year ago by Aleksandr <[email protected]>
Update Mysqli::construct() docs for return value as of PHP 8.1 (#2454)

Co-authored-by: George Peter Banyard <[email protected]>
Co-authored-by: Kamil Tekiela <tekiela24...

390278d79b453af8f2f0837596c4cd25882b951a authored over 1 year ago by mattkolb <[email protected]>
mysqli_field_seek always return true (#2255)

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

18d96d58e38ff747678163d6a01dcb946e6810a7 authored over 1 year ago by Wyatt <[email protected]>
Slight improvements (#2678)

b1ef3427055358ff6d092ddb0a8b5e748a7bbbb2 authored over 1 year ago by Sergey Panteleev <[email protected]>
Update get_headers example to not change the default HTTP stream context. (#2548)

Update example 2 to not change the default HTTP stream context.

06791a63aa7aa896e38a9ffab57f1fe49c48a841 authored over 1 year ago by Wade Rossmann <[email protected]>
Fixed run-on sentence in 8.1 deprecated.xml (#2590)

f164f8c8627d55910084c94e1dcea93b4a57c4a3 authored over 1 year ago by miqrogroove <[email protected]>
Improve tag semantic usage (#2676)

Co-authored-by: André L F S Bacci <[email protected]>

fc174e8d6162091550edde46159917ee7e5a2e73 authored over 1 year ago by alfsb <[email protected]>
sorted Changelog version

The changelog for 8.0.0 came above the one for 8.2.0.

054a327c0f5802cb86c110f9b25b7caff9613f95 authored over 1 year ago by Yoshinari Takaoka <[email protected]>
removed "PHP" from changelog version.

51a2b54c3d1723045b7f4729e464b4691750fa8a authored over 1 year ago by Yoshinari Takaoka <[email protected]>
fix example syntax error (#2675)

1f402b0c28f127e75b3cea633c51385e3c3e5e4b authored over 1 year ago by Jakub Pavlík <[email protected]>
Disable PhD chunking for DateTime format page

Partial fix of GH-2674

ce5b00c8ad15389e7c18b5e452a7b89b90ba9756 authored over 1 year ago by George Peter Banyard <[email protected]>
Fix GH-2209: update return value and changelog of stream_set_chunk_size() (#2663)

145067d97c784983a85bd903fab48765be09537d authored over 1 year ago by Alexandre Daubois <[email protected]>
Better phrasing and code example for PDO connection management (#2670)

Co-authored-by: George Peter Banyard <[email protected]>
Co-authored-by: Kamil Tekiela <tekiela24...

d861a1bcea24f05e52e4938c1ecdf9d70326d7aa authored over 1 year ago by colshrapnel <[email protected]>
Fix GH-2357: improve `Traversable` page (#2661)

c777ef397d0c333ce142ab8122abcad2aa63ba83 authored over 1 year ago by Alexandre Daubois <[email protected]>
[skip-revcheck] Fix page not render properly due spaces inside tag

0a3a57fae02391db80baeba98c9a071dc2760889 authored over 1 year ago by André L F S Bacci <[email protected]>
[skip-revcheck] Normalize entity usage on classsynopsisinfo. (#2664)

Rev-check is skipped as this does not affect the text output

Co-authored-by: André L F S Bacc...

be90f2a70062d28df2bfe951f0fa97faee06005f authored over 1 year ago by alfsb <[email protected]>
Update IteratorAggregate basic example to be compatible with PHP 8.2 (#2660)

92ae371db30ae40f0bc7bb818b3d4ced3adc5866 authored over 1 year ago by Sajjad Rezaei <[email protected]>
Integrate user note into the manual

dbbcd32d72e4c9af14e9f3b940edbedfb54f965e authored over 1 year ago by Derick Rethans <[email protected]>
Fix GH-2484: Add a note about accessing dynamic properties in `ArrayObject` (#2652)

4dc3bd2b429051d28d530cfd74462a124868d7e8 authored over 1 year ago by Alexandre Daubois <[email protected]>
Create a docker container for a single-line setup and rendering (#2638)

Use case: a casual contributor who wants to preview their changes before opening a PR.

There ...

52a614e6b48f9de8a09a0b0113d29c9f13ab1964 authored over 1 year ago by Anna Filina <[email protected]>
Update easter_date docs to reflect PHP 8.3 changes (#2643)

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

a0fcdcb58023bd4cb017fdba511df29b9f7a25f5 authored over 1 year ago by Arne_ <[email protected]>
Fix GH-2631: Clarify `array_diff_(u)assoc` examples (#2650)

6b64170daac5587bee4bb63c0020cb2fbf7f1253 authored over 1 year ago by Alexandre Daubois <[email protected]>
Document new 8.2 curl constants (#1911)

ab0006771069b6deaccdb44522a6312adaa91b35 authored over 1 year ago by Ekin <[email protected]>
Mention memory stream cannot always be casted to stdio stream

Closes GH-1078

916b09d30c574ed320136699a174a3621a020efc authored over 1 year ago by George Peter Banyard <[email protected]>
fix wording of previous PR (#2647), followed @Girgias's suggestion.

68e632fcb78f682de178cbcac63ee648426e0c30 authored over 1 year ago by Yoshinari Takaoka <[email protected]>
Fix GH-2639: Mention empty needle is accepter as of PHP 8.0.0 in string functions (#2653)

71b1e926631d5f5bec9b2e2685553453349ae799 authored over 1 year ago by Alexandre Daubois <[email protected]>
Fix GH-2450: mention when ArgumentCountError being thrown by built-in functions (#2654)

7f4d351cb527938a04343c06a8fd4353b456c5d3 authored over 1 year ago by Alexandre Daubois <[email protected]>
mb_convert_kana throws ValueError when impossible combination since PHP 8.2 (#2647)

ef9c9fa70f2837d2f1fc7d7cca5bf8b0f008beb6 authored over 1 year ago by tekimen <[email protected]>
Fix GH-2649: Document false return for mktime()/gmmktime() if timestamp does not fit in a PHP int (#2651)

57e27d2a7615da2ee6de57ed27eb40b473d487cb authored over 1 year ago by Alexandre Daubois <[email protected]>
Fix GH-2635: Fix switch alternative syntax (#2648)

1d73d6e34f2963c42456dbb8384bc15f5fa5642a authored over 1 year ago by Alexandre Daubois <[email protected]>
Add note on how PHP/GNU layout affects manpath (#2581)

4c676dacf58ff5d779eed96739ab4660204cbe7f authored over 1 year ago by nisbet-hubbard <[email protected]>
Fix minor spelling errors in the documenation for sodium_crypto_secretbox and sodium_crypto_secretbox_open (#2646)

660cdbffc27019384d50b10601b29b9ee4856164 authored over 1 year ago by Michael Mawhinney <[email protected]>
Add `type` parameter description for `Memcached::getStats` (#2644)

5e6bdba53b93f200cfd6068ce5d9b328c3a4459b authored over 1 year ago by Sergey Panteleev <[email protected]>
Improve wording of the description of ArrayIterator (#1058)

73c2b06c2a7baa614ea98022b1ad0529e3c7e680 authored over 1 year ago by sfinktah <[email protected]>
Add missing inherited methods to DS extension docs (#2642)

* Add missing extend for Ds\Collection

* Ds\Sequence inherits Ds\Collection, so add the ones ...

751e0de444680b21d8f937dc5e88cd76635a00ad authored over 1 year ago by Dan <[email protected]>
Sync docs with Memcached stubs (#1849)

* Sync docs with Memcached stubs

See: https://github.com/php-memcached-dev/php-memcached

*...

1d8068ecb070fdc360d750e0c1f3f15796e61ec0 authored over 1 year ago by George Peter Banyard <[email protected]>