Skip to content

Commit 060c8bf

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

File tree

3 files changed

+204
-88
lines changed

3 files changed

+204
-88
lines changed

build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ fn main() -> Result<()> {
327327
println!("cargo:rustc-cfg=php_debug");
328328
println!("cargo:rustc-cfg=php81");
329329
println!("cargo:rustc-cfg=php82");
330+
println!("cargo:rustc-cfg=php83");
331+
println!("cargo:rustc-cfg=php84");
330332
std::fs::copy("docsrs_bindings.rs", out_path)
331333
.expect("failed to copy docs.rs stub bindings to out directory");
332334
return Ok(());

0 commit comments

Comments
 (0)