Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
these integrate automatically with the version of apache installed with the os.
예 3-3. openbsd ports install example
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
that final null-character is added automatically. מחזיר true במקרה של הצלחה או false במקרה של כישלון.
pg_put_line() sends a null-terminated string to the postgresql backend server. this is useful for example for very high-speed inserting of data into a table, initiated by starting a postgresql copy-operation. that final null-character is added automatically. returns true if successfull, false otherwise.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
these macros automatically set the correspondent type and value, as described in טבלה 36-1 and טבלה 36-2.
to make returning values from functions easier and to prevent hassles with accessing the internal structures of the zval container, a set of predefined macros is available (as usual). these macros automatically set the correspondent type and value, as described in 표 35-1 and 표 35-2.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
both files are generated automatically, along with .cvsignore, by a little shell script named ext_skel that resides in the ext directory.
php 4 features an automatic build system that's very flexible. all modules reside in a subdirectory of the ext directory. in addition to its own sources, each module consists of a config.m4 file, for extension configuration. (for example, see http://www.gnu.org/manual/m4/html_mono/m4.html)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
simply configure php using --with-xml (without any additional path) and it will automatically use the expat library built into apache.
unix에서는, --with-xml 옵션을 포함하여 configure 를 실행한다. 컴파일러가 찾을 수 있는 어딘가에 expat library는 설치될 것이다. 만일 apache 1.3.9 이후 버젼에서 php가 모듈로 설치되어 있다면, 아파치에 포함된 expat library를 자동적으로 사용할 수 있다. 만일 expat이 컴파일러가 찾을 수 없는 곳에 설치되어 있다면 cppflags 와 ldflags 를 configure 하기전에 설정할 필요가 있다.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
to use your new extension, you will have to execute the following steps: $cd.. $. / buildconf $. / configure # (your extension is automatically enabled) $vi ext / my_module / my_module.c $make repeat the last two steps as often as necessary.
all these stub files are generated automatically, along with .cvsignore, by a little shell script named ext_skel that resides in the ext directory. as argument it takes the name of the module that you want to create. the shell script then creates a directory of the same name, along with the appropriate stub files.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: