Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 5691) sorted by last modified time

12345678910>>...228

/PHP-5.5/win32/build/
H A Dphpize.js.in7 | This source file is subject to version 3.01 of the PHP license, |
11 | If you did not receive a copy of the PHP license and are unable to |
12 | obtain it through the world-wide-web, please send a note to |
225 // If project files were requested, pull in the code to generate them
242 // to ensure that dependent modules are emitted first
H A Dconfig.w326 ARG_WITH('cygwin', 'Path to cygwin utilities on your system', '\\cygwin');
46 // we don't want to define LIB, as that will override the default library path
156 // to 64-bit. Ask for 32-bit.
169 ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');
207 // Avoid problems when linking to release libraries that use the release
216 // Equivalent to Release_TSInline build -> best optimization
296 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
297 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
410 /* this allows up to 256 sockets to be select()ed in a single
411 * call to select(), instead of the usual 64 */
[all …]
H A Dconfig.w32.h.in172 * back to 32-bit */
H A Dconfig.w32.phpize.in45 // we don't want to define LIB, as that will override the default library path
140 // to 64-bit. Ask for 32-bit.
154 ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');
170 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
187 // Avoid problems when linking to release libraries that use the release
196 // Equivalent to Release_TSInline build -> best optimization
247 ARG_WITH('php-build', 'Path to where you extracted the development libraries (http://wiki.php.net/i…
275 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
276 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
H A DDSP.README5 but can be used to create working binaries. However, they are very
6 unlikely to match the official PHP distributed binaries.
23 line endings (CR/LF) in order to function. The affected files are:
29 Simply save them with DOS line endings, and bug it to me if basic
/PHP-5.5/win32/
H A Dinstall.txt260 php5ts.dll file to be available to them. You have to make
274 Read more about how to add your PHP directory to PATH in the
497 to edit your httpd.conf to configure Apache to work with PHP, and then
574 chose to configure Apache to use PHP as a CGI binary, you will need to
635 In either case you need to edit your httpd.conf to configure Apache to
891 important details. This directive needs to be set to 0.
963 * You will need to change the extension_dir setting to point to the
977 // ... to
1057 to demonstrate how to obtain and install PECL extensions.
1231 to make others able to reproduce and test your problem.
[all …]
/PHP-5.5/tests/security/
H A Dopen_basedir_opendir.phpt32 Warning: opendir(../bad): failed to open dir: %s in %s on line %d
37 Warning: opendir(../bad/bad.txt): failed to open dir: %s in %s on line %d
42 Warning: opendir(..): failed to open dir: %s in %s on line %d
47 Warning: opendir(../): failed to open dir: %s in %s on line %d
52 Warning: opendir(/): failed to open dir: %s in %s on line %d
57 Warning: opendir(../bad/.): failed to open dir: %s in %s on line %d
62 Warning: opendir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
67 Warning: opendir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
H A Dopen_basedir_parse_ini_file.phpt42 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
52 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
57 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
72 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
H A Dopen_basedir_scandir.phpt32 Warning: scandir(../bad): failed to open dir: %s in %s on line %d
39 Warning: scandir(../bad/bad.txt): failed to open dir: %s in %s on line %d
46 Warning: scandir(..): failed to open dir: %s in %s on line %d
53 Warning: scandir(../): failed to open dir: %s in %s on line %d
60 Warning: scandir(/): failed to open dir: %s in %s on line %d
67 Warning: scandir(../bad/.): failed to open dir: %s in %s on line %d
74 Warning: scandir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
81 Warning: scandir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
/PHP-5.5/tests/strings/
H A Dbug22592.phpt2 Bug #22592 (Cascading assignments to strings with curly braces broken)
/PHP-5.5/tests/output/
H A Dob_get_contents_error_001.phpt10 * Alias to functions:
H A Dob_get_level_basic_001.phpt8 * Alias to functions:
45 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_get_level_error_001.phpt8 * Alias to functions:
H A Dob_implicit_flush_basic_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
8 * Alias to functions:
H A Dob_implicit_flush_basic_002.phpt2 Test ob_implicit_flush() function : ensure implicit flushing does not apply to user buffers.
6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
8 * Alias to functions:
11 echo "*** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. **…
18 echo "This is being written to a user buffer.\n";
28 *** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. ***
H A Dob_implicit_flush_error_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
8 * Alias to functions:
H A Dob_implicit_flush_variation_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
8 * Alias to functions:
49 //array of values to iterate over
123 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, array given, %s(97)
127 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, array given, %s(97)
131 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, array given, %s(97)
135 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, array given, %s(97)
157 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, %unicode_string_optional% given, %s(…
161 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, %unicode_string_optional% given, %s(…
181 Error: 2 - ob_implicit_flush() expects parameter 1 to be long, object given, %s(97)
[all …]
H A Dob_start_basic_004.phpt2 ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to eq…
H A Dob_start_basic_006.phpt79 Notice: ob_start(): failed to create buffer in %s on line 44
87 Notice: ob_start(): failed to create buffer in %s on line 47
95 Notice: ob_start(): failed to create buffer in %s on line 50
103 Notice: ob_start(): failed to create buffer in %s on line 53
111 Notice: ob_start(): failed to create buffer in %s on line 56
131 Notice: ob_start(): failed to create buffer in %s on line 68
H A Dob_start_basic_unerasable_002.phpt13 echo "All of the following calls will fail to clean/remove the topmost buffer:\n";
22 [callback:1]All of the following calls will fail to clean/remove the topmost buffer:
24 Notice: ob_clean(): failed to delete buffer of callback (0) in %s on line 11
27 Notice: ob_end_clean(): failed to discard buffer of callback (0) in %s on line 12
30 Notice: ob_end_flush(): failed to send buffer of callback (0) in %s on line 13
H A Dob_start_basic_unerasable_003.phpt19 Notice: ob_get_clean(): failed to discard buffer of callback (0) in %s on line 11
21 Notice: ob_get_clean(): failed to delete buffer of callback (0) in %s on line 11
H A Dob_start_basic_unerasable_004.phpt19 Notice: ob_get_flush(): failed to send buffer of callback (0) in %s on line 11
21 Notice: ob_get_flush(): failed to delete buffer of callback (0) in %s on line 11
H A Dob_start_error_001.phpt42 Notice: ob_start(): failed to create buffer in %s on line 20
47 Warning: ob_start() expects parameter 2 to be long, string given in %s on line 23
52 Warning: ob_start() expects parameter 3 to be long, string given in %s on line 26
H A Dob_start_error_002.phpt25 Notice: ob_start(): failed to create buffer in %s on line 13
30 Notice: ob_start(): failed to create buffer in %s on line 14
35 Notice: ob_start(): failed to create buffer in %s on line 15
40 Notice: ob_start(): failed to create buffer in %s on line 16
H A Dob_start_error_003.phpt20 Notice: ob_start(): failed to create buffer in %s on line 11

Completed in 39 milliseconds

12345678910>>...228