| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make http stream wrapper advertise HTTP/1.1 by default | Rowan Tommins | 2020-08-03 | 2 | -5/+5 |
| * | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-07-29 | 1 | -2/+4 |
| |\ | |||||
| | * | Prevent test case from stalling | Christoph M. Becker | 2020-07-29 | 1 | -2/+4 |
| * | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-07-27 | 1 | -2/+11 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-07-27 | 1 | -2/+11 |
| | |\ | |||||
| | | * | Fix #77932: File extensions are case-sensitive | Christoph M. Becker | 2020-07-27 | 1 | -2/+11 |
| * | | | Skip upload_2G.phpt if disk_free_space() <= 2GB | Tyson Andre | 2020-07-19 | 1 | -0/+4 |
| * | | | Review the usage of apostrophes in error messages | Máté Kocsis | 2020-07-10 | 2 | -3/+3 |
| * | | | Add stubs for SAPIs | Máté Kocsis | 2020-07-10 | 7 | -21/+39 |
| * | | | Use ZPP string|array union check in PCRE extension | George Peter Banyard | 2020-07-09 | 1 | -8/+8 |
| * | | | Remove proto comments from C files | Max Semenik | 2020-07-06 | 3 | -16/+8 |
| * | | | Replace EXPECTF when possible | Fabien Villepinte | 2020-06-29 | 1 | -1/+1 |
| * | | | Sort extensions alphabetically | Nikita Popov | 2020-06-24 | 2 | -847/+851 |
| * | | | Generate tabs in generate_mime_type_map.php | Nikita Popov | 2020-06-24 | 1 | -7/+15 |
| * | | | Fix test wrt. commit 1a2732f9a8b3d62471b360f772b5458f78046f80 | Christoph M. Becker | 2020-06-22 | 1 | -1/+1 |
| * | | | Fix CLI test if linked against libedit | Nikita Popov | 2020-06-18 | 1 | -1/+1 |
| * | | | Control VCRT leak reporting via environment variable in debug builds | Christoph M. Becker | 2020-06-10 | 2 | -17/+16 |
| * | | | Add zend_call_known_function() API family | Nikita Popov | 2020-06-09 | 1 | -1/+2 |
| * | | | Constify char * arguments of APIs | twosee | 2020-06-08 | 2 | -4/+4 |
| * | | | Fix expression warnings and break warnings | twosee | 2020-06-07 | 2 | -2/+2 |
| * | | | Fix warning of strict-prototypes | twosee | 2020-06-07 | 2 | -2/+2 |
| * | | | Pass zend_string message to zend_error_cb | Nikita Popov | 2020-06-05 | 1 | -1/+2 |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-06-01 | 1 | -0/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-06-01 | 1 | -0/+3 |
| | |\ \ | | |/ | |||||
| | | * | Fix #79650: php-win.exe 100% cpu lockup | Christoph M. Becker | 2020-06-01 | 1 | -0/+3 |
| * | | | Make Exception::$previous a typed property | Nikita Popov | 2020-05-28 | 1 | -2/+2 |
| * | | | Make Exception::$trace typed array property | Nikita Popov | 2020-05-28 | 1 | -2/+2 |
| * | | | Fix [-Wundef] warning in CLI SAPI | George Peter Banyard | 2020-05-12 | 2 | -4/+4 |
| * | | | Add quiet parameter to internal HTML entities API | Nikita Popov | 2020-05-07 | 1 | -1/+1 |
| * | | | Code tweaks: Remove unneeded semicolons | Alex Dowad | 2020-04-29 | 1 | -1/+1 |
| * | | | Generate method entries from stubs for Zend classes | Máté Kocsis | 2020-04-26 | 1 | -1/+7 |
| * | | | Remove return value from llist apply functions | Nikita Popov | 2020-04-15 | 1 | -2/+1 |
| * | | | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 3 | -26/+26 |
| * | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-04-08 | 33 | -251/+83 |
| |\ \ \ | |/ / | |||||
| | * | | Add php_cli_server_connect() helper | Nikita Popov | 2020-04-08 | 33 | -251/+83 |
| * | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-04-08 | 1 | -2/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Relax overly strict test expectation | Christoph M. Becker | 2020-04-08 | 1 | -2/+1 |
| * | | | Generate function entries for another batch of extensions | Máté Kocsis | 2020-04-05 | 1 | -11/+11 |
| * | | | Remove <default> prefix from reflection dump | Nikita Popov | 2020-04-02 | 1 | -8/+8 |
| * | | | Use separate typedef for bucket comparison function | Nikita Popov | 2020-03-04 | 1 | -4/+1 |
| * | | | Define Stringable with __toString():string method | Nicolas Grekas | 2020-03-02 | 1 | -2/+3 |
| * | | | Add preg_last_error_msg() function | Nicolas Oelgart | 2020-02-25 | 1 | -0/+6 |
| * | | | Revert "Replace @param annotations with type declarations" | Christoph M. Becker | 2020-02-17 | 1 | -9/+9 |
| * | | | Replace @param annotations with type declarations | Christoph M. Becker | 2020-02-16 | 1 | -9/+9 |
| * | | | Reindent phpt files | Nikita Popov | 2020-02-03 | 37 | -215/+215 |
| * | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-02-03 | 1 | -23/+23 |
| |\ \ \ | |/ / | |||||
| | * | | Apply tidy formatting | Nikita Popov | 2020-02-03 | 2 | -28/+28 |
| * | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-27 | 3 | -2/+84 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-27 | 3 | -2/+84 |
| | |\ \ | | |/ | |||||
| | | * | Fix bug #78323: Code 0 is returned on invalid options | Ivan Mikheykin | 2020-01-27 | 3 | -2/+84 |
