Author: Peter Cowburn (salathe)
Date: 2022-08-11T11:16:37+01:00

Commit: 
https://github.com/php/web-php/commit/63f9200695377870e032382ae351e84163270f87
Raw diff: 
https://github.com/php/web-php/commit/63f9200695377870e032382ae351e84163270f87.diff

redirect php.net/hrtime to function rather than pecl ext (thanks Benjamin)

Changed paths:
  M  error.php


Diff:

diff --git a/error.php b/error.php
index 01d197678..ce3af870b 100644
--- a/error.php
+++ b/error.php
@@ -330,6 +330,7 @@
     "bcmath"           => "bc",
     'streams'          => 'book.stream',
     "mongodb"          => "set.mongodb",
+    "hrtime"           => "function.hrtime", // Prefer function over PECL ext
 
     "callback"     => "language.pseudo-types",
     "number"       => "language.pseudo-types",

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to