Re: [CentOS] Error on php header

2010-02-12 Thread Kai Schaetzl
If that's the original header from php-*-devel you should report this here 
http://bugs.centos.org/ and here https://bugzilla.redhat.com/

Kai

-- 
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Error on php header

2010-02-12 Thread Renato Botelho
On Fri, Feb 12, 2010 at 7:31 AM, Kai Schaetzl mailli...@conactive.com wrote:
 If that's the original header from php-*-devel you should report this here
 http://bugs.centos.org/ and here https://bugzilla.redhat.com/

Done.

https://bugzilla.redhat.com/show_bug.cgi?id=564307
http://bugs.centos.org/view.php?id=4194

-- 
Renato Botelho
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Error on php header

2010-02-11 Thread Renato Botelho
I was building a software on CentOS 5.4 and got this:

/usr/include/php/main/streams/php_stream_filter_api.h:65: error: comma
at end of enumerator list

I took a look at header and found this:

typedef enum {
PSFS_ERR_FATAL, /* error in data stream */
PSFS_FEED_ME,   /* filter needs more data; stop processing
chain until more is available */
PSFS_PASS_ON,   /* filter generated output buckets; pass them
on to next in chain */
} php_stream_filter_status_t;

Removing comma after PSFS_PASS_ON everything back to normal.

-- 
Renato Botelho
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos