haszi

Results 14 issues of haszi

Add file modification history file that contains the last modification date/time and the list of contributors for every file, and is used for [this feature](https://github.com/php/web-php/pull/977). The file also contains the...

Copy constants from `curl_getinfo()` to constants page, merge descriptions of constants on both pages, remove existing constants from constants page and add all constants to their own constant list which...

Add missing `U_` error constants to `intl` constant list. All of these are listed on the missing constant list (#2747). _Edit:_ I used the following script which can also be...

Copy constants from `nl_langinfo()` to constants page. The `ABDAY`, `DAY`, `ABMON` and `MON` constants need to be listed individually (as opposed to the current `(1-7)` and `(1-12)`) format) so they...

Change PHP_DEBUG and PHP_ZTS to bool and add that these are aliases of their ZEND equivalents. Follow up of #3054.

Add file modification history update script. This script can be used to update the `fileModHistory.php` files in the documentation repos which contain the last modification date/time and the contributor list...

I did not write any descriptions for the peer certificate checking and CRL evaluation strategy constants as I could not find any references discussing these in detail. Peer certificate checking...

Replace XInclude'd variablelist with a duplicate which does not have any IDs for the constants. Add IDs to the variablelist on the constant page.