Compiled PHP with pthreads in Debian -
i compiled php-7.0.0rc1 pthreads in debian without error according http://php.net/manual/en/pthreads.installation.php#114837.
then listed php modules 'php -m ' command , pthread listed there, inistalled correctly. after test it, used following simple code:
<?php class cls extends thread { } ?>
but have error below:
and if remove 'extends thread' run no error.
any appreciated.
you allowed load latest version of pthreads in cli.
if aren't getting error, aren't using latest release.
Comments
Post a Comment