Home
last modified time | relevance | path

Searched refs:load (Results 151 – 175 of 175) sorted by relevance

1234567

/PHP-5.5/ext/dom/
H A Ddom_fe.h127 PHP_METHOD(domdocument, load);
H A Ddocument.c214 PHP_ME(domdocument, load, arginfo_dom_document_load, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
1735 PHP_METHOD(domdocument, load) in PHP_METHOD() argument
/PHP-5.5/ext/oci8/tests/
H A Dreflection2.phpt30 Method [ <internal%s> public method load ] {
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_007.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PATH as the URL componen…
12 * Parse a load of URLs without specifying PHP_URL_PATH as the URL component
H A Dparse_url_basic_003.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_HOST as the URL componen…
12 * Parse a load of URLs without specifying PHP_URL_HOST as the URL component
H A Dparse_url_basic_001.phpt2 Test parse_url() function: Parse a load of URLs without specifying the component
12 * Parse a load of URLs without specifying the component
/PHP-5.5/win32/
H A Dinstall.txt113 to load various extensions for added functionality.
312 * Choose the extensions you would like to load when PHP starts. See
365 load. You should create php-activescript.ini and place it in that
366 folder, if you wish to load extensions, etc.
943 which extensions you would like to load when PHP starts by modifying
944 your php.ini. You can also load a module dynamically in your script
971 the leading ; from the extension you want to load.
1068 load them. Extensions can be loaded by adding an extension directive.
1411 3. Unix: I installed PHP, but every time I load a document, I get the
1505 3. Unix: I installed PHP, but every time I load a document, I get the
[all …]
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt31 … Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="/path/to/phplibrary"
/PHP-5.5/
H A DINSTALL221 14. Edit your httpd.conf to load the PHP module. The path on the right hand
338 can load into PHP from either the php.ini file or directly using dl().
344 apache (static method) means that PHP will load and run faster. For
449 7. Edit your httpd.conf to load the PHP module. The path on the right
1187 8. Restart Apache, and load the PHP file created above To restart,
1238 load them. Extensions can be loaded by adding an extension directive.
1274 On Windows, you have two ways to load a PHP extension: either compile
1275 it into PHP, or load the DLL. Loading a pre-compiled extension is the
1278 To load an extension, you need to have it available as a ".dll" file on
1336 The most common way to load a PHP extension is to include it in your
[all …]
H A DREADME.STREAMS13 You may have noticed a shed-load of issock parameters flying around the PHP
H A Dserver-tests.php49 | shared module load it via php.ini. |
H A Dphp.ini-development9 ; PHP attempts to find and load this configuration from a number of locations.
1822 ; Directory where to load mcrypt algorithms
1826 ; Directory where to load mcrypt modes
H A Dphp.ini-production9 ; PHP attempts to find and load this configuration from a number of locations.
1822 ; Directory where to load mcrypt algorithms
1826 ; Directory where to load mcrypt modes
H A DNEWS806 . Fixed bug #68423 (PHP-FPM will no longer load all pools). (Remi)
1552 . Added function opcache_compile_file() to load PHP scripts into cache
1748 . Fix gdImageCreateFromWebpCtx and use same logic to load WebP image
2598 . Fixed bug #63093 (Segfault while load extension failed in zts-build).
4449 . Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on
5784 . Allowed using full path to load modules using "extension" directive.
8680 - Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
8739 - Fixed bug #36745 (No error message when load data local file isn't found).
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI70 Don't load mod_php, by the way. Make sure it is commented out!
/PHP-5.5/sapi/litespeed/
H A DREADME52 LiteSpeed web server at the front, load balancing lsphp processes
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in361 ; - remove a server from a group if it is not responding (load balancing);
518 ; Defining 'extension' will load the corresponding shared extension from
/PHP-5.5/ext/standard/
H A Dbasic_functions.c6075 double load[3]; local
6081 if (getloadavg(load, 3) == -1) {
6085 add_index_double(return_value, 0, load[0]);
6086 add_index_double(return_value, 1, load[1]);
6087 add_index_double(return_value, 2, load[2]);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic6028 >>>>317 string OS\ load\ err$
6202 >>>245 string Cannot\ load\ from\ harddisk.\n\r
6213 >>>208 search/261 Cannot\ load\ from\ harddisk.
6242 #>>>170 string Sorry,\ could\ not\ load\ an\
6251 >>99 string Incomplete\ MDBoot\ load.
6525 >441 string Cannot\ load\ from\ harddisk.\n\r
6546 >>472 string Cannot\ load\ DOS!\
6548 >>471 string Cannot\ load\ DOS\
9210 0 belong 0x0210010d PA-RISC1.1 dynamic load library
9292 0 belong 0x020c010b HP s200 demand-load executable
[all …]
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc126 .'this package and load it to ensure class Phar is present.'
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar359 * defining the file to load each class from.
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch399 + /* XXX the maxmagic has to be reset each time we load some new magic file.
408 /* load directory or file */
/PHP-5.5/ext/oci8/
H A Doci8.c976 PHP_FALIAS(load, oci_lob_load, arginfo_oci_lob_load_method)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt56 nance load, most of the documentation describes the 8-bit library, with
321 the documentation maintenance load, most of the PCRE documentation
652 avoid over-complication and reduce the documentation maintenance load,
1101 load additional data when handling them. For the 32-bit library the
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2089 much relocation at load time. To find a text, the string is searched,

Completed in 164 milliseconds

1234567