diff options
author | Levi Morrison <levim@php.net> | 2014-04-17 08:46:38 -0600 |
---|---|---|
committer | Levi Morrison <levim@php.net> | 2014-04-17 08:46:38 -0600 |
commit | 0193895bb427e24d17e08463293848c82e5956ac (patch) | |
tree | bd6eb339f6f7b61e91a87403e444dc102c8749c5 /ext | |
parent | a381cc3c40f2df132c1acb77b75dae3448768d0c (diff) | |
download | php-git-0193895bb427e24d17e08463293848c82e5956ac.tar.gz |
These links to ~helly don't work anymore.
Diffstat (limited to 'ext')
-rwxr-xr-x | ext/spl/README | 2 | ||||
-rwxr-xr-x | ext/spl/spl.php | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/ext/spl/README b/ext/spl/README index b2aeb596d0..28373a3eda 100755 --- a/ext/spl/README +++ b/ext/spl/README @@ -4,4 +4,4 @@ code in the file spl.php or in the corresponding .inc file in the examples subdirectory. Based on the internal implementations or the files in the examples subdirectory there are also some .php files to experiment with. -For more information look at: http://php.net/~helly/php/ext/spl +For more information look at: http://php.net/manual/en/book.spl.php diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 3638a5a2b7..c276f1f2ee 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -145,9 +145,6 @@ * - Debug session 2 <a href="http://talks.somabo.de/200509_toronto_iterator_debug_session_1.pps">[pps]</a>, <a href="http://talks.somabo.de/200509_toronto_iterator_debug_session_1.pdf">[pdf]</a>, <a href="http://taks.somabo.de/200411_php_conference_frankfrurt_iterator_debug_session.swf">[swf]</a> * - Debug session 3 <a href="http://talks.somabo.de/200509_toronto_iterator_debug_session_2.pps">[pps]</a>, <a href="http://talks.somabo.de/200509_toronto_iterator_debug_session_2.pdf">[pdf]</a> * - * You can download this documentation as a chm file - * <a href="http://php.net/~helly/php/ext/spl/spl.chm">here</a>. - * * (c) Marcus Boerger, 2003 - 2007 */ |