Commit graph

12305 commits

Author SHA1 Message Date
Jakub Vrana
5d60ad95fe Examples are now above notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241647 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 13:49:39 +00:00
Jakub Vrana
3902cc7868 Free multiple results before next query (bug #33877)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241646 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 13:45:31 +00:00
Jakub Vrana
bb9b6b3923 Different dir in script-shutdown (bug #34206)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241645 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 13:38:56 +00:00
Jakub Vrana
ff69bf2c10 Non-existing files are not resolved in open_basedir (bug #34680)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241644 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 13:35:08 +00:00
Jakub Vrana
cf8771a6ec php_admin_* can be changed in VirtualHost (bug #35261)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241643 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 13:21:24 +00:00
Jakub Vrana
a55f7ed284 Use dev.mysql.com binaries for MySQL 5 (bug #36450)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241640 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 12:53:42 +00:00
Jakub Vrana
097a59c938 Windows examples (bug #36956)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241639 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 12:21:22 +00:00
Jakub Vrana
e781c00648 unset($this) is not possible from inside the object (bug #36971)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241638 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 12:12:10 +00:00
Jakub Vrana
5095c89b15 Only shutdown destructors have sent headers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241637 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 12:08:06 +00:00
TAKAGI Masahiro
a0dc96f9db fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241636 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 11:10:55 +00:00
Jakub Vrana
ec5b0b084a In UTF-8 (bug #37009)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241635 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 11:00:53 +00:00
Jakub Vrana
2b36a60fe9 GD fonts are in latin2 (bug #37009)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241634 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 10:45:59 +00:00
Jakub Vrana
9df903d730 bytea (bug #37124)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241633 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 10:29:20 +00:00
Jakub Vrana
95dd88011f Year is still limited (bug #37281)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241632 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 10:14:07 +00:00
Nick Berard
b89e538587 Added unicode_get_subst_char()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241627 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 05:37:24 +00:00
Nick Berard
62bc0f015f Added the unicode_set_subst_char() function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241625 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 05:20:10 +00:00
Nick Berard
10b70d7572 After discussing this with Derick, we came to the conclusion that it would
be better to rename the 'flags' parameter to 'errormode'. If flags are
needed in the future, another parameter will be added. The prototypes of
the functions in php-src/ext/unicode/unicode.c have not yet been changed
to reflect this.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241624 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 04:50:47 +00:00
Nick Berard
a8c63e8d09 Added unicode_get_error_mode()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241623 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 04:48:50 +00:00
Etienne Kneuss
973db92b73 Make + on arrays more clear
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241622 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 04:42:19 +00:00
Nick Berard
0d7ada19cf - Added note that STOP is the default mode
- Small corrections


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241621 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 04:29:02 +00:00
Nick Berard
6164d642ad Fixed bug #42343
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241618 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 03:59:58 +00:00
TAKAGI Masahiro
55df49e7f2 fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241608 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-19 23:52:34 +00:00
Nick Berard
8695af1c22 Added the unicode_set_error_mode() function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241598 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-19 19:56:38 +00:00
Nick Berard
3da874b5c4 It's 'a Unicode string', not 'an unicode string'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241594 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-19 17:52:21 +00:00
Nick Berard
780fc83ae4 - Added a 'See also' section
- Added the experimental warning


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241593 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-19 17:49:54 +00:00
Nick Berard
4cd411ec9b - Added unicode-decode to the SEE ALSO section
- Added the experimental warning in the notes section


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241592 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-19 17:48:33 +00:00
Nick Berard
da7d0f4266 Added the unicode_decode function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241577 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-19 07:30:28 +00:00
Nick Berard
34b91c844a Small corrections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241561 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-19 05:22:25 +00:00
Nick Berard
bb0035fc91 Added reference to stream_context_create in the pagraph for context description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241528 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 18:43:24 +00:00
Nick Berard
c0cbf0f917 - Corrected wrongly spelled function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241527 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 18:36:56 +00:00
Nick Berard
0348eb53ff - Added parameter informations
- Added return value informations
- Updated prototype
- Added warning for versions prior to PHP 6 about the 'flags' parameter
- Made the page unicode-aware


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241526 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 18:20:50 +00:00
Nick Berard
2ac5efcd57 Default encoding can also be changed with stream_default_encoding
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241525 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 18:18:02 +00:00
Nick Berard
cfe7982cba Only true if unicode.semantics=1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241513 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 15:13:16 +00:00
Hannes Magnusson
d6e2ac6d2e pecl install <package>, not pear install <package>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241511 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 12:55:11 +00:00
Hannes Magnusson
61cc12dac6 Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241506 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 09:41:49 +00:00
TAKAGI Masahiro
bf013152d0 fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241505 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 09:01:06 +00:00
Nick Berard
ba278a3b5c - Added reference to FILE_TEXT and FILE_BINARY flags
- Described the context parameter


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241495 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 04:37:18 +00:00
Nick Berard
fac64645e8 Fixed small typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241494 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 04:32:34 +00:00
Nick Berard
30a9c08673 Specify explicitly the behaviour when the file already exists
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241493 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 04:19:49 +00:00
Nick Berard
b3fd3001c5 - Added a table with the available flags for the flags parameter
- Added PHP 6's FILE_TEXT and FILE_BINARY


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241491 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 03:32:51 +00:00
Nick Berard
35be93c82e - Added the FILE_TEXT and FILE_BINARY constants
- Put the "since PHP x.y" statements in parentheses


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241490 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 03:18:11 +00:00
Jakub Vrana
c3241fb8b4 Unset foreach references manually (bug #37410)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241484 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 22:03:53 +00:00
Jakub Vrana
16e60a2234 Remove foreach references outside <note>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241483 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 21:58:32 +00:00
Jakub Vrana
e2bb697bbf __toString() is called only in string contexts (bug #37537)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241481 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 21:31:07 +00:00
Jakub Vrana
0deb79ee81 When the handler is called (bug #37543)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241480 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 21:21:56 +00:00
Jakub Vrana
9bd862e91e Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241479 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 21:09:32 +00:00
Jakub Vrana
4e4136aaf7 Close files with lock before background execution (bug #37574)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241478 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 21:09:18 +00:00
Jakub Vrana
769d2d8c68 File posting (bug #37760)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241475 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 21:00:52 +00:00
Jakub Vrana
5ac4e576d0 OP_EXPUNGE used only in imap_reopen (bug #37876)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241472 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 20:36:04 +00:00
Jakub Vrana
fb7d93e1af file:// not in PHP 4 (bug #37901)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241468 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 20:19:54 +00:00