Home
last modified time | relevance | path

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

12345678

/PHP-5.5/
H A DINSTALL219 of changes within, as they affect how PHP behaves.
448 list of changes within, as they affect how PHP behaves.
524 Please use the » Lighttpd trac to learn how to install Lighttpd
577 var controls how many children PHP will spawn to handle incoming
578 requests. Setting PHP_FCGI_MAX_REQUESTS will determine how long (in
828 vulnerabilities. Please read our CGI security section to learn how to
1227 to demonstrate how to obtain and install PECL extensions.
1237 how to build and install the extensions, but they do not automatically
1676 user_ini.cache_ttl controls how often user INI files are re-read. The
1777 Regardless of how you run PHP, you can change certain values at runtime
[all …]
H A DNEWS9127 - Added max_redirects context option that specifies how many HTTP
H A DREADME.EXTENSIONS11 maintaining a third party extension, here's how to update it:
26 Here's how it should look if you want your code to build with PHP
H A DREADME.GIT-RULES36 5. If you don't know how to do something, ask first!
H A DREADME.MAILINGLIST_RULES74 Finally, additional hints on how to behave inside the virtual community can be
H A DREADME.SELF-CONTAINED-EXTENSIONS13 We will describe now how to create these and how to put things
32 Just to show you how easy it is to create a self-contained
141 as a shared module. I will explain now how you can add shared module
H A DREADME.STREAMS169 You need to "cast" the stream into a FILE*, and this is how you do it:
277 persistent controls how the memory is to be allocated - persistently so that
356 so I won't even go in to how to do that here */
371 about how these operations work.
H A DREADME.SUBMITTING_PATCH4 This document describes how to submit an enhancement or patch for PHP.
141 http://qa.php.net/write-test.php for how to test. Submitting test
H A DREADME.UNIX-BUILD-SYSTEM28 that your build is correct (how often have you been told to
106 information regarding how PHP is supposed to be built (shared
H A Dacinclude.m4240 dnl how to build .. shared or static?
H A Dconfigure.in879 [ --with-layout=TYPE Set how installed files will be laid out. Type can
986 AC_MSG_CHECKING([how big to make fd sets])
/PHP-5.5/TSRM/
H A DTSRM.c717 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset) in tsrm_sigmask() argument
722 return pthread_sigmask(how, set, oldset); in tsrm_sigmask()
724 return sigprocmask(how, set, oldset); in tsrm_sigmask()
H A DTSRM.h146 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset);
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO120 class!). The type of the object and how it behaves is determined by
H A DZEND_CHANGES825 how class objects are iterated in PHP code. The first of them simply
/PHP-5.5/Zend/RFCs/
H A D001.txt88 This is how the scripting engine has worked until today. Most
/PHP-5.5/Zend/tests/
H A Ddebug_backtrace_options.phpt15 function doit($a, $b, $how)
18 $how();
20 $how(true);
22 $how(false);
24 $how(DEBUG_BACKTRACE_PROVIDE_OBJECT);
26 $how(DEBUG_BACKTRACE_IGNORE_ARGS);
28 $how(DEBUG_BACKTRACE_PROVIDE_OBJECT|DEBUG_BACKTRACE_IGNORE_ARGS);
32 protected function doCall($dowhat, $how)
34 $dowhat('a','b', $how);
36 static function statCall($dowhat, $how)
[all …]
/PHP-5.5/Zend/tests/traits/
H A Dproperty008.phpt11 // This is how privates are handled in normal inheritance
H A Dproperty009.phpt11 // This is how publics are handled in normal inheritance
/PHP-5.5/build/
H A Dlibtool.m41233 [AC_MSG_CHECKING([how to hardcode library paths into programs])
2372 # how to check for library dependencies
2375 [AC_CACHE_CHECK([how to recognize dependent libraries],
3064 # This is similar to how AIX traditionally builds its shared libraries.
5754 # This is similar to how AIX traditionally builds its shared libraries.
/PHP-5.5/ext/ereg/regex/
H A DCOPYRIGHT10 software, no matter how awful, even if they arise from flaws in it.
H A DWHATSNEW39 free the main internal structure (how embarrassing). It is now possible
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4502 # The restore program uses these number to determine how the data is
12438 # how to put that into a magic rule?
13119 # TODO: how to add this? >FileSize-34 string Windows\ Self-Installing\ Executable \b, ZIP self-extr…
/PHP-5.5/ext/gettext/tests/
H A Dgettext_dgettext_error_wrongparams.phpt2 Check how dgettext() with wrong parameter types and wrong parameter cou types and wrong parameter c…
H A Dgettext_gettext_error_wrongparams.phpt2 Check how gettext() with wrong parameters behaves.

Completed in 151 milliseconds

12345678