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:

enter image description here

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

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -