Home
last modified time | relevance | path

Searched refs:now (Results 1 – 25 of 191) sorted by last modified time

12345678

/PHP-5.4/win32/
H A Dinstall.txt93 From now on, this section deals with setting up PHP for web servers on
451 PHP is now setup on your system. The next step is to choose a web
633 It is worth noting here that now the SAPI module has been made more
979 The NSAPI module now supports the nsapi_virtual() function (alias:
1654 * If you are getting a core dump, gdb should inform you of this now
1740 Make sure you restart Apache, and you now have PHP 3 with MySQL support
/PHP-5.4/win32/build/
H A Dmkdist.php262 $now = date("r"); variable
266 $now
H A Dphpize.js.in69 // now we need the extension name out of this thing
169 // now we are left with modules that have dependencies on other modules
H A Dconfig.w3241 // cygwin now ships with link.exe. Avoid searching the cygwin path
H A Dconfig.w32.phpize.in40 // cygwin now ships with link.exe. Avoid searching the cygwin path
/PHP-5.4/tests/lang/
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithemtic operator,
H A D023.phpt21 …S, Y",$wedding_timestamp)).",\nwhich is $days days, $hours hours and $minutes minutes from now.\n";
24 echo "Limor Ullmann is now Limor Baruch :I\n";
256 Limor Ullmann is now Limor Baruch :I
/PHP-5.4/tests/func/
H A D003.phpt64 echo "and now, from a function...\n";
224 and now, from a function...
/PHP-5.4/sapi/nsapi/
H A Dnsapi-readme.txt129 The NSAPI module now supports the nsapi_virtual() function (alias: virtual())
/PHP-5.4/sapi/roxen/
H A DREADME4 The module is now thread safe, in a couple of different modes. First
11 This solution now works fine and is recommended. Multiple PHP5
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch249 - time_t now;
267 - now = time( (time_t*) 0 );
269 - mod = now;
854 - time_t now;
864 - now = nowP->tv_sec;
866 - now = time( (time_t*) 0 );
870 - t = localtime( &now );
1319 time_t now;
1330 m->reftime = now;
1339 m->reftime = now;
[all …]
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_events.c36 #define fpm_event_set_timeout(ev, now) timeradd(&(now), &(ev)->frequency, &(ev)->timeout); argument
378 struct timeval now; in fpm_event_loop() local
387 fpm_clock_get(&now); in fpm_event_loop()
404 if (!timerisset(&ms) || timercmp(&ms, &now, <) || timercmp(&ms, &now, ==)) { in fpm_event_loop()
407 timersub(&ms, &now, &tmp); in fpm_event_loop()
425 fpm_clock_get(&now); in fpm_event_loop()
427 if (timercmp(&now, &q->ev->timeout, >) || timercmp(&now, &q->ev->timeout, ==)) { in fpm_event_loop()
434 fpm_event_set_timeout(q->ev, now); in fpm_event_loop()
487 struct timeval now; in fpm_event_add() local
508 fpm_clock_get(&now); in fpm_event_add()
[all …]
H A Dfpm_process_ctl.c292 static void fpm_pctl_check_request_timeout(struct timeval *now) /* {{{ */ in fpm_pctl_check_request_timeout() argument
303 fpm_request_check_timed_out(child, now, terminate_timeout, slowlog_timeout); in fpm_pctl_check_request_timeout()
360 struct timeval last, now; in fpm_pctl_perform_idle_server_maintenance() local
367 fpm_clock_get(&now); in fpm_pctl_perform_idle_server_maintenance()
368 if (last.tv_sec < now.tv_sec - wp->config->pm_process_idle_timeout) { in fpm_pctl_perform_idle_server_maintenance()
444 struct timeval now; in fpm_pctl_heartbeat() local
451 fpm_clock_get(&now); in fpm_pctl_heartbeat()
452 fpm_pctl_check_request_timeout(&now); in fpm_pctl_heartbeat()
469 struct timeval now; in fpm_pctl_perform_idle_server_maintenance_heartbeat() local
476 fpm_clock_get(&now); in fpm_pctl_perform_idle_server_maintenance_heartbeat()
[all …]
H A Dfpm_status.c389 struct timeval duration, now; in fpm_status_handle_request() local
394 fpm_clock_get(&now); in fpm_status_handle_request()
437 timersub(&now, &proc.accepted, &duration); in fpm_status_handle_request()
H A Dfpm_request.c42 struct timeval now; in fpm_request_accepting() local
44 fpm_clock_get(&now); in fpm_request_accepting()
53 proc->tv = now; in fpm_request_accepting()
65 struct timeval now; in fpm_request_reading_headers() local
71 fpm_clock_get(&now); in fpm_request_reading_headers()
84 proc->tv = now; in fpm_request_reading_headers()
115 struct timeval now; in fpm_request_info() local
126 proc->tv = now; in fpm_request_info()
170 proc->tv = now; in fpm_request_executing()
195 proc->tv = now; in fpm_request_end()
[all …]
H A Dfpm_children.c262 time_t now = tv1.tv_sec; in fpm_children_bury() local
266 last_faults[fault++] = now; in fpm_children_bury()
273 if (now - last_faults[i] > fpm_global_config.emergency_restart_interval) { in fpm_children_bury()
/PHP-5.4/sapi/cli/tests/
H A Dphp_cli_server_009.phpt5 now could serve correctly with request_uri "index.php" and PATH_INFO "/foo/bar/"
/PHP-5.4/sapi/caudium/
H A DTODO13 This is now fixed.
/PHP-5.4/sapi/cgi/
H A DREADME.FastCGI101 Now, if you restart Apache, php pages should now be delivered!
/PHP-5.4/main/
H A Dalloca.c287 long now; /* Current total stack size. */ member
/PHP-5.4/ext/zlib/tests/
H A Dgzopen_variation4.phpt60 //should now read dir1 file
H A Dreadgzfile_variation15.phpt46 //should now read dir1 file
H A Ddata.inc60 As this which now I draw.
79 Which now suits with it.
H A Dgzfile_variation15.phpt45 //should now read dir1 file
/PHP-5.4/ext/zip/lib/
H A Dzip_dirent.c369 time_t now; in _zip_dirent_torrent_normalize() local
384 time(&now); in _zip_dirent_torrent_normalize()
385 l = localtime(&now); in _zip_dirent_torrent_normalize()

Completed in 83 milliseconds

12345678