Christoph Michael Becker
0970bf6ea3
Remove PHP4 or PHP5-only extension
...
This commit removes following extensions as they appear to not provide
support for PHP 7.0.
Patch contributed by Sobak <msobaczewski@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350644 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 12:28:04 +00:00
Christoph Michael Becker
3fc4586f54
Add missing changelog entry for deprecated ReflectionType::__toString()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350642 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 11:35:22 +00:00
Christoph Michael Becker
e416b02393
Add missing changelog entries for integer $needle deprecations
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350636 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-25 12:18:46 +00:00
Christoph Michael Becker
1c37e22f7d
Document odbc_binmode() and odbc_longreadlen() defaults
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350635 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-25 12:01:42 +00:00
Christoph Michael Becker
b929019816
Update and improve odbc_foreignkeys() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350626 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-24 21:41:16 +00:00
Christoph Michael Becker
e7aa6e1425
Improve and fix ODBC meta information retrieval functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350625 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-24 11:17:32 +00:00
Christoph Michael Becker
4f18979289
Switch to ODBC 3 parlance
...
The ODBC 2 terms "qualifier" and "owner" have been replaced with "catalog"
and "schema", respectively, in ODBC 3.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350623 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-23 13:53:42 +00:00
Christoph Michael Becker
7990427082
odbc_data_source(): fix refpurpose and return values, and add example
...
This also integrates user note 37891.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350619 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-23 12:02:23 +00:00
Remi Collet
002b7dd50a
fix parameters name to match reflection one as it matters with 8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350617 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-23 07:41:40 +00:00
Remi Collet
462e369806
fix parameters name to match reflection one as it matters with 8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350616 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-23 07:40:44 +00:00
Christoph Michael Becker
c7e10bf1f8
Use meaningful xml:id
...
This is obviously a copy&paste relict.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350607 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-20 22:33:43 +00:00
Christoph Michael Becker
7c015620f9
Add basic xmlwriter_write_cdata() example
...
This integrates user note 85621.
To render the example output as desired, we have to hack by inserting
a zero-width space character between the two brakets of the cdata end
marker.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350606 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-20 17:38:05 +00:00
Christoph Michael Becker
2716a63905
Add example for intermixing sub-elements and attributes
...
This integrates user notes 103498 and 119937.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350605 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-20 16:39:23 +00:00
Christoph Michael Becker
9ea98fa298
Document behavior of xmlwriter_text() wrt. special XML characters
...
This integrates user notes 122901 and 122912.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350604 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-20 15:35:17 +00:00
Christoph Michael Becker
5b39b84a3b
Integrate user note 103376
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350603 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-20 14:38:25 +00:00
Christoph Michael Becker
f234b82635
Integrate user note 105107
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350602 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-20 14:32:51 +00:00
Christoph Michael Becker
cf57aac89a
Integrate user note 79285
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350601 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-20 14:28:47 +00:00
Christoph Michael Becker
4c1c34de4a
Integrate user note 117971
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350600 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-20 14:22:45 +00:00
Christoph Michael Becker
3d0baa6639
Update default value of json_decode()'s $assoc parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350592 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-19 21:23:15 +00:00
Christoph Michael Becker
fa127017c2
Fix #64651 : Values for first argument of transliterator_create()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350589 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-18 13:44:34 +00:00
Philip Olson
b0a34b2fce
Document the compression-algorithms connection option; WL #14012
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350583 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-17 21:41:10 +00:00
Christoph Michael Becker
d5cf6264ad
The built-in Web Server is not intended for production usage
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350582 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-17 11:32:55 +00:00
Christoph Michael Becker
4aba1fc71a
Document SQLite3::backup()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350581 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-17 11:22:55 +00:00
Christoph Michael Becker
468e71623d
Fix #80110 : object with __invoke method is considered callable
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350580 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-17 10:11:40 +00:00
Philip Olson
03f0ebc60c
Documented the new local_infile_directory functionality via WL #14102
...
Specific version information is unknown; will update later.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350567 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-14 21:58:55 +00:00
Christoph Michael Becker
393365367e
Fix #75923 : Body is fetched without the last line
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350566 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-14 11:42:49 +00:00
George Peter Banyard
a1b24d4e73
See also section should be the last section.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350552 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-12 17:23:15 +00:00
George Peter Banyard
90b1edd9bc
DNS_CAA is not supported on Windows
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350550 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-12 16:49:44 +00:00
Christoph Michael Becker
f29b00cccf
Improve example regarding valid HTML
...
This integrated user note 125348. Also, there is no need to `break` after `exit`ing.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350547 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-11 12:39:38 +00:00
Christoph Michael Becker
70528fcff5
Fix #55528 : Values for the "whence" parameter of the "stream_seek" method should be changed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350536 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-08 11:21:55 +00:00
Christoph Michael Becker
28abaa892f
Fix #65879 : stream_select on STDIN returns 1 even on blocking stream
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350535 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-08 09:40:48 +00:00
Christoph Michael Becker
a9216e9b44
Remove out-dated info regarding Windows 98
...
Besides that Windows 98 being irrelevant for many years, that issue might
actually have been fixed long ago[1].
[1] <https://bugs.php.net/22238#1064152828 >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350534 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-08 09:12:16 +00:00
Christoph Michael Becker
23482f94b5
Improve docs of round()
...
Patch contributed by Daniel Rudolf.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350529 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-07 14:29:35 +00:00
Christoph Michael Becker
ecd72af657
Reflection can now get defaults for internals, see https://github.com/php/php-src/pull/5353
...
Patch contributed by Sjon Hortensius.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350519 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-05 09:49:21 +00:00
Christoph Michael Becker
a465b89916
Reflection*::export is deprecated as of PHP 7.4.0
...
Seems we're overdue actually documenting these methods.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350501 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-03 08:59:26 +00:00
Christoph Michael Becker
fcb6e76fc6
Minor improvements to array_map() docs
...
Patch contributed by Larry Garfield.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350490 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-02 16:31:49 +00:00
Christoph Michael Becker
fea06f18ec
Note that the result array is non-sequential.
...
Patch contributed by Larry Garfield.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350489 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-02 16:28:21 +00:00
Christoph Michael Becker
b899001091
Convert a note into a more robust example showing how type juggling works.
...
Patch contributed by Larry Garfield.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350488 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-02 16:23:44 +00:00
Christoph Michael Becker
cd118fcbd8
Improve Windows installation docs
...
Particulary wrt. proper sectioning and personalization.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350486 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-02 11:39:00 +00:00
Christoph Michael Becker
eb5cb175e8
Fix #80044 : Script in documentation fails
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350484 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-02 10:04:39 +00:00
Christoph Michael Becker
2221e0e7e0
Fix #75918 : PECL instructions lack first step
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350464 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-01 17:42:57 +00:00
Christoph Michael Becker
a07808fdd7
Fix #62577 : simplexml_load_file does not file if libxml_disable_entity_loader(true)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350442 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-31 16:29:59 +00:00
Christoph Michael Becker
ee713929a5
Fix #70702 : Documentation missing to explain unexpected optimisation behaviour
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350429 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-31 11:18:06 +00:00
Christoph Michael Becker
cb45cf9772
Fix #80038 : PECL imagick 3.4.4 deprecated Imagick::getimagematte
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350428 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-31 10:50:36 +00:00
Christoph Michael Becker
1a6fa40ded
GLOB_MARK adds a *back*slash on Windows
...
This integrates user note 125311.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350427 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-31 10:37:28 +00:00
Christoph Michael Becker
eea50456db
Fix #80029 : flopImage has wrong documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350413 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-28 15:07:47 +00:00
Christoph Michael Becker
4d93300938
Fix #80021 : include/require documentation does not mention warnings for missing files
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350405 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-28 08:22:46 +00:00
Philip Olson
51cb7c3022
Removed old SDK reference as per MySQL bug #99612
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350402 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-27 20:53:12 +00:00
Christoph Michael Becker
fe3066e83f
Reapply accidentially lost part of fix for bug #80003
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350380 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-25 13:18:01 +00:00
Tiffany Taylor
a14d8cc169
add tables for assignment operators
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350379 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-25 13:02:40 +00:00