#!/bin/bash # Build and Install Turck-MMCache for PHP # # Info: http://turck-mmcache.sourceforge.net/index_old.html # ############################################################ # Download the source files ############################################################ # change dir to your source tree (can be weherever you want) cd ~/Source mkdir turck-mmcache-build cd turck-mmchache-build # download turck-mmcache source from cvs # just hit return or enter when prompted for password cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/turck-mmcache login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/turck-mmcache co turck-mmcache # [OPTIONAL] # PHPcoder provides a nice GUI frontend for encoding/decoding # See http://phpcoder.sourceforge.net/ for more info # download phpcoder source from cvs # just hit return or enter when prompted for password cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phpcoder login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phpcoder co phpcoder ############################################################ # Build and install turck-mmcache ############################################################ cd turck-mmcache # You must specify the real prefix where PHP is installed in the "export" command. # It may be "/usr" "/usr/local", or something else. You may be able to locate it # with something like 'which php' or 'which phpize'. I believe the standard # Mac OS X Panther install of PHP is in /usr/bin. export PHP_PREFIX="/usr/bin" $PHP_PREFIX/bin/phpize ./configure --enable-mmcache=shared --with-php-config=$PHP_PREFIX/bin/php-config make sudo make install # watch the last line of the install process above - it will tell you where # the extension was installed. You will need that info to put in your php.ini. # EX: # Installing shared extensions: /usr/lib/php/extensions/no-debug-non-zts-20040412/ # ############################################################ # [OPTIONAL] Install the turck-mmcache web interface ############################################################ # Copy the mmcache.php to a web accessible directory mkdir /Library/WebServer/Documents/turck-mmcache cp -p mmcache.php /Library/Webserver/Documents/turck-mmcache # Create an admin password php -q mmcache_password.php # copy the lines listed to your clipboard/copy the lines listed to your php.ini # EX: # mmcache.admin.name="admin" # mmcache.admin.password="$1$0ScD9gkb$nOEmFerNMvQ576hELeLrG0" ############################################################ # Edit your php.ini file to load turck-mmcache ############################################################ # Edit your php.ini file to load turck-mmcache # I believe standard Mac OS X Panther php.ini is located at /etc/apache/php.ini pico /etc/apache/php.ini # scroll to the very bottom but before the lines that read: # # ; Local Variables: # ; tab-width: 4 # ; End: # If installing the OPTIONAL Web Interface also, you should still have the # password on your clipboard. Go ahead and paste them in now: # # mmcache.admin.name="admin" # mmcache.admin.password="$1$0ScD9gkb$nOEmFerNMvQ576hELeLrG0" # # then paste in the following (without # at the beginning): # # zend_extension="/usr/lib/php4/mmcache.so" # mmcache.shm_size="16" # mmcache.cache_dir="/tmp/mmcache" # mmcache.enable="1" # mmcache.optimizer="1" # mmcache.check_mtime="1" # mmcache.debug="0" # mmcache.filter="" # mmcache.shm_max="0" # mmcache.shm_ttl="0" # mmcache.shm_prune_period="0" # mmcache.shm_only="0" # mmcache.compress="1" # # You will need to change the path listed in the "zend_extension=" line to reflect # what was displayed at the end of the turck_mmchache install - it should look something # like this: # # EX: # /usr/lib/php/extensions/no-debug-non-zts-20040412/mmcache.so ############################################################ # Create temporary directory for turck-mmcache ############################################################ mkdir /tmp/mmcache chmod 0777 /tmp/mmcache ############################################################ # [OPTIONAL] Install the PHPcoder web interface ############################################################ cd ../phpcoder # Create the files directory and make it writable mkdir files chmod 777 files # Create the encoded directory and make it writable mkdir encoded chmod 777 encoded # Copy phpcoder to web accessible directory cd ../ mv phpcoder /Library/WebServer/Documents/turck-mmcache ############################################################ # Verify Installation ############################################################ # Restart Apache to verify installation # Use your favorite method - SystemPrefPane, sudo apachectl graceful, etc # Create a phpinfo.php file in your web directory if you don't have one # already pico /Library/Webserver/Documents/phpinfo.php # add the following line to phpinfo.php # phpinfo()

PHP Version 5.3.28


System Linux gas3.pcworld.com 2.6.18-371.8.1.el5 #1 SMP Thu Apr 24 18:19:36 EDT 2014 x86_64
Build Date May 13 2014 08:56:04
Configure Command './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-libdir=lib64' '--with-jpeg-dir=/usr/lib' '--with-png-dir=/usr/lib' '--with-curl=/usr'
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /usr/local/lib
Loaded Configuration File /usr/local/lib/php.ini
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)
PHP API 20090626
PHP Extension 20090626
Zend Extension 220090626
Zend Extension Build API220090626,NTS
PHP Extension Build API20090626,NTS
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
Zend Multibyte Support disabled
IPv6 Support enabled
Registered PHP Streams php, file, glob, data, http, ftp, phar
Registered Stream Socket Transports tcp, udp, unix, udg
Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, http.*

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies


Configuration

apache2handler

Apache Version Apache
Apache API Version 20051115
Server Administrator webmaster@pcworld.com
Hostname:Port gasoline.pcworld.com:0
User/Group nobody(99)/99
Max Requests Per Child: 1000 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 60 - Keep-Alive: 5
Virtual Server Yes
Server Root /usr/local/apache2
Loaded Modules core mod_authn_file mod_authn_default mod_authz_host mod_authz_groupfile mod_authz_user mod_authz_default mod_auth_basic mod_include mod_filter mod_log_config mod_env mod_setenvif mod_version prefork http_core mod_mime mod_status mod_autoindex mod_cgi mod_negotiation mod_dir mod_actions mod_userdir mod_alias mod_so mod_proxy mod_proxy_http mod_rewrite mod_php5 mod_headers mod_asis mod_deflate

DirectiveLocal ValueMaster Value
engine11
last_modified00
xbithack00

Apache Environment

VariableValue
is-forwarded 1
PRIVATEIP YES
SCRIPT_URL /gasoline.php
SCRIPT_URI http://localhost.localdomain/gasoline.php
HTTP_HOST localhost.localdomain
HTTP_USER_AGENT Gasoline-Sync
HTTP_ACCEPT */*
HTTP_X_GASOLINE_SYNCDIRECT true
HTTP_X_FORWARDED_FOR 192.168.22.30
HTTP_X_FORWARDED_HOST hints.macworld.com
HTTP_X_FORWARDED_SERVER hints.macworld.com
HTTP_CONNECTION Keep-Alive
PATH /sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE no value
SERVER_SOFTWARE Apache
SERVER_NAME localhost.localdomain
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 127.0.0.1
DOCUMENT_ROOT /web/gasoline/php/
SERVER_ADMIN webmaster@pcworld.com
SCRIPT_FILENAME /web/gasoline/php/gasoline.php
REMOTE_PORT 36607
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING hints.macworld.com@gasoline@/dlfiles/install_turck.txt@gasoline@
REQUEST_URI /gasoline.php?hints.macworld.com@gasoline@/dlfiles/install_turck.txt@gasoline@
SCRIPT_NAME /gasoline.php

HTTP Headers Information

HTTP Request Headers
HTTP Request GET /gasoline.php?hints.macworld.com@gasoline@/dlfiles/install_turck.txt@gasoline@ HTTP/1.1
Host localhost.localdomain
User-Agent Gasoline-Sync
Accept */*
X-Gasoline-SyncDirect true
X-Forwarded-For 192.168.22.30
X-Forwarded-Host hints.macworld.com
X-Forwarded-Server hints.macworld.com
Connection Keep-Alive
HTTP Response Headers
Keep-Alive timeout=5, max=100
Connection Keep-Alive
Transfer-Encoding chunked
Content-Type text/html

apc

APC Supportenabled
Version 3.1.4
MMAP Support Enabled
MMAP File Mask no value
Locking type pthread mutex Locks
Revision $Revision: 301663 $
Build Date Nov 1 2010 10:30:04

DirectiveLocal ValueMaster Value
apc.cache_by_defaultOnOn
apc.canonicalizeOnOn
apc.coredump_unmapOffOff
apc.enable_cliOffOff
apc.enabledOnOn
apc.file_md5OffOff
apc.file_update_protection22
apc.filtersno valueno value
apc.gc_ttl36003600
apc.include_once_overrideOffOff
apc.lazy_classesOffOff
apc.lazy_functionsOffOff
apc.max_file_size1M1M
apc.mmap_file_maskno valueno value
apc.num_files_hint10001000
apc.preload_pathno valueno value
apc.report_autofilterOffOff
apc.rfc1867OffOff
apc.rfc1867_freq00
apc.rfc1867_nameAPC_UPLOAD_PROGRESSAPC_UPLOAD_PROGRESS
apc.rfc1867_prefixupload_upload_
apc.rfc1867_ttl36003600
apc.shm_segments11
apc.shm_size32M32M
apc.slam_defenseOnOn
apc.statOnOn
apc.stat_ctimeOffOff
apc.ttl00
apc.use_request_timeOnOn
apc.user_entries_hint40964096
apc.user_ttl00
apc.write_lockOnOn

Core

PHP Version 5.3.28

DirectiveLocal ValueMaster Value
allow_call_time_pass_referenceOffOff
allow_url_fopenOnOn
allow_url_includeOffOff
always_populate_raw_post_dataOffOff
arg_separator.input&&
arg_separator.output&&
asp_tagsOffOff
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetno valueno value
default_mimetypetext/htmltext/html
define_syslog_variablesOffOff
disable_classesno valueno value
disable_functionsno valueno value
display_errorsOffOff
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOnOn
error_append_stringno valueno value
error_logno valueno value
error_prepend_stringno valueno value
error_reporting41774177
exit_on_timeoutOffOff
expose_phpOffOff
extension_dir/usr/local/lib/php/extensions//usr/local/lib/php/extensions/
file_uploadsOnOn
highlight.bg#FFFFFF#FFFFFF
highlight.comment#FF8000#FF8000
highlight.default#0000BB#0000BB
highlight.html#000000#000000
highlight.keyword#007700#007700
highlight.string#DD0000#DD0000
html_errorsOnOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.:/usr/local/lib/php.:/usr/local/lib/php
log_errorsOnOn
log_errors_max_len10241024
magic_quotes_gpcOffOff
magic_quotes_runtimeOffOff
magic_quotes_sybaseOffOff
mail.add_x_headerOffOff
mail.force_extra_parametersno valueno value
mail.logno valueno value
max_execution_time3030
max_file_uploads2020
max_input_nesting_level6464
max_input_time6060
max_input_vars10001000
memory_limit128M128M
open_basedirno valueno value
output_buffering40964096
output_handlerno valueno value
post_max_size8M8M
precision1414
realpath_cache_size16K16K
realpath_cache_ttl120120
register_argc_argvOffOff
register_globalsOffOff
register_long_arraysOffOff
report_memleaksOnOn
report_zend_debugOnOn
request_orderno valueno value
safe_modeOffOff
safe_mode_exec_dirno valueno value
safe_mode_gidOffOff
safe_mode_include_dirno valueno value
sendmail_fromno valueno value
sendmail_path/usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i 
serialize_precision100100
short_open_tagOffOff
SMTPlocalhostlocalhost
smtp_port2525
sql.safe_modeOffOff
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize2M2M
upload_tmp_dirno valueno value
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderGPCSGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
y2k_complianceOnOn
zend.enable_gcOnOn

ctype

ctype functions enabled

curl

cURL support enabled
cURL Information 7.21.2
Age 3
Features
AsynchDNS No
Debug No
GSS-Negotiate No
IDN Yes
IPv6 Yes
Largefile Yes
NTLM Yes
SPNEGO No
SSL Yes
SSPI No
krb4 No
libz Yes
CharConv No
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp
Host x86_64-unknown-linux-gnu
SSL Version OpenSSL/0.9.8b
ZLib Version 1.2.3

date

date/time support enabled
"Olson" Timezone Database Version 2013.3
Timezone Database internal
Default timezone America/Los_Angeles

DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.58333390.583333
date.sunset_zenith90.58333390.583333
date.timezoneno valueno value

dom

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.26
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

ereg

Regex Library Bundled library enabled

fileinfo

fileinfo support enabled
version 1.0.5-dev

filter

Input Validation and Filtering enabled
Revision $Id: 209a1c3c98c04a5474846e7bbe8ca72054ccfd4f $

DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

hash

hash support enabled
Hashing Engines md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5

http

HTTP Supportenabled
Extension Version 1.7.0
Registered Classes HttpUtil, HttpMessage, HttpRequest, HttpRequestPool, HttpRequestDataShare, HttpDeflateStream, HttpInflateStream, HttpResponse, HttpQueryString
Output Handlers ob_deflatehandler, ob_inflatehandler, ob_etaghandler
Stream Filters http.chunked_decode, http.chunked_encode, http.deflate, http.inflate

Used LibraryCompiledLinked
libcurl 7.21.2 7.21.2
libevent disabled disabled
libz 1.2.3 1.2.3
libmagic disabled disabled

Persistent Handles
ProviderIdentUsedFree
http_request N/A 0 0
http_request_datashare GLOBAL 1 0
http_request_pool N/A 0 0

Request Methods
Registered GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE, CONNECT, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, UNLOCK, VERSION-CONTROL, REPORT, CHECKOUT, CHECKIN, UNCHECKOUT, MKWORKSPACE, UPDATE, LABEL, MERGE, BASELINE-CONTROL, MKACTIVITY, ACL,
Allowed (ANY)

DirectiveLocal ValueMaster Value
http.etag.modeMD5MD5
http.force_exit11
http.log.allowed_methodsno valueno value
http.log.cacheno valueno value
http.log.compositeno valueno value
http.log.not_foundno valueno value
http.log.redirectno valueno value
http.only_exceptions00
http.persistent.handles.identGLOBALGLOBAL
http.persistent.handles.limit-1-1
http.request.datashare.connect00
http.request.datashare.cookie00
http.request.datashare.dns11
http.request.datashare.ssl00
http.request.methods.allowedno valueno value
http.request.methods.customno valueno value
http.send.deflate.start_auto00
http.send.deflate.start_flags00
http.send.inflate.start_auto00
http.send.inflate.start_flags00
http.send.not_found_40411

iconv

iconv support enabled
iconv implementation glibc
iconv library version 2.5

DirectiveLocal ValueMaster Value
iconv.input_encodingISO-8859-1ISO-8859-1
iconv.internal_encodingISO-8859-1ISO-8859-1
iconv.output_encodingISO-8859-1ISO-8859-1

json

json support enabled
json version 1.2.1

libxml

libXML support active
libXML Compiled Version 2.6.26
libXML Loaded Version 20626
libXML streams enabled

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 8.32 2012-11-30

DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers sqlite, sqlite2

pdo_sqlite

PDO Driver for SQLite 3.xenabled
SQLite Library 3.7.7.1

Phar

Phar: PHP Archive supportenabled
Phar EXT version 2.0.1
Phar API version 1.1.1
SVN revision $Id: 21d763042eb5769ae0a09dc1118df2b5aae6fb33 $
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression disabled (install ext/zlib)
bzip2 compression disabled (install pecl/bz2)
OpenSSL support disabled (install ext/openssl)

Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.

DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

posix

Revision $Id: 5a2da3946b96c5afbf3aff8db8a8681f8bedee85 $

Reflection

Reflectionenabled
Version $Id: 4af6c4c676864b1c0bfa693845af0688645c37cf $

session

Session Support enabled
Registered save handlers files user sqlite
Registered serializer handlers php php_binary

DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.bug_compat_42OffOff
session.bug_compat_warnOnOn
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyOffOff
session.cookie_lifetime00
session.cookie_path//
session.cookie_secureOffOff
session.entropy_fileno valueno value
session.entropy_length00
session.gc_divisor10001000
session.gc_maxlifetime14401440
session.gc_probability11
session.hash_bits_per_character55
session.hash_function00
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_pathno valueno value
session.serialize_handlerphpphp
session.use_cookiesOnOn
session.use_only_cookiesOnOn
session.use_trans_sid00

SimpleXML

Simplexml supportenabled
Revision $Id: 02ab7893b36d51e9c59da77d7e287eb3b35e1e32 $
Schema support enabled

SPL

SPL supportenabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

SQLite

SQLite supportenabled
PECL Module version 2.0-dev $Id$
SQLite Library 2.8.17
SQLite Encoding iso8859

DirectiveLocal ValueMaster Value
sqlite.assoc_case00

sqlite3

SQLite3 supportenabled
SQLite3 module version 0.7-dev
SQLite Library 3.7.7.1

DirectiveLocal ValueMaster Value
sqlite3.extension_dirno valueno value

standard

Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i

DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout6060
fromno valueno value
safe_mode_allowed_env_varsPHP_PHP_
safe_mode_protected_env_varsLD_LIBRARY_PATHLD_LIBRARY_PATH
url_rewriter.tagsa=href,area=href,frame=src,input=src,form=fakeentrya=href,area=href,frame=src,input=src,form=fakeentry
user_agentno valueno value

tokenizer

Tokenizer Support enabled

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.6.26

xmlreader

XMLReader enabled

xmlwriter

XMLWriter enabled

Additional Modules

Module Name

Environment

VariableValue
SHELL /bin/bash
TERM unknown
USER root
LS_COLORS no value
SUDO_USER webops-deployer
SUDO_UID 506
USERNAME root
MAIL /var/mail/webops-deployer
PATH /sbin:/usr/sbin:/bin:/usr/bin
PWD /home/webops-deployer/deploy/tmp/gasoline/gasroot/php
LANG C
HOME /home/webops-deployer
SUDO_COMMAND /etc/init.d/httpd start
SHLVL 2
LOGNAME root
SUDO_GID 506
_ /usr/local/apache2/bin/httpd

PHP Variables

VariableValue
_REQUEST["hints_macworld_com@gasoline@/dlfiles/install_turck_txt@gasoline@"]no value
_GET["hints_macworld_com@gasoline@/dlfiles/install_turck_txt@gasoline@"]no value
_SERVER["is-forwarded"]1
_SERVER["PRIVATEIP"]YES
_SERVER["SCRIPT_URL"]/gasoline.php
_SERVER["SCRIPT_URI"]http://localhost.localdomain/gasoline.php
_SERVER["HTTP_HOST"]localhost.localdomain
_SERVER["HTTP_USER_AGENT"]Gasoline-Sync
_SERVER["HTTP_ACCEPT"]*/*
_SERVER["HTTP_X_GASOLINE_SYNCDIRECT"]true
_SERVER["HTTP_X_FORWARDED_FOR"]192.168.22.30
_SERVER["HTTP_X_FORWARDED_HOST"]hints.macworld.com
_SERVER["HTTP_X_FORWARDED_SERVER"]hints.macworld.com
_SERVER["HTTP_CONNECTION"]Keep-Alive
_SERVER["PATH"]/sbin:/usr/sbin:/bin:/usr/bin
_SERVER["SERVER_SIGNATURE"]no value
_SERVER["SERVER_SOFTWARE"]Apache
_SERVER["SERVER_NAME"]localhost.localdomain
_SERVER["SERVER_ADDR"]127.0.0.1
_SERVER["SERVER_PORT"]80
_SERVER["REMOTE_ADDR"]127.0.0.1
_SERVER["DOCUMENT_ROOT"]/web/gasoline/php/
_SERVER["SERVER_ADMIN"]webmaster@pcworld.com
_SERVER["SCRIPT_FILENAME"]/web/gasoline/php/gasoline.php
_SERVER["REMOTE_PORT"]36607
_SERVER["GATEWAY_INTERFACE"]CGI/1.1
_SERVER["SERVER_PROTOCOL"]HTTP/1.1
_SERVER["REQUEST_METHOD"]GET
_SERVER["QUERY_STRING"]hints.macworld.com@gasoline@/dlfiles/install_turck.txt@gasoline@
_SERVER["REQUEST_URI"]/gasoline.php?hints.macworld.com@gasoline@/dlfiles/install_turck.txt@gasoline@
_SERVER["SCRIPT_NAME"]/gasoline.php
_SERVER["PHP_SELF"]/gasoline.php
_SERVER["REQUEST_TIME"]1402608088

PHP License

This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.


# Now go to http://localhost/phpinfo.php # You should see about halfway down the page: # This program makes use of the Zend Scripting Language Engine: # Zend Engine v2.0.0, Copyright (c) 1998-2004 Zend Technologies # with Turck MMCache v2.4.7-CVS, Copyright (c) 2002-2003 TurckSoft, St. Petersburg, by Dmitry Stogov # that tells you the turck-mmcache is installed and functioning. # You can also go to: http://localhost/turck-mmcache/mmcache.php # and pull up some statistics about turck-mmcache. ############################################################ # [OPTIONAL] Encode php source code ############################################################ # turck-mmcache encodes php pages and caches them for further # use when the pages are called, but you cam also pre-encode # php pages for example to distribute your source code # # Move the page you want to encode into /Library/Webserver/Documents/turck-mmcache/phpcoder/files # Then go to http://localhost/phpcoder and follow the directions as desired # your finished pages will be in /Library/Webserver/Documents/turck-mmcache/phpcoder/encoded # # If you distribute these encoded php pages - the end-user must have either the full-install # of turck-mmcache installed or the run-only version installed. See the README.loader file # for more info # # For more info about phpcoder see: http://phpcoder.sourceforge.net/