Anthony Ferrara
1d6a5e11a8
Added a note to strlen() stating it return number of bytes rather than number of chars
...
--
Provided by anonymous #16392 (info@pieterhordijk.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326075 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-10 01:58:16 +00:00
Justin Martin
0270ba78cd
Added &user-ini; entity for referring to .user.ini file.
...
Added .user.ini to list of where configurations can be set.
Closes bug #62282 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326074 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 23:29:04 +00:00
Justin Martin
5a8719f61a
Documented PHP_OUTPUT_HANDLER_* constants.
...
Updated ob_start() function output_callback parameter description to refer to PHP_OUTPUT_HANDLER_* constants collectively.
Removed empty PHP_OUTPUT_HANDLER_* constants from reserved.constants.core.
Closes bug #62261 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326071 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 22:35:59 +00:00
Hannes Magnusson
07916c82c5
Send arguments to function via attributes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326070 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 19:04:39 +00:00
Hannes Magnusson
747727e84a
Better wording for the full changelog listing (nikic@)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326069 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 19:04:04 +00:00
Nikita Popov
3c002b0437
Fix changelogs for get_class_vars and imagecolorallocate[alpha]
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326068 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 18:44:58 +00:00
Nikita Popov
c2b8575669
Fix changelog of get_object_vars()
...
Remove "Prior to" changelog entries.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326067 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 18:32:49 +00:00
Hannes Magnusson
cfe5b5214a
We know it is PHP
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326065 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:55:27 +00:00
Hannes Magnusson
858cacd62c
mark bunch of extensions with "membership" PI (like the membership comment)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Hannes Magnusson
28f9526986
This is a version column
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326063 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:14:24 +00:00
Hannes Magnusson
d205fc31ef
Regenerate extension listing
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326060 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 13:42:17 +00:00
Hannes Magnusson
a4861592bb
Add experimental autogenerated changelog entries for few books.
...
This requires PhD 1.1.6-dev :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326056 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 13:15:55 +00:00
Philip Olson
41f14ef421
Added a concepts section about character sets, and linked to it in various places.
...
This is an improved fix for PHP Bug #54605
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326024 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-08 05:21:09 +00:00
Philip Olson
59b8134015
Documented that setting the character set via an SQL query will not be
...
useful to real_escape_string. This closes PHP Bug #54605
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326022 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-08 00:11:47 +00:00
Philip Olson
13e47276f8
Clarified that the constants were added in 5.4.0, and how to mimic asc|desc before that. Closes PHP bug #62256
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326021 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-07 23:42:44 +00:00
Felipe Pena
33f6eda0cd
- Fixed bug #62237 (PCRE recursion pattern should be (?&name), not (?P&name))
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326014 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-07 17:38:10 +00:00
Philip Olson
05eeed7921
Added an ext/mysql FAQ, and linked to it within each function.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326002 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-06 21:25:47 +00:00
Anthony Ferrara
245b748aca
Corrects the doc for array_flip to match the observed behavior when the input contains values that are not valid keys.
...
--
Provided by John Papaioannou (john.papaioannou@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325999 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-06 12:48:32 +00:00
Peter Cowburn
8f0fad4c30
Fix script name in inclued example (patch by Dan Rodgers)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325998 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-06 08:10:53 +00:00
Hannes Magnusson
cb80c22afb
We know this is PHP
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325991 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-05 16:31:12 +00:00
Philip Olson
6757efbf17
Updated foo::bar(arg) syntax, as spotted by bjori(). And used [foo] for returned array parts.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325981 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-05 08:29:31 +00:00
Philip Olson
c53a5feeaf
Added soft-deprecation-notice for each function, including ext/mysqli and PDO alternatives
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325980 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-05 07:55:24 +00:00
Philip Olson
b80218f662
Updated the soft deprecation alternatives syntax
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325976 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-05 04:25:50 +00:00
Peter Cowburn
203cd3e98e
minor grammar improvements
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325975 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-04 21:24:50 +00:00
Nikita Popov
68869c4839
Fix Doc Bug #62224 : Typo in documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325970 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-04 14:48:56 +00:00
Nikita Popov
e70f20002a
Fix Doc Bug #62191 : array missclassified as keyword
...
I merged the language construct list into the main keyword list, as the distinction makes no sense. All keywords listed are part of a language construct of some sorts.
Also I added the new PHP 5.4 keywords callable, insteadof and trait and removed the PHP 4 keywords cfunction and old_function (as well as the "as of PHP 5" inline changelog entries).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325969 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-04 14:44:34 +00:00
Nikita Popov
55713d3fa0
Fix doc bug #62222 : Continue 0; is invalid
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325967 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-04 13:22:33 +00:00
Joey Smith
67921109e7
cleared up potential confusion - saying it "makes it possible to include comments" can be construed as saying "All of PHP's methods of comments are safe inside a /x modified regex"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325961 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-04 09:48:06 +00:00
Peter Cowburn
437ca6963d
version info for closure methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325959 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-04 08:36:45 +00:00
Anatol Belski
4d657796c8
added TA-Lib link
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325957 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-03 17:56:53 +00:00
Anatol Belski
3f4079fedb
set svn properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325956 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-03 17:11:14 +00:00
Anatol Belski
6e349c3888
set ignore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325955 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-03 17:02:21 +00:00
Anatol Belski
719c3803a6
added tadoc.org link
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325954 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-03 16:47:13 +00:00
Anatol Belski
131db4e5a3
put back the undocumented warnings, too few stuff yet
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325953 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-03 16:13:36 +00:00
Peter Cowburn
7b41e56f19
fix build :(
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325952 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-03 14:21:19 +00:00
Peter Cowburn
323d2c0996
first ext/mysql soft deprecation notice
...
This commit serves as a test, before we roll the change out to
the whole extension.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325943 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-02 16:19:43 +00:00
Anatol Belski
19b32fcdda
fixed arg types documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325939 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-02 13:33:12 +00:00
Anatol Belski
edfebc7473
removed undocumented warnings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325938 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-02 11:48:05 +00:00
Peter Cowburn
972972a60c
Fix IMG_FILTER_COLORIZE description (doc #62198 - thanks mail+php at requinix dot net, andy at siliconrockstar dot com)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325929 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-01 20:42:04 +00:00
Philip Olson
8e4ba0e729
Documented PHP Bug #60770 -- Return value for 'INSERT ... ON DUPLICATE KEY UPDATE' queries. Note stolen from david_colter at me dot com.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325920 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-01 07:01:17 +00:00
Philip Olson
0d907fcbab
Documented PHP bug #61758 -- will report the alias name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325919 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-01 06:46:02 +00:00
Joey Smith
7ae6fd70d4
document that imagecolortransparent() returns -1 if there's no current transparent color, and a new one is not specified
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325917 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-31 22:09:49 +00:00
Anatol Belski
9f7b2b18ec
added return value info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325891 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-29 23:58:48 +00:00
Anatol Belski
331b4524b1
preparing trader ext docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325890 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-29 22:34:07 +00:00
Jakub Vrana
6bfcf7d9af
Use random salt, precise examples, mention prepared statements, warn before addslashes()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325889 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-29 22:30:54 +00:00
Jakub Vrana
6b70471032
Refine $
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325888 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-29 21:48:10 +00:00
Justin Martin
f9202b651d
Documented many undocumented ReflectionClass methods.
...
Removed undocumented warnings from a couple of documented methods.
Removed $default parameter from ReflectionClass::getStaticPropertyValue method documentation, as its behaviour is undefined and seems to exist only as an artefact.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325878 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-27 23:08:29 +00:00
Justin Martin
7d5c7b8c2b
Removed inaccessible __clone method from ReflectionClass. More likely to come in this regard.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325877 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-27 22:52:04 +00:00
Paul Reinheimer
c2862d5579
- Committing change from anonymous user correcting bug https://bugs.php.net/bug.php?id=61995
...
- Amount -> Number for easier reading (and mostly because I needed to make a change to commit the file)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325814 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-25 18:49:38 +00:00
Peter Cowburn
a3c111bffd
added basic examples for spl_autoload_register
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325783 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-22 20:52:05 +00:00