Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic_alt4-win32.phpt55 // sleep for a while to allow msg to be delivered
H A Dmail_variation_alt1-win32.phpt56 // sleep for a while to allow msg to be delivered
H A Dmail_variation_alt2-win32.phpt56 // sleep for a while to allow msg to be delivered
H A Dbug80751.phpt27 // sleep for a while to allow msg to be delivered
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation7.phpt54 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dreaddir_variation5.phpt52 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Ddir_variation3.phpt55 @chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-7.4/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt80 // Server settings only allow one per second (should result in disconnection)
/PHP-7.4/win32/build/
H A Dconfig.w32.h.in93 /* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */
/PHP-7.4/ext/standard/
H A Dstring.c4875 zval *allow=NULL; local
4883 Z_PARAM_ZVAL(allow)
4886 if (allow) {
4887 if (Z_TYPE_P(allow) == IS_ARRAY) {
4905 convert_to_string(allow);
4906 allowed_tags = Z_STRVAL_P(allow);
5185 if (allow) {
5187 allow = allow_free ? allow_free : allow;
5224 if (allow) {
5284 if (allow) {
[all …]
/PHP-7.4/scripts/
H A Dphpize.m4152 dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called (by
/PHP-7.4/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. The owner
399 ; Limits the extensions of the main script FPM will allow to parse. This can
403 ; Note: set an empty value to allow all extensions.
/PHP-7.4/docs/
H A Dunix-build-system.md11 This will allow more fine-grained dependencies.
H A Dself-contained-extensions.md99 distribute your module with PHP, these facilities allow you to integrate your
/PHP-7.4/
H A Dphp.ini-development835 ; Whether to allow HTTP file uploads.
855 ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
856 ; http://php.net/allow-url-fopen
859 ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
860 ; http://php.net/allow-url-include
1022 ; When the defensive flag is enabled, language features that allow ordinary
1111 ; http://php.net/odbc.allow-persistent
1148 ; http://php.net/mysqli.allow-persistent
1275 ; http://php.net/pgsql.allow-persistent
1598 ; allow Distributed-COM calls
[all …]
H A Dphp.ini-production835 ; Whether to allow HTTP file uploads.
855 ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
856 ; http://php.net/allow-url-fopen
859 ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
860 ; http://php.net/allow-url-include
1022 ; When the defensive flag is enabled, language features that allow ordinary
1111 ; http://php.net/odbc.allow-persistent
1148 ; http://php.net/mysqli.allow-persistent
1275 ; http://php.net/pgsql.allow-persistent
1598 ; allow Distributed-COM calls
[all …]
H A DUPGRADING.INTERNALS142 Few related data structures were changed to allow addressing mutable data
276 - new --enable-rtld-now build option allow to switch dlopen behavior
H A Dconfigure.ac414 dnl QNX requires unix.h to allow functions in libunix to work properly.
1427 dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called (by
H A DNEWS711 . Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign).
2225 . Fixed bug #77630 (rename() across the device may allow unwanted access
2700 . Implemented FR #69592 (allow 0-column rowsets to be skipped automatically).
2705 . Fixed bug #74243 (allow locales.conf to drive datetime format). (fandrieu)
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc370 $cmd[] = '--allow-to-run-as-root';
/PHP-7.4/build/
H A Dltmain.sh1494 -allow-undefined)
4422 # Don't allow lazy linking, it breaks C++ global constructors
H A Dlibtool.m41217 # MS-DOS does not allow filenames that begin with a dot.
1450 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1702 # Some rework will be needed to allow for fast_install
4020 # See if we are running on zsh, and set the options which allow our commands through
4292 # Compiler flag to allow reflexive dlopens.
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2298 case TIMELIB_FORMAT_ALLOW_EXTRA_CHARACTERS: /* allow extra chars in the format */
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2939 - * allow it to say so; otherwise an error was probably
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます14293 # and allow access to the protective partition. This code will
20478 # Windows and later versions of DOS will allow .EXEs to be named with a .COM
20929 # allow forward jumps only

Completed in 181 milliseconds

1234