[PHP-INST] Re: apxs:Error: Unknown option: S

2003-06-17 Thread Michael Mauch
Gaetano Paolo Viola wrote: > I've a problem during installation of php 4.0.6 whit apache 1.3.6 on a > Sun Blade 100 whit SunOs 5.8, > apxs:Error: Unknown option: S Your ancient PHP is still too new for your pre-historical Apache. Grab the latest 1.3.x Apache (1.3.27) and the latest PHP (4.3.2).

[PHP-INST] Re: [PHP-DB] 4.2.3 session login problem...

2003-06-17 Thread CPT John W. Holmes
> I have an application that is currently working fine under 4.1.2, > and I am in the process of upgrading to 4.2.3. The problem is that after > upgrading PHP the application login no longer works. Additionally, this > same application works fine on another machine running 4.2.3. The only > diff

Re: [PHP-INST] apache permissions with php 4.3.2

2003-06-17 Thread Jacob Marble
I understand that, the thing is that it _is_ deleting files owned exclusively by root. The only thing I can figure is that I happen to be a www client on the first apache process. "ps aux": root 204 0.0 0.1 2240 1288 ttyp0SJun16 0:00 -bash root 15892 0.0 0.5 6920 4320 ?

Re: [PHP-INST] apache permissions with php 4.3.2

2003-06-17 Thread Adam Voigt
You can start apache with "apachectl start" as root just fine, you don't need to su to the apache user. And you must be mis-understanding the permissions or something cause if you do infact have apache running as a seperate user, there's no way it can delete a file owned by root unless maybe the us

[PHP-INST] apache permissions with php 4.3.2

2003-06-17 Thread Jacob Marble
Hey all- I'm writing some PHP scripts that have the ability to delete, rename, upload, etc. files to the webserver. It's a simple on-line file manager for some family members. The question: I don't want to allow apache to delete certain files, specifically files that are owned by root. Bu

RE: [PHP-INST] 4.2.3 session login problem...

2003-06-17 Thread NIPP, SCOTT V (SBCSI)
Thanks. This did indeed turn out to be the problem. I have it working now, although someday I will need to correct everything such that I can keep Register Globals off. -Original Message- From: Stephen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 10:20 AM To: NIPP, SCOT

Re: [PHP-INST] 4.2.3 session login problem...

2003-06-17 Thread Stephen
Chances are your problem lies with Register Globals. In php 4.1.x this defaulted to on, which meant that all session variables were access as $mysessionthingy However, in php 4.2.x and higher, the way sessions work has changed dramatically. However, the old methods (using session_start and so on) a

[PHP-INST] 4.2.3 session login problem...

2003-06-17 Thread NIPP, SCOTT V (SBCSI)
I have an application that is currently working fine under 4.1.2, and I am in the process of upgrading to 4.2.3. The problem is that after upgrading PHP the application login no longer works. Additionally, this same application works fine on another machine running 4.2.3. The only differ

php-install Digest 17 Jun 2003 10:28:32 -0000 Issue 1426

2003-06-17 Thread php-install-digest-help
php-install Digest 17 Jun 2003 10:28:32 - Issue 1426 Topics (messages 11092 through 11101): PHP 4.2.3 fails to load... 11092 by: NIPP, SCOTT V (SBCSI) 11094 by: Jim Thome 11096 by: NIPP, SCOTT V (SBCSI) Re: is my php working 11093 by: Cris Harrison 11

[PHP-INST] apxs:Error: Unknown option: S

2003-06-17 Thread Viola, Gaetano Paolo
Hy, I've a problem during installation of php 4.0.6 whit apache 1.3.6 on a Sun Blade 100 whit SunOs 5.8, I've followed the step of the php manual downloaded from php.net, I've re-compilated Apache whit success, my problen is during compilation of Php, in detail after the "configure" and "make" c