Home
last modified time | relevance | path

Searched refs:allow (Results 1 – 25 of 76) sorted by last modified time

1234

/PHP-7.4/
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)
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 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
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc370 $cmd[] = '--allow-to-run-as-root';
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2939 - * allow it to say so; otherwise an error was probably
/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/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/ext/standard/tests/mail/
H A Dbug80751.phpt27 // sleep for a while to allow msg to be delivered
H A Dbug80706.phpt27 // sleep for a while to allow msg to be delivered
H A Dbug72964.phpt27 // sleep for a while to allow msg to be delivered
H A Dmail_basic_alt1-win32.phpt57 // sleep for a while to allow msg to be delivered
H A Dmail_basic_alt2-win32.phpt54 // sleep for a while to allow msg to be delivered
H A Dmail_basic_alt3-win32.phpt54 // sleep for a while to allow msg to be delivered
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 Dmail_variation_alt3-win32.phpt55 // sleep for a while to allow msg to be delivered
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_expire_password.phpt88 /* allow connect */
100 /* allow connect, fix pw */
/PHP-7.4/build/
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/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/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation6.phpt25 echo "*** Creating links in a directory without permission to allow the operation ***\n";
68 *** Creating links in a directory without permission to allow the operation ***
/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/ext/zlib/tests/
H A Dzlib_scheme_unlink_basic.phpt18 Warning: unlink(): ZLIB does not allow unlinking in %s on line %d

Completed in 73 milliseconds

1234