Commit graph

19818 commits

Author SHA1 Message Date
Adam Harvey
13ecf5d94f Docbookify Dmitry's notes from the UPGRADING file and pop them into the
migration guide as a new "Changes to PHP Internals" subsection.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328690 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-06 07:30:45 +00:00
Adam Harvey
0f7994371a Add cautions about rand() and mt_rand() being cryptographically insecure.
Further reading (and the blog that prompted this):
https://spideroak.com/blog/20121205114003-exploit-information-leaks-in-random-numbers-from-python-ruby-and-php

This may at least partially fix bug #62966, but since that's still private and
I only know about it via a separate bug in the bug tracker, I can't be sure.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328689 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-06 05:41:36 +00:00
TAKAGI Masahiro
435af06eb1 Set svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328687 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-05 21:02:57 +00:00
Hannes Magnusson
319f198e34 These aren't actually in the 1.3 release, but are slated for 1.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328686 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-05 19:47:47 +00:00
Kalle Sommer Nielsen
2779c12eb9 Fixed #63608 (changelog for "tidy.clean_output" not clear)
# Also removed the 'Available since PHP 5.0.0' since the 
# extension is available as of PHP 5.0.0 anyway

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328673 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-05 09:20:29 +00:00
Kalle Sommer Nielsen
ef2c8a7a95 Fixed #63679 ("Dealing with XML errors" documentation example is wrong)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328672 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-05 09:11:46 +00:00
Pieter de Zwart
2b934de811 Updating AMQP documentation
* Replacing deprecated declare functions
* Adding missing timeouts


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328670 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-05 04:31:42 +00:00
Adam Harvey
0dec5d1aea Add a warning about the fatal error generated when you throw from __toString().
Prompted by bug #50699, although it doesn't really fix it as such.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328669 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-05 01:19:20 +00:00
Shein Alexey
92bf322f2a false -> &false;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328666 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-04 12:43:17 +00:00
Shein Alexey
3854039e51 Fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328654 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-04 11:43:56 +00:00
Shein Alexey
e2b17a8be2 Replace 'this example outputs' with our specific entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328651 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-04 11:25:52 +00:00
Yannick Torres
402d047520 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328641 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 15:53:03 +00:00
Hannes Magnusson
e3fe415ffd typo reported by NodeX (freenode)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 13:03:38 +00:00
Philip Olson
8dd31a0b4e Tweaked docs. Some fixes, and rewording.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328622 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 08:51:30 +00:00
Philip Olson
e94533ab35 Formalized informal tables, which adds titles
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328620 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 07:29:14 +00:00
Philip Olson
55a52d42ae Formalized informal tables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328619 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 07:13:33 +00:00
Adam Harvey
04af3ce6d4 Update the documentation for the %z and %Z strftime() modifiers to reflect how
C99 specifies them, and describe how Windows misinteprets them.

Also add a <literal /> to the Solaris warning, since there was one missing and
I was already in there.

Fixes doc bug #63662 (Strftime documentation for %z & %Z is not (necessarily?)
correct.).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328617 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 01:57:57 +00:00
Adam Harvey
b0b6707c84 Add the new SO_REUSEPORT constant.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328616 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 01:12:01 +00:00
Adam Harvey
c588cc8011 Use the signed 32 bit integer entity to handle ftell() returning negative
numbers.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328615 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 01:06:44 +00:00
Sherif Ramadan
72095acd0f Fixed minor typo in the description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328608 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 07:36:24 +00:00
Sherif Ramadan
ef12785e5a Added description for mode constants and an example to clarify further on the behavior of the different modes. Fixes bug #63568.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328606 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 07:17:13 +00:00
Hannes Magnusson
edcfded6c0 Fixed bug#63603 changelog for allow_url_include unclear
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328605 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 05:49:27 +00:00
Hannes Magnusson
713c95b0ec Kill docs on allow_webdav_methods which hasn't existed for a decade. Fixes bug #63609
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328603 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 05:43:18 +00:00
Hannes Magnusson
b7717098d9 Fixed bug#63621 and #63622 (missing ini settings)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328602 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 05:40:00 +00:00
Hannes Magnusson
28615f4e5f This extension isn't documented or maintained, bye bye
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328601 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 05:36:24 +00:00
Hannes Magnusson
7afe7c8750 Fixed bug#63627 & #63626 and add all the mysqlnd-weirdname ini options too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328600 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 05:35:51 +00:00
Hannes Magnusson
754904a133 Fixed #63654 ReflectionClass::getConstructor() can return null, not documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328599 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 05:25:05 +00:00
Derick Rethans
df8a0aceef Bug #63333: %s/$obj/$document
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328572 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 16:20:34 +00:00
Derick Rethans
95613c0697 Fix ups, and commented some things out that aren't implemented.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328569 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 13:27:04 +00:00
Derick Rethans
c5746ce5aa Fixed version information.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328565 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 11:02:30 +00:00
Christopher Jones
d39b186242 Fix Doc Bug #63619 (missing settings for oci8 on ini.list.php)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328558 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 07:01:04 +00:00
Hannes Magnusson
99392cae51 tpyos spotted by Philip
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328557 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 06:24:34 +00:00
Hannes Magnusson
1585a91cf9 Fixed bug#63624 (documentation concerning settings for Mongo-Database)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328556 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 06:06:32 +00:00
Hannes Magnusson
fb8f8617ef Various markup fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328555 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 05:37:54 +00:00
Hannes Magnusson
82a3f40a46 Mention this class doesn't do anything now
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328554 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 05:05:54 +00:00
Hannes Magnusson
ce2287e205 Adding seealso/changelogs and best practices and such things
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328553 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 05:03:19 +00:00
Hannes Magnusson
b75d8bd411 Document the deprecated Mongo constructor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328552 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 01:00:58 +00:00
Hannes Magnusson
48e1717a75 Mention we populate the _id field with the pregenerated ID
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328551 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 00:51:28 +00:00
Hannes Magnusson
8bbdbb8d6b More ReadPreference love rather then slaveokay
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328550 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 00:16:49 +00:00
Hannes Magnusson
7d96d2a7f7 More Read Preferences love
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328549 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 23:25:17 +00:00
Hannes Magnusson
1f0dd374df Fix build by adding the docbook namespace to the root nodes of the entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328548 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 22:46:05 +00:00
Hannes Magnusson
ec6cb30f0e Make the role=errors section consistent for all write methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328545 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 20:33:41 +00:00
Hannes Magnusson
e7dbde68a1 More WriteConcern updates
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328544 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 20:18:45 +00:00
Hannes Magnusson
26b9276e07 - Update some examples and paragraphs to use WriteConcerns
- Update all options to include the WriteConcern option - and refactored those options into entities


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328543 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 19:31:57 +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
Hannes Magnusson
6a0c2c3a7d These constants have the correct value now
Add a warning about tagsets without a fallback


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328539 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 18:05:53 +00:00
Hannes Magnusson
9832636ca9 Ignore the entities files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328538 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 17:53:04 +00:00
Hannes Magnusson
9c99212a0b Fix the value of the constants in the description too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328537 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 17:38:01 +00:00
Johannes Schlüter
7a0bf3ddab Add mysqlnd_memcache docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328533 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 14:56:42 +00:00
Hannes Magnusson
4ebdfbb9b7 Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328529 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-28 08:28:40 +00:00