Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
bump [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Oct 7, 2015
1 parent 479329a commit d3801f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions package.xml
Expand Up @@ -10,23 +10,22 @@
<email>krakjoe@php.net</email>
<active>yes</active>
</lead>
<date>2015-09-27</date>
<time>12:09:32</time>
<date>2015-10-07</date>
<time>13:10:47</time>
<version>
<release>3.0.7</release>
<api>3.0.7</api>
<release>3.0.8</release>
<api>3.0.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
fix issue destroying monitors (deadlocking on shutdown)
remove Thread::kill
disable auto-join on __destruct of Thread
use global persistent shared strings table
support compiling and linking with AddressSanitizer support
fix gh issue #493 (exception handling bug)
fix gh issue #495 (constant AST bug)
creation/destruction of additional contexts done inside critical section for stability
remove a bunch of redundant code, various
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -56,11 +55,13 @@
<file name="tests/closures-as-members.phpt" role="test" />
<file name="tests/complex-statics-set-null.phpt" role="test" />
<file name="tests/complex-statics.phpt" role="test" />
<file name="tests/constant-ast-copy.phpt" role="test" />
<file name="tests/constants.phpt" role="test" />
<file name="tests/corrupted-resources.phpt" role="test" />
<file name="tests/counting-members.phpt" role="test" />
<file name="tests/crazy-refcounting-stuff.phpt" role="test" />
<file name="tests/doc-comments.phpt" role="test" />
<file name="tests/exception-handler-caught-uncaught.phpt" role="test" />
<file name="tests/exception-handler-fail.phpt" role="test" />
<file name="tests/exception-handler-options.phpt" role="test" />
<file name="tests/exception-handler.phpt" role="test" />
Expand Down
2 changes: 1 addition & 1 deletion php_pthreads.h
Expand Up @@ -18,7 +18,7 @@
#ifndef HAVE_PHP_PTHREADS_H
#define HAVE_PHP_PTHREADS_H
#define PHP_PTHREADS_EXTNAME "pthreads"
#define PHP_PTHREADS_VERSION "3.0.8"
#define PHP_PTHREADS_VERSION "3.0.9"

PHP_MINIT_FUNCTION(pthreads);
PHP_MSHUTDOWN_FUNCTION(pthreads);
Expand Down

0 comments on commit d3801f7

Please sign in to comment.