diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2009-05-04 21:18:22 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2009-05-04 21:18:22 +0000 |
commit | 5a6d3cc42b9e9e19a744726ccfeaee332280e88d (patch) | |
tree | 557fcb9177c963f01b60e3f89c40617b4ad811cd /ext/session/tests/004.phpt | |
parent | 048f03a46b490d58dc087f6d99c34ed987e1fe5a (diff) | |
download | php-git-5a6d3cc42b9e9e19a744726ccfeaee332280e88d.tar.gz |
Added E_DEPRECATED startup notice (5.3 only)
Diffstat (limited to 'ext/session/tests/004.phpt')
-rw-r--r-- | ext/session/tests/004.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/004.phpt b/ext/session/tests/004.phpt index b9013cac70..529e1d9aa2 100644 --- a/ext/session/tests/004.phpt +++ b/ext/session/tests/004.phpt @@ -109,3 +109,4 @@ array(1) { } } DESTROY: abtest +PHP Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0 |