Skip to content

Commit fa3407a

Browse files
committed
chore: update build warning to reflect support status of php 8.0
1 parent 128e8ea commit fa3407a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ fn check_php_version(info: &PHPInfo) -> Result<()> {
367367
);
368368

369369
if version == ApiVersion::Php80 {
370-
println!("cargo:warning=PHP 8.0 is EOL and will no longer be supported in a future release. Please upgrade to a supported version of PHP. See https://www.php.net/supported-versions.php for information on version support timelines.");
370+
println!("cargo:warning=PHP 8.0 is EOL and is no longer supported. Please upgrade to a supported version of PHP. See https://www.php.net/supported-versions.php for information on version support timelines.");
371371
}
372372

373373
for supported_version in version.supported_apis() {

0 commit comments

Comments
 (0)