No description
Find a file
Adam Harvey 7c2c57dddc Clarify the uniqueness and stability of casting resources to string/integer.
It was pointed out on comp.lang.php that the existing wording was unclear on
the point of what in the resource->string casting behaviour shouldn't be relied
upon (whether it was not guaranteed that the string is unique, or just that the
exact format of the string is subject to change). I've also added a paragraph
to the integer page noting what a resource->integer cast results in.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332894 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-26 21:23:36 +00:00
appendices Mention older default_charset INI value 2014-02-15 00:22:07 +00:00
chapters Dear God, make me a bird. So I could fly far. Far far away from here. 2013-12-06 19:59:02 +00:00
chmonly - deleted link that causes chm build failure. 2014-01-23 10:41:30 +00:00
docweb Converted to utf-8 2010-03-28 22:10:10 +00:00
faq Update the password FAQ: drop hash() references, add password_*() instead. 2014-01-17 14:01:58 +00:00
features Use a generic (and previously described) probe name in the example. 2013-12-04 17:47:18 +00:00
install fix #66757 update dead link 2014-02-24 19:00:49 +00:00
internals2 Fix type for string length (uint -> int) 2014-02-18 17:17:04 +00:00
language Clarify the uniqueness and stability of casting resources to string/integer. 2014-02-26 21:23:36 +00:00
reference mysql_query() return is mixed, as the statement type determines whether resource or boolean is returned. Reported by PHP Bug #66697 2014-02-25 23:38:09 +00:00
security Use random salt, precise examples, mention prepared statements, warn before addslashes() 2012-05-29 22:30:54 +00:00
.travis.yml don't force save, make validation errors fail build 2013-03-22 19:46:56 +00:00
bookinfo.xml Use a PI rather then entity for this 2011-07-05 23:53:17 +00:00
contributors.ent Add namespace declaration to all "free standing elements" 2009-11-09 15:58:06 +00:00
contributors.xml Added bug closin' master Justin Martin to the crew 2011-12-03 15:43:53 +00:00
extensions.ent Convert entity files to UTF-8 to please strict standards check in OE 2013-09-09 14:32:44 +00:00
language-defs.ent Convert entity files to UTF-8 to please strict standards check in OE 2013-09-09 14:32:44 +00:00
language-snippets.ent fix #66215 (add note to clarify type of encoding for mb_split, possibly others) 2013-12-04 11:53:23 +00:00
make_chm_index.html Fix doc-level encoding declaration in make_chm_index.html 2013-09-18 12:26:38 +00:00
preface.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
README Updated README, and created en/README that refers to doc-base/README. Idea resulted from Robert P. J. Day 2010-03-20 14:52:01 +00:00

---------------------------------------------------------------------------
README
---------------------------------------------------------------------------

Please refer to the README file within the doc-base/ directory. Your directory
structure is probably like:

  phpdoc/en            (DocBook files for the English language)
  phpdoc/doc-base      (Tools and resources used for all languages)