Commit graph

34 commits

Author SHA1 Message Date
Pasindu De Silva
d1b39ea532 Minor typo and other fixes. (By Christoph Becker)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336599 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 10:48:37 +00:00
Maciej Sobaczewski
8b5940cade Remove changelogs for PHP 4 - 2nd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334605 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 14:28:17 +00:00
Joe Watkins
a953cad1bb #64554 attach warning to var_export and serialize regarding the handling of objects of a namespaced class.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331965 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-25 15:22:05 +00:00
Adam Harvey
94180a91bc Elaborate that the return value of serialize() is a binary string, rather than
a non-binary one, and that storing it in a textual database field may not go
very well. (This deals with the other common note on the unserialize() page.)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328245 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-06 01:57:21 +00:00
Jakub Vrana
bce98630cd See also other serialization functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327432 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-02 13:15:00 +00:00
Jakub Vrana
fcddfb2551 Link directly to magic methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322136 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 15:01:15 +00:00
Richard Quadling
1e37e327ed Link serialize() and unserialize() to __sleep() and __wakeup().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314997 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 10:21:18 +00:00
Peter Cowburn
a912865116 Typos and grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304887 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 19:38:17 +00:00
Philip Olson
8e3c3f725c Fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304574 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 21:32:11 +00:00
Kalle Sommer Nielsen
0a45b3310f Fixed bug #50793 (Note about not being able to serialize internal objects needs clarifiaction)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304536 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 06:52:32 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Kalle Sommer Nielsen
ae2f860000 Bye bye php3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292619 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-25 00:49:08 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Brandon Savage
3110d69f2f Adding serialization documentation stub for PHP 5 and changing links to point to PHP 5 documentation, rather than appendix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288622 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-23 20:09:24 +00:00
Brandon Savage
f74325fce7 Per the discussion on the PHP-DOC mailing list, the PHP 4 OOP documentation is being relocated to the appendicies. The PHP 5 object documentation is being renamed to Objects and Classes, to reflect that it is the only supported documentation for OOP in PHP. All links have been changed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288607 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-23 14:14:18 +00:00
Nilgün Belma Bugüner
51bdd398d7 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283841 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:15:58 +00:00
Philip Olson
886d5315d2 Fixed examples, for both parse and deprecated errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277448 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-18 21:30:26 +00:00
Jakub Vrana
a1fa3669e6 Serializing objects with private and protected members (bug #44004)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268507 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 13:21:22 +00:00
Jakub Vrana
6db3fb0def Grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268506 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 13:18:31 +00:00
Felipe Pena
d01d931ebd Fixed link to magic methods (bug #43463)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247344 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-30 11:52:11 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Mehdi Achour
243355f1c4 Switch to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237381 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-10 23:13:23 +00:00
Mehdi Achour
436d3010d7 WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237372 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-10 22:32:35 +00:00
Etienne Kneuss
b1bf8135a6 Fix #35579 (Ambiguity about how serialize keeps references)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219524 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-06 19:47:35 +00:00
Jakub Vrana
34ebe16c9f Doesn't work with built-in objects (bug #30323)
__sleep() works since 4.0.7


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172271 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-08 15:01:34 +00:00
Philip Olson
3fcea89834 Added changes to make manual "more PHP 5 friendly", like changing "In PHP 4" to "As of PHP 4"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164053 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 00:18:22 +00:00
Mehdi Achour
27960e632c Merry XHTML and CS compliant christmas all \!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Mehdi Achour
00c345732c bugfixing #25989
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143147 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-26 16:32:28 +00:00
Philip Olson
11d7071ffd Added php tags (<?php ?>) to examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129424 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 16:58:05 +00:00
Sander Roobol
9df31d5213 Adding <function> tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110299 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-04 11:37:01 +00:00
John Coggeshall
804296c609 Cleaned some things up some more.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104989 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-20 05:01:37 +00:00
John Coggeshall
906adbe7fa Documented the __sleep and __wakeup member functions when
serializing/unserializing objects in both function references.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104987 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-20 02:45:02 +00:00
Hartmut Holzgraefe
5b9fc29465 revision tags added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00
Hartmut Holzgraefe
a4b6d72ad3 banana-split
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 00:12:54 +00:00