We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816248f commit 37227a3Copy full SHA for 37227a3
.ddev/commands/web/vendor-patches
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+## Description: create Vendor Patches
4
+## Usage: vendor-patches
5
+## Example: ddev vendor-patches
6
7
+php vendor/bin/vendor-patches generate
patches/OM-918.patch
@@ -14,12 +14,9 @@
14
* Read the content from locale
15
*
16
* Can be called like:
17
-@@ -333,10 +340,17 @@
18
- $val = implode('_' , $value);
19
- }
20
-
21
-- $val = urlencode((string) $val);
22
-+ $val = urlencode($val);
+@@ -335,8 +342,15 @@
+ $val = urlencode((string) $val);
23
$id = self::_filterCacheId('Zend_LocaleL_' . $locale . '_' . $path . '_' . $val);
24
25
+ // add runtime cache to avoid calling cache backend multiple times during one request
0 commit comments