-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use `DateTimeImmutable` rather than `date` * A few minor tidy-ups * Bump of version in preparation * Expands on the JIT value * Updated readme
- Loading branch information
Showing
7 changed files
with
118 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -260,6 +260,10 @@ $footer-border-color: #CCC; | |
&:last-child { | ||
margin-bottom: 0; | ||
} | ||
|
||
ul { | ||
margin-top: 1.5em; | ||
} | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* OPcache GUI - build script | ||
* | ||
* @author Andrew Collington, [email protected] | ||
* @version 3.3.0 | ||
* @version 3.3.1 | ||
* @link https://github.com/amnuts/opcache-gui | ||
* @license MIT, https://acollington.mit-license.org/ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ namespace Amnuts\Opcache; | |
* A simple but effective single-file GUI for the OPcache PHP extension. | ||
* | ||
* @author Andrew Collington, [email protected] | ||
* @version 3.3.0 | ||
* @version 3.3.1 | ||
* @link https://github.com/amnuts/opcache-gui | ||
* @license MIT, https://acollington.mit-license.org/ | ||
*/ | ||
|
Oops, something went wrong.