Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 1991) sorted by path

12345678910>>...80

/PHP-5.5/
H A D.gdbinit607 printf " block size status file:line\n"
H A DCODING_STANDARDS5 This file lists several standards that any programmer adding or changing
6 code in PHP should follow. Since this file was added at a very late
181 2. Main module source file must be named 'modulename.c'.
183 3. Header file that is used by other sources must be named 'php_modulename.h'.
253 large files because you can scroll through the file quickly and just unfold
274 that the first implementation include a file labeled 'EXPERIMENTAL'
278 The file labelled 'EXPERIMENTAL' should include the following
H A DINSTALL34 + The configuration file
210 13. Setup your php.ini file:
477 rename or copy it to a .phps file:
1183 7. Create a phpinfo() file
1578 * The configuration file
1584 The configuration file
1858 --with-config-file-path=/etc
1864 --with-config-file-scan-dir=PATH
1907 in your httpd.conf file:
1999 script file.
[all …]
H A DMakefile.gcov67 @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data --output-file $@
H A DNEWS134 file). (CVE-2015-8865) (Anatol)
5058 - Fixed bug #51647 Certificate file without private key (pk in another file)
5344 not file). (Stas)
5350 non-existant file). (Dmitry)
5635 file). (Greg)
6644 document to file. (Ilia)
6742 in parsed file). (Jani)
7054 - Fixed move_uploaded_file() to always set file permissions of resulting file
7387 non-existent file). (Tony)
8646 file. (Mike)
[all …]
H A DREADME.EXTENSIONS1 This file describes extension module API details. Refer to
H A DREADME.EXT_SKEL10 configuration file. See an example at the end of this file.
43 function definitions file, which you will give as an argument to ext_skel
103 The file must contain nothing else but function definitions, no comments or
115 --stubs=file
119 function entries and definitions at the end of the file, for copying and
122 --xml[=file]
124 Creates the basics for phpdoc .xml file.
130 option enables it on the created xml file.
H A DREADME.GIT-RULES5 This is the first file you should be reading when contributing code via Git.
30 3. Look at EXTENSIONS file to see who is the primary maintainer of
76 bug fixes, improvements, etc., should go into the NEWS file of *any
82 3. Do not commit multiple file and dump all messages in one commit. If you
121 When you change the NEWS file for a bug fix, then please keep the bugs
H A DREADME.MAILINGLIST_RULES5 This is the first file you should be reading before doing any posts on PHP
H A DREADME.REDIST.BINS187 This file contains the base code which implements sscanf and by extension
202 the new terms are clearly indicated on the first page of each file where
315 This file is part of libzip, a library to manipulate ZIP archives.
H A DREADME.RELEASE_PROCESS225 3. Create the release file (releases/x_y_z.php)
232 5. Update the ChangeLog file for the given major version
233 f.e. ``ChangeLog-5.php`` from the NEWS file
H A DREADME.SELF-CONTAINED-EXTENSIONS10 - Configuration file (config.m4)
151 3. Add the following lines to your C source file:
H A DREADME.STREAMS5 WARNING: some prototypes in this file are out of date.
16 PHP file pointer.
18 stdio-alike API that looks much nicer and can be extended to support non file
53 path is the file or resource to open.
57 USE_PATH - use include path to search for the file
67 opened_path is used to return the path of the actual file opened,
76 PHPAPI php_stream *php_stream_fopen_from_file(FILE *file, const char *mode);
84 Generate a temporary file name and open it.
188 PHP_STREAM_AS_FD - a generic file descriptor
344 * end of file */
[all …]
H A DREADME.SUBMITTING_PATCH35 be found in the EXTENSIONS file in the PHP source. Mail list
50 ensure it has a file extension of ".txt". This is because only MIME
85 has a file extension of ".txt". This is because only MIME attachments
115 as an attachment with a file extension of ".txt". This is because
146 After testing is finished, create a patch file using the command:
191 added to the NEWS file.
H A DREADME.TESTING51 "make test" uses the same php.ini file as it would once installed.
52 The tests have been written to be independent of that php.ini file,
65 section is extracted into a ".php" file (with the same name besides
68 GLOB is expanded by the shell and any file with extension "*.phpt" is
69 regarded as a test file.
85 ext/myext/tests/myext.php - actual test file executed
94 test name or the file name. You can check the status of such a bug, by
100 environment variable TEST_PHP_LOG_FORMAT. For each file you want to be
102 The php file will be generated always.
153 Writing test file is very easy if you are used to PHP.
H A DREADME.TESTING217 * Configuration file:
18 the -c argument will allow you to use a configuration file. This is
53 5. run tests using configuration file
56 6. run tests using configuration file, but overriding some settings:
57 (config file must be first)
70 file uploads, or other types of POST data.
75 in the test file.
95 $filename full native path to file, will become PATH_TRANSLATED
H A DREADME.UNIX-BUILD-SYSTEM11 - adds PHP_DEFINE(what[, value]) which creates a single include-file
87 This will read a file in the source-dir of your extension called
88 Makefile.frag. In this file, $(builddir) and $(srcdir) will be
119 can define special flags for each source-file, where it is
H A DREADME.namespaces27 the file. The only exception is "declare" statement that can be used before.
55 the point of definition down to the end of file. It is recommended however to
56 place the use statements at the beginning of the file. The use statements have
57 effect only on the file where they appear.
H A DUPGRADING87 unit file. (Remi)
181 object for safer file uploads (see
182 https://wiki.php.net/rfc/curl-file-upload)
/PHP-5.5/TSRM/
H A Dtsrm.m464 …AC_MSG_ERROR([Sorry[,] I was unable to locate the State Threads header file. Please specify the p…
/PHP-5.5/Zend/
H A DREADME.ZEND_VM90 zend_vm_execute.h. The first file is a list of opcode definitions. It is
98 At last you can debug executor using original zend_vm_def.h or generated file
99 zend_vm_execute.h. Debugging with original file requires --with-lines
H A DZEND_CHANGES553 $this->file = __FILE__; // of throw clause
561 protected $file; // source filename of exception
574 return $this->file;
1050 returning a value from the global scope of the included file or
1109 effectively send header information all throughout your file,
1149 include()'d file or an eval()'d string. The impact should
1152 * The return statement no longer works from a require()'d file. It
H A DZend.m44 dnl This file contains Zend specific autoconf functions.
H A Dacinclude.m43 dnl This file contains local autoconf functions.
/PHP-5.5/Zend/RFCs/
H A D002.txt32 space may be changed on a file-by-file basis. Symbols in other name
86 file. If no "namespace" operator occurs in the file, it will be in
113 before any other statements in the file.
117 # second file with the same namespace statement?

Completed in 82 milliseconds

12345678910>>...80