Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15261859
D20554.id49031.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
550 B
Referenced Files
None
Subscribers
None
D20554.id49031.diff
View Options
diff --git a/scripts/__init_script__.php b/scripts/__init_script__.php
--- a/scripts/__init_script__.php
+++ b/scripts/__init_script__.php
@@ -52,6 +52,10 @@
// Don't limit memory, doing so just generally just prevents us from
// processing large inputs without many tangible benefits.
'memory_limit' => -1,
+
+ // See T13296. On macOS under PHP 7.3.x, PCRE currently segfaults after
+ // "fork()" if "pcre.jit" is enabled.
+ 'pcre.jit' => 0,
);
foreach ($config_map as $config_key => $config_value) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 26, 10:14 AM (20 h, 59 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7207005
Default Alt Text
D20554.id49031.diff (550 B)
Attached To
Mode
D20554: Disable PHP config option "pcre.jit" to work around PCRE segfault after "fork()"
Attached
Detach File
Event Timeline
Log In to Comment