c9s

Results 398 issues of c9s

With this feature, we can rebuild the "build" on other machines with the same variants, alias and options, or build another version with the used variants, alias and options.

Feature
Important
BC Break

There is a change that user will put the long option name directly after the variant name like #740

Improvement

Related Issue #727 The SystemCommandException is not used for printing diagnose information.

Improvement
Probably Easy

Right now we have DSymTask to run the file rename. However, it should be fixed from a patch or something https://bugs.php.net/bug.php?id=62460 https://bugs.php.net/patch-display.php?bug_id=62460&patch=Fixed-bug-62460-php-binaries-installed-as-binary.dSY.patch&revision=latest

Patching PHP

Patch utility improved in ff87e7a9d632bf07e0780267bacd7df26bac3707 Currently we're patching the files (configure Makefile.global) after running `./configure`, but we want it to be patched before we run `./configure`. Also, we want to...

Improvement
Apache2

``` php const STATE_DOWNLOAD = 0; const STATE_EXTRACT = 1; const STATE_CONFIGURE = 2; const STATE_MAKE = 3; const STATE_INSTALL = 4; ``` That way, we can compare the state...

Improvement

The goal is to reuse the lookup prefix for the extension configure options and the configure option builder in the main installer.

Improvement
Probably Easy

``` sh phpbrew set date.timezone Asia/Taipei ``` ``` sh phpbrew use-system-timezone # read timezone from system ```

Feature