From e5424b65bae15b513c0ea000e61963a22ea1b2e9 Mon Sep 17 00:00:00 2001 From: Joseph Bielawski Date: Wed, 11 Oct 2023 11:46:23 +0200 Subject: [PATCH] Block running incompatible examples via PHAR --- examples/topics/async/bootstrap.php | 6 ++++++ examples/topics/db/db_clean.php | 6 ++++++ examples/topics/db/db_source.php | 6 ++++++ examples/topics/db/db_to_db_sync.php | 6 ++++++ examples/topics/fs/remote/json_remote_stream.php | 6 ++++++ examples/topics/fs/remote/json_remote_stream_glob.php | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/examples/topics/async/bootstrap.php b/examples/topics/async/bootstrap.php index 661a0b122..e9d5bab7a 100644 --- a/examples/topics/async/bootstrap.php +++ b/examples/topics/async/bootstrap.php @@ -1,5 +1,11 @@