Skip to content

Commit 5a02863

Browse files
committed
chore(bindings): update docsrs_bindings.rs to PHP 8.4
Refs: #447
1 parent bed5521 commit 5a02863

File tree

3 files changed

+203
-90
lines changed

3 files changed

+203
-90
lines changed

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,7 @@ fn main() -> Result<()> {
325325
if env::var("DOCS_RS").is_ok() {
326326
println!("cargo:warning=docs.rs detected - using stub bindings");
327327
println!("cargo:rustc-cfg=php_debug");
328-
println!("cargo:rustc-cfg=php81");
329-
println!("cargo:rustc-cfg=php82");
328+
println!("cargo:rustc-cfg=php84");
330329
std::fs::copy("docsrs_bindings.rs", out_path)
331330
.expect("failed to copy docs.rs stub bindings to out directory");
332331
return Ok(());

0 commit comments

Comments
 (0)