Derick Rethans
|
8d23976984
|
- Updated to version 2013.6 (2013f)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331548 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-27 09:15:14 +00:00 |
|
Adam Harvey
|
f162f15a42
|
Note that channels and bits aren't mandatory return fields for getimagesize().
Fixes doc bug #65749 (getimagesize not returning channels for png and bmp).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331495 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-25 23:00:46 +00:00 |
|
Adam Harvey
|
088c4558a5
|
Fix incorrect date() example.
Fixes doc bug #65762 (Example citing use of constant is slightly inaccurate).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331494 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-25 22:34:38 +00:00 |
|
Adam Harvey
|
71ee784aed
|
Add a note about how the files session backend locks session files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331493 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-25 21:00:54 +00:00 |
|
Adam Harvey
|
d443751d6a
|
Forgot the SVN properties. Early in the morning, and all that.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331491 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-25 16:22:39 +00:00 |
|
Adam Harvey
|
3521a71646
|
Add initial documentation for opcache_compile_file().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331490 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-25 16:11:18 +00:00 |
|
Nikita Popov
|
e28fdbe16c
|
Improve operator precedence docs regarding evaluation order
Associativity has nothing to do with evaluation order and we do not give any guarantees regarding that.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331484 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-25 11:59:47 +00:00 |
|
Nikita Popov
|
3ce14fde5c
|
Normalize parameter names of array functions
Normalizing parameter names in docs first to later update arginfos from that.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331477 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-24 13:06:51 +00:00 |
|
Chris Wright
|
c52553f522
|
Clarify optional $port argument for fsockopen()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331467 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-22 19:36:50 +00:00 |
|
Chris Wright
|
5eb5d9fffe
|
See https://bugs.php.net/bug.php?id=65728
--
Provided by anonymous 33805 (sebastiankuhlmann@web.de)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331466 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-22 19:22:01 +00:00 |
|
Adam Harvey
|
821d1faaba
|
Document the syntax when binding to an IPv6 address, since it wasn't very
obvious before.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331458 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-21 02:25:23 +00:00 |
|
Adam Harvey
|
cccb74c8dd
|
Actually remove the patterns page to avoid confusion, since it hasn't been
built for over a year.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331457 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-20 21:32:59 +00:00 |
|
Chris Wright
|
89d9178a6e
|
Fix DTD violation in ArrayObject::__construct() introduced in revision 331442
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331446 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-19 09:40:56 +00:00 |
|
Levi Morrison
|
ca2476ff7b
|
Documented exceptions for ArrayObject::__construct.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331443 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-19 04:45:56 +00:00 |
|
Levi Morrison
|
536e9b2044
|
Added missing initializer for input
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331441 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-19 04:20:06 +00:00 |
|
Levi Morrison
|
9008a9e90d
|
Added initializer for 'index_key'; fixes a 'strict standards' warning.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331440 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-19 04:08:16 +00:00 |
|
Chris Wright
|
000ecc887b
|
Fix missingInitializer error in bbcode_create()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331434 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-18 14:27:07 +00:00 |
|
Chris Wright
|
8941c40718
|
Fix missingInitializer error and incorrect initializer value in array_splice()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331433 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-18 14:21:03 +00:00 |
|
Chris Wright
|
1c964b40d2
|
Fix missingInitializer errors in APD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331432 c90b9560-bf6c-de11-be94-00142212c4b1
|
2013-09-18 13:50:29 +00:00 |
|
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 |
|