php-install Digest 22 Mar 2003 06:26:26 -0000 Issue 1300

2003-03-21 Thread php-install-digest-help
php-install Digest 22 Mar 2003 06:26:26 - Issue 1300 Topics (messages 10382 through 10388): php pages not served by secure server 10382 by: Thusoo, Sundeep 10383 by: Thusoo, Sundeep Re: problem connecting PHP w/ODBC 10384 by: Beverly Steiner PHP 4.2.1 > 4.3.1 upgrad

[PHP-INST] php + ssl build

2003-03-21 Thread Kalin Mintchev
hi all, i had to use the fsockopen() in php with ssl... ssl wasn't enabled by default. i recompiled. reinstalled. no errors. phpinfo.php shows that the commands used to configure it were: '/configure' '--with-apxs=/bin/apxs' '--with-mysql=/mysql' '--with-openssl=/usr/local/ssl' also from phpinfo

[PHP-INST] Re: suse8.0 configure and make problem! no makefile?

2003-03-21 Thread Michael Mauch
Sven Suhl <[EMAIL PROTECTED]> wrote: > got a little problem while recompiling php4.1.0 under SuSE8.0. Are you sure you want to stick to an ancient version of PHP? > I needed to include Imagick support for various reasons. > > This is what I did: > > - unzip imagick-0.9.5 to ./ext/imagick > - c

[PHP-INST] PHP 4.2.1 > 4.3.1 upgrade issues

2003-03-21 Thread Stephen Reese
I previously built php w/the following: './configure' '--prefix=/usr/local' '--with-apache=/home/src/Apachetoolbox-1.5.58/apache_1.3.26' '--enable-exif' '--enable-track-vars' '--with-calendar=shared' '--enable-magic-quotes' '--enable-trans-sid' '--enable-wddx' '--enable-ftp' '--enable-inline-opti

[PHP-INST] PHP 4.2.1 > 4.3.1 upgrade issues

2003-03-21 Thread Stephen Reese
I previously built php w/the following: './configure' '--prefix=/usr/local' '--with-apache=/home/src/Apachetoolbox-1.5.58/apache_1.3.26' '--enable-exif' '--enable-track-vars' '--with-calendar=shared' '--enable-magic-quotes' '--enable-trans-sid' '--enable-wddx' '--enable-ftp' '--enable-inline-opt

RE: [PHP-INST] problem connecting PHP w/ODBC

2003-03-21 Thread Beverly Steiner
Problem fixed! Thank you to David who pointed out that I had my variables switched in the in the odbc_exec and odbc_cursor lines. For ODBC, the connection variable comes first (the opposite of MySQL). Bev -- Beverly Steiner [EMAIL PROTECTED] -Original Message- From

[PHP-INST] php pages not served by secure server

2003-03-21 Thread Thusoo, Sundeep
Title: Message Hi  PHP Gurus ,   I  have just installed the PHP-MySQL-Apache-mod_ssl combination. Everything is working fine including html/php pages being served, php-mysql interaction, SSL ...the works. The ONLY thing that is not working is that if I create a PHP page and access it on the

[PHP-INST] php pages not served by secure server

2003-03-21 Thread Thusoo, Sundeep
Title: Message Hi,   I  have just installed the PHP-MySQL-Apache-mod_ssl combination. Everything is working fine including html/php pages being served, php-mysql interaction, SSL ...the works. The ONLY thing that is not working is that if I create a PHP page and access it on the secure port(

php-install Digest 21 Mar 2003 13:32:39 -0000 Issue 1299

2003-03-21 Thread php-install-digest-help
php-install Digest 21 Mar 2003 13:32:39 - Issue 1299 Topics (messages 10378 through 10381): Re: PHP on Apache on WinXP 10378 by: Wade Re: php and forms 10379 by: Tiago N. Sampaio probelms with php and apache 10380 by: dobbo.thevillas.eclipse.co.uk suse8.0 configure

[PHP-INST] suse8.0 configure and make problem! no makefile?

2003-03-21 Thread Sven Suhl
Hi all got a little problem while recompiling php4.1.0 under SuSE8.0. I needed to include Imagick support for various reasons. This is what I did: - unzip imagick-0.9.5 to ./ext/imagick - cd to imagick and phpize - ./buildconf - added --with-imagick to configure - run and fix configure in follow

[PHP-INST] probelms with php and apache

2003-03-21 Thread dobbo
Hi, I have set up apache with mod_ssl. I have tried to add php but whenever I try to view a php page i only get the code returned to the browser. The installation path I followed is detailed below. All works fine apart from the PHP. Any help greatly appreciated! $ cd openssl-0.9.6g

Re: [PHP-INST] php and forms

2003-03-21 Thread Tiago N. Sampaio
No no... It´s in the php config file (php.ini), you can found where this file is located in the phpinfo() In phpinfo() look this line... Configuration File (php.ini) Path /usr/local/lib/php.ini then you search in the file for register_globals parameter Are you using php on windows or linux/uni