Kristina Chodorow
ba9e4bfd22
mongo.cmd ini opt, examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290037 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-28 21:10:00 +00:00
Richard Quadling
20b294f432
Include the images.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290030 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-28 13:06:36 +00:00
Richard Quadling
bab2ab23f6
Added examples images for adaptiveblurimage and distortimage.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290028 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-28 13:03:21 +00:00
Richard Quadling
4f7498ac51
False is a valid return. Fix #50022
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290027 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-28 13:01:21 +00:00
Richard Quadling
985575ffe7
Explain why there could be 62 seconds in a minute - leap seconds. Fix #50026
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290022 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-28 09:35:54 +00:00
Israel Ekpo
32778b73bb
Adding examples on how to connect to Solr servers behind SSL-enabled containers
...
Examples also illustrate the new options for the SolrClient constructor.
- secure (Boolean value indicating whether or not to connect in secure mode)
- timeout (This is maximum time in seconds allowed for the http data transfer operation. Default is 30 seconds)
- ssl_cert (File name to a PEM-formatted file containing the private key + private certificate (concatenated in that order) )
- ssl_key (File name to a PEM-formatted private key file only)
- ssl_keypassword (Password for private key)
- ssl_cainfo (Name of file holding one or more CA certificates to verify peer with)
- ssl_capath (Name of directory holding multiple CA certificates to verify peer with )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290013 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-28 02:54:42 +00:00
Johannes Schlüter
43a8af1da2
Some more minor tweaks
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289989 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-27 14:42:50 +00:00
Johannes Schlüter
a1e0403540
fixed typo ... I was sure I fixed it before ...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289988 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-27 14:35:52 +00:00
Richard Quadling
83dfe8f4a6
Typo and link. Fix bug#50002
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289986 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-27 12:56:49 +00:00
Johannes Schlüter
b3a256290a
Basic documentation about memory management in PHP
...
# native speakers feel free to fix grammer, spelling, ... :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289963 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-26 22:44:53 +00:00
Stanislav Malyshev
de3e019103
fix value
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289958 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-26 21:48:18 +00:00
Damien Seguy
bb974fbb00
minor update
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289954 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-26 18:03:43 +00:00
Damien Seguy
ecd85e1969
fix char_set, user and password
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289953 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-26 18:02:11 +00:00
Richard Quadling
beba9dbff5
TZDB V2009.16 (2000p)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289949 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-26 16:12:05 +00:00
Richard Quadling
0ecf32e3fc
Reinstate ,'s
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289933 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-26 12:50:42 +00:00
Richard Quadling
042aa6e681
Typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289932 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-26 12:44:45 +00:00
Richard Quadling
157f3ac6be
FTYPE requires full path
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289931 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-26 12:25:48 +00:00
Peter Cowburn
6bd06c94db
Added DOMXPath::registerPhpFunctions (file added this time)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289913 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-25 15:55:21 +00:00
Peter Cowburn
b215575c11
Added DOMXPath::registerPhpFunctions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289912 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-25 15:53:56 +00:00
Peter Cowburn
0acd93df94
Fixed broken example. Closes #49969
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289884 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-23 10:24:48 +00:00
Richard Quadling
58aa2c2dc0
substr.xml() length of 0/false/null will return an empty string. Fix bug#49951
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289854 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-22 15:53:26 +00:00
Richard Quadling
bde3e007ec
were -> are
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289853 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-22 15:21:22 +00:00
Richard Quadling
2b75736aca
extension_loaded is case insensitive from PHP5+. Fix bug#49941
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289852 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-22 15:20:12 +00:00
Richard Quadling
f4afa78e7f
Fix example : Bug#49926
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289849 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-22 14:06:55 +00:00
Johannes Schlüter
eba70810ef
A "Zend Extension" is using stuff from Zend/zend_extension.h, this tutorial is
...
about regular PHP extensions/modules.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289836 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-21 21:33:00 +00:00
Ruslan Yakushev
c77f983ff1
Wrapped the long command line examples.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289835 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-21 19:48:27 +00:00
Anthony Bedford
00c0a55c4b
Added a section on buffered and unbuffered result sets. Fixed a few minor errors.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289830 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-21 13:06:40 +00:00
Anthony Bedford
3e0662f976
Removed inappropriate section - discussed in API docs.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289829 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-21 13:05:38 +00:00
Ruslan Yakushev
8cc8e803f1
1. Changed <orderedlist> to <procedure> with <simpara>.
...
2. Reduced the size of one big screenshot.
3. Added line breaks to long command lines.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289817 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-21 04:49:11 +00:00
Israel Ekpo
9ee3ebd0e3
Added svn:keywords property to new files
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289766 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-19 19:22:31 +00:00
Israel Ekpo
c5d9053592
Commiting documentation for new methods in SolrParams and SolrQuery
...
Updated installation instructions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289765 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-19 19:09:09 +00:00
Brett Bieber
972e9c1b46
Bug #48257 add note about phar.require_hash not affecting plain tar files.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289759 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-19 18:11:04 +00:00
Anthony Bedford
09ea485b85
Just added a little note that compressed protocol is not yet supported.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289755 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-19 16:42:04 +00:00
Anthony Bedford
92e83d1124
Added COM_* statistics.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289749 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-19 13:50:17 +00:00
Damien Seguy
7082824f0b
add revision tag
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289748 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-19 13:45:11 +00:00
Yannick Torres
3fd574f6b2
Add revision number
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289734 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-18 20:54:38 +00:00
Ruslan Yakushev
7873837790
Added width and depth to the screenshots. Also reduced the width of the examples.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289722 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-17 23:10:12 +00:00
Peter Cowburn
723d92067d
Corrected parameter type hints for ArrayAccess methods. Closes bug #49807
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289713 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-17 14:15:48 +00:00
Ruslan Yakushev
20e103c83e
Cleaned up formatting for the Windows/IIS specific docs:
...
- Replaced <procedure> with <orderedlist>
- Set spacing="compact"
- Moved screenshots out of the <example> elements because they looked ugly inside.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289710 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-17 05:41:43 +00:00
Ruslan Yakushev
1de6b1d0f3
Updating the Windows IIS specific installation instructions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289705 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-16 23:01:57 +00:00
Philip Olson
1b72640345
- Added parameter descriptions, which closes PHP bug #49796
...
- Split examples into two: basics and potential gotchas
- Integrated information about multiple replacement gotcha (left to right) via a zillion user notes
- Added example about said gotcha (via michael dot moussa at gmail dot com)
- A few other minor changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289704 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-16 18:33:27 +00:00
Philip Olson
37b506195b
Added an example, and see also $http_response_header and get_headers()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289699 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-16 16:05:44 +00:00
Jakub Vrana
02ab2478b4
Link libxml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289694 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-16 08:49:17 +00:00
Daniel P. Brown
17b2fe0398
Fixes Bug #49892 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289674 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-15 16:58:21 +00:00
Daniel P. Brown
18ef0c1024
Addresses Bug #49854 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289673 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-15 16:09:39 +00:00
Richard Quadling
eff7d85262
Add example for rounding mode.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289665 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-15 11:04:57 +00:00
Daniel P. Brown
1bb5db7e16
Fixes Bug #49881 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289642 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-14 19:54:00 +00:00
Anthony Bedford
bf9a85edf8
A first attempt at adding details of mysqlnd statistics to the main table.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289631 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-14 15:59:00 +00:00
Richard Quadling
c0966cea79
Typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289627 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-14 09:18:14 +00:00
Richard Quadling
17d11c7a0e
Fix example : Fix#49841
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289616 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-13 11:46:54 +00:00