Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 251725 Details for
Bug 342357
dev-php/pecl-bcompiler - A bytecode compiler
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
zend_is_callable.patch (text/plain), 300 bytes, created by
Peter
on 2010-10-23 16:52:18 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Peter
Created:
2010-10-23 16:52:18 UTC
Size:
300 bytes
patch
obsolete
>--- bcompiler.c 2010-02-07 00:31:52.000000000 +0300 >+++ bcompiler.c.mod 2010-10-23 20:14:58.900710492 +0400 >@@ -1492,7 +1492,7 @@ > } > } > #else >- if (!zend_is_callable(func, 0, &name TSRMLS_CC)) { >+ if (!zend_is_callable(func, 0, &name)) { > if (name && *name == 0) { > func = NULL; > } else {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 342357
:
251723
| 251725 |
252329
|
252367
|
253205
|
254209
|
254501
|
254519