Commit graph

239 commits

Author SHA1 Message Date
Adam Harvey
8ae33d5f94 Slightly tinker with the description of error_clear_last().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337880 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:17:54 +00:00
Christoph Michael Becker
86da9d9501 PHP7 update (contributed by jhdxr)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337661 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-28 12:39:57 +00:00
Christoph Michael Becker
dc2135dccf documented that log_errors_max_len does not apply to error_log() (fixes #70194)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337293 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-05 14:10:19 +00:00
Pasindu De Silva
1ab59f6c72 Updated version.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337199 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-19 16:19:46 +00:00
Pasindu De Silva
b0078642a2 Added error_clear_last
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337198 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-19 16:09:47 +00:00
Adam Harvey
89babb1a52 Add a cautionary note to avoid type hinting set_exception_handler().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336810 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-20 20:04:00 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Maciej Sobaczewski
e41aab5eca Remove changelogs for PHP 4 - 3rd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Maciej Sobaczewski
afc3f34c68 Remove changelogs for PHP 4 - 1st round
Useful changelogs entries remain untouched.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334592 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-23 17:55:23 +00:00
Peter Cowburn
6993a8585b Typo fix (patch by Amal Murali)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333672 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-01 13:14:06 +00:00
Peter Cowburn
74508ae0d2 Better bitmask for "all errors except E_NOTICE"
Cf user note http://www.php.net/manual/en/function.error-
reporting.php#64060

^ is the xor (bit flipping) operator and would actually turn notices
*on* if they were previously off (in the error level on its left).

Patch by anonymous 43247

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333387 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 19:25:14 +00:00
Peter Cowburn
3ca0a2900f Remove wrong info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333175 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:53:45 +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
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
Yasuo Ohgaki
8a1c23e092 Fixed typo. Improve tip
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331982 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-25 22:44:37 +00:00
Yasuo Ohgaki
ea445d3476 Fixed Doc Bug #64439 \0 causes error_log strings to be truncated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331939 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-24 05:30:19 +00:00
Peter Cowburn
812e04cc1c remove unnecessary dollar from parameter (thanks Tyrael)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331754 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-09 15:20:22 +00:00
Chris Wright
158026d7b2 Typo fix, remove redundant "by" in trigger_error() docs
---
Suggested by anonymous 32598

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331617 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-01 08:10:22 +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
Yoshinari Takaoka
7619879383 - just fixed typo. :)
-- https://bugs.php.net/bug.php?id=65302


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330998 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-21 15:49:53 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
041e20d171 Document set_exception_handler(null) return value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330244 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 18:52:32 +00:00
Jakub Vrana
1d285503e2 Document set_error_handler(null)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330243 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 18:34:12 +00:00
Jakub Vrana
f68abbe82c Document callback signatures
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330240 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 18:24:33 +00:00
Rafael Dohms
176741290e Updated refpurpose for error_log function to be more descriptive about where errors are sent.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329678 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-06 09:31:56 +00:00
Philip Olson
04b11e621f Fixed spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Justin Martin
f9a6276cf2 Indicated that error messages are truncated after 1024 bytes, instead of characters (not MB-aware).
Closes bug #63962.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329090 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 00:39:06 +00:00
Jakub Vrana
5f2e83dfc2 See also error_log()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328542 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 18:53:20 +00:00
Sherif Ramadan
834e809b53 Fixed out-dated E_STRICT information in error_reporting doc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326841 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-28 04:02:26 +00:00
Adam Harvey
1d66e036b9 Fix the build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326795 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-24 08:32:59 +00:00
Sherif Ramadan
00ccd41946 Modified language to reflect that E_STRICT is now a part of E_ALL in PHP > 5.4.0 in error_reporting note, which fixes Bug #62645.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326794 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-24 06:04:11 +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
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
Jakub Vrana
5faa7a6747 Document and use callable type hint introduced in PHP 5.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 05:55:59 +00:00
Jakub Vrana
f052ac1bd7 Revert useless change in 326638
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4 PHP_INI_* is in fact INI_
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Justin Martin
6c6ec130d4 set_exception_handler accepts null to reset handler to default state. Closes bug #60737.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322259 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-14 06:03:19 +00:00
Jakub Vrana
b9c3ddd1d3 Use entities for INI headings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +00:00
Jakub Vrana
1f067345c8 Undocument PHP 3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321825 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-06 10:30:53 +00:00
Stanislav Malyshev
90d366a7ff complete E_STRICT/E_ALL documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318141 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-16 01:50:59 +00:00
Richard Quadling
a56106f691 Standardized on double quotes for attributes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Nikita Popov
a0c58ee421 Some more changes for 5.4s E_ALL with E_STRICT in docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315442 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-24 17:21:03 +00:00
Richard Quadling
2b402b704f E_ALL will contain E_STRICT in PHP 5.4.x
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314946 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-15 11:34:28 +00:00
Mike Ford
fa6e196973 Improve English: "in case" does not mean "if" (part 1).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313913 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-29 10:46:17 +00:00
Jakub Vrana
ac04b2ea21 Extension purpose is not needed anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Peter Cowburn
9fad144a4f tidied debug_(print_)backtrace parameters, changelogs, return value (doc #54653)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310770 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-04 21:27:46 +00:00
Hannes Magnusson
56db7ad1df Clarify report_memleak ini option (patch by Roel Vanhout <roel.vanhout@gmail.com>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310262 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-16 13:57:07 +00:00
Sebastian Bergmann
d9b850dca7 Update documentation of debug_backtrace() and debug_print_backtrace().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310081 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-09 10:07:36 +00:00
Yannick Torres
9deea7b93e typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309358 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-17 22:15:23 +00:00