Commit graph

20533 commits

Author SHA1 Message Date
Chris Wright
e0daddd95f Fix doc-level encoding declaration in make_chm_index.html
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331429 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-18 12:26:38 +00:00
Popa Adrian Marius
3302448905 add a few dsn examples for pdo_firebird
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331423 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-17 16:04:35 +00:00
Popa Adrian Marius
385d9fd8bc cleanup reference of old ib6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331422 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-17 14:16:18 +00:00
Popa Adrian Marius
608c78c5ff This extension provides a Firebird driver only
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331421 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-17 13:17:14 +00:00
Davey Shafik
01affe9d1b Add depth to list of parameters.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331410 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-16 19:45:46 +00:00
Chris Wright
d7bf877330 Document CURLFile::__construct and make curl_file_create an alias
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331408 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-16 08:50:46 +00:00
Chris Wright
576b5fc5dd Clarify arrap_map behaviour when arrays of different lengths are passed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331407 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-16 08:27:44 +00:00
Chris Wright
dc270d6f18 Fix missingInitializer errors in APC
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331388 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-13 15:28:26 +00:00
Chris Wright
89ac779d08 Fix missingInitializer error in amqp::get()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331386 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-13 14:24:57 +00:00
Chris Wright
8bc08ef841 Note that JSON supports top-level scalar values and null
-- 
Provided by anonymous 32932 (ajf@ajf.me)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331384 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-13 14:17:44 +00:00
Chris Wright
d65395c6ed Changes the description for user.ini files to make them sound less like they use the same format as .htaccess. The last sentence of the paragraph draws the parallel with .htaccess files so isn't really necessary in the first.
-- 
Provided by anonymous #33404 (leight@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331381 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-13 09:31:49 +00:00
Esen Sagynov
ddd170101a [APIS-660][PHP] cubrid_pconnect_with_url() manual leads some misunderstandings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331355 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-12 07:33:55 +00:00
Esen Sagynov
7fdcfa3360 [APIS-655][PHP] cubrid_connect_with_url() doesn't work properly with paramters $user_id and $passwd
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331354 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-12 07:33:04 +00:00
Adam Harvey
7b7368ed3f The soap_version option expects constants, but the documentation doesn't make
that clear.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331352 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-12 01:24:01 +00:00
Adam Harvey
da7b5ad7bc Update the \X documentation to reflect the new behaviour in PCRE ≥ 8.32.
Fixes doc bug #65651 (Since PCRE 8.32, \X does not match (?>\PM\pM*)).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331343 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-11 20:27:08 +00:00
Chris Wright
52ddcb111c Abusing this ini parameter to send multiple headers is not something that should be included as an example in the manual. There are better ways to do it.
-- 
Provided by anonymous #32932 (ajf@ajf.me)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331342 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-11 17:45:00 +00:00
Chris Wright
4757bd1743 Fix missingInitializer strict errors in mbstring
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-10 16:06:26 +00:00
Chris Wright
8fd4096d89 From doc bug 65614
This change makes the wording clearer for byref arguments being allowed a default value in the function signature.

-- 
Provided by anonymous #33404 (leight@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331339 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-10 15:26:58 +00:00
Chris Wright
ed72d08b22 Removed reference to file_uploads config being an integer, must be specified as a boolean
---
With thanks to Christian Stoller <stoller@leonex.de>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331338 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-10 08:05:12 +00:00
Chris Wright
550222c73c Corrected SQL example in SQL->mongo table
-- 
Provided by anonymous #33371

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331337 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 20:48:13 +00:00
Nikita Popov
6f4d3c9276 Remove shady utf8_encode from mcrypt_encrypt example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331335 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 18:37:42 +00:00
Joe Watkins
c50f8d2d9d updating old info/advice
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331332 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 18:00:14 +00:00
Chris Wright
59a1bbcb6f Whitespace fixes
Fix all outstanding strict whitespace errors flagged by the online editor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331331 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 16:17:46 +00:00
Chris Wright
ee00913713 Clarify the mechanism of prepared statements in MySQLi quickstart
---
Provided by anonymous #33362 on PHDOE

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331330 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 16:15:20 +00:00
Chris Wright
e810d9bbd4 Per Bug #62921, max_input_vars is not per nesting level.
-- 
Provided by anonymous #33344 (keithm@aoeex.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331320 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 14:35:36 +00:00
Chris Wright
0abaad099e Convert entity files to UTF-8 to please strict standards check in OE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331319 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 14:32:44 +00:00
Chris Wright
f2b08c959c Add missing semi-colon in type comparison tables for consistency
---
Provided by PHDOE anonymous user #33336

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331317 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 09:38:32 +00:00
Esen Sagynov
e637bc5df7 [APIS-657][PHP][Manual] cubrid_unbuffered_query() returns a cubrid request resource but not a connection resource
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331312 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 03:19:19 +00:00
Esen Sagynov
2f98fcba71 [APIS-656][PHP][Manual] There are some contents missed on cubrid_affected_rows() manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331311 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 03:06:24 +00:00
Esen Sagynov
52d22a2e25 [APIS-611][PDO]The PDO driver manual says auto commit is disabled by default. Why?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331310 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 03:01:22 +00:00
Joe Watkins
f8d8fcd58a updates for pthreads documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331306 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-08 06:02:24 +00:00
Jakub Zelenka
0d74f9b57d Correct fann manual installation commands
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331305 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-07 19:51:59 +00:00
Adam Harvey
e49e32a1d3 Drop the note about __isset() not being triggered on empty() — it contradicts
the earlier description and, more importantly, is plain wrong.

Fixes doc bug #65625 (Ambiguous text).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331299 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-05 21:54:14 +00:00
Chris Wright
2507bd51b8 Added more information about what the realpath_cache_size config option represents and added See Also link to the config option from the function of the same name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331297 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-05 10:24:19 +00:00
Chris Wright
015111e38b Remove procedural style calls in OOP example for mysqli::ping()
---
Provided by Anonymous #33191

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331292 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-05 07:03:29 +00:00
Chris Wright
7ae525d165 Added note about server-level request buffering affecting session-based upload progress.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331290 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-04 12:28:30 +00:00
Chris Wright
abb172ba96 Typo fix in MySQLi quick start
---
Provided by Anonymous #33170

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331286 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-04 08:32:48 +00:00
Yoshinari Takaoka
9ae7b0494a - fixed default value of error_reporting.
- http://ml.php.gr.jp/pipermail/php-doc/2013-September/001107.html
 - PHP 5.3.0 or later
   - https://github.com/php/php-src/blob/master/Zend/zend.c#L72
 - Prior to PHP 5.3.0
   - https://github.com/php/php-src/blob/PHP-5.0/Zend/zend.c#L68


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331284 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-04 05:27:56 +00:00
Hannes Magnusson
35b3ba9119 Missing return value description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331283 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-03 23:01:38 +00:00
Chris Wright
0b520205ea Typo fix in newt
---
Supplied by Anonymous #33113

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331274 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-03 08:35:36 +00:00
Hannes Magnusson
4670bf1c17 One notes section is enough
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331271 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-03 05:01:55 +00:00
Hannes Magnusson
2fbee590b8 ID fail
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331270 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-02 22:47:47 +00:00
Jean-Sebastien Hedde
8dcd6c7e65 Link to the right page (https://bugs.php.net/bug.php?id=65516)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331269 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-02 21:14:47 +00:00
Jean-Sebastien Hedde
86579ef5e6 Documenting ldap.max_link (https://bugs.php.net/bug.php?id=65516)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331268 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-02 21:10:23 +00:00
Adam Harvey
0600731041 Fix incorrect function element.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331259 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-01 23:08:41 +00:00
Adam Harvey
3b042457d9 "md5" and friends aren't functions in this context, and the missing sha256()
and sha512() functions generate build warnings.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331258 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-01 23:04:43 +00:00
Adam Harvey
b2e83b46c6 Add documentation for fastcgi_finish_request() (and add an FPM book as a
whole).

This is the first part of a rainy day task to try to clean up some of our build
warnings.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331257 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-01 23:01:32 +00:00
Hannes Magnusson
2ba4915406 The company name has changed to MongoDB.. rephrase this intro a little
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331254 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-31 19:43:24 +00:00
Ruslan Osmanov
93dd13fd6e Event: added email of the author of smtp server sample
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331253 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-31 16:09:21 +00:00
Ruslan Osmanov
1d5adea385 Fix: typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331252 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-31 09:46:22 +00:00