Related Links : Search Engine Optimization | | Search Engine Marketing | Online Marketing | Freelance Programmer| SEO Thailand | SEO Expert | SEO services | PHP Programmer Thailand | SEO Tutorial | What is SEO |

  Home Our SEO Services SEO Expert Consultant Php Programmer Scripts| Email : sachin {at} jainsachin {dot} com

PHP | Runtime Configuration | Manual | Tutorial | Help

SEO Services



Website Programming in PHP / MYSQL



Friends


    Runtime Configuration

    Runtime Configuration

    The behaviour of these functions is affected by settings in php.ini.

    OCI8 Configuration Options
    Name Default Changeable Changelog
    oci8.privileged_connect "0" PHP_INI_SYSTEM Available since PHP 5.1.2.
    oci8.max_persistent "-1" PHP_INI_SYSTEM Available since PHP 5.1.2.
    oci8.persistent_timeout "-1" PHP_INI_SYSTEM Available since PHP 5.1.2.
    oci8.ping_interval "60" PHP_INI_SYSTEM Available since PHP 5.1.2.
    oci8.statement_cache_size "20" PHP_INI_SYSTEM Available since PHP 5.1.2.
    oci8.default_prefetch "10" PHP_INI_SYSTEM Available since PHP 5.1.2.
    oci8.old_oci_close_semantics "0" PHP_INI_SYSTEM Available since PHP 5.1.2.

    Here's a short explanation of the configuration directives.

    oci8.privileged_connect boolean

    This option enables privileged connections using external credentials (OCI_SYSOPER, OCI_SYSDBA).

    oci8.max_persistent int

    The maximum number of persistent OCI8 connections per process. Setting this option to -1 means that there is no limit.

    oci8.persistent_timeout int

    The maximum length of time (in seconds) that a given process is allowed to maintain an idle persistent connection. Setting this option to -1 means that idle persistent connections will be maintained forever.

    oci8.ping_interval int

    The length of time (in seconds) that must pass before issuing a ping during oci_pconnect(). When set to 0, persistent connections will be pinged every time they are reused. To disable pings completely, set this option to -1.

    Note: Disabling pings will cause oci_pconnect() calls to operate at the highest efficiency, but may cause PHP to not detect faulty connections, such as those caused by network partitions, or if the Oracle server has gone down since PHP connected, until later in the script. Consult the oci_pconnect() documentation for more information.

    oci8.statement_cache_size int

    This option enables statement caching, and specifies how many statements to cache. To disable statement caching just set this option to 0.

    Note: A larger cache can result in improved performance, at the cost of increased memory usage.

    oci8.default_prefetch int

    This option enables statement prefetching and sets the default number of rows that will be fetched automatically after statement execution.

    Note: A larger prefetch can result in improved performance, at the cost of increased memory usage.

    oci8.old_oci_close_semantics boolean

    This option controls oci_close() behaviour. Enabling it means that oci_close() will do nothing; the connection will not be closed until the end of the script. This is for backward compatibility only. If you find that you need to enable this setting, you are strongly encouraged to remove the oci_close() calls from your application instead of enabling this option.


    SEO Tutorial / Articles





    Php / Mysql Tutorial



    Articles



      Portfolio


      SEO by Jainsachin