Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 496) sorted by last modified time

12345678910>>...20

/PHP-5.4/win32/
H A Dinstall.txt402 Read more about how to add your PHP directory to PATH in the
580 (and should) skip this step. Under ISAPI Filters, add a new ISAPI
654 You should add the following lines to your Apache httpd.conf file:
672 # For syntax highlighted .phps files, also add
709 script file and add this code: <?php
899 As additional parameters you can add some special
1589 14. How do I add my PHP directory to the PATH on Windows?
1668 to uncomment or add some or all of the following lines in your
1679 And add:
1851 14. How do I add my PHP directory to the PATH on Windows?
[all …]
H A Dphp5dll.dsp971 SOURCE=..\ext\bcmath\libbcmath\src\add.c
H A Dphp5dllts.dsp996 SOURCE=..\ext\bcmath\libbcmath\src\add.c
/PHP-5.4/win32/build/
H A DDSP.README14 > buildconf --add-project-files
/PHP-5.4/tests/output/
H A Dob_implicit_flush_variation_001.phpt45 // add arrays
/PHP-5.4/tests/lang/
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)
/PHP-5.4/scripts/
H A Dphpize.m4110 dnl add -O0 only if GCC or ICC is used
/PHP-5.4/sapi/nsapi/
H A Dnsapi-readme.txt8 Firstly you may need to add some paths to the LD_LIBRARY_PATH
81 Authentication for the entire server, add the following line:
92 To use PHP Authentication on a single directory, add the following:
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch876 - /* Probably have to add something about daylight time here. */
2306 + /* Probably have to add something about daylight time here. */
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in153 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on
/PHP-5.4/sapi/litespeed/
H A DREADME32 You need to add "--with-litespeed" to the configure command to build
90 add an external application of type "LSAPI app", "Command" should be
96 2) Go to 'Server'->'Script Handler' tab, add a script handler
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_events.c170 if (*queue == fpm_event_queue_fd && module->add) { in fpm_event_queue_add()
171 module->add(ev); in fpm_event_queue_add()
H A Dfpm_events.h38 int (*add)(struct fpm_event_s *ev); member
H A Dfpm_atomic.h34 static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_t add) /* {{{ */ in atomic_fetch_add() argument
37 "+r" (add) : "m" (*value) : "memory"); in atomic_fetch_add()
39 return add; in atomic_fetch_add()
60 static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_t add) /* {{{ */ in atomic_fetch_add() argument
63 "+r" (add) : "m" (*value) : "memory"); in atomic_fetch_add()
65 return add; in atomic_fetch_add()
/PHP-5.4/sapi/fpm/fpm/events/
H A Dpoll.c44 .add = fpm_event_poll_add,
H A Ddevpoll.c47 .add = fpm_event_devpoll_add,
H A Depoll.c43 .add = fpm_event_epoll_add,
H A Dkqueue.c46 .add = fpm_event_kqueue_add,
H A Dport.c44 .add = fpm_event_port_add,
H A Dselect.c49 .add = fpm_event_select_add,
/PHP-5.4/sapi/cli/tests/
H A Dbug61977.phpt13 * If a Mime Type is added in php_cli_server.c, add it to this array and update
/PHP-5.4/sapi/apache2handler/
H A DREADME40 At the end of conf/httpd.conf, add:
44 If you would like to enable source code highlighting functionality add:
55 add this to your httpd.conf file:
/PHP-5.4/sapi/cgi/
H A DREADME.FastCGI7 You must add '--enable-fastcgi' to the configure command on Linux or
/PHP-5.4/sapi/apache2filter/
H A DREADME36 At the end of conf/httpd.conf, add:
40 If you would like to enable source code highlighting functionality add:
51 add this to your httpd.conf file:
/PHP-5.4/
H A Dphp.ini-development665 ; Automatically add files before PHP document.
669 ; Automatically add files after PHP document.
1422 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
1533 ; add a hidden <input> field with the info which is otherwise appended

Completed in 63 milliseconds

12345678910>>...20