Home
last modified time | relevance | path

Searched refs:allow (Results 51 – 75 of 78) sorted by relevance

1234

/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY83 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/
306 allow upper case letter as the first character
340 allow look-behind in negative look-behind.
430 allow \G in look-behind.
1133 2004/03/16: [spec] allow prefix 'Is' for \p{...} in ONIG_SYNTAX_PERL.
1258 2004/01/19: [spec] allow /a{,n}/ as /a{0,n}/. (but don't allow /a{,}/)
1537 2003/06/30: [spec] allow different length top-level alternatives
1706 2003/03/05: [spec] allow to call in look behind. ex. /(?<=(?*a))/
1742 2003/02/25: [spec] allow to assign same name to different group.
1945 2002/03/20: [spec] allow incompleted left brace as an usual char.
[all …]
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput11172 [\040\t]* )* # If comment found, allow more spaces.
1200 [\040\t]* )* # If comment found, allow more spaces.
1217 [\040\t]* )* # If comment found, allow more spaces.
1243 [\040\t]* )* # If comment found, allow more spaces.
1261 [\040\t]* )* # If comment found, allow more spaces.
1284 [\040\t]* )* # If comment found, allow more spaces.
1302 [\040\t]* )* # If comment found, allow more spaces.
1325 [\040\t]* )* # If comment found, allow more spaces.
1380 [\040\t]* )* # If comment found, allow more spaces.
1398 [\040\t]* )* # If comment found, allow more spaces.
[all …]
/PHP-5.6/scripts/
H A Dphpize.m4141 dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called (by PHP_REQUIRE_CXX).
/PHP-5.6/ext/standard/tests/dir/
H A Ddir_variation3.phpt63 @chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in43 ; permissions must be set in order to allow connections from a web server. Many
44 ; BSD-derived systems allow connections regardless of permissions.
373 ; Limits the extensions of the main script FPM will allow to parse. This can
377 ; Note: set an empty value to allow all extensions.
H A Dphp-fpm.conf.in171 ; permissions must be set in order to allow connections from a web server. Many
172 ; BSD-derived systems allow connections regardless of permissions.
503 ; Limits the extensions of the main script FPM will allow to parse. This can
507 ; Note: set an empty value to allow all extensions.
/PHP-5.6/
H A DREADME.UNIX-BUILD-SYSTEM12 per what. This will allow more fine-grained dependencies.
H A DREADME.SELF-CONTAINED-EXTENSIONS102 plan to distribute your module with PHP, these facilities allow you
H A DREADME.TESTING218 the -c argument will allow you to use a configuration file. This is
H A Dphp.ini-development809 ; Whether to allow HTTP file uploads.
829 ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
830 ; http://php.net/allow-url-fopen
834 ; http://php.net/allow-url-include
1072 ; http://php.net/odbc.allow-persistent
1137 ; http://php.net/mysql.allow-persistent
1200 ; http://php.net/mysqli.allow-persistent
1339 ; http://php.net/pgsql.allow-persistent
1367 ; http://php.net/sybct.allow-persistent
1733 ; allow Distributed-COM calls
[all …]
H A Dphp.ini-production809 ; Whether to allow HTTP file uploads.
829 ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
830 ; http://php.net/allow-url-fopen
834 ; http://php.net/allow-url-include
1072 ; http://php.net/odbc.allow-persistent
1137 ; http://php.net/mysql.allow-persistent
1200 ; http://php.net/mysqli.allow-persistent
1339 ; http://php.net/pgsql.allow-persistent
1367 ; http://php.net/sybct.allow-persistent
1733 ; allow Distributed-COM calls
[all …]
H A DNEWS81 . Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
1624 . Fixed bug #68750 (PDOMysql with mysqlnd does not allow the usage of
2087 . Fixed bug #64247 (CURLOPT_INFILE doesn't allow reset). (Mike)
2720 . Fixed bug #64247 (CURLOPT_INFILE doesn't allow reset). (Mike)
3168 . Improved fputcsv() to allow specifying escape character.
3454 . Fixed bug #64523, allow XOR in php.ini. (Dejan Marjanovic, Lars)
5557 to allow zero children). (fat)
7298 - Changed array_reduce() to allow mixed $initial (Christian Seiler)
9187 - Implement feature request #40947, allow a single filter as argument
10500 and allow setting it). (Frank)
[all …]
H A Dconfigure.in473 dnl QNX requires unix.h to allow functions in libunix to work properly
1409 dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called (by PHP_REQUIRE_CXX).
H A DINSTALL464 Or, if we wanted to allow .php, .php2, .php3, .php4, .php5, .php6,
470 And to allow .phps files to be handled by the php source filter,
475 mod_rewrite may be used To allow any arbitrary .php file to be
1714 There are several Apache directives that allow you to change the PHP
H A Dltmain.sh1494 -allow-undefined)
4422 # Don't allow lazy linking, it breaks C++ global constructors
/PHP-5.6/sapi/cgi/
H A DREADME.FastCGI139 requests. Further requests will be queued. Increasing this number will allow
/PHP-5.6/ext/mbstring/
H A DREADME_PHP3-i18n-ja18 to UNICODE table). The basic design aproach is to allow for other
292 The following init options will allow you to change the default settings.
/PHP-5.6/ext/mbstring/oniguruma/doc/
H A DRE397 + allow the range of single byte char and multibyte char in character
/PHP-5.6/Zend/
H A DZEND_CHANGES6 changed in order to allow for new features, but also to increase
824 The interfaces 'IteratorAggregate' and 'Iterator' allow to specify
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog241 failed to allow the zero-repeat case if pcre2_exec() was called with an
589 string (which is used for indefinitely repeated groups to allow for
1917 pcretest is extended to allow the setting of negative starting offsets.
2379 pattern matches a fixed length string. PCRE did not allow this; now it
2572 allow users of MSVC to set it if necessary.
2893 allow any characters between [: and :], though of course it rejects as
3619 42. Applied patch, originally from Ari Pollak, modified by Google, to allow
4000 allow for more data.
4121 6. Two minor patches to pcrecpp.cc in order to allow it to compile on older
4937 allow it to read and process whole directories in Win32. This code was
[all …]
H A DNEWS448 QuoteMeta function and the ability to allow copy construction and
/PHP-5.6/build/
H A Dlibtool.m41221 # MS-DOS does not allow filenames that begin with a dot.
1454 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1706 # Some rework will be needed to allow for fast_install
4024 # See if we are running on zsh, and set the options which allow our commands through
4296 # Compiler flag to allow reflexive dlopens.
/PHP-5.6/win32/
H A Dinstall.txt712 important lines in obj.conf and allow the web server to handle
1312 With PHP 4 and PHP 5, there are several Apache directives that allow
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt970 UTF-32 independently because that would allow ridiculous settings such
1984 values allow larger regular expressions to be compiled, at the expense
3578 ovector that will allow for n captured substrings, in addition to the
4798 Some applications that allow their users to supply patterns may wish to
5725 PCRE does not allow \C to appear in lookbehind assertions (described
6711 In a UTF mode, PCRE does not allow the \C escape (which matches a sin-
7930 (?J) allow duplicate names
9008 this may or may not be what you want. The only way to allow for start-
9399 kind of rewriting will allow you to process patterns that PCRE cannot
9955 (*) Both Perl and PCRE allow non capturing parentheses by means of the
[all …]
/PHP-5.6/ext/date/lib/
H A Dparse_date.re2108 case '+': /* allow extra chars in the format */

Completed in 227 milliseconds

1234