php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58425 Migration to 5.3
Submitted: 2008-11-24 04:40 UTC Modified: 2008-12-03 12:42 UTC
From: jawed@php.net Assigned: jawed (profile)
Status: Closed Package: oauth (PECL)
PHP Version: HEAD CVS-2008-11-24 (dev) OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jawed@php.net
New email:
PHP Version: OS:

 

 [2008-11-24 04:40 UTC] jawed@php.net
Description:
------------
Migrate API calls which are deprecated in 5_3-HEAD.

Reproduce code:
---------------
make

Expected result:
----------------
cc not complaining about using deprecated calls.

Actual result:
--------------
/Users/jawed/pecl/oauth/oauth.c: In function 'zim_oauth___construct':
/Users/jawed/pecl/oauth/oauth.c:536: warning: 'php_set_error_handling' is deprecated (declared at /usr/local/include/php/main/php.h:285)
/Users/jawed/pecl/oauth/oauth.c:538: warning: 'php_std_error_handling' is deprecated (declared at /usr/local/include/php/main/php.h:288)
/Users/jawed/pecl/oauth/oauth.c:547: warning: 'php_std_error_handling' is deprecated (declared at /usr/local/include/php/main/php.h:288)
/Users/jawed/pecl/oauth/oauth.c: In function 'zim_oauth_getRequestToken':
/Users/jawed/pecl/oauth/oauth.c:848: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/include/php/Zend/zend_API.h:222)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-03 12:42 UTC] jawed@php.net
Fixed in CVS (in 0.99.2 as well).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC