* pull-request/1135:
Return void like other functions
Use zend_parse_parameters_none()
Implemented FR #45235 A way to clear or reset the results for error_get_last()
. Removed support for hexadecimal numeric strings. (Nikita)
. Removed obsolete extensions and SAPIs. See the full list in UPGRADING. (Anatol)
. Added NULL byte protection to exec, system and passthru. (Yasuo)
++ . Added error_clear_last() function. (Reeze Xia)
- Curl:
. Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence)
- Standard
. Added intdiv() function for integer division.
++ . Added error_clear_last() function to reset error state.
+
+- Stream:
+ . Added stream_socket_crypto_info() allowing inspection of negotiated TLS
+ connection properties
========================================
7. New Classes and Interfaces