Commit:    a5a7d99fcfb8289827c7cab7faacb86cec020299
Author:    Anatol Belski <[email protected]>         Tue, 5 Sep 2017 18:59:25 +0200
Parents:   1a4f497896692748efc5a9cf37f61094be9848c9
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=a5a7d99fcfb8289827c7cab7faacb86cec020299

Log:
Disable conversion warning mails for now

Changed paths:
  M  include/PeclExt.php


Diff:
diff --git a/include/PeclExt.php b/include/PeclExt.php
index 1fed1e3..96792bd 100644
--- a/include/PeclExt.php
+++ b/include/PeclExt.php
@@ -341,12 +341,12 @@ class PeclExt
                                $this->composer_json_path = $package_xml_dir . 
DIRECTORY_SEPARATOR . "composer.json";
                        } else {
                                /* XXX mail these errors to the package 
maintainers later in the main script pecl.php */
-                               xmail(
+                               /*xmail(
                                        NULL,
                                        '[email protected]',
                                        "pickle convert fail for " . 
$this->pkg_basename,
                                        $pickle_convert_out
-                               );
+                               );*/
                        }
                        //}
                }


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

Reply via email to