[PHP] Help!!! CVS install broke for me!

2002-08-02 Thread Rick Kukiela
ok, i do a make and it makes fine but when the make install i get an infinite loop of this error: Warning: mkdir(): File exists in /usr/local/src/php4/pear/System.php on line 235 I went to the code and i tried putting a line that says this: if(file_exists($newdir)) { $ret = exec(/bin/rm -rf

[PHP] ok what kind of crack is my computer smoking?

2002-06-27 Thread Rick Kukiela
I needed to recompile php to support some extra features so i went to my /usr/local/src direcotry and i rm -rf'ed apache mod_perl and php src dirs. I then re-extracted the tarballs for thoes programs... Re built everything the way i normally did (including rm -rf /usr/local/apache) which is my

Re: [PHP] ok what kind of crack is my computer smoking?

2002-06-27 Thread Rick Kukiela
- Original Message - From: Erik Price [EMAIL PROTECTED] To: Rick Kukiela [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 4:28 PM Subject: Re: [PHP] ok what kind of crack is my computer smoking? On Thursday, June 27, 2002, at 05:09 PM, Rick Kukiela wrote: SO what do i have

Re: [PHP] ok what kind of crack is my computer smoking?

2002-06-27 Thread Rick Kukiela
Message - From: Demitrious S. Kelly [EMAIL PROTECTED] To: 'Kurth Bemis (List Monkey)' [EMAIL PROTECTED] Cc: 'Rick Kukiela' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 4:30 PM Subject: RE: [PHP] ok what kind of crack is my computer smoking? Whoa! Good idea! -Original

[PHP] some one PLEASE help me!

2002-06-21 Thread Rick Kukiela
Ok, I have never, in my entire life, have such a persistant little freakin problem with a programming language... It started out while i was running 4.1.2 where sessions would not write to the disk properly. I researched and found a bug. I couldnt get php properly upgraded... dont know why so i

Re: [PHP] some one PLEASE help me!

2002-06-21 Thread Rick Kukiela
how do u do that? - Original Message - From: Ray Hunter [EMAIL PROTECTED] To: Rick Kukiela [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, June 21, 2002 1:16 PM Subject: Re: [PHP] some one PLEASE help me! Why don't you try using mm for the sessions...then you do not have to write

Re: [PHP] some one PLEASE help me!

2002-06-21 Thread Rick Kukiela
[EMAIL PROTECTED] To: Rick Kukiela [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, June 21, 2002 1:33 PM Subject: Re: [PHP] some one PLEASE help me! you need to compile php with-mm and then you need to edit your php.ini file to use mm instead of files. this increases your php performance

Re: [PHP] some one PLEASE help me!

2002-06-21 Thread Rick Kukiela
[EMAIL PROTECTED] To: Rick Kukiela [EMAIL PROTECTED] Sent: Friday, June 21, 2002 1:40 PM Subject: Re: [PHP] some one PLEASE help me! You might have to check on your freebsd4.6, how stable is it running... S RAY HUNTER email: [EMAIL PROTECTED] www: http://www.venticon.com aim: spinebl8d3

[PHP] mod_mm problems now....

2002-06-21 Thread Rick Kukiela
Nothing is ever easy... I now accept this fact I cant get sessions files handler to work so now im trying to compile --with-mm, php compiles fine but when i compile apache this happens: === src/modules/php4 === src/modules gcc -c -I. -I/usr/libdata/perl/5.00503/mach/CORE -I./os/unix

Re: [PHP] sessions trouble

2002-06-18 Thread Rick Kukiela
Try using the fuction session_write_close() after your done setting the session vars. dunno but it might work :) Rick - Original Message - From: Leston Drake [EMAIL PROTECTED] To: Johnson, Kirk [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 1:28 PM Subject: RE:

[PHP] Sessions... wtf is wrong?!

2002-06-14 Thread Rick Kukiela
Okay, I was running php 4.1.2 on freebsd 4.5 with the build args --with-mysql --enable-track-vars and --with-apxs... I started implimenting session code. When my code wouldnt work I looked on the boards and found that there was a bug with that version, so i wiped out php and upgraded to php

Re: [PHP] Sessions... wtf is wrong?!

2002-06-14 Thread Rick Kukiela
Message - From: Lazor, Ed [EMAIL PROTECTED] To: 'Rick Kukiela' [EMAIL PROTECTED] Sent: Friday, June 14, 2002 4:44 PM Subject: RE: [PHP] Sessions... wtf is wrong?! Are there read only files in that directory that are blocking things? -Original Message- From: Rick Kukiela [mailto

[PHP] SOMEONE SHOOT ME!!!

2001-04-17 Thread Rick Kukiela
Ok, I cant comprehend why php/apache is so freakin impossible to compile with IMAP support?!? what is going on? Ok, I am running OpenBSD 2.7, I downloaded the c-client stuff and complied it and put the includes in the appropriate places, then i followed the php installation instructions so i go