> It's not a typedef but the struct itself that's provided, so that doesn't work.
I'm curious. The following code works here. struct foo { int a; }; typedef struct foo php_sysmsg; What did not work for you? Just using "struct php_sysmsg" is fine, too. > It boils down to: Please remove the mymsg part. It is not required and might cause problems later on (e.g. mysql uses the my prefix as well). - Sascha -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php