#!/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 #
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 |
| 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 |
| Directive | Local Value | Master Value |
|---|---|---|
| engine | 1 | 1 |
| last_modified | 0 | 0 |
| xbithack | 0 | 0 |
| Variable | Value |
|---|---|
| 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 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 Support | enabled |
|---|---|
| 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 |
| Directive | Local Value | Master Value |
|---|---|---|
| apc.cache_by_default | On | On |
| apc.canonicalize | On | On |
| apc.coredump_unmap | Off | Off |
| apc.enable_cli | Off | Off |
| apc.enabled | On | On |
| apc.file_md5 | Off | Off |
| apc.file_update_protection | 2 | 2 |
| apc.filters | no value | no value |
| apc.gc_ttl | 3600 | 3600 |
| apc.include_once_override | Off | Off |
| apc.lazy_classes | Off | Off |
| apc.lazy_functions | Off | Off |
| apc.max_file_size | 1M | 1M |
| apc.mmap_file_mask | no value | no value |
| apc.num_files_hint | 1000 | 1000 |
| apc.preload_path | no value | no value |
| apc.report_autofilter | Off | Off |
| apc.rfc1867 | Off | Off |
| apc.rfc1867_freq | 0 | 0 |
| apc.rfc1867_name | APC_UPLOAD_PROGRESS | APC_UPLOAD_PROGRESS |
| apc.rfc1867_prefix | upload_ | upload_ |
| apc.rfc1867_ttl | 3600 | 3600 |
| apc.shm_segments | 1 | 1 |
| apc.shm_size | 32M | 32M |
| apc.slam_defense | On | On |
| apc.stat | On | On |
| apc.stat_ctime | Off | Off |
| apc.ttl | 0 | 0 |
| apc.use_request_time | On | On |
| apc.user_entries_hint | 4096 | 4096 |
| apc.user_ttl | 0 | 0 |
| apc.write_lock | On | On |
| PHP Version | 5.3.28 |
| Directive | Local Value | Master Value |
|---|---|---|
| allow_call_time_pass_reference | Off | Off |
| allow_url_fopen | On | On |
| allow_url_include | Off | Off |
| always_populate_raw_post_data | Off | Off |
| arg_separator.input | & | & |
| arg_separator.output | & | & |
| asp_tags | Off | Off |
| auto_append_file | no value | no value |
| auto_globals_jit | On | On |
| auto_prepend_file | no value | no value |
| browscap | no value | no value |
| default_charset | no value | no value |
| default_mimetype | text/html | text/html |
| define_syslog_variables | Off | Off |
| disable_classes | no value | no value |
| disable_functions | no value | no value |
| display_errors | Off | Off |
| display_startup_errors | Off | Off |
| doc_root | no value | no value |
| docref_ext | no value | no value |
| docref_root | no value | no value |
| enable_dl | On | On |
| error_append_string | no value | no value |
| error_log | no value | no value |
| error_prepend_string | no value | no value |
| error_reporting | 4177 | 4177 |
| exit_on_timeout | Off | Off |
| expose_php | Off | Off |
| extension_dir | /usr/local/lib/php/extensions/ | /usr/local/lib/php/extensions/ |
| file_uploads | On | On |
| 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_errors | On | On |
| ignore_repeated_errors | Off | Off |
| ignore_repeated_source | Off | Off |
| ignore_user_abort | Off | Off |
| implicit_flush | Off | Off |
| include_path | .:/usr/local/lib/php | .:/usr/local/lib/php |
| log_errors | On | On |
| log_errors_max_len | 1024 | 1024 |
| magic_quotes_gpc | Off | Off |
| magic_quotes_runtime | Off | Off |
| magic_quotes_sybase | Off | Off |
| mail.add_x_header | Off | Off |
| mail.force_extra_parameters | no value | no value |
| mail.log | no value | no value |
| max_execution_time | 30 | 30 |
| max_file_uploads | 20 | 20 |
| max_input_nesting_level | 64 | 64 |
| max_input_time | 60 | 60 |
| max_input_vars | 1000 | 1000 |
| memory_limit | 128M | 128M |
| open_basedir | no value | no value |
| output_buffering | 4096 | 4096 |
| output_handler | no value | no value |
| post_max_size | 8M | 8M |
| precision | 14 | 14 |
| realpath_cache_size | 16K | 16K |
| realpath_cache_ttl | 120 | 120 |
| register_argc_argv | Off | Off |
| register_globals | Off | Off |
| register_long_arrays | Off | Off |
| report_memleaks | On | On |
| report_zend_debug | On | On |
| request_order | no value | no value |
| safe_mode | Off | Off |
| safe_mode_exec_dir | no value | no value |
| safe_mode_gid | Off | Off |
| safe_mode_include_dir | no value | no value |
| sendmail_from | no value | no value |
| sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i |
| serialize_precision | 100 | 100 |
| short_open_tag | Off | Off |
| SMTP | localhost | localhost |
| smtp_port | 25 | 25 |
| sql.safe_mode | Off | Off |
| track_errors | Off | Off |
| unserialize_callback_func | no value | no value |
| upload_max_filesize | 2M | 2M |
| upload_tmp_dir | no value | no value |
| user_dir | no value | no value |
| user_ini.cache_ttl | 300 | 300 |
| user_ini.filename | .user.ini | .user.ini |
| variables_order | GPCS | GPCS |
| xmlrpc_error_number | 0 | 0 |
| xmlrpc_errors | Off | Off |
| y2k_compliance | On | On |
| zend.enable_gc | On | On |
| ctype functions | enabled |
| 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/time support | enabled |
| "Olson" Timezone Database Version | 2013.3 |
| Timezone Database | internal |
| Default timezone | America/Los_Angeles |
| Directive | Local Value | Master Value |
|---|---|---|
| date.default_latitude | 31.7667 | 31.7667 |
| date.default_longitude | 35.2333 | 35.2333 |
| date.sunrise_zenith | 90.583333 | 90.583333 |
| date.sunset_zenith | 90.583333 | 90.583333 |
| date.timezone | no value | no value |
| 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 |
| Regex Library | Bundled library enabled |
| fileinfo support | enabled |
| version | 1.0.5-dev |
| Input Validation and Filtering | enabled |
| Revision | $Id: 209a1c3c98c04a5474846e7bbe8ca72054ccfd4f $ |
| Directive | Local Value | Master Value |
|---|---|---|
| filter.default | unsafe_raw | unsafe_raw |
| filter.default_flags | no value | no value |
| 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 Support | enabled |
|---|---|
| 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 Library | Compiled | Linked |
|---|---|---|
| libcurl | 7.21.2 | 7.21.2 |
| libevent | disabled | disabled |
| libz | 1.2.3 | 1.2.3 |
| libmagic | disabled | disabled |
| Persistent Handles | |||
|---|---|---|---|
| Provider | Ident | Used | Free |
| 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) |
| Directive | Local Value | Master Value |
|---|---|---|
| http.etag.mode | MD5 | MD5 |
| http.force_exit | 1 | 1 |
| http.log.allowed_methods | no value | no value |
| http.log.cache | no value | no value |
| http.log.composite | no value | no value |
| http.log.not_found | no value | no value |
| http.log.redirect | no value | no value |
| http.only_exceptions | 0 | 0 |
| http.persistent.handles.ident | GLOBAL | GLOBAL |
| http.persistent.handles.limit | -1 | -1 |
| http.request.datashare.connect | 0 | 0 |
| http.request.datashare.cookie | 0 | 0 |
| http.request.datashare.dns | 1 | 1 |
| http.request.datashare.ssl | 0 | 0 |
| http.request.methods.allowed | no value | no value |
| http.request.methods.custom | no value | no value |
| http.send.deflate.start_auto | 0 | 0 |
| http.send.deflate.start_flags | 0 | 0 |
| http.send.inflate.start_auto | 0 | 0 |
| http.send.inflate.start_flags | 0 | 0 |
| http.send.not_found_404 | 1 | 1 |
| iconv support | enabled |
| iconv implementation | glibc |
| iconv library version | 2.5 |
| Directive | Local Value | Master Value |
|---|---|---|
| iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.internal_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
| json support | enabled |
| json version | 1.2.1 |
| libXML support | active |
| libXML Compiled Version | 2.6.26 |
| libXML Loaded Version | 20626 |
| libXML streams | enabled |
| PCRE (Perl Compatible Regular Expressions) Support | enabled |
| PCRE Library Version | 8.32 2012-11-30 |
| Directive | Local Value | Master Value |
|---|---|---|
| pcre.backtrack_limit | 1000000 | 1000000 |
| pcre.recursion_limit | 100000 | 100000 |
| PDO support | enabled |
|---|---|
| PDO drivers | sqlite, sqlite2 |
| PDO Driver for SQLite 3.x | enabled |
|---|---|
| SQLite Library | 3.7.7.1 |
| Phar: PHP Archive support | enabled |
|---|---|
| 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. |
| Directive | Local Value | Master Value |
|---|---|---|
| phar.cache_list | no value | no value |
| phar.readonly | On | On |
| phar.require_hash | On | On |
| Revision | $Id: 5a2da3946b96c5afbf3aff8db8a8681f8bedee85 $ |
| Reflection | enabled |
|---|---|
| Version | $Id: 4af6c4c676864b1c0bfa693845af0688645c37cf $ |
| Session Support | enabled |
| Registered save handlers | files user sqlite |
| Registered serializer handlers | php php_binary |
| Directive | Local Value | Master Value |
|---|---|---|
| session.auto_start | Off | Off |
| session.bug_compat_42 | Off | Off |
| session.bug_compat_warn | On | On |
| session.cache_expire | 180 | 180 |
| session.cache_limiter | nocache | nocache |
| session.cookie_domain | no value | no value |
| session.cookie_httponly | Off | Off |
| session.cookie_lifetime | 0 | 0 |
| session.cookie_path | / | / |
| session.cookie_secure | Off | Off |
| session.entropy_file | no value | no value |
| session.entropy_length | 0 | 0 |
| session.gc_divisor | 1000 | 1000 |
| session.gc_maxlifetime | 1440 | 1440 |
| session.gc_probability | 1 | 1 |
| session.hash_bits_per_character | 5 | 5 |
| session.hash_function | 0 | 0 |
| session.name | PHPSESSID | PHPSESSID |
| session.referer_check | no value | no value |
| session.save_handler | files | files |
| session.save_path | no value | no value |
| session.serialize_handler | php | php |
| session.use_cookies | On | On |
| session.use_only_cookies | On | On |
| session.use_trans_sid | 0 | 0 |
| Simplexml support | enabled |
|---|---|
| Revision | $Id: 02ab7893b36d51e9c59da77d7e287eb3b35e1e32 $ |
| Schema support | enabled |
| SPL support | enabled |
|---|---|
| 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 support | enabled |
|---|---|
| PECL Module version | 2.0-dev $Id$ |
| SQLite Library | 2.8.17 |
| SQLite Encoding | iso8859 |
| Directive | Local Value | Master Value |
|---|---|---|
| sqlite.assoc_case | 0 | 0 |
| SQLite3 support | enabled |
|---|---|
| SQLite3 module version | 0.7-dev |
| SQLite Library | 3.7.7.1 |
| Directive | Local Value | Master Value |
|---|---|---|
| sqlite3.extension_dir | no value | no value |
| Dynamic Library Support | enabled |
| Path to sendmail | /usr/sbin/sendmail -t -i |
| Directive | Local Value | Master Value |
|---|---|---|
| assert.active | 1 | 1 |
| assert.bail | 0 | 0 |
| assert.callback | no value | no value |
| assert.quiet_eval | 0 | 0 |
| assert.warning | 1 | 1 |
| auto_detect_line_endings | 0 | 0 |
| default_socket_timeout | 60 | 60 |
| from | no value | no value |
| safe_mode_allowed_env_vars | PHP_ | PHP_ |
| safe_mode_protected_env_vars | LD_LIBRARY_PATH | LD_LIBRARY_PATH |
| url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
| user_agent | no value | no value |
| Tokenizer Support | enabled |
| XML Support | active |
| XML Namespace Support | active |
| libxml2 Version | 2.6.26 |
| XMLReader | enabled |
| XMLWriter | enabled |
| Module Name |
|---|
| Variable | Value |
|---|---|
| SHELL | /bin/bash |
| TERM | unknown |
| USER | root |
| LS_COLORS | no value |
| SUDO_USER | webops-deployer |
| SUDO_UID | 506 |
| USERNAME | root |
| /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 |
| Variable | Value |
|---|---|
| _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 |
|
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. |