Paul Biggar

Results 479 comments of Paul Biggar

``` I'd posted a fix for zend_fcall_info_init that got things working for me on 5.3, but Andrei asked me not to commit it because he was working on a bigger...

``` kevin, I would say apply the patch. Andrei can undo it with his patch if he finishes it. ``` Original issue reported on code.google.com by `paul.biggar` on 2011-08-02 19:45:33

``` Hi everyone, The aforementioned patch should work for any analysis pass of phc, but fails for codegen. Since phc is not working with PHP 5.3.x, at least with this...

``` Could you explain where the codegen problem is happening? We're using 5.3.2 with no apparent problems. ``` Original issue reported on code.google.com by `bobdunkfloat` on 2011-08-02 20:28:36

``` Hi bob, please try with this testcode: http://www.phpcompiler.org/lists/phc-internals/2010-December/005904.html ``` Original issue reported on code.google.com by `logytech` on 2011-08-02 20:47:01

``` Issue 137 has been merged into this issue. ``` Original issue reported on code.google.com by `paul.biggar` on 2011-08-22 08:41:46

``` Hi, I can't compile phc in Ubuntu 11.10 # gcc --version gcc-4.6.real (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 Copyright (C) 2011 Free Software Foundation, Inc. # g++ --version g++-4.6.real (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1...

``` What version of phc are you using;? Is it the latest svn? ``` Original issue reported on code.google.com by `paul.biggar` on 2011-12-23 00:53:28

``` Yes, at first time I'm install from tar bar. When I can't compile, I do it from svn. It's all boost packages, which installed on my pc: libboost-all-dev 1.46.1.1...

``` I'm also having tough time compiling under Ubuntu 11.10. Using SVN, during phc configure, I get: ... ... checking for maketea... config/phc_missing maketea checking for php... /usr/local/bin/php checking for...