|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-03-26 05:34 UTC] juvenal dot jr at uol dot com dot br
I'm having a problem here with PHP 4.3.1 and RH 7.3 with the latest packages from RHN (apache-1.3.27-2, glibc-2.2.5-43), and a kernel with SGI XFS patches applied (kernel-2.4.18-4SGI_XFS_1.1). When compiled with --disable-debug, I got the Segmentation fault problem with session_start(), but when I use --enable-debug on compile, the SEGV simply vanishes. I'd like to ask if there is another way to get important info to fix it (I cannot use the --enable-debug version on the production server because I need Zend Optimizer and Zend Debugger, and they only work with the --disable-debug version of PHP). I'm available to solve this with you, as this is my primary concern now. I'm waiting your answer. Cheers, Juvenal A. Silva Jr. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 11:00:01 2025 UTC |
My configure line is: configure --prefix=/usr \ --with-config-file-path=/etc \ --disable-debug \ --enable-pic \ --disable-rpath \ --enable-safe-mode \ --enable-inline-optimization \ --enable-memory-limit \ --enable-zend-multibyte \ --enable-shared \ --enable-libgcc \ --enable-sigchild \ --with-tsrm-pthreads \ --with-layout=GNU \ --enable-dbase \ --enable-bcmath \ --enable-exif \ --enable-ftp \ --enable-magic-quotes \ --enable-safe-mode \ --enable-sockets \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ --enable-discard-path \ --enable-track-vars \ --enable-trans-sid \ --enable-yp \ --enable-wddx \ --enable-bcmath \ --enable-shmop \ --enable-versioning \ --enable-calendar \ --enable-dbx \ --enable-dio \ --enable-mbstring \ --enable-mbregex \ --enable-thread-safety \ --with-openssl \ --with-qtdom \ --with-readline \ --with-zlib \ --with-bz2 \ --with-db3 \ --with-flatfile \ --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-gdbm \ --with-gettext \ --with-ncurses \ --with-gmp \ --with-iconv \ --with-jpeg-dir=/usr \ --with-mm \ --with-png \ --with-pspell \ --with-regex=system \ --with-xml \ --with-expat-dir=/usr \ --with-imap=shared \ --with-imap-ssl \ --with-kerberos=/usr/kerberos \ --with-ldap=shared \ --with-snmp=shared \ --enable-ucd-snmp-hack \ --with-mysql=shared,/usr \ --with-pgsql=shared \ --with-unixODBC=shared \ --with-informix=shared,/opt/informix \ --enable-force-cgi-redirect \ --with-apxs=/usr/sbin/apxs