]> granicus.if.org Git - php/commitdiff
Merge branch 'pull-request/1135'
authorStanislav Malyshev <stas@php.net>
Mon, 9 Mar 2015 00:24:11 +0000 (17:24 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 9 Mar 2015 00:26:38 +0000 (17:26 -0700)
* 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()

1  2 
NEWS
UPGRADING
ext/standard/basic_functions.c

diff --cc NEWS
index 44cb817de6a88f1bc5ceb0c425aeb5ca24427f12,4f0518f303f6dc6cc3edc750bd63a06447003061..40904fb5bf3ca0af7918e88e9be6bf273d862e2e
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
    . 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)
diff --cc UPGRADING
index 9770c976be9821e533f0069a54a595e16d8b8630,af84ee94fe0eb3a8bf786389e2bf102a230d9fa2..7cc93a3b1634df01bda7052da3f89155aef47c0b
+++ b/UPGRADING
@@@ -447,10 -436,6 +447,11 @@@ Othe
  
  - 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
Simple merge