File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5
5
- Core:
6
6
. Fixed bug #63451 (config.guess file does not have AIX 7 defined,
7
7
shared objects are not created). (kemcline at au1 dot ibm dot com)
8
+ - Apache2 Handler SAPI:
9
+ . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
10
+
8
11
9
12
?? ??? 2012, PHP 5.3.19
10
13
Original file line number Diff line number Diff line change @@ -484,6 +484,8 @@ UPGRADE NOTES - PHP 5.3
484
484
must be activated manually with the "extension = php_com_dotnet.dll" directive
485
485
in php.ini.
486
486
487
+ - Apache 2.4 handler is supported as of PHP 5.3.20
488
+
487
489
=====================
488
490
11.1 New in PHP 5.3.4
489
491
=====================
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ openbase_dir runtime tightning
5
5
if (substr (PHP_OS , 0 , 3 ) == 'WIN ' ) {
6
6
die ('skip.. only for unix ' );
7
7
}
8
+ if (!is_dir ("/usr/local/bin " )) {
9
+ die ('skip.. no /usr/local/bin on this machine ' );
10
+ }
8
11
--INI --
9
12
open_basedir=/usr/local
10
13
--FILE --
You can’t perform that action at this time.
0 commit comments