Skip to content

Commit

Permalink
#16293 - Add ext/pcre/php_pcre.h header for PHP8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 28, 2023
1 parent 598eac9 commit a061de1
Showing 1 changed file with 4 additions and 0 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 PHP_VERSION_ID >= 80200
#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

0 comments on commit a061de1

Please sign in to comment.