Commit graph

306 commits

Author SHA1 Message Date
Jakub Vrana
38f174c66c Document PHP 5.5 CLI functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330257 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 02:07:09 +00:00
Adam Harvey
8ad0d94e1c Add initial migration guide for PHP 5.5.
What's done: the migration guide itself, updates to existing functions and
functionality, and new language features.

What's not done: stub pages for new functions and methods. (I'd rather get this
in now, though, than have it languish on my hard drive any longer so that other
people can contribute.)

What could use help: the generator chapter is pretty rough and ready. Better
examples would be awesome. I certainly won't argue if somebody wants to add the
function stubs, either.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328430 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-20 15:17:23 +00:00
Adam Harvey
dd9fa0aed7 Fix doc bug #62986 (Second parameter for assert()), along with a couple of
other unrelated fixes (making the hyphen that should be a dash into an em dash,
adding a full stop, using <constant> consistently).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327439 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-03 02:24:31 +00:00
Jakub Vrana
6ee11c8e71 Outputs plain text in CLI
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327254 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-24 05:43:49 +00:00
Adam Harvey
1690f24f52 Fix doc bug #62321 (The »Notes« section on mysqli_bind_param is outdated), and
simultaneously audit all of the functions removed in 5.4.0 to ensure we have
the right warnings in the right places (spoiler: we didn't).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326726 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 08:55:25 +00:00
Adam Harvey
90ffb95c20 Fix doc bug #62586 (version_compare, case sensitivity) by adding a note about
case sensitivity.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326719 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 02:24:40 +00:00
Pieter Hordijk
f59cd07e97 Changed ini set param to string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326629 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-13 18:50:24 +00:00
Philip Olson
098fcff39a Document get_magic_quotes_* behaviour as of 5.4.0, which always returns false (instead of 0), which is due to our collective failure as a PHP team.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325516 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 17:42:14 +00:00
Jakub Vrana
84b8fca68f Use <function> for language constructs (now supported by PhD)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325214 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-15 21:45:34 +00:00
Jakub Vrana
a9b26c34e4 Display language constructs without parentheses
Side effect of this change is that include, require and return are now properly linked. They weren't because they don't live inside <refentry> so PhD doesn't know about them.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324522 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 08:39:30 +00:00
Nikita Popov
4ea29c3193 Fix Doc Bug #61416: Typo: "where as" should be "whereas"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324354 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-19 13:57:06 +00:00
Jakub Vrana
f413966fc3 Link get_extension_funcs() and Reflection
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323981 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-07 06:00:24 +00:00
Justin Martin
3dee475a90 Documented garbage collection functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321980 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 00:19:12 +00:00
Jakub Vrana
76a824ab19 Link extension_loaded() and function_exists()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320300 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 06:00:50 +00:00
Daniel P. Brown
831bf1a498 Now with punctuation!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319063 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-11 16:08:29 +00:00
Adam Harvey
e900578fcc Fix doc bug #48819 (dl function is undefined) and also remove some extraneous
apostrophes that crept in.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319049 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-11 12:53:10 +00:00
Richard Quadling
d7470c8afc PHP4/PHP5 => PHP 4 / PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315183 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-19 10:36:17 +00:00
Jakub Vrana
be2667e0f5 History in changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314827 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-12 12:32:35 +00:00
Joey Smith
fa55dc9299 This clarifies an example in set_include_path()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313400 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-18 19:54:32 +00:00
Jakub Vrana
a42600fed6 Whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312438 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-24 18:15:22 +00:00
David Tajchreber
f2049e4661 Fixes bug #54030 - clarifies getenv() behavior if the environment variable does not exist. Patch by Matthew Fonda
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312071 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-11 23:33:05 +00:00
Jakub Vrana
9760dc48db Link $argv and getopt()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311174 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-18 09:19:04 +00:00
Adam Harvey
ef23ffdb29 Fix doc bug #53940 (ini_get return values are (not) ambiguous).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308083 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-07 07:23:42 +00:00
Adam Harvey
d01d2df43a Fix doc bug #53478 (putenv manpage note change for clarity).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305999 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-06 10:05:43 +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
Peter Cowburn
a912865116 Typos and grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304887 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 19:38:17 +00:00
Kalle Sommer Nielsen
939144320a Fixed bug #52715 (Err in get_loaded_extensions() with true argument)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304493 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-19 04:12:16 +00:00
Richard Quadling
67de41e11a Added initializer.
Added V5.2.11 changelog to show different behaviour of $categorize.
Fix bug #52999

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304142 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-06 10:56:01 +00:00
David Tajchreber
5106f79967 Fixed bug #51764: dl(): prototype and return value do not match
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299117 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-07 18:23:49 +00:00
Adam Harvey
7cf7e11a25 Fix doc bug #51710 (phpversion() page missing link to documentation of
PHP_VERSION_* constants) by adding a see also link to the constants. 


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298957 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-04 10:20:09 +00:00
Peter Cowburn
bb6755318d revert get_magic_quotes_* deprecation note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298273 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-21 20:18:32 +00:00
Daniel Egeberg
108dfaacbf Replaced insecure example with a better one.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298138 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-18 08:39:04 +00:00
Peter Cowburn
0dfdbfbc6d Added deprecated warning box for get_magic_quotes_* functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298127 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-17 20:15:36 +00:00
Kalle Sommer Nielsen
02e89ef6ef * Minor text improvements
* Use bit operators in example, makes more sense since the constants are bitfields

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297890 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-12 12:11:47 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Jakub Vrana
281e4d59bf Link enable_dl
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296783 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-25 14:05:40 +00:00
Daniel P. Brown
fba7f12229 Closes Bug #50957.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294721 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-07 19:58:42 +00:00
Richard Quadling
4c0b2c64d0 W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294395 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:07:39 +00:00
Christopher Jones
a0edd3e930 Some clarifications for version changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294068 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-27 00:59:33 +00:00
Michael Maclean
80fc66329c Fixes #50783, thanks to David Tajchreber for the patch
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293633 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-17 02:28:10 +00:00
Kalle Sommer Nielsen
a8a3ab994f Fixed bug #48839 (dl is incorrect disabled instead of deprecated)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293476 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 01:48:24 +00:00
Kalle Sommer Nielsen
bbc73011bc C:\php5\ is used to load extensions from by default in PHP5+ on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293474 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 01:09:36 +00:00
Richard Quadling
7eb423b7e6 Core constants were incorrectly tagged as 'mhash' when moving from 'internal' to 'Core'. Seems to be windows only.
Fix#50634

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293208 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 10:27:04 +00:00
Mark Wiesemann
dbc0e13b43 - coding standards
- typo fixes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293190 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-06 21:33:51 +00:00
Jordi Boggiano
c1f984c21f Adds a note about unknown parameters ending getopt() parsing, fixes bug #43313
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292224 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-16 22:40:17 +00:00
Philip Olson
4b660cc64a The documented BC break happened in 5.3.0, not 5.2.9. Deals with bug #49923
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292149 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-15 03:58:41 +00:00
Richard Quadling
d986013767 Example fixed. Fix #50381
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291819 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-07 14:48:08 +00:00
Jakub Vrana
612e5af5ec Prefer <initializer> before "default value"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291314 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:22:02 +00:00
Jakub Vrana
201dc3748c Prefer <initializer> before "defaults to"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00