Edit report at https://bugs.php.net/bug.php?id=62938&edit=1

 ID:                 62938
 Updated by:         larue...@php.net
 Reported by:        cataphr...@php.net
 Summary:            zend_do_bind_catch() used without declaration
 Status:             Assigned
 Type:               Bug
 Package:            Compile Warning
 Operating System:   Linux/clang
 PHP Version:        master-Git-2012-08-26 (Git)
 Assigned To:        laruence
 Block user comment: N
 Private report:     N

 New Comment:

@cataphrac, thanks, fixed :)


Previous Comments:
------------------------------------------------------------------------
[2012-08-27 02:23:48] larue...@php.net

Automatic comment on behalf of laruence
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=cec1786911eea3d515c044a407e22e9b162d7080
Log: Fixed bug #62938 (zend_do_bind_catch() used without declaration)

------------------------------------------------------------------------
[2012-08-26 17:51:06] cataphr...@php.net

Xinchen: I'm assigning to you because you were the last one touching that line. 
I haven't investigated whether the problem existed before.

------------------------------------------------------------------------
[2012-08-26 17:50:00] cataphr...@php.net

Description:
------------
zend_do_bind_catch() used without declaration. The line that raises the issue 
was last modified in c64f4e73.

Actual result:
--------------
/opt/php-src/Zend/zend_language_parser.y:318:7: warning: implicit declaration 
of function 'zend_do_bind_catch' is invalid in C99 
[-Wimplicit-function-declaration]
    { zend_do_bind_catch(&(yyvsp[(1) - (6)]), &(yyvsp[(6) - (6)]) TSRMLS_CC); }
      ^
1 warning generated.


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62938&edit=1

Reply via email to