Skip to content

Commit 0604e90

Browse files
author
James Lockhart
committed
Updated version of Zend Module API NO
1 parent 0177186 commit 0604e90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

agent/newrelic-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ fi
338338
# (8.0, 8.1, 8.2, 8.3, 8.4)
339339
# for x64 and aarch64
340340
if [ ${arch} = x64 ] || [ ${arch} = aarch64 ]; then
341-
for pmv in "20200930" "20210902" "20220829" "20230831" "20240924"; do
341+
for pmv in "20200930" "20210902" "20220829" "20230831" "20240925"; do
342342
check_file "${ilibdir}/agent/${arch}/newrelic-${pmv}.so"
343343
done
344344
fi
@@ -1240,7 +1240,7 @@ does not exist. This particular instance of PHP will be skipped.
12401240
8.1.*) pi_modver="20210902" ;;
12411241
8.2.*) pi_modver="20220829" ;;
12421242
8.3.*) pi_modver="20230831" ;;
1243-
8.4.*) pi_modver="20240924" ;;
1243+
8.4.*) pi_modver="20240925" ;;
12441244
esac
12451245
log "${pdir}: pi_modver=${pi_modver}"
12461246

agent/php_includes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#define ZEND_8_1_X_API_NO 20210902
5555
#define ZEND_8_2_X_API_NO 20220829
5656
#define ZEND_8_3_X_API_NO 20230831
57-
#define ZEND_8_4_X_API_NO 20240924
57+
#define ZEND_8_4_X_API_NO 20240925
5858

5959
#if ZEND_MODULE_API_NO >= ZEND_8_0_X_API_NO /* PHP8+ */
6060
#include "Zend/zend_observer.h"

make/release.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ release-$1-zts: Makefile agent | releases/$$(RELEASE_OS)/agent/$$(RELEASE_ARCH)/
163163

164164
endef
165165

166-
$(eval $(call RELEASE_AGENT_TARGET,8.4,20240924))
166+
$(eval $(call RELEASE_AGENT_TARGET,8.4,20240925))
167167
$(eval $(call RELEASE_AGENT_TARGET,8.3,20230831))
168168
$(eval $(call RELEASE_AGENT_TARGET,8.2,20220829))
169169
$(eval $(call RELEASE_AGENT_TARGET,8.1,20210902))

0 commit comments

Comments
 (0)