Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve some TypeError and ValueError messages | Máté Kocsis | 2020-04-14 | 22 | -69/+68 |
* | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-04-14 | 2 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-04-14 | 2 | -2/+2 |
| |\ | |||||
| | * | Fix test cases | Christoph M. Becker | 2020-04-14 | 2 | -2/+2 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-04-14 | 1 | -0/+21 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-04-14 | 1 | -0/+21 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #79468 | dinosaur | 2020-04-14 | 1 | -0/+21 |
* | | | Generate function entries from stubs for a couple of extensions | Máté Kocsis | 2020-04-14 | 6 | -19/+45 |
* | | | Merge branch 'PHP-7.4' | Stanislav Malyshev | 2020-04-13 | 2 | -2/+11 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2020-04-13 | 2 | -2/+11 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2020-04-13 | 2 | -2/+11 |
| | |\ | |||||
| | | * | Fix bug #79465 - use unsigneds as indexes. | Stanislav Malyshev | 2020-04-13 | 1 | -2/+2 |
| | | * | Fix bug #79330 - make all execution modes consistent in rejecting \0 | Stanislav Malyshev | 2020-04-13 | 1 | -0/+9 |
| | | * | Fix bug #79329 - get_headers should not accept \0 | Stanislav Malyshev | 2020-03-15 | 1 | -1/+1 |
* | | | | Fix the default parameter values of stream_socket_client() | Máté Kocsis | 2020-04-10 | 2 | -3/+3 |
* | | | | Mark $time argument of touch() as UNKNOWN as well | Nikita Popov | 2020-04-09 | 2 | -2/+2 |
* | | | | Mark fgets() argument as UNKNOWN | Nikita Popov | 2020-04-09 | 2 | -2/+2 |
* | | | | Change parameter default to always available value | Christoph M. Becker | 2020-04-09 | 2 | -2/+2 |
* | | | | Make touch() $atime parameter UNKNOWN | Nikita Popov | 2020-04-09 | 2 | -2/+2 |
* | | | | Mark rand/mt_rand args as UNKNOWN | Nikita Popov | 2020-04-09 | 2 | -4/+4 |
* | | | | Mark array_walk $userdata arg as UNKNOWN | Nikita Popov | 2020-04-09 | 2 | -3/+3 |
* | | | | Make stream_socket_enable_crypto() session stream nullable | Nikita Popov | 2020-04-09 | 2 | -2/+2 |
* | | | | Accept null context in stream_socket_(client|server) | Nikita Popov | 2020-04-09 | 2 | -4/+4 |
* | | | | Add Z_PARAM_RESOURCE_OR_NULL() | Nikita Popov | 2020-04-09 | 2 | -11/+11 |
* | | | | Fix #79462: method_exists and property_exists incoherent behavior | Christoph M. Becker | 2020-04-09 | 1 | -23/+27 |
* | | | | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 3 | -236/+236 |
* | | | | Improve some ValueError messages | Máté Kocsis | 2020-04-06 | 19 | -82/+82 |
* | | | | Verify that all stubs have a return type | Nikita Popov | 2020-04-03 | 3 | -4/+6 |
* | | | | Remove now unnecessary PHP_FUNCTION() declarations | Nikita Popov | 2020-04-03 | 50 | -748/+0 |
* | | | | Generate function entries from stubs | Nikita Popov | 2020-04-03 | 3 | -722/+1355 |
* | | | | Do not include the same stub multiple times | Máté Kocsis | 2020-04-03 | 8 | -56/+58 |
* | | | | Fix #47983: mixed LF and CRLF line endings in mail() | Christoph M. Becker | 2020-04-02 | 2 | -5/+22 |
* | | | | Prevent imap mail tests from borking instead of skipping | Christoph M. Becker | 2020-04-02 | 1 | -1/+1 |
* | | | | Improve "unsupported operands" error | Nikita Popov | 2020-04-01 | 3 | -3/+3 |
* | | | | Display nullability in type error messages for internal functions | Máté Kocsis | 2020-03-31 | 1 | -2/+2 |
* | | | | Promote some warnings to Errors in Zend basic functions | George Peter Banyard | 2020-03-31 | 4 | -29/+39 |
* | | | | Improve undefined variable error messages | Máté Kocsis | 2020-03-31 | 35 | -102/+102 |
* | | | | Drop wchar header check as always defined since C95 | George Peter Banyard | 2020-03-31 | 5 | -35/+5 |
* | | | | Fix format for tm member objects as they are stored as integers | George Peter Banyard | 2020-03-30 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-03-30 | 2 | -69/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Don't check directory nlink in stat tests | Nikita Popov | 2020-03-30 | 2 | -69/+2 |
* | | | | Remove HAVE_REALPATH checks | Nikita Popov | 2020-03-26 | 5 | -10/+0 |
* | | | | Fix php_exec() output length | Christoph M. Becker | 2020-03-26 | 1 | -3/+4 |
* | | | | Clean up php_exec() implementation a bit | Nikita Popov | 2020-03-25 | 1 | -34/+27 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-03-25 | 2 | -0/+17 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-03-25 | 2 | -0/+17 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix bug #79410 (system() swallows last chunk if it is exactly 4095 bytes with... | Christian Schneider | 2020-03-25 | 2 | -0/+17 |
| | * | | Fix bug #79329 - get_headers should not accept \0 | Stanislav Malyshev | 2020-03-16 | 1 | -1/+1 |
* | | | | Skip ftruncate_bug76422 if disk_free_space() <= 4GB | Tyson Andre | 2020-03-21 | 1 | -0/+4 |
* | | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-03-20 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |