Skip to content

Commit

Permalink
fix: update PHP_NDARRAY_VERSION to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-borba committed Jul 9, 2024
1 parent 06f2cf0 commit e3772ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_numpower.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ZEND_FUNCTION(print_r_);
PHPAPI zend_class_entry *phpsci_ce_NDArray;
PHPAPI zend_class_entry *phpsci_ce_ArithmeticOperand;

# define PHP_NDARRAY_VERSION "0.5.0"
# define PHP_NDARRAY_VERSION "0.5.2"

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

0 comments on commit e3772ff

Please sign in to comment.