c9s

Results 281 comments of c9s

why do we clise this at this point?

OK, but the one existing in Console.php is to prevent timezone error. the issue was to inherit the timezone from system (or other timezone) for installed php(s).

Note: We can patch `sapi/apache2handler/config.m4`, `Makefile.global` and run `./buildconf` to re-build the `configure` script.

Make target to build SAPI modules: ``` make libs/libphp5.bundle ```

An idea is to provide a apache configuration file in `.phpbrew` and let user to include it from their apache config.

Note: command line to enable apache module with apxs ``` sudo /opt/local/apache2/bin/apxs -a -e -n php5 mod_php54.so ```

``` apxs2 -q exp_libexecdir /usr/lib/apache2/modules ```

``` apxs -q LIBEXECDIR ```

https://github.com/php/php-src/blob/master/sapi/apache2handler/config.m4