ID: 12450 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Red Hat Linux 6.2-7.2 PHP Version: 4.1.1 New Comment:
This bug has been fixed in CVS. You can grab a snapshot of the CVS version 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. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2002-04-24 14:13:46] [EMAIL PROTECTED] Yes, this was all. One way to get it work is to compile recode as shared extension and load it as the first extension in php.ini. I didn't test if the other extensions need to be shared too in this case. There might also be other libraries which have same symbols in them. But c-client and libmysql definately have. (I think the bundled libmysqlclient works..didn't test that) --Jani ------------------------------------------------------------------------ [2002-04-24 13:55:28] [EMAIL PROTECTED] Ok, thinking about what sniper wrote I think it's _absolutely_ essential [okok, but .. ;-) ] to get this documented somewhere that the mentioned module do CLASH if you load them together. Hm. Jani, is this all you found out or can you add some more information to that so that the docteam can elaborate this a bit ... ? ------------------------------------------------------------------------ [2002-04-24 01:18:41] [EMAIL PROTECTED] This is not PHP bug. Both c-client and recode have their own hash_lookup() function. And both mysql and recode have their own hash_insert() functions. --Jani ------------------------------------------------------------------------ [2002-01-16 11:10:39] [EMAIL PROTECTED] I can reproduce this: Starting program: /usr/bin/php -v Program received signal SIGSEGV, Segmentation fault. 0x00001f91 in ?? () at eval.c:41 41 eval.c: No such file or directory. in eval.c (gdb) bt #0 0x00001f91 in ?? () at eval.c:41 #1 0x409d4e9e in find_alias (outer=0x81ae688, name=0x40a8bca0 "data", find_type=SYMBOL_CREATE_CHARSET) at names.c:299 #2 0x409d66d0 in register_all_modules (outer=0x81ae688) at outer.c:457 #3 0x409d6cdd in recode_new_outer (auto_abort=true) at outer.c:550 #4 0x408f8f17 in zm_startup_recode (type=1, module_number=18) at recode.c:79 #5 0x0808d3b2 in php_dl (file=0x816c0a0, type=1, return_value=0xbffff6e0) at dl.c:177 #6 0x08062f4e in php_load_function_extension_cb (arg=0x816c0a0) at php_ini.c:185 #7 0x080e8fc5 in zend_llist_apply (l=0x814f7bc, func=0x8062f2c <php_load_function_extension_cb>) at zend_llist.c:186 #8 0x08063235 in php_ini_delayed_modules_startup () at php_ini.c:302 #9 0x08060dbd in php_module_startup (sf=0x8146400) at main.c:946 #10 0x0805f009 in main (argc=2, argv=0xbffff994) at cgi_main.c:445 #11 0x405b8507 in __libc_start_main (main=0x805ee98 <main>, argc=2, ubp_av=0xbffff994, init=0x805d0f8 <_init>, fini=0x8122610 <_fini>, rtld_fini=0x4000dc14 <_dl_fini>, stack_end=0xbffff98c) at ../sysdeps/generic/libc-start.c:129 ------------------------------------------------------------------------ [2002-01-11 17:19:08] [EMAIL PROTECTED] Can you: - try this with 4.1.1 - provide a usefull backtrace: http://bugs.php.net/bugs-generating-backtrace.php ------------------------------------------------------------------------ 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/12450 -- Edit this bug report at http://bugs.php.net/?id=12450&edit=1
