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
Ruslan Osmanov
8b82a7e762
Fix: svn:keywords
...
Add: docs for evperiodic, evsignal, evstat
Fix: typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328901 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-27 06:41:57 +00:00
Ruslan Osmanov
27d57bc40b
Add: ev extension docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328897 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-26 19:46:06 +00:00
TAKAGI Masahiro
86fe1b6af3
Set svn:keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328862 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-22 21:54:47 +00:00
Pierrick Charron
10c87dc7fc
CURLOPT_SSL_VERIFYHOST support for value 1 removed in cURL 7.28.1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328859 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-22 01:36:06 +00:00
Adam Harvey
c55bc011ce
Fix the build by removing dangling references to &book.x-commerce;.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328845 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-20 09:14:18 +00:00
Adam Harvey
c9c2740c54
Make the line endings recommended in mail() consistent in all the parameters.
...
Fixes doc bug #63778 (RFC-2822 does NOT permit LF without CR).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328840 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-19 01:27:48 +00:00
Pierrick Charron
9a7e85e0ff
Document bug #63800
...
CURLOPT_MUTE was removed in cURL 7.15.5
CURLOPT_RETURNTRANSFER can be use to get the same effect
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328838 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-18 22:19:42 +00:00
Ulf Wendel
0e03fd807a
Some change notes for 1.5
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328837 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-18 19:43:54 +00:00
Sherif Ramadan
3739933b8c
Lets try this one more time. The imagick example with the image file having gone to revision 328794.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328795 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-16 19:55:38 +00:00