Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.2/
H A DNEWS1454 . Implemented #65187 (exif_read_data/thumbnail: add support for stream
2062 . Fixed bug #74080 (add constant for RFC7231 format datetime). (duncan3dc)
2314 . Fixed bug #71519 (add serial hex to return value array). (xrobau)
2755 . Fixed bug #73007 (add locale length check). (Stas)
2756 . Fixed bug #73218 (add mitigation for ICU int overflow). (Stas)
2759 . Fixed bug #73007 (add locale length check). (Stas)
H A Dconfigure.ac883 dnl add -O0 only if GCC or ICC is used
1584 echo "| add --with-tsrm-pth to your ./configure line. Therefore you need |"
H A Dphp.ini-production239 ; "form" tag is special tag. It will add hidden input tag to pass values.
671 ; Automatically add files before PHP document.
675 ; Automatically add files after PHP document.
1410 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
1495 ; add a hidden <input> field with the info which is otherwise appended
1834 ; that should not be accelerated. The file format is to add each filename
H A Dphp7.spec.in36 # to override, use the OVERRIDE_OPTIONS environment variable. To add
H A Dphp.ini-development239 ; "form" tag is special tag. It will add hidden input tag to pass values.
669 ; Automatically add files before PHP document.
673 ; Automatically add files after PHP document.
1408 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
1493 ; add a hidden <input> field with the info which is otherwise appended
1832 ; that should not be accelerated. The file format is to add each filename
/PHP-7.2/win32/
H A Dinstall.txt262 server's directory, or add your PHP directory, C:\php to the PATH. For
265 Read more about how to add your PHP directory to PATH in the
512 You should add the following lines to your Apache httpd.conf file:
530 # For syntax highlighted .phps files, also add
567 script file and add this code: <?php
757 As additional parameters you can add some special
1447 14. How do I add my PHP directory to the PATH on Windows?
1526 to uncomment or add some or all of the following lines in your
1537 And add:
1709 14. How do I add my PHP directory to the PATH on Windows?
[all …]
/PHP-7.2/tests/output/
H A Dob_implicit_flush_variation_001.phpt47 // add arrays
/PHP-7.2/tests/lang/
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)
/PHP-7.2/scripts/
H A Dphpize.m4110 dnl add -O0 only if GCC or ICC is used
/PHP-7.2/sapi/phpdbg/
H A Dxml.md169 - add: has value "success"/"fail": a brekpoint was successfully/not added
/PHP-7.2/sapi/litespeed/
H A DREADME.md32 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-7.2/sapi/fpm/
H A Dwww.conf.in28 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on
/PHP-7.2/sapi/fpm/fpm/events/
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 Dpoll.c44 .add = fpm_event_poll_add,
H A Dport.c44 .add = fpm_event_port_add,
H A Dselect.c49 .add = fpm_event_select_add,
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_atomic.h33 static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_t add) /* {{{ */ in atomic_fetch_add() argument
36 "+r" (add) : "m" (*value) : "memory"); in atomic_fetch_add()
38 return add; in atomic_fetch_add()
59 static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_t add) /* {{{ */ in atomic_fetch_add() argument
62 "+r" (add) : "m" (*value) : "memory"); in atomic_fetch_add()
64 return add; in atomic_fetch_add()
H A Dfpm_events.h37 int (*add)(struct fpm_event_s *ev); member
H A Dfpm_events.c169 if (*queue == fpm_event_queue_fd && module->add) { in fpm_event_queue_add()
170 module->add(ev); in fpm_event_queue_add()
/PHP-7.2/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-7.2/sapi/cgi/
H A DREADME.FastCGI7 You must add '--enable-fastcgi' to the configure command on Linux or
/PHP-7.2/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-7.2/ext/zlib/
H A Dzlib.c1363 ZEND_ARG_INFO(0, add)

Completed in 68 milliseconds

12345678910>>...21