ID: 21945 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed -Bug Type: Compile Failure +Bug Type: Informix related Operating System: Solaris 2.7 PHP Version: 4.3.0 New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. I added the missing TSRMLS_CC/DC. Previous Comments: ------------------------------------------------------------------------ [2003-01-29 14:34:13] [EMAIL PROTECTED] The CVS snapshot of 1/29/2003 at 1530 EST had the same glitches I mentioned in my first post. Informix version 9.x compilation is still broke. ------------------------------------------------------------------------ [2003-01-29 13:53:02] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [2003-01-29 11:25:57] [EMAIL PROTECTED] Compiling ifx.ec with gcc3.2.1. Function declarations for php_intifxus_create_slob at source lines 83 and 3788 are different causing gcc to complain. Line 83 is absent the TSRMLS_DC define. Which TSRMLS_?? define goes for this function's call at line 3768??? Also, the function declaration for php_intifxus_new_slob is absent the TSRMLS_DC define at lines 87 and 4266. Without it, gcc whines about tsrm_ls not being declared at line 4029. Again, which TSRMLS_?? define goes for this function's calls?? These are the only two of the numerous _slob functions absent this TSRM define. Assuming these two should have it as well, I modified the functions to include them and it now compiles. I'll let you know later if it all works. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21945&edit=1