Hello ! I have just installed PHP 4.3.4 & Apache 1.3.29 + mod_ssl in my RH 7.3 serwer. Everything works fine except one thing:
I cannot read cookies. I used configurations below for PHP: ./configure --prefix=/usr/local/php \ --with-apache=../apache_1.3.29 \ --with-mysql \ --with-gettext \ --with-config-file-path=/usr/local/apache/conf \ --with-bz2 \ --with-db3 \ --with-mysql \ --with-zlib \ --with-gd \ --with-ttf \ --with-gdbm \ --with-gettext\ --with-ncurses \ --with-gmp \ --with-iconv \ --with-mm \ --with-png \ --with-pspell \ --with-xml \ --enable-gd-native-ttf \ --enable-bcmath \ --enable-magic-quotes \ --enable-memory-limit \ --enable-dbx \ --enable-dio \ --enable-track-vars and for apache: ./configure --prefix=/usr/local/apache \ --activate-module=src/modules/php4/libphp4.a \ --enable-module=most \ --enable-shared=max \ --enable-module=php4 \ --enable-module=usertrack Have you any ideas ?? Previous compnents (Apache 1.3.2 and PHP 4.2.1 works good). Regards Paul