Commit graph

13800 commits

Author SHA1 Message Date
Dean Sas
da736604d1 Moved mkdir error info into an exception block
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332518 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-27 16:00:28 +00:00
Yasuo Ohgaki
719247b2cc Fixed mb_send_mail() addtional_header param description. (Copied from mail())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332513 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-26 06:58:01 +00:00
Maciek Sokolewicz
d059bd81d5 fixed typo (above example -> example below)
Thanks to [a user whose name I can't find in the PHDOE-system anymore??]

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332508 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-23 22:30:19 +00:00
Maciek Sokolewicz
5445f249d7 reworded sentence to use better english
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332507 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-23 22:24:31 +00:00
Peter Cowburn
795edfedf7 add three libxml constants that comes with 5.4.0 (doc #54037)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332498 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-22 17:14:42 +00:00
Peter Cowburn
a6a15d767f output wants newlines (doc #62180)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332497 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-22 13:25:19 +00:00
Peter Cowburn
ae4a2a6fed use OO code in OO example (doc #62180)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332496 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-22 13:25:09 +00:00
Chris Wright
515b45e676 - Note that getallheaders() is available in the CLI server in PHP 5.5.7
- Note that apache_request_headers() is available in the CLI server in PHP 5.5.7
- Note that apache_response_headers() is available in the CLI server in PHP 5.5.7

-- 
Provided by anonymous 35535 (ajf@ajf.me)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332490 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-20 10:41:01 +00:00
Derick Rethans
f83d616693 - Updated to version 2013.9 (2013i)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332475 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-19 18:59:05 +00:00
Phil Sturgeon
8ea1f0e33d Fixed bug #65442
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332465 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-18 21:02:00 +00:00
Joe Watkins
7a83e2a0c9 reverse the silly
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332359 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-13 23:57:54 +00:00
Joe Watkins
73a0d3a409 fix #66290 update example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332356 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-13 18:10:40 +00:00
Adam Harvey
483d4d578f Warn users of the buggy behaviour of sem_get() with non-PHP semaphores.
Fixes doc bug #66270 (sem_get() expects an already created pack of semaphores
to have 3 of them).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332354 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-12 18:36:18 +00:00
Chris Wright
03083e6a66 Add floatval() example for non-numeric strings
---
Provided by Mark T (mxtracks@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332352 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-12 16:32:23 +00:00
Chris Wright
e0815cb568 Typo fix in strtr()
---
Provided by anonymous 36934

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332351 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-12 15:20:30 +00:00
Dean Sas
5a86bbeb66 Document that mkdir can trigger an E_WARNING
Fixes bug #65388


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332344 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-11 00:45:52 +00:00
Christopher Jones
46854b1593 Add and improve oci_fetch_* examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332343 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-11 00:02:07 +00:00
Chris Wright
a2db0ec375 Typo fix in error_log()
---
Provided by Tomaž Lovrec

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332339 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:40:23 +00:00
Chris Wright
dda8a02902 Normalize quote type usage
---
Provided by anonymous 36401

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332338 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:38:03 +00:00
Chris Wright
30d1020cf5 Typo fix in enchant_dict_describe()
---
Provided by Michael Eshom

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332336 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:35:50 +00:00
Chris Wright
a3e1392324 Typo fixes in imagesetinterpolation()
---
Provided by anonymous 36219

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332335 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:34:23 +00:00
Chris Wright
f2bcd84ddf Typo fix in fmod() docs
---
Provided by Mike Matsco

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332334 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:32:42 +00:00
Chris Wright
0c6e1aa56b Typo fix in EventBase::dispatch see also section
---
Provided by haiwen zhu

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332333 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:31:54 +00:00
Chris Wright
1826857e87 Typo fixes in zlib
---
Provided by anonymous 36752

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332332 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:30:43 +00:00
Chris Wright
5206bce972 Typo fixes in MongoCollection
---
Provided by Tom A-r

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332331 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:29:14 +00:00
Chris Wright
e1e76392d9 Line length correction in explode() example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332330 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:12:56 +00:00
Chris Wright
516fd5a456 Typo fix in SessionHandler
---
Provider by anonymous 35971

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332329 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:02:11 +00:00
Chris Wright
6a8eb1f6e2 Fix for bug #65417
-- 
Provided by anonymous 36883 (email@philsturgeon.co.uk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332328 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 10:04:09 +00:00
Xinchen Hui
0c85f91736 Update version
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332315 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-09 10:52:16 +00:00
Xinchen Hui
2783e4a10b Update example for routes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332313 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-09 10:33:21 +00:00
Yasuo Ohgaki
1453847230 "quote" usually means srrounding string by quote chars (And addtionally escape). "escape" is appropriate word for addslashes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332298 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-09 00:07:42 +00:00
Matthew Fonda
c1d5750657 mb_strlen returns false if invalid encoding is given (fixes #66246)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332297 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-08 17:19:11 +00:00
Joe Watkins
f865de9b06 fix #66175 add additional opcache function information to manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332285 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-05 21:14:29 +00:00
Christopher Jones
01dee487a7 Add oci_pconnect() example. Simplify oci_new_connect() example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332271 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 19:49:28 +00:00
Christopher Jones
445c757a35 Add example and expand on column case sensitivity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332269 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 19:26:45 +00:00
Christopher Jones
6728d8981c Add examples to oci_password_change
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332268 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 18:59:57 +00:00
Joe Watkins
7c9779ef8f fix #66178 remove broken link to legacy (and lost) doxygen format documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332263 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 13:50:10 +00:00
Joe Watkins
74684dc111 fix #66234 add not about wchar and sprintf
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332262 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 13:15:03 +00:00
Joe Watkins
95917faac7 fix #66192 update requirements for ICU
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332261 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 12:09:54 +00:00
Joe Watkins
13bf1bc8f5 fix #66195 restore error handler is not ignored (zend_builtin_functions.c#1570)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332260 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 12:06:24 +00:00
Joe Watkins
8c2aa928b0 fix #66215 (add note to clarify type of encoding for mb_split, possibly others)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332259 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 11:53:23 +00:00
Xinchen Hui
8ecd1fe58a Update Title
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332258 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 09:11:39 +00:00
Xinchen Hui
f6789261b7 Updaet typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332254 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 07:40:42 +00:00
Xinchen Hui
9163931b1f Update desc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332253 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 04:30:27 +00:00
Xinchen Hui
e0a95c66b7 Update typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332252 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 04:30:02 +00:00
Jeremy Mikola
0f6fa16323 Update links to MongoDB documentation
Also renamed repairDatabase entity and created a new entity for batchSize documentation.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332247 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-03 17:36:24 +00:00
Xinchen Hui
d4c19dd8ff Update Yar_Server_Exception
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332246 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-03 08:38:47 +00:00
Xinchen Hui
26fa02c469 Update example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332245 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-03 08:03:54 +00:00
Xinchen Hui
211d74668b Update docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332244 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-03 07:57:49 +00:00
Xinchen Hui
5214196361 Update Manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332238 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-03 03:12:58 +00:00