Commit: 9a3c211917271f0f1e807acd3a92dc25045e29e8 Author: Anatol Belski <[email protected]> Thu, 13 Aug 2015 16:14:28 +0200 Parents: 6c63f0ecda5583dd81d03a76cbcc417fd1c83166 Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=9a3c211917271f0f1e807acd3a92dc25045e29e8 Log: fix function call Changed paths: M client/script/pecl.php Diff: diff --git a/client/script/pecl.php b/client/script/pecl.php index bf6cefa..149a87b 100644 --- a/client/script/pecl.php +++ b/client/script/pecl.php @@ -160,7 +160,7 @@ foreach ($builds as $build_name) { $ext->getPackageName() . " not started\nReason: " . $e->getMessage() ); } else { - xmail( + rm\xmail( MAIL_FROM, /* no chance to have the maintainers mailto at this stage */ $maintainer_mailto, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
