Learn more about your own PHP settings by following these instructions:

If you don't already have an info.php page on your server, please create a new text file and upload it to your server.  Name the file info.php

Your new info.php page should have 1 line of code only.  Please put the following code in your new file:

<?php phpinfo() ?>

That's all you need, now save the file to your server, and view the php page in your browser.

Once you view this new page in your web browser, it will populate the page with all the PHP settings and values.  It is a good resource to determine what the current settings are for your PHP installation.

 


Recommended PHP Settings

Your own info.php output should look very similar to our snapshot output below.
This snapshot output was taken from our development server that Ultimate Locator is designed and tested on.

Yellow indicates Recommended settings
Blue Font indicates Notes


 

phpinfo()

PHP Version 4.3.8
Version 4.1.3+ is required
Version 4.3.0+ is recommended


System
Linux, Windows and FreeBSD are supported
Linux xxx.servername.com
Build Date Jul 22 2005 01:43:49
Server API Apache 2.0 Filter
Configuration File (php.ini) Path
This file controls all these php settings
/etc/php.ini
Thread Safety disabled

Configuration

PHP Core

DirectiveLocal ValueMaster Value
allow_call_time_pass_referenceOnOn
allow_url_fopenOnOn
always_populate_raw_post_dataOffOff
arg_separator.input&&
arg_separator.output&&
asp_tagsOffOff
auto_append_fileno valueno value
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_errorsOnOn
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_reporting20392039
expose_phpOnOn
extension_dir/usr/lib/php4/usr/lib/php4
file_uploadsOnOn
gpc_orderGPCGPC
highlight.bg#FFFFFF#FFFFFF
highlight.comment#FF9900#FF9900
highlight.default#0000CC#0000CC
highlight.html#000000#000000
highlight.keyword#006600#006600
highlight.string#CC0000#CC0000
html_errorsOnOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.:/usr/share/pear.:/usr/share/pear
log_errorsOffOff
log_errors_max_len10241024
magic_quotes_gpc
Must be set to Off
Off Off
magic_quotes_runtimeOffOff
magic_quotes_sybaseOffOff
max_execution_time6060
max_input_time-1-1
memory_limit16M16M
open_basedir/home/httpd/vhosts/mysite.com/httpdocs:/tmpno value
output_buffering
1  or 0, as it depends on your server
1 1
output_handlerno valueno value
post_max_size16M16M
precision1414
register_argc_argvOnOn
register_globals On On
report_memleaksOnOn
safe_mode
Should be set to Off for best results
Off Off
safe_mode_exec_dirno valueno value
safe_mode_gidOffOff
safe_mode_include_dirno valueno value
sendmail_fromme@localhost.comme@localhost.com
sendmail_path/usr/bin/sendmail -t -i/usr/sbin/sendmail -t -i
serialize_precision100100
short_open_tagOnOn
SMTPlocalhostlocalhost
smtp_port2525
sql.safe_modeOffOff
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize6M6M
upload_tmp_dirno valueno value
user_dirno valueno value
variables_orderEGPCSEGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
y2k_complianceOffOff

 

ftp

FTP support enabled

 

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version
v3.23+ required
4.0.20
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient

DirectiveLocal ValueMaster Value
mysql.allow_persistent
Persistent connections must be turned
on or you/we must manually edit your install script
to allow normal connect statements
On On
mysql.connect_timeout6060
mysql.default_hostno valueno value
mysql.default_passwordno valueno value
mysql.default_portno valueno value
mysql.default_socketno valueno value
mysql.default_userno valueno value
mysql.max_linksUnlimitedUnlimited
mysql.max_persistentUnlimitedUnlimited
mysql.trace_modeOffOff
 


zlib

ZLib Support enabled
Compiled Version
ZLib 1.1.4+ is required for all Non-ionCube versions.
1.1.4
Linked Version 1.1.4

DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

 

----------  End PHP Settings  ----------

 

 

Summary
Your PHP Version must be v4.1.3 or higher
Your system should be a Linux, Windows or FreeBSD server
Your Server API should be Apache or Windows IIS
magic_quotes_gpc should be turned Off
Output_Buffering may need to be turned on before Ultimate Locator will operate correctly.
Safe_Mode should be turned to Off.  Especially is you are wanting to use ionCube's Run-time Loaders
MySQL v3.23 or higher is required
MySQL.Allow_Persistant must be turned on or the install file must be edited manually before trying to install.  You must replace all instances of mysql_pconnect with mysql_connect (remove the p)
ZLib v1.1.4+ is required for any Non-ionCube version of our software