zhaosih
zhaosih
could you make it support?
when I use ./configure --with-python=/usr/include/python2.7 LDFLAGS="-L/usr/lib64/python2.7" --with-php-config=/opt/lampp/bin/php-config to bulid then get error below: configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate checking for gawk......
class BaseJob { public static $xx; } class Job1 extends BaseJob { public function perform() { static::$xx='be static' ; } } class job2 extends BaseJob { public function perform() {...