Home
last modified time | relevance | path

Searched refs:location (Results 176 – 200 of 209) sorted by relevance

123456789

/PHP-5.6/ext/date/lib/
H A Dtimelib.c173 TIMELIB_TIME_FREE(tz->location.comments); in timelib_tzinfo_dtor()
/PHP-5.6/ext/soap/
H A Dphp_http.c336 char *location, in make_http_soap_request() argument
428 if (location != NULL && location[0] != '\000') { in make_http_soap_request()
429 phpurl = php_url_parse(location); in make_http_soap_request()
/PHP-5.6/sapi/apache_hooks/
H A DREADME54 So, to set up a 'hello world' location handler (so that any request to
/PHP-5.6/ext/standard/tests/file/
H A Dfile.inc325 $file_path = location of the file and where links need to be created
452 $file_path = location of the files
495 $file_path = location of link files
/PHP-5.6/ext/ldap/
H A Dconfig.m420 …dnl Find Oracle Instant Client RPM header location corresponding to the given lib path e.g. for --…
/PHP-5.6/ext/phar/
H A DTODO78 template files in a location external to the phar. Copy of the files
/PHP-5.6/ext/date/tests/
H A Ddate_sunrise_variation1.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunrise_variation3.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunrise_variation4.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunrise_variation5.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunrise_variation6.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunset_variation1.phpt6 * Description: Returns time of sunset for a given day and location
H A Ddate_sunset_variation3.phpt6 * Description: Returns time of sunset for a given day and location
H A Ddate_sunset_variation4.phpt6 * Description: Returns time of sunset for a given day and location
H A Ddate_sunset_variation5.phpt6 * Description: Returns time of sunset for a given day and location
H A Ddate_sunset_variation6.phpt6 * Description: Returns time of sunset for a given day and location
/PHP-5.6/ext/fileinfo/
H A Dmagicdata.patch132 # look for 2nd FAT at different location to distinguish between 360k and 500k
/PHP-5.6/
H A DREADME.RELEASE_PROCESS43 - Move the extension from php-src to the new location
112 pointing out "the location of the release" and "the possible release date of
H A DINSTALL215 php.ini in another location, use --with-config-file-path=/some/path in
396 1. Obtain the Apache HTTP server from the location listed above, and
445 having php.ini in another location, use
588 # PID File location
1122 location is as follows: /private/etc/apache2/httpd.conf Using
1144 Notice the location/path. When building PHP in the future, the
1171 5. Set the php.ini location or use the default A typical default
1172 location on Mac OS X is /usr/local/php/php.ini and a call to
1363 If you are using PHP with a web server, the location and format of the
1368 Common problems are the location of the DLL, the value of the "
[all …]
/PHP-5.6/win32/build/
H A Dconfig.w32.phpize.in88 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
H A Dconfig.w3289 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/PHP-5.6/ext/opcache/
H A DREADME174 The location of the OPcache blacklist file (wildcards allowed).
/PHP-5.6/ext/mbstring/
H A DREADME_PHP3-i18n-ja5 o Name and location of package
137 Don't forget to copy php3.ini-dist to desired location.
/PHP-5.6/win32/
H A Dinstall.txt160 different location but do not have spaces in the path (like C:\Program
950 The default location PHP searches for extensions is C:\php5 in PHP 5.
1249 * SAPI module specific location (PHPIniDir directive in Apache 2, -c
1260 location)
1556 spec file which databases to support and the location of the top-level
/PHP-5.6/ext/date/
H A Dphp_date.c4001 add_assoc_string(return_value, "country_code", tzobj->tzi.tz->location.country_code, 1); in PHP_FUNCTION()
4002 add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude); in PHP_FUNCTION()
4003 add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude); in PHP_FUNCTION()
4004 add_assoc_string(return_value, "comments", tzobj->tzi.tz->location.comments, 1); in PHP_FUNCTION()

Completed in 74 milliseconds

123456789