Skip to content

Commit

Permalink
fix(agent): fix ZEND API NO for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Jan 30, 2023
1 parent dabca0d commit 026e0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/php_includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#define ZEND_7_4_X_API_NO 20190902
#define ZEND_8_0_X_API_NO 20200930
#define ZEND_8_1_X_API_NO 20210902
#define ZEND_8_2_X_API_NO 20220830
#define ZEND_8_2_X_API_NO 20220829

#if ZEND_MODULE_API_NO >= ZEND_5_6_X_API_NO
#include "Zend/zend_virtual_cwd.h"
Expand Down

0 comments on commit 026e0ba

Please sign in to comment.