diff options
| author | Arnaud Le Blanc <lbarnaud@php.net> | 2009-03-27 02:32:57 +0000 |
|---|---|---|
| committer | Arnaud Le Blanc <lbarnaud@php.net> | 2009-03-27 02:32:57 +0000 |
| commit | 13061cf0a069ed4fd90959c2f3e0166a3fbdcf59 (patch) | |
| tree | 50487da88cc84910edd5ae98fcde118e8ae98411 /ext/standard/basic_functions.c | |
| parent | 3526fe5dad33d00fe9580ae9a327a485272cf574 (diff) | |
| download | php-git-13061cf0a069ed4fd90959c2f3e0166a3fbdcf59.tar.gz | |
Removed deprecation warning for ticks
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index a0dcb73279..3da1408640 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -5640,8 +5640,6 @@ PHP_FUNCTION(register_tick_function) if (tick_fe.arg_count < 1) { WRONG_PARAM_COUNT; } - - php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "Ticks is deprecated and will be removed in PHP 6"); tick_fe.arguments = (zval **) safe_emalloc(sizeof(zval *), tick_fe.arg_count, 0); |
