ID: 25295 Updated by: [EMAIL PROTECTED] Reported By: alain dot bonnefoy at icbt dot com -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: QNX6 PHP Version: 4.3.3 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. Previous Comments: ------------------------------------------------------------------------ [2003-09-08 02:08:22] alain dot bonnefoy at icbt dot com Thanks, I going to see that ASAP. For QNX you can see www.qnx.com, it should be possible to download the os for non commercial use, it's quite light. Alain. ------------------------------------------------------------------------ [2003-09-06 21:09:02] [EMAIL PROTECTED] Did the replacement files fix this problem? ------------------------------------------------------------------------ [2003-09-03 10:41:57] [EMAIL PROTECTED] Get this: http://snaps.php.net/php4-STABLE-latest.tar.gz And replacement files: http://www.php.net/~jani/patches/bug25295.tar.gz Replace the files, run configure and make. If it fails, check again what HAVE_SYS_DIR_H is set to. (this would be so much easier if I had access to QNX.. :) ------------------------------------------------------------------------ [2003-09-03 01:41:34] alain dot bonnefoy at icbt dot com This line was commented out, I admit that I didn't see this definition BUT, I tried #define and #undef, that doesn't change anything! The result of 'grep -in dir.h main/*.[hc] is: main/internal_functions_win32.c:40:#include "ext/standard/php_dir.h" main/php_config.h:661:/* Define if you have the <ndir.h> header file. */ main/php_config.h:662:/* #undef HAVE_NDIR_H */ main/php_config.h:715:/* Define if you have the <sys/dir.h> header file. */ main/php_config.h:716:#undef HAVE_SYS_DIR_H main/php_config.h:733:/* Define if you have the <sys/ndir.h> header file. */ main/php_config.h:734:/* #undef HAVE_SYS_NDIR_H */ main/php_ini.c:33:#include "php_scandir.h" main/php_scandir.c:28:#include "php_scandir.h" main/php_scandir.c:41:#include "win32/readdir.h" main/php_scandir.h:20:/* $Id: php_scandir.h,v 1.2.2.4 2003/02/19 18:45:03 sniper Exp $ */ main/php_scandir.h:22:#ifndef PHP_SCANDIR_H main/php_scandir.h:23:#define PHP_SCANDIR_H main/php_scandir.h:29:#include "win32/readdir.h" main/php_scandir.h:50:#endif /* PHP_SCANDIR_H */ main/reentrancy.c:28:#include "win32/readdir.h" As you can see, it seems that no file try to include sys/dir.h. right? Alain. ------------------------------------------------------------------------ [2003-09-02 09:26:23] [EMAIL PROTECTED] What is HAVE_SYS_DIR_H defined in main/php_config.h ? It's enought to include dir.h in php_scandir.h.. Just need to know it that define is there. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/25295 -- Edit this bug report at http://bugs.php.net/?id=25295&edit=1