Louis-Arnaud
a0d6215110
Document offsetSet() as alias of deprecated SplObjectStorage::attach() ( #5089 )
...
`SplObjectStorage::offsetSet()` is an alias of `SplObjectStorage::attach()`,
which is deprecated as of PHP 8.5.
This change makes the alias relationship explicit in the documentation.
Issue: https://github.com/php/doc-en/issues/4957
2026-01-11 14:49:45 +00:00
Tim Düsterhus
ce98b568f8
Add &warn.deprecated.function-*; to all deprecated functions
2025-10-04 16:28:55 +02:00
Tim Düsterhus
42d5fb01e0
Update function attributes
...
Generated with:
build/gen_stub.php --replace-methodsynopses **.stub.php ../phpdoc/en/
And then manually picked the changes.
2025-10-04 16:04:02 +02:00
Christoph M. Becker
6d29533483
Fix GH-2156: stdClass is spelled in different cases: StdClass / stdclass
...
Closes GH-2157.
2023-01-10 11:56:39 +01:00
Máté Kocsis
d51166ca16
Add ext/spl methodsynopsis roles ( #2073 )
2022-12-13 10:33:30 +01:00
Máté Kocsis
60809ebcf7
Generate ext/spl methodsynopses based on stubs ( #624 )
2021-08-11 23:44:41 +02:00
Christoph Michael Becker
7f569e1f17
Remove more changelog entries, mostly from PHP 5.3 era
...
Patch contributed by Sobak <msobaczewski@gmail.com >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350655 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:08:59 +00:00
Peter Cowburn
4d81bf2025
typofix "aly"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325727 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-16 19:35:11 +00:00
Daniel Egeberg
2b587ab01f
Normalized initializer NULL-values to use the &null; entity:
...
for file in `find -name '*.xml'`; do sed -i -e 's/<initializer>null<\/initializer>/<initializer>\&null;<\/initializer>/i' $file; done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298918 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 17:10:04 +00:00
Jakub Vrana
201dc3748c
Prefer <initializer> before "defaults to"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Richard Quadling
710898e951
Added changelog for SPLObjectStorage->attach(). Fix bug#50120
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290411 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 11:48:23 +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
Nilgün Belma Bugüner
e3d8be23f8
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283837 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:59:47 +00:00
Etienne Kneuss
ce5086646d
Document splobjectstorage
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278609 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-12 02:23:43 +00:00