Home
last modified time | relevance | path

Searched refs:engine (Results 1 – 25 of 122) sorted by last modified time

12345

/PHP-5.5/win32/
H A Dinstall.txt359 Note: In PHP 4, the engine was named 'ActivePHP', so if you are
438 check the 'Script engine' checkbox. Now, click OK a few times.
457 exclusions' blank, and check the 'Script engine' checkbox. Now,
1358 php_admin_flag engine on
1691 tell it that PHP is a script engine. Also, you will want to read this
/PHP-5.5/tests/lang/
H A D035.phpt4 <?php if (version_compare(zend_version(), "2.0.0-dev", "<")) print "skip Zend engine 2 required"; ?>
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c78 static int engine = 1; variable
632 engine = 0; in alter_ini()
669 engine = 1; in processReq()
672 if ( engine ) { in processReq()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c678 if (!AP(engine)) { in send_php()
H A Dmod_php5.h30 long engine; member
H A Dphp_apache.c102 …STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache_info_struct…
/PHP-5.5/sapi/apache/
H A Dmod_php5.c631 if (!AP(engine)) { in send_php()
H A Dmod_php5.h30 long engine; member
H A Dphp_apache.c116 …STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache_info_struct…
/PHP-5.5/sapi/apache2filter/
H A DREADME71 Passing script data to engine without temporary file
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h70 long engine; member
H A Dphp_functions.c532 …STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache2_info_struct, php…
H A Dsapi_apache2.c585 if (!AP2(engine)) { in php_handler()
/PHP-5.5/
H A Dphp.ini-development187 ; Enable the PHP scripting language engine under Apache.
188 ; http://php.net/engine
189 engine = On
H A Dphp.ini-production187 ; Enable the PHP scripting language engine under Apache.
188 ; http://php.net/engine
189 engine = On
/PHP-5.5/main/
H A Dphp_ini.c60 zend_llist engine; member
235 zend_llist_add_element(&extension_lists.engine, &extension_name); in php_ini_parser_cb()
400 zend_llist_init(&extension_lists.engine, sizeof(char *), (llist_dtor_func_t) free_estring, 1); in php_init_config()
744 zend_llist_apply(&extension_lists.engine, php_load_zend_extension_cb TSRMLS_CC); in php_ini_register_extensions()
747 zend_llist_destroy(&extension_lists.engine); in php_ini_register_extensions()
/PHP-5.5/ext/spl/
H A Ddoxygen.cfg215 # Configuration::additions related to the search engine
/PHP-5.5/ext/soap/
H A DTODO.old29 …on static and auto (.net style (http://server.com/soapserver.php?WSDL)) using phpdoc parsing engine
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt64 Warning: SNMP::setSecurity(): Bad engine ID value 'dsa' in %s on line %d
/PHP-5.5/ext/simplexml/
H A DREADME25 Due to engine problems it is currently not possible to access
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_rollback.phpt10 die("skip Transactional engine not found");
H A Dtable.inc7 $db->exec('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine);
H A Dpdo_mysql_stmt_fetch_non_select.phpt47 // MyISAM engine should be part of _every_ MySQL today
122 // MyISAM engine should be part of _every_ MySQL today
H A Dmysql_pdo_test.inc35 static function createTestTable($db, $engine = null) {
36 if (!$engine)
37 $engine = PDO_MYSQL_TEST_ENGINE;
40 $db->exec('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine);
152 if (isset($row['engine']) && isset($row['support'])) {
153 if ('InnoDB' == $row['engine'] && ('YES' == $row['support'] || 'DEFAULT' == $row['support']))
H A Dpdo_mysql_get_attribute.phpt10 die("skip Transactional engine not found");

Completed in 52 milliseconds

12345