No description
Find a file
Sherif Ramadan 0d52021319 Fixed json_decode large integer example with use of JSON_BIGINT_AS_STRING as it was demonstrated wrong use of the function's option.
I modified the example to reflect the difference in behavior when you're using an object with an integer property that is too large to fit as type int in PHP instead of using a string, since strings are always just decoded as strings in PHP.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328740 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-11 10:30:48 +00:00
appendices Officially deprecate ext/mysql in the manual. 2012-12-10 15:22:07 +00:00
chapters Use <function> for language constructs (now supported by PhD) 2012-04-15 21:45:34 +00:00
chmonly htmlentity => utf-8 2011-07-28 13:42:18 +00:00
docweb Converted to utf-8 2010-03-28 22:10:10 +00:00
faq Typo found by online editor user 2012-10-22 11:49:37 +00:00
features Typo found by online editor user 2012-10-22 11:49:37 +00:00
install Fixed simpara for step 8. 2012-11-26 22:05:33 +00:00
internals2 Use <function> for language constructs (now supported by PhD) 2012-04-15 21:45:34 +00:00
language Add a warning about the fatal error generated when you throw from __toString(). 2012-12-05 01:19:20 +00:00
reference Fixed json_decode large integer example with use of JSON_BIGINT_AS_STRING as it was demonstrated wrong use of the function's option. 2012-12-11 10:30:48 +00:00
security Use random salt, precise examples, mention prepared statements, warn before addslashes() 2012-05-29 22:30:54 +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 Add namespace declaration to all "free standing elements" 2009-11-09 15:58:06 +00:00
language-defs.ent Better wording for the full changelog listing (nikic@) 2012-06-09 19:04:04 +00:00
language-snippets.ent Officially deprecate ext/mysql in the manual. 2012-12-10 15:22:07 +00:00
make_chm_index.html UTF-8 Encoding 2011-10-04 11:31:22 +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)