Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix readlink related memory leak | Christoph M. Becker | 2020-07-16 | 1 | -0/+2 |
* | Don't use deprecated curly brace offset syntax | Christoph M. Becker | 2020-07-07 | 1 | -2/+2 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-05-28 | 1 | -0/+1 |
|\ | |||||
| * | Fix PVS-Studio integration | Christoph M. Becker | 2020-05-28 | 1 | -0/+1 |
* | | Fix #79557: extension_dir = ./ext now use current directory for base | Christoph M. Becker | 2020-05-15 | 1 | -1/+7 |
* | | Fix #79532: sizeof off_t can be wrong | Christoph M. Becker | 2020-04-29 | 1 | -0/+1 |
* | | Apply tidy formatting | Nikita Popov | 2020-02-03 | 4 | -405/+405 |
* | | Enable UBSan in addition to ASan | Christoph M. Becker | 2020-01-23 | 2 | -2/+2 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-01-21 | 5 | -5/+5 |
|\ \ | |/ | |||||
| * | Fix #79146: cscript can fail to run on some systems | Deus Kane | 2020-01-21 | 5 | -5/+5 |
* | | Disable optimizations for ASan instrumented builds | Christoph M. Becker | 2020-01-16 | 1 | -2/+7 |
* | | Remove superfluous compiler option | Christoph M. Becker | 2019-12-31 | 1 | -1/+0 |
* | | Fix #79008: General performance regression with PHP 7.4 on Windows | Christoph M. Becker | 2019-12-20 | 1 | -10/+0 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-12-16 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Fix #78943: mail() may release string with refcount==1 twice | Christoph M. Becker | 2019-12-15 | 1 | -3/+0 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-12-02 | 2 | -2/+20 |
|\ \ | |/ | |||||
| * | Fix #78296: is_file fails to detect file | Christoph M. Becker | 2019-12-02 | 2 | -2/+20 |
* | | Fix signature and calls | Anatol Belski | 2019-08-27 | 1 | -1/+1 |
* | | Fix #78386: fstat mode has unexpected value on PHP 7.4 | Christoph M. Becker | 2019-08-20 | 1 | -1/+14 |
* | | Fix WS | Christoph M. Becker | 2019-08-12 | 1 | -2/+2 |
* | | Make extension compatibility check more liberal | Christoph M. Becker | 2019-08-07 | 1 | -32/+13 |
* | | file encoding cleanup: remove bom in win32 files | Sebastian Jennen | 2019-07-27 | 2 | -2/+2 |
* | | Use regedit to register event source | Christoph M. Becker | 2019-07-18 | 3 | -30/+2 |
* | | Revert "Remove Windows syslog script and syslog.reg" | Christoph M. Becker | 2019-07-17 | 3 | -0/+52 |
* | | Fix typo | Peter Kokot | 2019-07-17 | 1 | -1/+1 |
* | | Remove unused build checks | Peter Kokot | 2019-07-16 | 2 | -11/+0 |
* | | Remove win32/php_stdbool.h | Peter Kokot | 2019-07-15 | 1 | -11/+0 |
* | | Remove unused files | Peter Kokot | 2019-07-15 | 7 | -581/+0 |
* | | Remove Windows syslog script and syslog.reg | Peter Kokot | 2019-07-15 | 3 | -52/+0 |
* | | Remove some *.dsp/*.dsw leftovers | Peter Kokot | 2019-07-15 | 1 | -6/+0 |
* | | Remove timelib outdated defines | Peter Kokot | 2019-07-14 | 1 | -1/+0 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-07-11 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Fix #78212: Segfault in built-in webserver | Christoph M. Becker | 2019-07-11 | 1 | -0/+4 |
* | | Remove C89 checks for signal.h and strerror | Peter Kokot | 2019-07-08 | 1 | -2/+0 |
* | | Implement FR #77230: Support custom CFLAGS and LDFLAGS from environment | Christoph M. Becker | 2019-07-08 | 1 | -0/+16 |
* | | Remove not needed checks for functions | Peter Kokot | 2019-07-01 | 1 | -2/+0 |
* | | Remove HAVE_LIMITS_H check | Peter Kokot | 2019-06-30 | 1 | -1/+0 |
* | | Remove HAVE_STRCOLL check | Peter Kokot | 2019-06-28 | 2 | -4/+0 |
* | | Set correct default version | Anatol Belski | 2019-06-15 | 1 | -2/+2 |
* | | Fix bug #78094: File Search Problem Excessive Time | Christoph M. Becker | 2019-06-06 | 1 | -2/+12 |
* | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -2/+6 |
* | | Fix ZTS issue regarding new Windows CTRL handling API | Christoph M. Becker | 2019-06-01 | 1 | -4/+5 |
* | | Revert "Rename *.l files to *.re" | Joe Watkins | 2019-05-20 | 1 | -6/+6 |
* | | Rename *.l files to *.re | Peter Kokot | 2019-05-17 | 1 | -6/+6 |
* | | Remove redundant memory.h file | Peter Kokot | 2019-05-11 | 1 | -1/+0 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-05-09 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-05-09 | 1 | -4/+7 |
| |\ | |||||
| | * | Fix erroneous assertions | Christoph M. Becker | 2019-05-09 | 1 | -4/+7 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-04-29 | 1 | -6/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-04-29 | 1 | -6/+7 |
| |\ \ | | |/ |