Paul Biggar

Results 479 comments of Paul Biggar

``` I haven't done a proper patch for this, I believe this will take some work and maybe some compile time or config.h defines to pass to src/codegen/Compile_C.cpp I'm currently...

``` I'm thinking something like this to start, still need to work out the DEFINES that will be required and how I'll parse php-config --includes, still need to make a...

``` I got something whipped up, not going to say it's 100%, but it works here, send a git push request. ``` Original issue reported on code.google.com by `thesin` on...

``` I'm afraid the best way to fix this will just be to dig in, unfortunately there's no one working on phc right now. Param_is_ref is a check for whether...

``` Does it compile if you leave out --enable-embed? ``` Original issue reported on code.google.com by `paul.biggar` on 2011-11-10 21:30:55

``` Yes but phc need to compile with '--enable-embed' no ? ``` Original issue reported on code.google.com by `Corentin.ALLEMAND` on 2011-11-11 15:06:46

``` Yes it does, but I was curious about whether that worked. This is pretty awkward to fix. I think you would have to change the source for one of...

``` I got the same problem. I'm using php 5.3.10 / 5.4 and phc 0.3.0.1 My OS is Mac OS X 10.7.2 Lion ``` Original issue reported on code.google.com by...

``` For embed mode php have a two ways: 1. "--enable-embed=shared" or "--enable-embed=static", it cannot be without value. 2. or with empty value like "--enable-embed", it needs "--disable-cli". Cli can...

``` Ok I build PHC on OSX 10.7.5, but i change configure file to can build in php build folder. (LD problem for link static lphp5) build with 5.3.10 and...