Peter Cowburn
|
1f9807245a
|
Clarify use of return parameter. Fixes #50730
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293493 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 09:20:38 +00:00 |
|
Kalle Sommer Nielsen
|
fb6313be8c
|
Fix <link>'s
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293488 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 05:51:24 +00:00 |
|
Kalle Sommer Nielsen
|
7d53cf250d
|
Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293486 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 05:16:53 +00:00 |
|
Kalle Sommer Nielsen
|
6bcee9285e
|
Fixed #50565 (Reg Exp docs for Unicode could be improved)
- Includes alot of whitespace improvement for the lists
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293485 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 04:52:14 +00:00 |
|
Kalle Sommer Nielsen
|
b077d74ed7
|
Forgot to increase the column count
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293484 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 04:31:50 +00:00 |
|
Kalle Sommer Nielsen
|
4bc27d8766
|
Remove the last of the PHP3 related stuff around the manual, including the documentation for:
* ascii2ebcdic
* ebcdic2ascii
* mysql_change_user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293483 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 04:01:06 +00:00 |
|
Kalle Sommer Nielsen
|
a0bcdcf6ea
|
Fixed bug #44605 (stream_select() does not work with fopen("php://output"))
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293482 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 03:04:10 +00:00 |
|
Kalle Sommer Nielsen
|
326303276c
|
Fixed bug #50218 (flock() has numerous documentation errors)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293481 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 02:50:20 +00:00 |
|
Kalle Sommer Nielsen
|
4fcd32a39a
|
Fixed output boxes, reported by Yawk @ #php.doc on EFNet
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293480 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 02:17:49 +00:00 |
|
Kalle Sommer Nielsen
|
b52a47c338
|
* Use UTF-8 in the xml declaring
* Fix ?> from examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293479 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 02:11:39 +00:00 |
|
Kalle Sommer Nielsen
|
428ce16274
|
Fixed bug #48969 (register_shutdown_function() buggy in combination with set_error_handler())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293478 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 02:09:45 +00:00 |
|
Kalle Sommer Nielsen
|
92b7deb011
|
Fixed bug #47479 (setlocale() ignores translation setting)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293477 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 02:01:09 +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 |
|
Christopher Jones
|
c0868bb941
|
Annotate example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293475 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 01:42:13 +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 |
|
Kalle Sommer Nielsen
|
c653243a38
|
Fixed bug #47703 (ini file syntax not well documented)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293473 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-13 01:02:35 +00:00 |
|
Stanislav Malyshev
|
aba70e8421
|
c&p
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293472 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-12 23:50:40 +00:00 |
|
Stanislav Malyshev
|
4782b86456
|
add ResourceBundle docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293471 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-12 23:49:40 +00:00 |
|
Daniel Egeberg
|
64dc3e6ae8
|
Clarified comparison rules for max(). Closes PHP bug #50607 (max() should say more about multi-dimensional arrays)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293443 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-12 11:04:05 +00:00 |
|
Rich Bowen
|
e17e5cd1ab
|
Technical documentation should not use colloqualisms, as they are aimed
at an international audience.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293410 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-11 16:37:01 +00:00 |
|
Kalle Sommer Nielsen
|
b1cfef673b
|
Fix example (result rows is case sensitive)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293393 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-11 08:51:57 +00:00 |
|
Kalle Sommer Nielsen
|
f781599a04
|
Use UTF-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293386 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-11 05:11:57 +00:00 |
|
Kalle Sommer Nielsen
|
03feb7b46e
|
Fixed bug #46021 (windows build documentation incomplete)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293385 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-11 05:07:56 +00:00 |
|
Kalle Sommer Nielsen
|
f2c64624b2
|
Fix build, use <para> instead of <simpara>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293384 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-11 05:04:12 +00:00 |
|
Kalle Sommer Nielsen
|
b4ceb970a7
|
Fixed bug #43782 (feof() does not detect timeout on socket)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293364 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-10 23:38:48 +00:00 |
|
Daniel Egeberg
|
e58b2f3c85
|
Fixed PHP bug #50716 (Typo in override_function doc)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293356 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-10 19:04:40 +00:00 |
|
Daniel Egeberg
|
3d0b4e7888
|
Fixed PHP bug #36172 (subclass serialization of parent private members).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293345 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-10 13:02:10 +00:00 |
|
Yago Ferrer
|
07f9d0dfcc
|
The parameter should always be the same (bbcode_container)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293342 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-10 06:54:15 +00:00 |
|
Daniel Egeberg
|
3ed85ceb3b
|
Removed extra whitespace from comments and added CDATA sequences.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293340 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-10 00:55:54 +00:00 |
|
Hannes Magnusson
|
ea2e026059
|
Make these files into XML files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293322 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-09 15:36:29 +00:00 |
|
Hannes Magnusson
|
d53c10a3dc
|
Fix missing closing tag
# Interstingly enough, this didn't cause build failure
# This class was simply skipped
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293321 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-09 15:23:09 +00:00 |
|
Daniel Egeberg
|
30cbafce81
|
Fixes #50704.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293316 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-09 11:16:36 +00:00 |
|
Gustavo André dos Santos Lopes
|
c10240f2b2
|
Minor correction (fixed parameter type).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293307 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-09 04:14:26 +00:00 |
|
Peter Cowburn
|
9a55225d8b
|
Delimiter cannot be backslash. Grammar.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293304 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-09 01:02:37 +00:00 |
|
Christopher Jones
|
47610a5ee4
|
Add note on using Editions with DRCP
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293300 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-08 22:28:07 +00:00 |
|
Daniel Egeberg
|
ffad074c13
|
Small clarification for session_name().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293299 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-08 22:14:50 +00:00 |
|
Kristina Chodorow
|
0c1849c4b4
|
added timeout exception & more timeout doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293290 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-08 19:51:00 +00:00 |
|
Richard Quadling
|
04a0c156ef
|
Add <alt> tags to <mediaobject> tags.
Corrected typo in example title for image/functions/imagestringup.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293274 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-08 13:59:09 +00:00 |
|
Richard Quadling
|
7f138fdd09
|
Missing word
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293249 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-08 09:28:16 +00:00 |
|
Kalle Sommer Nielsen
|
18c33b0cef
|
Fixed wording (Richard Q.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293234 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-07 22:46:28 +00:00 |
|
Kristina Chodorow
|
afcb5ee093
|
added timeout, updated constructor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293232 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-07 21:59:21 +00:00 |
|
Gwynne Raskind
|
4f5730fa61
|
MCRYPT_[U]RANDOM -> MCRYPT_DEV_[U]RANDOM
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293231 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-07 20:22:18 +00:00 |
|
Hannes Magnusson
|
f39b9daa3c
|
array_flip() will never return false (cought by yawk)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293230 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-07 20:19:16 +00:00 |
|
Kalle Sommer Nielsen
|
103ed71613
|
* Fixed bug #42294 (round will not use PHP_ROUND_FUZZ on 64bit CPUs)
* Removed another PHP3 reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293215 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-07 12:47:00 +00:00 |
|
Kalle Sommer Nielsen
|
446e64f854
|
Fixed bug #41662 (SimpleXML->children() misleading result)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293214 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-07 12:25:06 +00:00 |
|
Kalle Sommer Nielsen
|
2c6f22d619
|
Fixed bug #50316 (mb-regex options have to be documented)
# Modifier details taken from the Oniguruma API
# http://www.geocities.jp/kosako3/oniguruma/doc/API.txt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293213 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-07 12:15:14 +00:00 |
|
Kalle Sommer Nielsen
|
8869a46dc2
|
Fixed bug #47187 (mbstring.func_overload in .htaccess has no effect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293212 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-07 11:23:39 +00:00 |
|
Kalle Sommer Nielsen
|
a1ee6b934f
|
Fixed bug #50658 (SoapClient::SoapClient documentation missing for authentication option)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293210 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-07 10:51:05 +00:00 |
|
Kalle Sommer Nielsen
|
eb5d601d1d
|
Comma
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293209 c90b9560-bf6c-de11-be94-00142212c4b1
|
2010-01-07 10:48:35 +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 |
|