Home
last modified time | relevance | path

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

1234

/PHP-7.0/ext/spl/internal/
H A Diteratoriterator.inc18 * not implement Iterator have their reasone to. Most likely they do not allow
/PHP-7.0/ext/standard/tests/dir/
H A Dopendir_variation7.phpt62 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dreaddir_variation5.phpt60 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Ddir_variation3.phpt63 @chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-7.0/win32/build/
H A Dconfig.w32.h.in133 /* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */
/PHP-7.0/ext/filter/docs/
H A Dfilter.txt95 These two constants define whether to allow arrays in the source values. The
126 - ALLOW_OCTAL: allow octal numbers with the format
128 - ALLOW_HEX: allow hexadecimal numbers with the
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput82035 [\040\t]* )* # If comment found, allow more spaces.
2063 [\040\t]* )* # If comment found, allow more spaces.
2080 [\040\t]* )* # If comment found, allow more spaces.
2106 [\040\t]* )* # If comment found, allow more spaces.
2124 [\040\t]* )* # If comment found, allow more spaces.
2147 [\040\t]* )* # If comment found, allow more spaces.
2165 [\040\t]* )* # If comment found, allow more spaces.
2188 [\040\t]* )* # If comment found, allow more spaces.
2243 [\040\t]* )* # If comment found, allow more spaces.
2261 [\040\t]* )* # If comment found, allow more spaces.
[all …]
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-7.0/ext/openssl/
H A DREADME33 allow you to enter the passphrase as a parameter you may use the syntax
117 These functions allow you to manipulate S/MIME messages!
156 TODO: allow user to specify cipher.
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY88 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/
311 allow upper case letter as the first character
345 allow look-behind in negative look-behind.
435 allow \G in look-behind.
1138 2004/03/16: [spec] allow prefix 'Is' for \p{...} in ONIG_SYNTAX_PERL.
1263 2004/01/19: [spec] allow /a{,n}/ as /a{0,n}/. (but don't allow /a{,}/)
1542 2003/06/30: [spec] allow different length top-level alternatives
1711 2003/03/05: [spec] allow to call in look behind. ex. /(?<=(?*a))/
1747 2003/02/25: [spec] allow to assign same name to different group.
1950 2002/03/20: [spec] allow incompleted left brace as an usual char.
[all …]
/PHP-7.0/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-7.0/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.
379 ; Limits the extensions of the main script FPM will allow to parse. This can
383 ; Note: set an empty value to allow all extensions.
/PHP-7.0/
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 DUPGRADING593 . New Windows only stream context options was added to allow blocking reads
652 A new optional argument ($levels) allow to go up various times
847 and zend_extensions.op_array_persist() handlers. They allow to store (or
850 . zend_internal_function.reserved[] array was introduced to allow association
H A Dphp.ini-development798 ; Whether to allow HTTP file uploads.
818 ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
819 ; http://php.net/allow-url-fopen
822 ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
823 ; http://php.net/allow-url-include
1064 ; http://php.net/odbc.allow-persistent
1134 ; http://php.net/mysqli.allow-persistent
1273 ; http://php.net/pgsql.allow-persistent
1595 ; allow Distributed-COM calls
1596 ; http://php.net/com.allow-dcom
H A Dphp.ini-production798 ; Whether to allow HTTP file uploads.
818 ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
819 ; http://php.net/allow-url-fopen
822 ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
823 ; http://php.net/allow-url-include
1064 ; http://php.net/odbc.allow-persistent
1134 ; http://php.net/mysqli.allow-persistent
1273 ; http://php.net/pgsql.allow-persistent
1595 ; allow Distributed-COM calls
1596 ; http://php.net/com.allow-dcom
H A DNEWS54 . Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
918 . Properly allow for stdin input from a file. (Bob)
1255 . Fixed bug #72575 (using --allow-to-run-as-root should ignore missing user).
1322 . Implemented FR #72653 (SQLite should allow opening with empty filename).
1649 . Fixed bug #71871 (Interfaces allow final and abstract functions). (Nikita)
1783 . Fixed bug #71575 (ISO C does not allow extra ‘;’ outside of a function).
H A Dconfigure.in473 dnl QNX requires unix.h to allow functions in libunix to work properly
1420 dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called (by PHP_REQUIRE_CXX).
/PHP-7.0/sapi/cgi/
H A DREADME.FastCGI139 requests. Further requests will be queued. Increasing this number will allow
/PHP-7.0/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-7.0/ext/mbstring/oniguruma/doc/
H A DRE397 + allow the range of single byte char and multibyte char in character
/PHP-7.0/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-7.0/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 …]

Completed in 129 milliseconds

1234