Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug 76596: phpdbg supports display_errors=stderr | Kevin Abel | 2019-01-30 | 1 | -2/+2 |
* | Backport later interned strings destruction. | Dmitry Stogov | 2018-12-24 | 1 | -0/+4 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | krakjoe | 2017-11-22 | 1 | -5/+3 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | krakjoe | 2017-11-22 | 1 | -5/+3 |
| |\ | |||||
| | * | Check for binary_location allocation failure | Sebastian Ramadan | 2017-11-22 | 1 | -5/+3 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2017-10-19 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix issue with zend signals in php_request_startup | Herman J. Radtke III | 2017-10-19 | 1 | -0/+2 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-09-24 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-09-24 | 1 | -3/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75252 | Nikita Popov | 2017-09-24 | 1 | -3/+1 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-09-21 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-09-21 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fix thread safety | Anatol Belski | 2017-09-21 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Andrea Faulds | 2017-09-21 | 1 | -4/+31 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2017-09-21 | 1 | -4/+31 |
| |\ \ | | |/ | |||||
| | * | Fix bug #75236 | Andrea Faulds | 2017-09-21 | 1 | -4/+31 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-08-14 | 1 | -0/+14 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75063 | Anatol Belski | 2017-08-14 | 1 | -0/+14 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Andrea Faulds | 2017-08-12 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2017-08-12 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Fix bug #74725 (html_errors=1 breaks unhandled exceptions) | Andrea Faulds | 2017-08-12 | 1 | -4/+4 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-07-19 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-07-19 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Reset globals on startup or restart | Dmitry Stogov | 2017-07-19 | 1 | -0/+1 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-06 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
* | | | Bug #74815 crash with a combination of INI entries at startup | Anatol Belski | 2017-06-27 | 1 | -0/+2 |
* | | | Removed EG(valid_symbol_table). Used EG(active) instead. | Dmitry Stogov | 2017-06-26 | 1 | -2/+2 |
* | | | fix ticks init in ts build | Anatol Belski | 2017-06-15 | 1 | -1/+1 |
* | | | Interned strings unification for TS/NTS | Anatol Belski | 2017-03-04 | 1 | -5/+12 |
* | | | Change PHP_OS_FAMILY slightly | Kalle Sommer Nielsen | 2017-02-22 | 1 | -19/+3 |
* | | | refactor php_win32_get_random_bytes(), take 2 | Anatol Belski | 2017-02-12 | 1 | -2/+5 |
* | | | Revert "refactor php_win32_get_random_bytes()" | Anatol Belski | 2017-02-11 | 1 | -5/+2 |
* | | | refactor php_win32_get_random_bytes() | Anatol Belski | 2017-02-11 | 1 | -2/+5 |
* | | | Revert "move winsock specific stuff into dllmain" | Anatol Belski | 2017-02-11 | 1 | -0/+17 |
* | | | move winsock specific stuff into dllmain | Anatol Belski | 2017-02-11 | 1 | -17/+0 |
* | | | Fixed bug #74053 (Corrupted class entries on shutdown when a destructor spawn... | Dmitry Stogov | 2017-02-10 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | Added EG(flags) - executor global flags | Jim Zubov | 2017-02-09 | 1 | -0/+2 |
|/ / / | |||||
* | | | Deprecate track_errors / $php_errormsg | Nikita Popov | 2017-02-03 | 1 | -1/+2 |
* | | | add PHP_OS_FAMILY constant to determine on which os we are | Stricted | 2017-01-25 | 1 | -1/+17 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-06 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-06 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | updated default per proposal | Markus Staab | 2017-01-06 | 1 | -1/+1 |
| | * | Increase realpath_cache_size default value | Markus Staab | 2017-01-06 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | | Make printf_to_smart_str(ing) the primitive printf operation | Nikita Popov | 2017-01-01 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-01-01 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-01-01 | 1 | -3/+1 |
| |\ \ | | |/ |