Home
last modified time | relevance | path

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

123456789

/PHP-5.5/
H A DCODING_STANDARDS82 library may need to control or free the memory, or when the memory in
H A DINSTALL82 need no server and no browser.
136 features you need.
145 you might also need:
203 you only need to repeat the last three steps. You only need to
273 it is your first install then you need to "make install" as well)
775 it, because you do not need the environment here):
957 For unpacking the PHP distribution you need
962 For compiling PHP you need
968 need
1088 packaged version of PHP with the features you need.
[all …]
H A DNEWS4095 . Fixed bug #54895 (Fix compiling with older gcc version without need for
5513 - Fixed bug #49447 (php engine need to correctly check for socket API
7121 - Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported
H A DREADME.EXT_SKEL15 you just need the basic framework and will be writing all the code in your
20 and everything you need is placed in directory module_name.
23 systems seem to default to using mawk, so you may need to change the
27 If you don't need to test the existence of any external header files,
57 When you need to expose module functions to other modules, expose functions
H A DREADME.GIT-RULES42 code handles TSRM correctly and doesn't break for those who need that.
H A DREADME.PARAMETER_PARSING_API46 types that need to be passed by address. All passed parameters are set
92 and ints to strings length (i.e. for "s" you need to pass char * and int),
94 Remember: "l" is the only case when you need to pass long (and that's why
H A DREADME.REDIST.BINS201 and need not follow the licensing terms described here, provided that
H A DREADME.SELF-CONTAINED-EXTENSIONS73 need to specify anything).
82 self-contained extension, you do not need more than a few
H A DREADME.STREAMS15 special case sockets and files every time you need to work with a "user-level"
61 STREAM_MUST_SEEK - If you really need to be able to seek the stream
62 and don't need to be able to write to the original
72 If you need to open a specific stream, or convert standard resources into
124 The buffer is allocated using pemalloc(); you need to call pefree() to
128 If you have an existing stream and need to be able to seek() it, you
144 NOTE: If you only need to seek forward, there is no need to call this
158 NOTE: If you are opening a stream and need it to be seekable, use the
169 You need to "cast" the stream into a FILE*, and this is how you do it:
234 implementation need only implement write, read, close and flush. The gets
[all …]
H A DREADME.SUBMITTING_PATCH7 You don't need any login accounts or special access to download,
135 development branches and on "trunk". New PHP features only need to
H A DREADME.TESTING219 handy if you are testing multiple environments and need various options
H A DREADME.UNIX-BUILD-SYSTEM26 It became more and more apparent that there is a severe need
29 "make clean"? When this is done, you won't need to anymore).
66 the source-code files here as well. If you need to specify
75 Now, you need to tell the build system that you want to build files
83 If you have a complex extension, you might to need add special
101 Instead of using PHP_SAPI=foo/PHP_BUILD_XYZ, you will need to type
H A DREADME.input_filter13 policy you will need to write a standard PHP extension. There is also
H A DUPGRADING.INTERNALS27 may need to use EG(current_execute_data)->prev_execute_data instead.
42 ZEND_SEND* and ZEND_DO_FCALL* don't need to check for stack overflow
H A Dacinclude.m4144 dnl We need to play tricks here to avoid matching the grep line itself
389 dnl Use this macro, if you need to add libraries and or library search
418 dnl Use this macro, if you need to add header search paths to the PHP
618 dnl /System/Library/Frameworks, so these don't need
1041 You either need to build $1 shared or build $2 statically for the
1572 dnl let programs access large files; you need to tell the compiler that
2187 AC_MSG_WARN([You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.])
H A Dconfigure.in1575 echo "| add --with-tsrm-pth to your ./configure line. Therefore you need |"
/PHP-5.5/Zend/RFCs/
H A D003.txt17 correct type and reduce the need for duplicating the same code in
40 need to use a variable correctly.
/PHP-5.5/Zend/
H A DZEND_CHANGES292 by another class). There's no need to declare the methods of
318 not always the wanted behavior. A good example of the need for
345 properties that need to be changed.
383 initialization that the object may need before it can be used.
602 feel a need to overwrite the exception display then overload method
1015 in multi-threaded environments as it doesn't need to use mutexes to lock
/PHP-5.5/Zend/tests/
H A Dbug66218.phpt6 if (!function_exists("dl")) die("skip need dl");
/PHP-5.5/Zend/tests/traits/
H A Dbug54441.phpt19 Fatal error: The modifiers for the trait alias dontKnow() need to be changed in the same statment i…
H A Dproperty008.phpt16 // And here, we need to make sure, that the traits behave the same
H A Dproperty009.phpt16 // And here, we need to make sure, that the traits behave the same
/PHP-5.5/build/
H A Dlibtool.m41050 # if libdl is installed we need to link against it
2347 # -- PORTME Some linkers may need a different reload flag.
2623 # These system don't have libm, or don't need it
2967 # need to do runtime linking.
3891 # user supplied libs so there is no need to process them.
4219 # Whether we need hard or soft links.
4275 # Do we need the lib prefix for modules?
4278 # Do we need a version for libraries?
4652 # Make sure that we snagged all the symbols we need.
5660 # need to do runtime linking.
[all …]
/PHP-5.5/ext/curl/tests/
H A Dbug48203_multi.phpt22 // we also need to set CURLOPT_VERBOSE to test CURLOPT_STDERR properly
H A Dbug54798.phpt15 // we also need CURLOPT_VERBOSE to be set to test CURLOPT_STDERR properly

Completed in 69 milliseconds

123456789