search for: php_stream_filter_api

Displaying 1 result from an estimated 1 matches for "php_stream_filter_api".

2010 Feb 11
1
Error on php header
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 ou...