php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59314 ?php_set_error_handling? is deprecated
Submitted: 2010-07-18 01:19 UTC Modified: 2011-03-24 04:16 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: snover@php.net Assigned: mike (profile)
Status: Wont fix Package: pecl_http (PECL)
PHP Version: 5.3.2 OS: GNU/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: snover@php.net
New email:
PHP Version: OS:

 

 [2010-07-18 01:19 UTC] snover@php.net
Description:
------------
Compiling pecl_http against PHP 5.3 generates lots of warnings.

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

Expected result:
----------------
No warnings.

Actual result:
--------------
/tmp/pear/temp/pecl_http/http_message_object.c: In function ?zim_HttpMessage___construct?:
/tmp/pear/temp/pecl_http/http_message_object.c:698: warning: ?php_set_error_handling? is deprecated (declared at /usr/include/php5/main/php.h:295)
/tmp/pear/temp/pecl_http/http_message_object.c:714: warning: ?php_set_error_handling? is deprecated (declared at /usr/include/php5/main/php.h:295)
/tmp/pear/temp/pecl_http/http_message_object.c: In function ?zim_HttpMessage_factory?:
/tmp/pear/temp/pecl_http/http_message_object.c:730: warning: ?php_set_error_handling? is deprecated (declared at /usr/include/php5/main/php.h:295)
/tmp/pear/temp/pecl_http/http_message_object.c:742: warning: ?php_set_error_handling? is deprecated (declared at /usr/include/php5/main/php.h:295)
/tmp/pear/temp/pecl_http/http_message_object.c: In function ?zim_HttpMessage_fromEnv?:
/tmp/pear/temp/pecl_http/http_message_object.c:757: warning: ?php_set_error_handling? is deprecated (declared at /usr/include/php5/main/php.h:295)
/tmp/pear/temp/pecl_http/http_message_object.c:766: warning: ?php_set_error_handling? is deprecated (declared at /usr/include/php5/main/php.h:295)
/tmp/pear/temp/pecl_http/http_message_object.c: In function ?zim_HttpMessage_getParentMessage?:
/tmp/pear/temp/pecl_http/http_message_object.c:1166: warning: ?php_set_error_handling? is deprecated (declared at /usr/include/php5/main/php.h:295)
/tmp/pear/temp/pecl_http/http_message_object.c:1176: warning: ?php_set_error_handling? is deprecated (declared at /usr/include/php5/main/php.h:295)
/tmp/pear/temp/pecl_http/http_message_object.c: In function ?zim_HttpMessage_toMessageTypeObject?:
/tmp/pear/temp/pecl_http/http_message_object.c:1220: warning: ?php_set_error_handling? is deprecated (declared at /usr/include/php5/main/php.h:295)
/tmp/pear/temp/pecl_http/http_message_object.c:1344: warning: ?php_set_error_handling? is deprecated (declared at /usr/include/php5/main/php.h:295)

etc.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-03-24 04:16 UTC] mike@php.net
Won't be fixed in 1.x
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 13:01:30 2024 UTC