Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 628) sorted by path

12345678910>>...26

/PHP-5.5/
H A DCODING_STANDARDS258 which generates a full function summary. Having this keyword in front of the
282 Ongoing status notes which may not be appropriate for SVN comments.
293 proto should still be included, describing which function is aliased.
H A DINSTALL192 with various options, like which extensions will be enabled. Do a
306 your system has locate or whereis or which commands, these can assist
375 Use the prefork MPM, which is the default MPM with Apache 2.0 and 2.2.
422 various options, like which extensions will be enabled. Run
763 admin server which runs the startup script of the web server, you
773 which use $HTTP_HOST, etc., you should turn on register_globals in
788 directives which could interfere with yours. If you want to place a
1165 which case the above instructions will differ slightly by changing
1470 --ldflags LD Flags which PHP was compiled with
1471 --libs Extra libraries which PHP was compiled with
[all …]
H A DNEWS686 . Fixed bug which caused call after final close on streams filter. (Bob)
1044 which affected builds against libpq < 7.3. (Adam)
2001 . Fix build with system libgd >= 2.1 which is now the minimal
3328 . Added header_register_callback() which is invoked immediately
3384 . Removed Salsa10/Salsa20, which are actually stream ciphers (Mike)
5826 . Added CGI SAPI -T option which can be used to measure execution
6027 - Added "dechunk" filter which can decode HTTP responses with chunked
6511 - Fixed bug in xml_error_string() which resulted in messages being
6604 - Added "PHP_INI_SCAN_DIR" environment variable which can be used to
6917 which to group by data is specified. (Ilia)
[all …]
H A DREADME.EXT_SKEL43 function definitions file, which you will give as an argument to ext_skel
113 which may just annoy experienced PHP module coders. Especially useful with
117 which will leave out also all module specific stuff and write just function
H A DREADME.GIT-RULES72 later branches (i.e. fixes for features which where dropped from later
78 news about a bug fix which went into PHP-5.4, PHP-5.5 and master
80 not master, which is not a public released version yet.
H A DREADME.NEW-OUTPUT-API84 Registering a conflict checking function, which will be checked prior starting the handler:
88 …Registering a reverse conflict checking function, which will be checked prior starting the specifi…
H A DREADME.PARAMETER_PARSING_API146 /* Gets a separated array which can also be null. */
158 * or any other type. If you specify a type which is larger
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES46 However the PHPDoc style comments /** */ ,which starting PHP 5 are parsed
79 declared which may lead to problems in older scripts that rely on
H A DREADME.REDIST.BINS187 This file contains the base code which implements sscanf and by extension
H A DREADME.RELEASE_PROCESS146 INSTALL and win32/install.txt files which are generated from the PHP manual sources.
H A DREADME.SELF-CONTAINED-EXTENSIONS99 $ext_shared which is set by PHP_ARG_ENABLE/WITH to PHP_NEW_EXTENSION.
H A DREADME.STREAMS122 which will be maxlen bytes in length, or will be the entire length of the
196 FILE* on top of any stream, which is useful for SSL sockets, memory based
228 itself, which holds some state information (and possibly a buffer) and a
229 php_stream_ops structure, which holds the "virtual method table" for the
H A DREADME.SUBMITTING_PATCH84 which can be closed by your patch. If attaching a patch, ensure it
162 - Rebuild PHP with --enable-debug (which will show some kinds of
H A DREADME.TESTING62 which have a "phpt" extension, "run-tests.php" looks at the sections
H A DREADME.UNIX-BUILD-SYSTEM11 - adds PHP_DEFINE(what[, value]) which creates a single include-file
47 Makefile.ins are abandoned. The files which are to be compiled
52 E.g. this enables the extension foo which consists of three source-code
71 E.g. this builds the three files which are located relative to the
89 replaced by the values which are correct for your extension
90 and which are again determined by the PHP_NEW_EXTENSION macro.
120 located, in which target context it can work, etc.
H A DREADME.input_filter10 through which a company-wide or site-wide security policy can be
H A DUPGRADING118 - pack()/unpack() had the following changes, which bring it more in
164 accept an IntlCalendar object, in which case its time zone is
221 inconsistent state which has been observed to result in crashes and may
467 - Added intl.use_exceptions INI directive, which controls what
476 affects all APIs which use(are built) for mysqlnd. This allows
481 - Added session.use_strict_mode in 5.5.3, which prevents session
506 - opcache.error_log (default "" which means stderr)
/PHP-5.5/Zend/RFCs/
H A D001.txt23 instantiation and duplication is very hard to control, a problem which
36 sent to functions, assigned and copied it is only the handle which is
92 reference (unless a replica is actually desired, which is uncommon).
102 be passed to foo() by value, which most probably will also save
109 mentioned in this section as you will see in further sections which
122 'auto-clone' feature, which will perform a cloning of the object
/PHP-5.5/Zend/
H A DZEND_CHANGES319 copy constructors, is if you have an object which represents a
324 holds a reference to another object which it uses and when you
338 not. If not, it will call a default __clone() which will copy
381 for classes. Classes which have a constructor method call this
422 __construct() which was used for different semantics.
432 which should be run on request shutdown.
437 destructor, which is a class method name __destruct() that
692 New support for an instanceof operator which checks if an object
993 using the Reflection API which is documented separately:
1080 5==true was identical to 5==1, which was false).
[all …]
H A Dconfigure.in131 dnl Check for /usr/pkg/{lib,include} which is where NetBSD puts binary
/PHP-5.5/Zend/tests/
H A D019.phpt100 $var = 1; // a var which is defined
101 // try to unset the element which is non-existent
110 …var_dump( empty($array_var) ); // expecting bool(false), except: array(), which is considered empty
111 var_dump( isset($array_var) ); // expecting bool(true), except: array(), which is not set
H A Dbug26698.phpt6 …report_memleaks", 0); // the exception thrown in this test results in a memory leak, which is fine
H A Dbug38287.phpt14 // will print NULL (which is ok, but execution should never get here if the value is NULL)
H A Dbug60536_004.phpt15 // Now we use the trait, which happens to introduce another private variable
/PHP-5.5/Zend/tests/traits/
H A Dbug54441.phpt19 …for the trait alias dontKnow() need to be changed in the same statment in which the alias is defin…

Completed in 77 milliseconds

12345678910>>...26