Home
last modified time | relevance | path

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

12345678910>>...60

/PHP-5.5/
H A DCODING_STANDARDS125 3. Function names used by user functions should be prefixed
126 with ``_php_``, and followed by a word or an underscore-delimited list of
183 3. Header file that is used by other sources must be named 'php_modulename.h'.
227 of a line, followed by any number of whitespace.
288 documentation purposes, these will only be documented by the most
H A DEXTENSIONS13 it has been replaced by a better system and you
H A DINSTALL235 have any extension(s) parse as PHP by simply adding more, with
236 each separated by a space. We'll add .phtml to demonstrate.
246 stop and restart the server, not just cause the server to reload by
665 7. Run make followed by make install.
1105 enabled by default (easily accessible via the Terminal program).
1124 default it's private and owned by the root user.
1280 compiled by the PHP Group (see next section for the download).
1450 be queried anytime by running php-config with the -h switch:
1472 --extension-dir Directory where extensions are searched by default
1473 --include-dir Directory prefix where header files are installed by
[all …]
H A DLICENSE25 conjunction with PHP by saying "Foo for PHP" instead of calling
35 published by the PHP Group. No one other than the PHP Group has
59 This software consists of voluntary contributions made by many
H A DNEWS576 by libcurl. (Linus Unneback)
1612 by AddressSanitizer). (Remi).
2686 . Fixed bug #51363 (Fatal error raised by var_export() not caught by error
4329 . Fixed Bug #53958 (Closures can't 'use' shared variables by value and by
4974 by Mateusz Kocielski. (Ilia)
5031 followed by no newline). (Felipe)
6512 off by one. (Scott)
6675 (patch by guenter@php.net)
7574 (MOPB-24 by Stefan Esser) (Stas)
7576 (MOPB-29 by Stefan Esser) (Stas)
[all …]
H A DREADME.EXT_SKEL36 is required by the PECL website for the version string conformity checks
58 strictly needed by others. Exposed internal function must be named
80 An optional argument is separated from the previous by an optional space,
157 question marks to be replaced by you, and you must of course add your own
H A DREADME.GIT-RULES114 commit message. Bug ID should be prefixed by "#" for easier access to
H A DREADME.MAILINGLIST_RULES70 4. Do not high-jack threads, by bringing up entirely new topics. Please
H A DREADME.NEW-OUTPUT-API17 Starting an user handler by zval:
96 Disabling of the output handler by itself:
100 Marking an output handler immutable by itself because of irreversibility of its operation:
108 Recognizing by the output handler itself if it gets discarded:
H A DREADME.PARAMETER_PARSING_API46 types that need to be passed by address. All passed parameters are set
64 O - object of specific type given by class entry (zval*, zend_class_entry)
75 should be initialized to default values by the extension since they
76 will not be touched by the parsing function if they are not
126 /* Gets an object of class specified by my_ce, and an optional double. */
197 /* Function that accepts a string, followed by varargs (1 or more) */
217 /* Function that takes an array, followed by varargs, and ending with a long */
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES39 by Apache. This change was made to comply with the CGI specification.
42 6. Starting PHP 5.0.0 the T_ML_CONSTANT constant is no longer defined by the
47 by PHP, are recongnized as T_DOC_COMMENT.
137 meaning in class methods and is recognized by the PHP parser. The latter
H A DREADME.REDIST.BINS62 Written by Solar Designer <solar at openwall.com> in 1998-2011.
84 ideas. The password hashing algorithm was designed by David Mazieres
93 Some of the tricks in BF_ROUND might be inspired by Eric Young's
190 This software is copyrighted by the Regents of the University of
233 Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
268 This product includes software developed by the University of
358 Sponsored in part by the Defense Advanced Research Projects
379 "This product includes software developed by the Apache Group
388 "This product includes software developed by the Apache Group
405 This software consists of voluntary contributions made by many
[all …]
H A DREADME.RELEASE_PROCESS119 as a moderator for ``primary-qa-tester@lists.php.net`` by having someone (Hannes, Dan,
H A DREADME.SELF-CONTAINED-EXTENSIONS95 that the extension will be enabled by PHP_NEW_EXTENSION in shared mode.
99 $ext_shared which is set by PHP_ARG_ENABLE/WITH to PHP_NEW_EXTENSION.
119 (this is installed during make install by PHP 4.0).
132 An extension can be installed by running:
H A DREADME.SUBMITTING_PATCH13 http://phpadvent.org/2008/less-whining-more-coding-by-elizabeth-smith
41 printed reference is the book "Extending and Embedding PHP" by Sara
46 extension maintainer. Explain what has been changed by your patch.
81 fixed/added/changed by your patch.
84 which can be closed by your patch. If attaching a patch, ensure it
106 printed reference is the book "Extending and Embedding PHP" by Sara
111 the extension maintainer. Explain what has been changed by your
H A DREADME.TESTING41 test scripts such as session must be executed by CGI SAPI. Therefore,
53 so if you find a test that is affected by a setting, please report
60 test scripts by extracting all directories named "tests"
63 in these files, determines whether it should run it, by evaluating
68 GLOB is expanded by the shell and any file with extension "*.phpt" is
94 test name or the file name. You can check the status of such a bug, by
96 For clarity and automated processing, bug numbers are prefixed by a hash
99 NOTE: The files generated by tests can be selected by setting the
117 Example script to be run by cron(1):
H A DREADME.TESTING27 the original run-tests.php script. server-tests is *not* used by
34 of ini settings by default, the web server may require special configuration to
H A DREADME.UNIX-BUILD-SYSTEM5 - supports separate build directories without VPATH by using
81 is only set by the latter.
84 Make rules. You can do this by calling PHP_ADD_MAKEFILE_FRAGMENT
89 replaced by the values which are correct for your extension
90 and which are again determined by the PHP_NEW_EXTENSION macro.
H A DREADME.md15 New features require an RFC and must be accepted by the developers.
H A DREADME.namespaces29 Every class and function in a namespace can be referred to by the full name
H A DUPGRADING99 mysql_connect(), mysql_pconnect() or by establishing an implicit
144 NULL is passed) is now the one given by date_default_timezone_get(),
402 - Added ability of resolving alias created by Phar::map
428 - Added constants for imagesetinterpolation, used by imagescale
523 A possible fix is to tweak the opcache.mmap_base INI setting by
H A DUPGRADING.INTERNALS45 immediately before execute_data structure. Now they are accessed by offset
48 EX_TMP_VAR() and EX_TMP_VAR_NUM() to access temp_variable by offset or
52 immediately after execute_data structure. Now they are accessed by offset
54 use macros EX_CV_NUM() to access compiled variables by number.
124 fixed at the appropriate place by checking for the presence of the
/PHP-5.5/TSRM/
H A DTODO2 This can probably be done by more careful hash table access
H A DTSRM.dsp14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.5/Zend/
H A DLICENSE30 published by Zend Technologies Ltd. No one other than Zend

Completed in 162 milliseconds

12345678910>>...60