Commit graph

19892 commits

Author SHA1 Message Date
Sherif Ramadan
8d8c23ec09 Correcting typo and adding missing changelog entry.
gpc_order was removed in PHP 5 not 4. Fixes bug #63987.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329157 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 10:24:28 +00:00
Adam Harvey
45b4dc6dc3 c-client might think "#define NIL 0" is cool, but PHP doesn't.
Fix doc bug #63997 (NIL instead of NULL).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329153 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 01:58:01 +00:00
Adam Harvey
464f8058ea Fix doc bug #63995 (variable type 'name' in statname).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329152 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 01:54:48 +00:00
Sherif Ramadan
b794bace9b Updated expose_php ini setting to reflect affected changes in PHP 5.5.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329148 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-15 04:26:01 +00:00
Sherif Ramadan
52007c8545 Undocumented use of ENV vars in .ini
Patch by submitted by Mike Griffiths mgriffiths@gmail.com


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329147 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-15 04:19:18 +00:00
Derick Rethans
00daa136b3 Fixed version numbers again.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329138 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-14 18:27:06 +00:00
Adam Harvey
55929e29ac Beef up the notes on the PHP 5.5 changes to pack() and unpack().
Specifically, I've added changelogs to the function pages (not sure how I
missed that to start with), expanded the discussion of what the changes are,
and moved them into the backward incompatible changes page, since they are.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329132 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-14 06:35:43 +00:00
Hannes Magnusson
cdb9df4c46 Mention that the filename index will be populated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329130 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-14 03:23:34 +00:00
Richard Quadling
8cb6042764 Added complete svn:keywords
Ignore entities.*.xml

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329114 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-13 00:47:14 +00:00
Justin Martin
c6e10c6653 Clarified language of CRYPT_BLOWFISH character range admonition.
Contribution by Ole Aass.
Closes bug #63755.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329093 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 04:04:32 +00:00
Justin Martin
d895a58b2a Added and clarified function alternatives relating to the deprecation of the regex extension.
Contribution by Ole Aass.
Relates to and closes bug #63934.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329092 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 03:54:14 +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
Justin Martin
b7081b52fe Fixed return value.
Closes bug #63966.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329089 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 00:33:53 +00:00
Justin Martin
a937c3c578 Changed return value to &return.success;, as returns 1 on success no longer would seem to apply.
Closes bug #63944.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329087 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 00:22:00 +00:00
Justin Martin
a440d85ce3 Added example output for examples 1 and 2.
Contribution by Ole Aass.
Closes bug #63869.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329086 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 00:11:56 +00:00
Sherif Ramadan
cfcfe6e059 Updated PDO error handling chapter with new example and added note to reflect PDO::__construct behavior.
This fixes Bug #63845 in that a note is added to inform the user that PDO::__construct will always throw an exception if the connection fails.
A new example is also added to reflect that even when the PDO::ATTR_ERRMODE is set in the constructor, and the connection fails, a PDOException will still be thrown.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329077 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-11 11:09:57 +00:00
Philip Olson
cd908490ca yes->Yes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329074 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 23:42:41 +00:00
Jeremy Mikola
74dfdc51ec Restore non-fragment MongoDB URL entities
These were previously removed in r329063, but should stick around for the link checker script.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329065 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 19:18:05 +00:00
Jeremy Mikola
f34909f604 Remove MongoDB URL entities that are only referenced once
https://jira.mongodb.org/browse/PHP-387


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329063 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 17:42:52 +00:00
Richard Quadling
04beb00111 W/S Tabs to spaces.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329060 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 17:34:40 +00:00
Richard Quadling
b93b3a95c9 BOM removed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329055 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 16:50:00 +00:00
Jeremy Mikola
48b24042d6 Update MongoGridFS "see also" links and format as a list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329046 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-09 23:06:32 +00:00
Jeremy Mikola
65c7a68e87 Add examples and consistency to MongoGridFS storage methods
https://jira.mongodb.org/browse/PHP-387


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329045 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-09 23:04:32 +00:00
Jeremy Mikola
6f59b9c6a9 Document _id generation in MongoCollection insert/save methods
https://jira.mongodb.org/browse/PHP-383


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329040 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 23:01:23 +00:00
Jeremy Mikola
2a331a3820 Note that MongoDB GLE will report n=0 for insertions
https://jira.mongodb.org/browse/PHP-620


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329038 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 21:28:08 +00:00
TAKAGI Masahiro
59f5602bf5 Add svn properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329037 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 21:18:38 +00:00
Sherif Ramadan
7916455ba0 Updated memcached docs to reflect new memcached 2.X behavior.
- Added new Runtime Configuration directives.
- Updated libmemcached version requirements and new configuration options.
- Added new memcached 2.0 methods to Memcached class:
    * deletemulti
    * deletemultibykey
    * getallkeys
    * touchbykey
    * touch
    * incrementbykey
    * decrementbykey
    * ispersistent
    * ispristine
    * setsaslauthdata
    * setoptions
    * resetserverlist
    * quit

Modified fixes and modifications to reflect ChangeLog.

Path provided by David Terei (davidterei@gmail.com).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329008 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 05:17:16 +00:00
Adam Harvey
847cba5fd0 Fix infinite recursion in namespaces FAQ example #8, per note 111006.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329007 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 02:55:57 +00:00
Adam Harvey
c1034e6218 MongoGridFS::storeFile() returns a MongoId, per note 110936.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329006 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-08 02:34:26 +00:00
Sherif Ramadan
1cd5fc7fae Documenting MD2 and EC openssl constants
Patch by Mark Jones - mark@zedwood.com


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329005 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-07 21:03:09 +00:00
TAKAGI Masahiro
ce042a43f3 Set svn properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328988 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-04 23:34:24 +00:00
Joe Watkins
7b8e8ab429 missing files from pthreads docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328974 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-04 09:24:39 +00:00
Philip Olson
689def9e2b Returns false (not null) if the param is not set, otherwise a string. Fixes PHP Bug #55289
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328972 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-03 19:54:04 +00:00
Joe Watkins
7d1dc9ad7d updates to pthreads API
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328967 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-03 15:13:50 +00:00
Peter Cowburn
011885f7c8 add travis ci
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328948 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-02 23:36:22 +00:00
TAKAGI Masahiro
ef70e0157e Add Revision tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328943 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-01 07:37:13 +00:00
TAKAGI Masahiro
1984b7e7c4 Fix example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328942 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-01 07:36:48 +00:00
Yoshinari Takaoka
897acdc42f - reverted all commits on 328924,328923, because I overwrite not ja-translation but original english file.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328926 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-30 20:41:49 +00:00
Yoshinari Takaoka
ba95dea8fe - added new function.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328924 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-30 20:34:16 +00:00
Yoshinari Takaoka
9f152cfe78 - translated some functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328923 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-30 20:33:52 +00:00
Peter Cowburn
455be5cd10 typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328914 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-28 11:25:55 +00:00
Peter Cowburn
58707c8b04 better svn properties
Ignore entities in sub-folders
Add svn:eol-style native
Del svn:mime-type



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328913 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-28 11:23:52 +00:00
Ruslan Osmanov
9ec46b8b8a Applied PHP source formatting within programlisting tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328911 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-27 17:38:15 +00:00
Ruslan Osmanov
8d666e8198 Applied XML formatting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328910 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-27 17:33:55 +00:00
Ruslan Osmanov
cb1dd13235 Del: 'you' word
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328909 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-27 16:33:36 +00:00
Ruslan Osmanov
c0795d6106 Fix: eol spaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328908 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-27 14:54:54 +00:00
Ruslan Osmanov
93fa84169d Fix: tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328907 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-27 14:48:05 +00:00
Ruslan Osmanov
a2eb5f627e Fix: Ev::defaultLoop->EvLoop::defaultLoop
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328906 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-27 10:57:03 +00:00
Ruslan Osmanov
a502c723a6 Add: docs for evwatcher, evtimer
Fix: missing evio, evstat method docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328905 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-27 10:09:23 +00:00
Ruslan Osmanov
da1f814030 Add: evcheck, evchild, evstat docs
Change: Ev: createstopped methods and the watcher factory methods made final

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328902 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-27 07:53:59 +00:00