summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Improve some TypeError and ValueError messagesMáté Kocsis2020-04-1422-69/+68
* Merge branch 'PHP-7.4'Christoph M. Becker2020-04-142-2/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-142-2/+2
| |\
| | * Fix test casesChristoph M. Becker2020-04-142-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-141-0/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-141-0/+21
| |\ \ | | |/
| | * Fixed bug #79468dinosaur2020-04-141-0/+21
* | | Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-146-19/+45
* | | Merge branch 'PHP-7.4'Stanislav Malyshev2020-04-132-2/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-04-132-2/+11
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-04-132-2/+11
| | |\
| | | * Fix bug #79465 - use unsigneds as indexes.Stanislav Malyshev2020-04-131-2/+2
| | | * Fix bug #79330 - make all execution modes consistent in rejecting \0Stanislav Malyshev2020-04-131-0/+9
| | | * Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-151-1/+1
* | | | Fix the default parameter values of stream_socket_client()Máté Kocsis2020-04-102-3/+3
* | | | Mark $time argument of touch() as UNKNOWN as wellNikita Popov2020-04-092-2/+2
* | | | Mark fgets() argument as UNKNOWNNikita Popov2020-04-092-2/+2
* | | | Change parameter default to always available valueChristoph M. Becker2020-04-092-2/+2
* | | | Make touch() $atime parameter UNKNOWNNikita Popov2020-04-092-2/+2
* | | | Mark rand/mt_rand args as UNKNOWNNikita Popov2020-04-092-4/+4
* | | | Mark array_walk $userdata arg as UNKNOWNNikita Popov2020-04-092-3/+3
* | | | Make stream_socket_enable_crypto() session stream nullableNikita Popov2020-04-092-2/+2
* | | | Accept null context in stream_socket_(client|server)Nikita Popov2020-04-092-4/+4
* | | | Add Z_PARAM_RESOURCE_OR_NULL()Nikita Popov2020-04-092-11/+11
* | | | Fix #79462: method_exists and property_exists incoherent behaviorChristoph M. Becker2020-04-091-23/+27
* | | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-083-236/+236
* | | | Improve some ValueError messagesMáté Kocsis2020-04-0619-82/+82
* | | | Verify that all stubs have a return typeNikita Popov2020-04-033-4/+6
* | | | Remove now unnecessary PHP_FUNCTION() declarationsNikita Popov2020-04-0350-748/+0
* | | | Generate function entries from stubsNikita Popov2020-04-033-722/+1355
* | | | Do not include the same stub multiple timesMáté Kocsis2020-04-038-56/+58
* | | | Fix #47983: mixed LF and CRLF line endings in mail()Christoph M. Becker2020-04-022-5/+22
* | | | Prevent imap mail tests from borking instead of skippingChristoph M. Becker2020-04-021-1/+1
* | | | Improve "unsupported operands" errorNikita Popov2020-04-013-3/+3
* | | | Display nullability in type error messages for internal functionsMáté Kocsis2020-03-311-2/+2
* | | | Promote some warnings to Errors in Zend basic functionsGeorge Peter Banyard2020-03-314-29/+39
* | | | Improve undefined variable error messagesMáté Kocsis2020-03-3135-102/+102
* | | | Drop wchar header check as always defined since C95George Peter Banyard2020-03-315-35/+5
* | | | Fix format for tm member objects as they are stored as integersGeorge Peter Banyard2020-03-301-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-03-302-69/+2
|\ \ \ \ | |/ / /
| * | | Don't check directory nlink in stat testsNikita Popov2020-03-302-69/+2
* | | | Remove HAVE_REALPATH checksNikita Popov2020-03-265-10/+0
* | | | Fix php_exec() output lengthChristoph M. Becker2020-03-261-3/+4
* | | | Clean up php_exec() implementation a bitNikita Popov2020-03-251-34/+27
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-03-252-0/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-03-252-0/+17
| |\ \ \ | | |/ /
| | * | Fix bug #79410 (system() swallows last chunk if it is exactly 4095 bytes with...Christian Schneider2020-03-252-0/+17
| | * | Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-161-1/+1
* | | | Skip ftruncate_bug76422 if disk_free_space() <= 4GBTyson Andre2020-03-211-0/+4
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-201-1/+1
|\ \ \ \ | |/ / /