¡@

Home 

php Programming Glossary: directive

How can I echo HTML in PHP?

http://stackoverflow.com/questions/1100354/how-can-i-echo-html-in-php

if enabled with short_open_tag php.ini configuration file directive or if PHP was configured with the enable short tags option...

including a remote file in PHP

http://stackoverflow.com/questions/1158348/including-a-remote-file-in-php

this question To allow inclusion of remote files the directive allow_url_include must be set to On in php.ini But it is bad..

PHP 5 disable strict standards error

http://stackoverflow.com/questions/1248952/php-5-disable-strict-standards-error

be logged to your standard system log or use the error_log directive to specify exactly where you want errors to go. share improve..

PHP echo vs PHP short tags

http://stackoverflow.com/questions/1386620/php-echo-vs-php-short-tags

tags and are not always enabled see the short_open_tag directive with PHP 5.3 or below but since PHP 5.4.0 is always available..

HTTP_HOST vs. SERVER_NAME

http://stackoverflow.com/questions/2297403/http-host-vs-server-name

specify an explicit hostname and port using the ServerName directive. Update after checking the answer of Pekka on your question.. around Apache HTTPD 1.3. You need to set UseCanonicalName directive to on in the VirtualHost entry in httpd.conf also check the..

<? ?> tags not working in php 5.3.1

http://stackoverflow.com/questions/2476072/tags-not-working-in-php-5-3-1

To enable short tags enable the short_open_tag ini directive in one of the following ways most probably not all of them will.. most probably not all of them will work for you set the directive short_open_tag On in your php.ini the recommended way call ini_set.. off And the reason of discouraging short open tags This directive determines whether or not PHP will recognize code between and..

including php file from another server with php

http://stackoverflow.com/questions/2752783/including-php-file-from-another-server-with-php

. If you still want to allow inclusion of remote files the directive allow_url_include must be set to On in php.ini But again it..

What is the maximum length of a String in PHP?

http://stackoverflow.com/questions/3189040/what-is-the-maximum-length-of-a-string-in-php

single string variable too. This limit is the memory_limit directive in the php.ini configuration file. The memory limit defaults..

What are register_globals in PHP?

http://stackoverflow.com/questions/3593210/what-are-register-globals-in-php

php share improve this question The register_globals directive register_globals is an internal PHP setting which registers..

How to fix the session_register() DEPRECATED problem?

http://stackoverflow.com/questions/3682615/how-to-fix-the-session-register-deprecated-problem

it will not work in environments where the PHP directive register_globals is disabled. This is pretty important because.. This is pretty important because the register_globals directive is set to False by default Further This registers a global variable...

Force SSL/https using .htaccess and mod_rewrite [duplicate]

http://stackoverflow.com/questions/4398951/force-ssl-https-using-htaccess-and-mod-rewrite

mod_ssl to force SSL with the SSLRequireSSL Directive This directive forbids access unless HTTP over SSL i.e. HTTPS is enabled for.. that expose stuff that should be protected. When this directive is present all requests are denied which are not using SSL...

Using .htaccess to make all .html pages to run as .php files?

http://stackoverflow.com/questions/4687208/using-htaccess-to-make-all-html-pages-to-run-as-php-files

website and add this line Apache2 @ Ubuntu Debian use this directive AddType application x httpd php .html .htm If your are running..

How to turn off magic quotes on shared hosting?

http://stackoverflow.com/questions/517008/how-to-turn-off-magic-quotes-on-shared-hosting

shared hosting where mod_php isn't used and the php_value directive thus leads to an error. For suexec FastCGI setups it is quite..

Create Subdomains on the fly with .htaccess (PHP)

http://stackoverflow.com/questions/586129/create-subdomains-on-the-fly-with-htaccess-php

that specifies the wildcard in the ServerAlias DOCs directive. An example vhost container VirtualHost 80 ServerName server.example.org..

Stop people uploading malicious PHP files via forms

http://stackoverflow.com/questions/602539/stop-people-uploading-malicious-php-files-via-forms

how Apache is set up in particular the AllowOverride directive. It is common for general purpose hosts to AllowOverride on..

php.ini default timezone vs. date.timezone

http://stackoverflow.com/questions/13033407/php-ini-default-timezone-vs-date-timezone

Database internal Default timezone America Chicago Directive Local Value Master Value date.timezone America Chicago America.. 0.system Timezone Database internal Default timezone UTC Directive Local Value Master Value date.timezone America Chicago America.. Database internal Default timezone America Chicago Directive Local Value Master Value date.timezone America Chicago America..

How consistent is FILTER_VALIDATE_EMAIL?

http://stackoverflow.com/questions/13494114/how-consistent-is-filter-validate-email

and Filtering enabled Revision Revision 1.52.2.42 Directive Local Value Master Value filter.default unsafe_raw unsafe_raw.. Validation and Filtering enabled Revision Revision 298196 Directive Local Value Master Value filter.default unsafe_raw unsafe_raw..

php upload and internal server error

http://stackoverflow.com/questions/17669712/php-upload-and-internal-server-error

like FcgidMaxRequestLen 67108864 From FcgidMaxRequestLen Directive Warning Before 2.3.6 this defaulted to 1GB. Most users of earlier..

What exactly is PATH_INFO in PHP?

http://stackoverflow.com/questions/2261951/what-exactly-is-path-info-in-php

PHP configuration to enable sessions

http://stackoverflow.com/questions/3740791/php-configuration-to-enable-sessions

anyway The rest of the settings are common between the two Directive Local Value Master Value session.auto_start Off Off session.bug_compat_42..

PHP session variables not being maintaned

http://stackoverflow.com/questions/4358525/php-session-variables-not-being-maintaned

out a solution to this UPDATE PHP INI SESSION settings Directive Local Value Master Value session.auto_start Off Off session.bug_compat_42..

Force SSL/https using .htaccess and mod_rewrite [duplicate]

http://stackoverflow.com/questions/4398951/force-ssl-https-using-htaccess-and-mod-rewrite

you can use mod_ssl to force SSL with the SSLRequireSSL Directive This directive forbids access unless HTTP over SSL i.e. HTTPS..

So eclipse and xdebug walk into a bar, and then my apache server dies

http://stackoverflow.com/questions/4509245/so-eclipse-and-xdebug-walk-into-a-bar-and-then-my-apache-server-dies

Revision DBGp Common DeBuGger Protocol Revision 1.145 Directive Local Value Master Value xdebug.auto_trace Off Off xdebug.collect_assignments..

Connecting to mssql using pdo through php and linux

http://stackoverflow.com/questions/5953882/connecting-to-mssql-using-pdo-through-php-and-linux

Persistent Links 0 Active Links 1 Library version FreeTDS Directive Local Value Master Value mssql.allow_persistent On On mssql.batchsize..

apc_store isn't working between requests

http://stackoverflow.com/questions/6152526/apc-store-isnt-working-between-requests

Revision Revision 308812 Build Date May 27 2011 13 14 20 Directive Local Value Master Value apc.cache_by_default On On apc.canonicalize..

__PHP_Incomplete_Class_Name wrong

http://stackoverflow.com/questions/7272813/php-incomplete-class-name-wrong

Additionally there is the unserialize_callback_func Ini Directive you can use to further trace the problem. php serialized_object..

Fatal error: Call to undefined function pg_connect()

http://stackoverflow.com/questions/7438059/fatal-error-call-to-undefined-function-pg-connect

support enabled Active Persistent Links 0 Active Links 0 Directive Local Value Master Value pgsql.allow_persistent On On pgsql.auto_reset_persistent..

utf8_encode does not produce right result

http://stackoverflow.com/questions/9241709/utf8-encode-does-not-produce-right-result

differed from what I want. If important phpinfo gives Directive Local Value Master Value iconv.input_encoding ISO 8859 1 ISO..