Commit: fe1f8655d10e9cbd4de56ae43bda476acedaeb6d Author: Anatol Belski <[email protected]> Wed, 22 Apr 2015 15:59:55 +0200 Parents: ad2982f3afe7ec5c66cac4590458f286671b6375 Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=fe1f8655d10e9cbd4de56ae43bda476acedaeb6d Log: PickleBuild is moved to PickleBuildVC now Changed paths: D client/include/PickleBuild.php Diff: diff --git a/client/include/PickleBuild.php b/client/include/PickleBuild.php deleted file mode 100644 index f325594..0000000 --- a/client/include/PickleBuild.php +++ /dev/null @@ -1,36 +0,0 @@ -<?php - -namespace rmtools; - -class PickleBuild -{ - protected $config_path; - - - public function __construct($config_path) - { - if (!file_exists($config_path)) { - throw new \Exception("'$config_path' doesn't exist"); - } - $this->config_path = $config_path; - } - - - public function phpize() - { - - } - - public function configure() - { - - } - - public function make() - { - - } - - -} - -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
