Skip to content

Commit

Permalink
Added pie supports
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Oct 24, 2024
1 parent 7581e42 commit 96c3c8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,15 @@
"cs-fix": "php-cs-fixer fix $1",
"analyse": "phpstan analyse --memory-limit 512M -l 5 -c phpstan.neon",
"rector": "rector process --clear-cache"
},
"php-ext": {
"extension-name": "phpy",
"configure-options": [
{
"name": "with-python-config",
"description": "Specify the path for Python config",
"needs-value": true
}
]
}
}
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.8"
# define PHP_PHPY_VERSION "1.0.9"

BEGIN_EXTERN_C()
extern const char *phpy_get_python_version(void);
Expand Down

0 comments on commit 96c3c8a

Please sign in to comment.