summaryrefslogtreecommitdiff
path: root/php-8.3.3-parser.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-03-30 11:36:50 +0000
committerCoprDistGit <infra@openeuler.org>2024-03-30 11:36:50 +0000
commit591852f6726a39643a45cefeb805f831686457eb (patch)
tree6eb07a9f59ba9e8adcb669e5a2a23ee7334c449d /php-8.3.3-parser.patch
parent564644fe819f351ed1aaa9773226e7e9f20ab6a9 (diff)
automatic import of phpopeneuler22.03_LTS_SP3
Diffstat (limited to 'php-8.3.3-parser.patch')
-rw-r--r--php-8.3.3-parser.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/php-8.3.3-parser.patch b/php-8.3.3-parser.patch
new file mode 100644
index 0000000..49f7d5e
--- /dev/null
+++ b/php-8.3.3-parser.patch
@@ -0,0 +1,16 @@
+diff -up ./build/gen_stub.php.syslib ./build/gen_stub.php
+--- ./build/gen_stub.php.syslib 2020-06-25 08:11:51.782046813 +0200
++++ ./build/gen_stub.php 2020-06-25 08:13:11.188860368 +0200
+@@ -3265,6 +3265,12 @@ function initPhpParser() {
+ }
+
+ $isInitialized = true;
++
++ if (file_exists('/usr/share/php/PhpParser5/autoload.php')) {
++ require_once '/usr/share/php/PhpParser5/autoload.php';
++ return;
++ }
++
+ $version = "5.0.0";
+ $phpParserDir = __DIR__ . "/PHP-Parser-$version";
+ if (!is_dir($phpParserDir)) {