Skip to content

Commit

Permalink
Add python-config PECL option
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Aug 20, 2024
1 parent fad9568 commit fdda434
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2024-08-20</date>
<version>
<release>1.0.5</release>
<release>1.0.6</release>
<api>1.0</api>
</version>
<stability>
Expand All @@ -30,7 +30,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
version 1.0.5
- Added python-config PECL configure option
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -102,5 +102,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</required>
</dependencies>
<providesextension>phpy</providesextension>
<extsrcrelease/>
<extsrcrelease>
<configureoption name="with-python-config" prompt="Specify the path of python-config" default="/usr/bin/python3-config"/>
</extsrcrelease>
</package>
2 changes: 1 addition & 1 deletion php_phpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extern zend_module_entry phpy_module_entry;
# define phpext_phpy_ptr &phpy_module_entry

# define PHP_PHPY_VERSION "1.0.5"
# define PHP_PHPY_VERSION "1.0.6"

# if defined(ZTS) && defined(COMPILE_DL_PHPY)
ZEND_TSRMLS_CACHE_EXTERN()
Expand Down

0 comments on commit fdda434

Please sign in to comment.