Home
last modified time | relevance | path

Searched refs:local (Results 151 – 164 of 164) sorted by relevance

1234567

/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in29 ; in a local file.
504 ;env[PATH] = /usr/local/bin:/usr/bin:/bin
/PHP-5.5/win32/
H A Dinstall.txt1302 include_path = ".:/usr/local/lib/php"
1357 php_value include_path ".:/usr/local/lib/php"
1434 apachectl: /usr/local/apache/bin/httpd Undefined symbols:
1487 By default on Unix it should be in /usr/local/lib which is
1494 /etc/php.ini and edit it to make any local changes you want.
1564 the standard /usr/local/ directory for files. You need to tell the RPM
1645 apachectl: /usr/local/apache/bin/httpd Undefined symbols:
/PHP-5.5/Zend/tests/
H A D019.phpt313 * only the local variable is destroyed. The variable in the calling environment
336 * local variable is destroyed. The variable in the calling environment
/PHP-5.5/
H A DUPGRADING198 consider local environment and not SAPI environment if true.
H A DNEWS5145 - Fixed bug #50101 (name clash between global and local variable).
7100 non-local forms). (Ilia)
7525 . Load only once the local color map from a GIF data (Pierre)
8327 - Fixed bug #38687 (sockaddr local storage insufficient for all sock families).
8739 - Fixed bug #36745 (No error message when load data local file isn't found).
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt45 according to local conventions. However, by allowing the levels to be selectively
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3899 0 string/wt #!\ /usr/local/bin/nawk new awk script text executable
3905 0 string/wt #!\ /usr/local/bin/gawk GNU awk script text executable
3936 0 search/1/w #!\ /usr/local/bin/php PHP script text executable
8701 >22 leshort x \b/%d local
10607 # URL: http://local.wasp.uwa.edu.au/~pbourke/dataformats/pic/
11560 0 search/1/w #!\ /usr/local/bin/lua Lua script text executable
13752 # start by checking for ZIP local file header signature
13756 # skip to the second local file header
14819 0 search/1 eval\ "exec\ /usr/local/bin/perl Perl script text
15617 0 search/1/w #!\ /usr/local/bin/ruby Ruby script text executable
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS99 internal use and have only local meaning".
H A DChangeLog855 internal use and have only local meaning".
2077 pcre_malloc etc. are now initialized to local functions that call the
2495 is smaller, the saved offsets during recursion go onto a local stack
3154 to make them independent of the local environment's newline setting.
4088 those symbols that are exported in the C sense, but actually are local
4452 Instead, it keeps those local variables that need separate instances for
5586 such a setting is global if at outer level; local otherwise
/PHP-5.5/Zend/
H A DZEND_CHANGES1148 * The scope of break and continue is local to that of an
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1290 change local var. type char* to UChar*.
1856 2003/01/10: [bug] local variable name was wrong. buf -> tbuf (regerror())
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch221 /* Allow reuse of local addresses. */
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1178 if you are cross compiling, because dftables is run on the local host.
2642 nal tables to be rebuilt in the default "C" locale of the local system,
2827 and (?-J) set and unset the local PCRE_DUPNAMES option, respectively.
8054 (*THEN) local failure, backtrack to next alternation
8581 where the local data of the current node is pushed before checking its
10152 installed in /usr/local, you can compile the demonstration program
10155 gcc -o pcredemo -I/usr/local/include pcredemo.c \
10156 -L/usr/local/lib -lpcre
10185 -R/usr/local/lib
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c35264 memset(&pFile->local, 0, sizeof(pFile->local));
35351 if (pFile->local.nReaders){
35354 if (pFile->local.bReserved){
35357 if (pFile->local.bPending){
35360 if (pFile->local.bExclusive){
35408 pFile->local.nReaders ++;
35422 pFile->local.bPending = TRUE;
35463 if (pFile->local.bExclusive){
35474 pFile->local.nReaders --;
35486 if (pFile->local.bPending){
[all …]

Completed in 634 milliseconds

1234567