Paul Biggar

Results 479 comments of Paul Biggar

``` At this point I would be happy if I could get it not to fail on these exceptions, please tell me how to do that because i want to...

``` You have two options: (1) Implement a dummy codegen target for try and catch that does nothing; (2) Implement an AST pass that strips try/catch but keeps its body....

Do you have a linux VM you can test it in? If it compilses there then it should be fine.

Hey @TheSin-, I know it's 4 years later, but I just tidied up phc, got it compiling on linux and OSX, and have CI builds set up with CircleCI. If...

This looks like a fix to make it compile with a newer version of the PHP API? Is that right?

I just added testing via CircleCI, so if you repush to this branch it should test.

``` What steps will reproduce the problem? 1.phc --extension=helloworld --generate-c helloworld.php > ext/helloworld.c 2.phpize --with-php-config=/usr/local/bin/php-config 3../configure --enable-helloworld 4.make 5.make install 6.change the php.ini,add "extension=helloworld.so" and save. 5.php -m What is...

phc can't currently compile objects. This will definitely need some contributions to get it to work.

``` Hello, The problem happens when linking against the libphp5. I don't know why, but if we move the -lphp5 to the end of the gcc command line we can...

``` Can you submit this as a pull request to https://github.com/pbiggar/phc? ``` Original issue reported on code.google.com by `paul.biggar` on 2012-06-19 16:49:02