Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Michael Wallner | 2018-02-05 | 1 | -1/+4 |
|\ | |||||
| * | fix bug #75916 DNS_CAA record results contain garbage | Michael Wallner | 2018-02-05 | 1 | -1/+4 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Fix printf format issues on i386 | Nikita Popov | 2017-11-17 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Andrea Faulds | 2017-08-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fixed bug #75097 (gethostname fails if your host name is 64 chars long) | Andrea Faulds | 2017-08-19 | 1 | -2/+2 |
* | | Avoid useless dereferences and separations during paramter passing. | Dmitry Stogov | 2017-06-19 | 1 | -8/+8 |
* | | Fixed wrong type. | Dmitry Stogov | 2017-06-08 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-18 | 1 | -2/+28 |
|\ \ | |/ | |||||
| * | DNS CAA record type implementation and tests for https://bugs.php.net/bug.php... | Marcus Bointon | 2017-01-18 | 1 | -2/+28 |
| * | 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 |
* | | Use new param API in standard | Sara Golemon | 2016-12-30 | 1 | -19/+28 |
* | | Merge branch 'PHP-7.1' | Anatol Belski | 2016-12-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix proto | Anatol Belski | 2016-12-19 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.1' | Anatol Belski | 2016-12-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed bug #73594 | Bruce Weirdan | 2016-12-18 | 1 | -1/+1 |
* | | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -1/+1 |
* | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -8/+3 |
|/ | |||||
* | fix #71609: Segmentation fault on ZTS with gethostbyname | Joe Watkins | 2016-03-31 | 1 | -2/+2 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -3/+3 |
* | | ZTS cleanup | Reeze Xia | 2015-03-08 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-01-31 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-01-31 | 1 | -2/+2 |
| |\ | |||||
| | * | fix TSRM | Stanislav Malyshev | 2015-01-31 | 1 | -2/+2 |
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-01-31 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-01-31 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Use better constant since MAXHOSTNAMELEN may mean shorter name | Stanislav Malyshev | 2015-01-31 | 1 | -4/+4 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-01-31 | 1 | -0/+11 |
| |\ \ | | |/ | |||||
| | * | Add mitigation for CVE-2015-0235 (bug #68925) | Stanislav Malyshev | 2015-01-31 | 1 | -0/+11 |
| * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | Added more useful warning messages | Tjerk Meesters | 2014-11-30 | 1 | -6/+17 |
| * | | Changed based on comments and make its behaviour equal to the Windows version | Tjerk Meesters | 2014-11-30 | 1 | -2/+2 |
| * | | Fix #53092 - dns_get_record does not return false on dns server failure | Tjerk Meesters | 2014-11-30 | 1 | -1/+7 |
| |/ | |||||
* | | Add mitigation for CVE-2015-0235 (bug #68925) | Stanislav Malyshev | 2015-01-31 | 1 | -0/+12 |
* | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -0/+1 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -3/+3 |
* | | optimization for bug report #68679 | krakjoe | 2015-01-09 | 1 | -4/+4 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+17 |
* | | Added more useful warning messages | Tjerk Meesters | 2014-11-30 | 1 | -6/+17 |
* | | Changed based on comments and make its behaviour equal to the Windows version | Tjerk Meesters | 2014-11-30 | 1 | -2/+2 |
* | | Fix #53092 - dns_get_record does not return false on dns server failure | Tjerk Meesters | 2014-11-30 | 1 | -1/+7 |
* | | Fix a couple compile warnings | Nikita Popov | 2014-09-29 | 1 | -1/+1 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | 's' works with size_t round 4 | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -5/+5 |