mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ext/[cd]*: fix a bunch of typos (#16298)
Only functional change is the renaming of the functions `dom_document_substitue_entities_(read|write)` to replace `substitue` with `substitute`.
This commit is contained in:
parent
e34eebb854
commit
41996e8d4f
33 changed files with 37 additions and 37 deletions
|
@ -61,7 +61,7 @@
|
|||
|
||||
#ifdef __GNUC__
|
||||
/* don't complain about deprecated CURLOPT_* we're exposing to PHP; we
|
||||
need to keep using those to avoid breaking PHP API compatibiltiy */
|
||||
need to keep using those to avoid breaking PHP API compatibility */
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Bug #71144 (Sementation fault when using cURL with ZTS)
|
||||
Bug #71144 (Segmentation fault when using cURL with ZTS)
|
||||
--DESCRIPTION--
|
||||
Since Curl 7.62, CURLOPT_DNS_USE_GLOBAL_CACHE has no effect, and is
|
||||
silently ignored.
|
||||
|
|
|
@ -6,7 +6,7 @@ Francesco Fullone ff@ideato.it
|
|||
--EXTENSIONS--
|
||||
curl
|
||||
--DESCRIPTION--
|
||||
the only way to test if a option is setten on a curl handle is using the curl_getinfo() function.
|
||||
the only way to test if a option is set on a curl handle is using the curl_getinfo() function.
|
||||
but this can only check on a limited amount of options...
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Test curl_multi_setopt() with options that take callabes
|
||||
Test curl_multi_setopt() with options that take callables
|
||||
--EXTENSIONS--
|
||||
curl
|
||||
--FILE--
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Test curl_setopt(_array)() with options that take callabes
|
||||
Test curl_setopt(_array)() with options that take callables
|
||||
--EXTENSIONS--
|
||||
curl
|
||||
--FILE--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue