This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added php_phalcon.dll (ts & nts) v1.3.4 * Added Phalcon and phpdbg scripts * Updated to Adminer v4.1.0 * Updated to Apache v2.4.10 * Updated to Git v1.9.4 * Updated to Memcached v1.4.4 * Updated to MongoDB v2.6.5 * Updated to MySQL v5.6.21 * Updated to Nginx v1.7.7 * Updated to PHP NTS v5.6.0 * Updated to PHP TS v5.6.0 * Updated to Subversion v1.8.10 * Updated php_memcache.dll (ts & nts) to v3.0.8 * Updated php_mongo.dll (ts & nts) to v1.5.8 * Updated php_outh.dll (ts & nts) to v1.2.3 * Updated php_xdebug.dll (ts & nts) to v2.2.6
- Loading branch information
1 parent
9aff76b
commit 5513f1f
Showing
32 changed files
with
7,496 additions
and
1,073 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
Empty file.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@ECHO OFF | ||
|
||
SET WEBDIR=#LOCALHOSTDIR# | ||
SET PHPDIRTS=#APPDIR#\phpts | ||
SET PHPDIRNTS=#APPDIR#\phpnts | ||
SET VENDIR=#LOCALHOSTDIR#\vendor | ||
|
||
SET PHP="%PHPDIRTS%\php.exe" | ||
SET PHPDBG="%PHPDIRTS%\phpdbg.exe" | ||
|
||
SET PATH=%PATH%;%PHPDIRTS% | ||
|
||
CD "%WEBDIR%\public" | ||
|
||
ECHO Usage: | ||
ECHO phpdbg "%%WEBDIR%%\index.php" | ||
ECHO. | ||
|
||
CMD |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@ECHO OFF | ||
|
||
SET WEBDIR=#LOCALHOSTDIR# | ||
SET PHPDIRTS=#APPDIR#\phpts | ||
SET PHPDIRNTS=#APPDIR#\phpnts | ||
SET VENDIR=#LOCALHOSTDIR#\vendor | ||
|
||
SET PHP="%PHPDIRTS%\php.exe" | ||
SET PHPDBG="%PHPDIRTS%\phpdbg.exe" | ||
|
||
SET PATH=%PATH%;%PHPDIRTS%;%VENDIR%\phalcon\devtools | ||
|
||
CD "%WEBDIR%\public" | ||
|
||
ECHO Usage: | ||
ECHO phalcon commands | ||
ECHO. | ||
|
||
CMD |
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
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 |
---|---|---|
|
@@ -17,6 +17,12 @@ | |
# with ServerRoot set to "/usr/local/apache2" will be interpreted by the | ||
# server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log" | ||
# will be interpreted as '/logs/access_log'. | ||
# | ||
# NOTE: Where filenames are specified, you must use forward slashes | ||
# instead of backslashes (e.g., "c:/apache" instead of "c:\apache"). | ||
# If a drive letter is omitted, the drive on which httpd.exe is located | ||
# will be used by default. It is recommended that you always supply | ||
# an explicit drive letter in absolute paths to avoid confusion. | ||
|
||
# | ||
# ServerRoot: The top of the directory tree under which the server's | ||
|
@@ -98,7 +104,7 @@ Group daemon | |
# e-mailed. This address appears on some server-generated pages, such | ||
# as error documents. e.g. [email protected] | ||
# | ||
ServerAdmin you@example.com | ||
ServerAdmin admin@example.com | ||
|
||
# | ||
# ServerName gives the name and port that the server uses to identify itself. | ||
|
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
Oops, something went wrong.