Skip to content

Commit

Permalink
Merge pull request #16296 from phalcon/#16293-pcre-php8.2
Browse files Browse the repository at this point in the history
#16293 - Add `ext/pcre/php_pcre.h` header for PHP8.2
  • Loading branch information
niden authored Feb 28, 2023
2 parents 598eac9 + eaaa2f4 commit 84f2f77
Show file tree
Hide file tree
Showing 2 changed files with 155,292 additions and 155,284 deletions.
4 changes: 4 additions & 0 deletions build/config/phalcon_c_header.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
#include <ext/spl/spl_iterators.h>
#include <ext/spl/spl_array.h>
#if defined ZEPHIR_USE_PHP_PCRE && ZEPHIR_USE_PHP_PCRE
#include <ext/pcre/php_pcre.h>
#endif
#include <ext/pdo/php_pdo_driver.h>
#include <ext/hash/php_hash.h>
#include <ext/date/php_date.h>
Expand Down
Loading

0 comments on commit 84f2f77

Please sign in to comment.