Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rehash function table after disabling functions | Nikita Popov | 2020-08-28 | 2 | -42/+1 |
* | Improve type declarations for Zend APIs | George Peter Banyard | 2020-08-28 | 1 | -3/+4 |
* | Drop various unused macros/APIs | George Peter Banyard | 2020-08-26 | 1 | -1/+1 |
* | Disable report_zend_debug by default | Nikita Popov | 2020-08-12 | 1 | -1/+1 |
* | Fixed bug #65275 | Nikita Popov | 2020-08-10 | 1 | -1/+0 |
* | Fixed bug #77561 | Nikita Popov | 2020-08-10 | 1 | -14/+1 |
* | Add more argument types to stubs | Máté Kocsis | 2020-08-07 | 1 | -7/+4 |
* | Prefer strtoll over atoll | Nikita Popov | 2020-08-05 | 1 | -9/+0 |
* | Only force log startup errors if display_startup_errors disabled | Nikita Popov | 2020-08-05 | 1 | -1/+2 |
* | Use standard types in fopencookie test | Nikita Popov | 2020-08-05 | 1 | -1/+1 |
* | Update API version numbers | Gabriel Caruso | 2020-08-04 | 1 | -1/+1 |
* | Revert "Prepare for PHP 8.1" | Nikita Popov | 2020-08-04 | 2 | -4/+4 |
* | Prepare for PHP 8.1 | Gabriel Caruso | 2020-08-04 | 1 | -3/+3 |
* | Update API version numbers | Gabriel Caruso | 2020-08-04 | 1 | -1/+1 |
* | ValueError for empty path in stream code | George Peter Banyard | 2020-07-31 | 1 | -1/+1 |
* | Merge branch 'PHP-7.4' | twosee | 2020-07-29 | 1 | -0/+4 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | twosee | 2020-07-29 | 1 | -0/+4 |
| |\ | |||||
| | * | Handle bindto error | twosee | 2020-07-29 | 1 | -0/+4 |
| | * | 7.3 is now 7.3.22-dev | Christoph M. Becker | 2020-07-21 | 1 | -3/+3 |
| * | | PHP-7.4 is 7.4.10-dev now | Derick Rethans | 2020-07-26 | 1 | -3/+3 |
| * | | Update php_version.h | Christoph M. Becker | 2020-07-02 | 1 | -3/+3 |
* | | | Refactor user streams to use ZPP class check | George Peter Banyard | 2020-07-28 | 1 | -43/+38 |
* | | | [RFC] Make string length for getTraceAsString() configurable | Tyson Andre | 2020-07-25 | 1 | -1/+0 |
* | | | Simplify user_stream_create_object | Nikita Popov | 2020-07-23 | 1 | -22/+2 |
* | | | Fix #78236: convert error on receiving variables when duplicate [ | Christoph M. Becker | 2020-07-23 | 1 | -1/+7 |
* | | | Remove no longer needed stdint compatibility defines | Nikita Popov | 2020-07-23 | 1 | -148/+2 |
* | | | Fix warnings of strict-prototypes | twosee | 2020-07-23 | 1 | -3/+3 |
* | | | Introduce error notification callbacks that are run independant of zend_error_cb | Benjamin Eberlei | 2020-07-17 | 1 | -18/+29 |
* | | | Support socketpairs in proc_open() | Martin Schröder | 2020-07-14 | 1 | -0/+5 |
* | | | Review the usage of apostrophes in error messages | Máté Kocsis | 2020-07-10 | 1 | -1/+1 |
* | | | Remove no_separation flag | Nikita Popov | 2020-07-07 | 1 | -1/+0 |
* | | | Remove proto comments from C files | Max Semenik | 2020-07-06 | 11 | -224/+112 |
* | | | Avoid some unnecessary uses of no_separation=0 | Nikita Popov | 2020-07-06 | 1 | -41/+30 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-06-29 | 1 | -4/+10 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-06-29 | 1 | -4/+10 |
| |\ \ | | |/ | |||||
| | * | Fix #79756: finfo_file crash (FILEINFO_MIME) | Christoph M. Becker | 2020-06-29 | 1 | -4/+10 |
| | * | 7.3 is now 7.3.21-dev | Christoph M. Becker | 2020-06-23 | 1 | -3/+3 |
* | | | Clear last error before shutting down memory manager | Nikita Popov | 2020-06-26 | 1 | -0/+1 |
* | | | Correct comment in plain_wrapper.c (refers to microseconds, not milliseconds) | Alex Dowad | 2020-06-24 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-06-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-06-09 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix possibly unsupported timercmp() usage | Christoph M. Becker | 2020-06-09 | 1 | -1/+1 |
| | * | 7.3.20 will be next | Christoph M. Becker | 2020-05-26 | 1 | -3/+3 |
| * | | Bump version | Christoph M. Becker | 2020-05-19 | 1 | -3/+3 |
* | | | Fix incorrect zend_bool usage for display_errors | George Peter Banyard | 2020-06-09 | 2 | -5/+6 |
* | | | Add helper APIs for maybe-interned string creation | twosee | 2020-06-08 | 1 | -15/+3 |
* | | | Constify char * arguments of APIs | twosee | 2020-06-08 | 13 | -57/+49 |
* | | | Fix expression warnings and break warnings | twosee | 2020-06-07 | 6 | -11/+11 |
* | | | Remove duplicate zend_try | twosee | 2020-06-07 | 1 | -2/+2 |
* | | | Pass zend_string message to zend_error_cb | Nikita Popov | 2020-06-05 | 2 | -55/+43 |