Commit graph

17187 commits

Author SHA1 Message Date
Richard Quadling
e5a0171213 Added support to set base priority of the service. This way, PHP won't hog the machine when running as a service.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305252 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-10 17:02:54 +00:00
Adam Harvey
bae6b5c7e0 Fix doc bug #53283 (PHP.net Website Problem (confusing)).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305233 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-10 03:17:07 +00:00
Peter Cowburn
1bbbd77ee0 <function> to <methodname> tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305221 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-09 11:01:09 +00:00
Adam Harvey
ef151ba6c1 Removed the reference to "US English" in the strtotime() description, since
that's not true for all delimiters, and added an explanatory note summarising
the Date and Time Formats grammar and how it pertains to m/d/y and d-m-y, along
with a recommendation to use ISO 8601 or DateTime::createFromFormat() where
possible.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305220 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-09 10:53:51 +00:00
Richard Quadling
249c8aa087 count return type is int
Fix bug#53268

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305218 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-09 10:35:08 +00:00
Adam Harvey
1b49cfad7d Updated example per doc bug #53269 (Fatal error in Example #6).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305216 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-09 03:28:36 +00:00
Justin Martin
5154a0e1fa Fixed return type and clarified return value, as per bug #53268.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305212 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-09 00:25:16 +00:00
Justin Martin
f653adafd6 Clarified example as per bug #53265.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305207 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-08 18:06:30 +00:00
Richard Quadling
c1eb079594 Fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305206 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-08 17:06:35 +00:00
Richard Quadling
0ea877ed9a Don't automatically assume a service is ready to run. Allow a script to report back WIN32_SERVICE_START_PENDING before WIN32_SERVICE_RUNNING.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305205 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-08 16:57:13 +00:00
Adam Harvey
deda9f1f01 Expanded the discussion of the modulus operator's handling of negative operands
per doc bug #53208.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305195 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-08 10:05:39 +00:00
Esen Sagynov
db67e65e4c fix a bug in constants.xml: CUBRID_SCH_ATTR_PRIMARY_KEY -> CUBRID_SCH_PRIMARY_KEY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305184 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-08 02:45:06 +00:00
Justin Martin
3ed5f72b6c Indicated change to substr's behaviour with start positions beyond truncation positions.
Added changelog indicating this BC break. Bug #53252.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305175 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 19:53:45 +00:00
Justin Martin
c1a545fd27 Indicated that substr does not accept an empty string.
Added an example of casting behaviour.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305162 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 15:27:33 +00:00
Justin Martin
8c01f07f3c Added example of using comparison operators to compare DateTime objects, as per bug #53249.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305145 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 05:19:12 +00:00
Kalle Sommer Nielsen
ead13ffe21 Fixed bug #53175 (Confusing (ambiguous) imagecolorallocate return value when color is black)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305144 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 04:18:44 +00:00
Kalle Sommer Nielsen
39ea8b6daf Fixed bug #53113, round two
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305143 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 04:11:27 +00:00
Justin Martin
2ccada702e Clarified behaviour of dirname and basename, as per bug #51830.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305142 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 03:55:45 +00:00
Justin Martin
52d241c1e7 Updated urlencode to reflect changes to rawurlencode.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305141 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 01:49:04 +00:00
Justin Martin
336f72c33c Simplified description wording for easier translation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305138 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-06 20:29:21 +00:00
Justin Martin
aac87a7bae Replaced links to CGI specification with RFC 3875, per bug #53223.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305137 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-06 20:14:01 +00:00
Justin Martin
a9a3ae6d6e Updated to reflect RFC 3986, as per bug #53187.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305134 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-06 19:12:47 +00:00
Justin Martin
82b58eb34a Clarified chroot's behaviour, as well as when it is available on a system. Added an example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305124 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-06 03:03:16 +00:00
Justin Martin
55884886a1 Fixed examples to use &example.outputs.similar; instead of &example.outputs;.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305123 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-06 00:54:37 +00:00
Justin Martin
7d4bc3e51e Added to PDOStatement::fetchAll the PDO::FETCH_FUNC behaviour for fetch_argument parameter, plus examples for PDO::FETCH_CLASS and PDO::FETCH_FUNC.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305122 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-06 00:13:22 +00:00
Justin Martin
3d96f443ae Added a note to all SimpleXMLElement method examples which make use of the example.php include, indicating where that include is located. As per bug #53186.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305120 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-05 23:56:36 +00:00
Justin Martin
bb32404d88 Added an example to the Math extension's mt_getrandmax function, as per bug #53207.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305119 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-05 23:47:06 +00:00
Kristina Chodorow
7214d04a66 updates for 1.0.11 release
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305112 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-05 21:42:01 +00:00
Richard Quadling
99231ac408 Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305106 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-05 17:27:44 +00:00
Richard Quadling
4674893571 Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305104 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-05 15:08:56 +00:00
Esen Sagynov
220c46381e PDO driver for CUBRID.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305103 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-05 14:03:17 +00:00
Richard Quadling
568b69c994 array elements, not array variables.
Fix bug #53240

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305086 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-04 16:18:15 +00:00
Richard Quadling
9b48b91781 Tabs to spaces (or removed if trailing)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305081 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-04 13:32:52 +00:00
Richard Quadling
50ed680dfe Removed BOM
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305080 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-04 13:18:40 +00:00
Jakub Vrana
05bf002799 Describe message
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305079 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-04 12:43:51 +00:00
Jakub Vrana
c02fdb48ec Remove bogus initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-04 12:09:37 +00:00
Richard Quadling
e50363ba47 Win32 error code 0x0427 generated when running service via the command line.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305029 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-02 15:02:48 +00:00
Richard Quadling
0fc9252e63 "Olson" Timezone Database Version => 2010.15 (2010o)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305026 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-02 11:36:38 +00:00
Richard Quadling
a378b2f4fb Initializer is equivalent to the result of ini_get() and not ini_set().
Fixes bug #53203

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304987 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-29 16:23:48 +00:00
Gustavo André dos Santos Lopes
b9d88d3d68 - Documented that the INI setting "from" is used to populate the From
header in connections with the http wrapper.
- Addresses bug #53198.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304986 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-29 15:37:55 +00:00
Richard Quadling
7c2c180765 Allow PHP to pause and continue a service.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304983 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-29 14:36:28 +00:00
Peter Cowburn
315b44a819 Typo fix (closes doc #53193)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304976 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-28 14:52:00 +00:00
Richard Quadling
10dcdee69b Additional Win32 Error Code - WIN32_ERROR_SERVICE_DOES_NOT_EXIST
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304966 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-28 10:53:16 +00:00
Richard Quadling
2b8d90f6bb Interactive services are not supported via WIN32_SERVICE_INTERACTIVE_PROCESS on Windows Vista or later.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304950 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-27 10:32:10 +00:00
Richard Quadling
7af614c7ee GetStatusString => getStatusString
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304949 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-27 10:31:05 +00:00
Richard Quadling
c80756f4ab Ignore entities.*.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304947 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-27 10:29:29 +00:00
Richard Quadling
fec92aa373 Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304946 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-27 10:19:07 +00:00
Richard Quadling
4bb3995f84 W/S
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304945 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-27 09:36:03 +00:00
Peter Cowburn
7a7a000836 Added image_type_to_mime_type() see also link to exif_imagetype() (closes doc #53176)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304944 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-27 08:26:57 +00:00
Peter Cowburn
9e70e6cb39 Fixed mismatched file name in example (closes doc #53178)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304943 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-27 08:16:19 +00:00