File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
application : regexplanet-php
2
2
version : 1
3
- runtime : php
3
+ runtime : php55
4
4
api_version : 1
5
5
6
6
handlers :
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- /usr/local/google_appengine/dev_appserver.py --php_executable_path=//download/google/php-5.4.15/installdir/bin/php-cgi .
2
+ /usr/local/google-cloud-sdk/bin/dev_appserver.py --php_executable_path=/usr/bin/php-cgi5.6 ./app.yaml
3
+ # --php_executable_path=//download/google/php-5.4.15/installdir/bin/php-cgi .
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public static function getLastError()
107
107
$ html = $ html . "\t</thead> \n" ;
108
108
$ html = $ html . "\t<tbody> \n" ;
109
109
110
- $ inputs = get_parameter_values ("input " );
110
+ $ inputs = get_parameter_values ("input " );
111
111
112
112
for ($ loop = 0 ; $ loop < count ($ inputs ); $ loop ++)
113
113
{
@@ -227,7 +227,7 @@ function get_parameter_values($target)
227
227
228
228
if ($ name == $ target )
229
229
{
230
- $ arr [] = $ value ;
230
+ $ arr [] = urldecode ( $ value) ;
231
231
}
232
232
}
233
233
}
You can’t perform that action at this time.
0 commit comments