ID: 32752 Updated by: [EMAIL PROTECTED] Reported By: dcvoyager at gmail dot com -Status: Open +Status: Bogus -Bug Type: Reproducible crash +Bug Type: Dynamic loading Operating System: Red Hat enterprise Linuxe ES 3 PHP Version: 5.0.4 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2005-04-19 00:13:37] dcvoyager at gmail dot com Now I get these errors in httpd error log after changing the extension dir in php.ini apart and also this [Mon Apr 18 15:08:08 2005] [notice] child pid 25188 exit signal Segmentation fault (11) PHP Warning: PHP Startup: : Unable to initialize module!Module compiled with module API=20020429, debug=0, thread-safety=0!PHP compiled with module API=20041030, debug=0, thread-safety=0!These options need to match! in Unknown on line 0 PHP Warning: PHP Startup: !!!!!M!!: Unable to initialize module!Module compiled with module API=20020429, debug=0, thread-safety=0!PHP compiled with module API=20041030, debug=0, thread-safety=0!These options need to match! in Unknown on line 0 PHP Warning: PHP Startup: !!!! V!!: Unable to initialize module!Module compiled with module API=20020429, debug=0, thread-safety=0!PHP compiled with module API=20041030, debug=0, thread-safety=0!These options need to match! in Unknown on line 0 PHP Warning: PHP Startup: !!!!!]!!: Unable to initialize module!Module compiled with module API=20020429, debug=0, thread-safety=0!PHP compiled with module API=20041030, debug=0, thread-safety=0!These options need to match! in Unknown on line 0 PHP Warning: PHP Startup: !!!!!!!!: Unable to initialize module!Module compiled with module API=20020429, debug=0, thread-safety=0!PHP compiled with module API=20041030, debug=0, thread-safety=0!These options need to match! in Unknown on line 0 ------------------------------------------------------------------------ [2005-04-18 22:34:01] dcvoyager at gmail dot com Description: ------------ I have redhat enterprise (ES) version 3 and I had php-4.3.2-19.ent instaled on it with httpd-2.0.46-44.ent and mysql-4.1.11. I upgraded my php to 5.0.4 and my configure was ./configure --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --cache-file=../config.cache \ --with-config-file-path=/etc \ --with-config-file-scan-dir=/etc/php.d \ --enable-force-cgi-redirect \ --disable-debug \ --enable-pic \ --disable-rpath \ --enable-inline-optimization \ --with-bz2 \ --with-db4=/usr \ --with-curl \ --with-dom=/usr \ --with-exec-dir=/usr/bin \ --with-freetype-dir=/usr \ --with-png-dir=/usr \ --with-gd \ --enable-gd-native-ttf \ --with-ttf \ --with-gettext \ --with-ncurses \ --with-gmp \ --with-iconv \ --with-jpeg-dir=/usr \ --with-openssl \ --with-png \ --with-pspell \ --with-regex=system \ --with-xml \ --with-expat-dir=/usr \ --with-pcre-regex=/usr \ --with-zlib \ --with-layout=GNU \ --enable-bcmath \ --enable-exif \ --enable-ftp \ --enable-magic-quotes \ --enable-safe-mode \ --enable-sockets \ --enable-sysvsem \ --enable-sysvshm \ --enable-discard-path \ --enable-track-vars \ --enable-trans-sid \ --enable-yp \ --enable-wddx \ --enable-mbstring \ --enable-mbstr-enc-trans \ --enable-mbregex \ --without-oci8 \ --with-pear=/usr/share/pear \ --with-imap=shared --with-imap-ssl \ --with-kerberos=/usr/kerberos \ --with-ldap=shared \ --with-mysql=shared,/usr \ --with-pgsql=shared \ --with-unixODBC=shared \ --enable-memory-limit \ --enable-bcmath \ --enable-shmop \ --enable-versioning \ --enable-calendar \ --enable-dbx \ --enable-dio \ --enable-mcal \ --with-apxs2filter=/usr/sbin/apxs after the make and make install, I restarted apache, now none of my php scripst works. When I looked at the error logs for httpd it gives this error [******error*****] [Mon Apr 18 15:08:08 2005] [notice] child pid 25188 exit signal Segmentation fault (11) and also these errors PHP Warning: PHP Startup: : Unable to initialize module Module compiled with module API=20020429, debug=0, thread-safety=0 PHP compiled with module API=20041030, debug=0, thread-safety=0 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php4/ldap.so' - /usr/lib/php4/ldap.so: undefined symbol: OnUpdateInt in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php4/mysql.so' - /usr/lib/php4/mysql.so: undefined symbol: OnUpdateInt in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php4/odbc.so' - /usr/lib/php4/odbc.so: undefined symbol: OnUpdateInt in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php4/pgsql.so' - /usr/lib/php4/pgsql.so: undefined symbol: OnUpdateInt in Unknown on line 0 Actual result: -------------- How can I make php to run normal? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32752&edit=1