De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
apache module 로
check out the complete list of configure options for an exhaustive rundown.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
see also the hyperwave module.
a time limited version can be ordered for free (30 days).
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
this module defines the following constants:
the constants below are defined by this extension, and will only be available when the extension has either been compiled into php or dynamically loaded at runtime.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
the following configure options are related to the mbstring module.
you must enable the module with the configure script.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
예 3-5. installation instructions (apache module version)
addtype application / x-httpd-php .php loadmodule php4_module libexec / libphp4.so you can choose any extension you wish here. .php is simply the one we suggest.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
예 1. using php's curl module to fetch the php homepage
using php 's curl module to fetch the example.com homepage
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
php 4: dba를 동적으로 적재할 수 있는 공유 모듈(shared module) 형태로 만든다.
these options are only used in php 4 as of php 4.1.0.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
this module enables you to transparently read zip compressed archives and the files inside them.
this module enables you to transparently read zip compressed archives and the files inside them.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
it is used internally by dbx only, and is actually the module number mentioned above.
see also: dbx_close().
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
for dynamic extensions, module and request startup/shutdown events happen at the same time.
for dynamic extensions, module and request startup / shutdown events happen at the same time.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
code all of your module to work with the regular resource list mentioned in section (9).
le_mysql_link for non-persistent link and le_mysql_plink for a persistent link).
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
following is a quote from the sample module discussed previously, which makes use of the conversion functions:
zval **parameter; if((zend_num_args() != 1) _bar_ _bar_ (zend_get_parameters_ex(1, parameter) != success)) {wrong_param_count;} convert_to_long_ex(parameter); return_long(z_lval_p(parameter));
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
the following constants are defined when using the ftp module: ftp_ascii and ftp_binary.
the constants below are defined by this extension, and will only be available when the extension has either been compiled into php or dynamically loaded at runtime.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
build shared apache 2.0 module. file is the optional pathname to the apache apxs tool; defaults to apxs.
note:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
the integration with apache and possible other servers is already described in the hyperwave module which has been the first extension to connect a hyperwave server.
certain attributes are always set by the hyperwave server, other may be modified by the user.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
encoding is used for http input character encoding conversion, http output character encoding conversion and default character encoding for string functions defined by mbstring module.
encoding:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
10. i have followed all the steps to install the apache module version on unix, and my php scripts show up in my browser or i am being asked to save the file.
make sure that the httpd binary you are running is the actual new httpd binary you just built.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
if you read mysql.c, you'll notice that except for the more complex connect function, nothing in the rest of the module has to be changed.
php3_plist_delete( id) - delete the resource with the specified id
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
declaration and implementation of these functions can be done with macros; see the earlier section "declaration of the zend module block" for details.
prev
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible
all registered variables are serialized after the request finishes. registered variables which are undefined are marked as being not defined. on subsequent accesses, these are not defined by the session module unless the user defines them later.
it might be more appropiate to use a shared memory based filesystem (such as tmpfs on solaris / linux, or / dev / md on bsd) to store sessions in files, because they are properly locked.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad: