Well, just in case anyone's interested... My problem was fixed by just compiling PHP as a standard module, not APXS.
----- Original Message ----- From: "Liam MacKenzie" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 10:37 PM Subject: Re: [PHP] 4.2.2 > 4.2.3 - Incompatibility Another note, phpMyAdmin causes a segmentation fault as well... APACHE: ------------------------------------------ ./configure \ "--with-layout=Apache" \ "--sysconfdir=/home/nobody/conf" \ "--iconsdir=/home/nobody/icons" \ "--htdocsdir=/home/nobody/htdocs" \ "--cgidir=/home/nobody/cgi-bin" \ "--logfiledir=/home/nobody/logs" \ "--enable-module=so" \ "--enable-module=imap" \ "--enable-module=rewrite" \ "--enable-module=headers" \ "$@" ------------------------------------------ PHP: ------------------------------------------ './configure' \ '--with-apxs=/usr/local/apache/bin/apxs' \ '--with-config-file-path=/home/nobody/conf' \ '--with-mysql=/usr/local' \ '--enable-safemode' \ "$@" ------------------------------------------ Slackware 8.1 Any ideas yet ;-) Cheers, Liam ----- Original Message ----- From: "Liam MacKenzie" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 10:26 PM Subject: [PHP] 4.2.2 > 4.2.3 - Incompatibility Hi guys, I've found me a problem... A portion of a script is causing the child apache process to be terminated: [notice] child pid 23620 exit signal Segmentation fault (11) I never had a problem with this script until I upgraded to 4.2.3. The only other difference is that now I have PHP compiled as an APXS module, whereas before it was compiled into apache. The script is below... $pass_gen = substr(ereg_replace("[^A-Za-z0-9]", "", crypt(time())) . ereg_replace("[^A-Za-z0-9]", "", crypt(time())) . ereg_replace("[^A-Za-z0-9]", "", crypt(time())), 9, 10); Any ideas? Cheers, Liam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php