[PHP] PHP 4.0.5 CVS + Apache 2 CVS

2001-06-20 Thread Gonyou, Austin
Anyone trying this at all? Anyone find a fix for the apr_save_brigade failure? -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

[PHP] PHP 4.0.5 & Windows 2000 Server Getting Rid Of The Windows Authentication & Still Being Able To Access PHP

2001-06-18 Thread Speakeasy News
Dear All; Hi, this I imagine should be an easy question for some of the ex[perts out there so please help. I have install PHP 4.0.5 on a WIndows 2000 Server SP2 with IIS CGI; and am using the php.exe. When I try and access a page generated using php say like http://domain.com/page.php I get the W

[PHP] ?PHP 4.0.5 and ftp_pwd

2001-05-17 Thread Gunter Ohrner
Hi! ftp_pwd does always return "1" (That is, True?) ?!? What am I doing wrong? ,[ This Code outputs '1'... ] | $Stream = ftp_connect($Server, $Port); | ftp_login($Stream, $Nutzer, $Passwort) || die("Fehler beim Einloggen auf |dem FTP-Server!\n

Re: [PHP] PHP 4.0.5 - segmentation fault when using OCI8

2001-05-12 Thread Thies C. Arntzen
On Sat, May 12, 2001 at 05:36:30AM -0700, Robert Mena wrote: > Hi Thies, > > Yes, httpd is linked against pthread. > I've compiled 4.0.4pl1 and so far it is working ok. > This problem (segmentation fault) seems to be > happening quite often (after reading some posts). a backtrace would be u

Re: [PHP] PHP 4.0.5 - segmentation fault when using OCI8

2001-05-12 Thread Robert Mena
Hi Thies, Yes, httpd is linked against pthread. I've compiled 4.0.4pl1 and so far it is working ok. This problem (segmentation fault) seems to be happening quite often (after reading some posts). ldd /usr/sbin/httpd libm.so.6 => /lib/libm.so.6 (0x4001a000) libcrypt.so.1 => /lib/

Re: [PHP] PHP 4.0.5 - segmentation fault when using OCI8

2001-05-11 Thread Thies C. Arntzen
On Fri, May 11, 2001 at 06:51:35AM -0700, Robert Mena wrote: > Hi, I have a development machine with 4.0.4pl1 which > has been used for creating a set of scripts to access > oracle (using stored procedures). > > It seems to be working fine (the problems that I've > encountered seems to be related

[PHP] PHP 4.0.5 - segmentation fault when using OCI8

2001-05-11 Thread Robert Mena
Hi, I have a development machine with 4.0.4pl1 which has been used for creating a set of scripts to access oracle (using stored procedures). It seems to be working fine (the problems that I've encountered seems to be related to the oracle/procedure itself). Last night I moved the scripts to the

Re: [PHP] PHP 4.0.5 Install problem and MySQL

2001-05-10 Thread Darron Froese
On 5/10/01 10:39 AM, "Dominic Schanen" <[EMAIL PROTECTED]> wrote: > With v4.0.4pl1, everything works great. With v4.0.5, everything builds and > compiles just fine. However, when I go to a page that try to access MySQL, > the page stops loading and the first instance of trying to access MySQL and

[PHP] PHP 4.0.5 Install problem and MySQL

2001-05-10 Thread Dominic Schanen
Hello, I'm attempting to upgrade my version of PHP from 4.0.4pl1 to 4.0.5. My configure command is the following for both versions: --- ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --with-zlib= /usr/local --with-gd=/usr/local --with-jpeg-dir=/usr --with-png-dir=/us

Re: [PHP] PHP 4.0.5 Parse Problems

2001-05-06 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Ben Gollmer) wrote: > >I only mention them since they got parsed before. They are php files > >that the designers here have created in HomeSite and saved as PC > >format, so they are basically 1 long line when I open them in v

[PHP] PHP 4.0.5 Parse Problems

2001-05-06 Thread Ben Gollmer
Hi all - Today I compiled and installed PHP 4.0.5 on my Linux server (Apache 1.3.19, linked statically with php & mod_ssl). Suddenly, many of my files would no longer be parsed by PHP - instead, they spit raw code onto the page. I created most of the files on my MacOS X machine using the text

[PHP] PHP 4.0.5 & Apache 2.0

2001-05-03 Thread Devin Atencio
I was wondering if anyone has gotten Apache 2.0 Beta to install with DSO Support and got PHP 4.0.5 to compile as a DSO using Apache 2.0? I am using FreeBSD 4.3 and can't seem to get it to work for the life of me. /'^'\

[PHP] PHP 4.0.5 and PDFLib

2001-05-03 Thread Jochen Kaechelin
Are there known probs with PDFLib 4.0 and PHP 4.0.5 on a WAMP-System! It doesn't work after installing PHP 4.0.5! -- phpArbeitsgruppe in Gruendung - Jochen Kaechelin Stuttgarter Str.3, D-73033 Goeppingen Tel. 07161-92 95 94, Fax 07161-92 95 98 http://www.php-arbeitsgruppe.de, mailto:[EMAIL PRO

Re: [PHP] PHP 4.0.5 module causes Apache child processes tosegfault...

2001-05-02 Thread Yasuo Ohgaki
Hello, If you have segfault, compile PHP with debug option and backtrace with gdb, then send the backtrace and short script that causes segfault. Instruction can be found at http://www.php.net/bugs-dos-and-donts.php Regards, -- Yasuo Ohgaki "Darron Froese" <[EMAIL PROTECTED]> wrote in messag

RE: [PHP] PHP 4.0.5 module causes Apache child processes to segfault...

2001-05-02 Thread John Monfort
nt your issue to be addressed before I waste my time > with a recompile. > > John > > > -Original Message- > > From: Darron Froese [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, May 02, 2001 12:04 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] P

Re: [PHP] PHP 4.0.5 module causes Apache child processes tosegfault...

2001-05-02 Thread Darron Froese
On 5/2/01 10:16 AM, "John Huggins" <[EMAIL PROTECTED]> wrote: > If I were you I would let the PHP guys figure this out. I am sure they read > messages here so stick with 4.04p11 and live on. I was just about to > download 4.0.5, but I want your issue to be addressed before I waste my time > wit

RE: [PHP] PHP 4.0.5 module causes Apache child processes to segfault...

2001-05-02 Thread John Huggins
Darron Froese [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 02, 2001 12:04 PM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP 4.0.5 module causes Apache child processes to > segfault... > > > I compiled and installed PHP 4.0.5 onto our development server (Mandrake > Linux 7.1 w/

[PHP] PHP 4.0.5 module causes Apache child processes to segfault...

2001-05-02 Thread Darron Froese
I compiled and installed PHP 4.0.5 onto our development server (Mandrake Linux 7.1 w/kernel 2.2.17) today and tried to access one of our php intensive sites on it - most of the pages wouldn't respond. This is how 4.0.5 was compiled: ./configure \ --with-apxs=/usr/local/apache_1.3.19/bin/apxs \ -

RE: [PHP] PHP 4.0.5 is out

2001-04-30 Thread Zeev Suraski
Apparently the zip is indeed broken. We'll try to get a fixed one up there soon. Sorry for the hassle, Zeev At 01:21 1/5/2001, SHAWN wrote: >Is anyone else having problems with the Windows binary zip? I've downloaded >it a couple times and it keeps saying that it's corrupt. > >Thanks! >Shawn

Re: [PHP] PHP 4.0.5 is out (output compression)

2001-04-30 Thread Zeev Suraski
Yes it is, it's much more efficient. Zeev At 01:05 1/5/2001, Aaron Tuller wrote: >>At 12:12 AM +0300 5/1/01, Zeev Suraski wrote: >>- Implemented high-performance zlib-based output compression - see >> zlib.output_compression INI directive. (Zeev) > >is this different from ob_gzhandler()? if s

Re: [PHP] PHP 4.0.5 is out

2001-04-30 Thread Chris Fry
Shawn, Had the same problem - looks like the zip file is corrupted - you could try zipfix but it's reporting that there are 88 bytes missing. Chris SHAWN wrote: > Is anyone else having problems with the Windows binary zip? I've downloaded > it a couple times and it keeps saying that it's corr

RE: [PHP] PHP 4.0.5 is out

2001-04-30 Thread SHAWN
Is anyone else having problems with the Windows binary zip? I've downloaded it a couple times and it keeps saying that it's corrupt. Thanks! Shawn Sellars -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: [PHP] PHP 4.0.5 is out (output compression)

2001-04-30 Thread Aaron Tuller
>At 12:12 AM +0300 5/1/01, Zeev Suraski wrote: >- Implemented high-performance zlib-based output compression - see > zlib.output_compression INI directive. (Zeev) is this different from ob_gzhandler()? if so, how is it different? thanks. -aaron -- PHP General Mailing List (http://www.php.n

[PHP] PHP 4.0.5 is out

2001-04-30 Thread Zeev Suraski
After a very long QA process, PHP 4.0.5 has finally been officially released. This is a maintenance version, with a lot of bug fixes from PHP 4.0.4pl1. Other than that, there aren't too many new features in this release, so it's mostly recommended for people that were experiencing one (or mo

Re: [PHP] PHP 4.0.5

2001-04-24 Thread Henrik Hansen
Martín Marqués <[EMAIL PROTECTED]> wrote: > I have a CVS installed on one of my machines, but the RCX are not published > on the web site. That's what I'm copmplaining about!! hmm I though they got a tag in the cvs resp, well it might be thats only the releases that get a tag -- Henrik Hans

Re: [PHP] PHP 4.0.5

2001-04-24 Thread The Doctor
On Tue, Apr 24, 2001 at 11:01:27AM +0300, Martín Marqués wrote: > On Mar 24 Abr 2001 16:34, The Doctor wrote: > > On another front, will PHP 4.0.5 be compilable for a STATIC apache 2.0 > > Beta? > > As far as I know, yes! There is at configure time an option to use > apache-2.0. Never used it. >

Re: [PHP] PHP 4.0.5

2001-04-24 Thread Martín Marqués
On Mar 24 Abr 2001 16:34, The Doctor wrote: > On another front, will PHP 4.0.5 be compilable for a STATIC apache 2.0 > Beta? As far as I know, yes! There is at configure time an option to use apache-2.0. Never used it. saludos... :-) -- El mejor sistema operativo es aquel que te da de comer.

Re: [PHP] PHP 4.0.5

2001-04-24 Thread The Doctor
On another front, will PHP 4.0.5 be compilable for a STATIC apache 2.0 Beta? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] PHP 4.0.5

2001-04-24 Thread Martín Marqués
On Mar 24 Abr 2001 01:33, Henrik Hansen wrote: > Martín Marqués <[EMAIL PROTECTED]> wrote: > > On Lun 23 Abr 2001 22:13, Felix Kronlage wrote: > > > On Mon, Apr 23, 2001 at 03:00:07PM -0700, Dominique Paquin wrote: > > > > I asked when the new version of PHP was comming out at the beginning >

Re: [PHP] PHP 4.0.5

2001-04-23 Thread Plutarck
Or it could be RC8 that will be the last one :) Then again, that's why it's called an RC (Release Candidate...or something similar). Nice to know that when you get a new version it's been hammered to death to squish all the latent bugs. Unlike some people...*cough* -- Plutarck Should be workin

Re: [PHP] PHP 4.0.5

2001-04-23 Thread Henrik Hansen
Martín Marqués <[EMAIL PROTECTED]> wrote: > On Lun 23 Abr 2001 22:13, Felix Kronlage wrote: > > On Mon, Apr 23, 2001 at 03:00:07PM -0700, Dominique Paquin wrote: > > > I asked when the new version of PHP was comming out at the beginning of > > > the month and some one told me that it was comm

Re: [PHP] PHP 4.0.5

2001-04-23 Thread Henrik Hansen
Felix Kronlage <[EMAIL PROTECTED]> wrote: > On Mon, Apr 23, 2001 at 03:00:07PM -0700, Dominique Paquin wrote: > > > I asked when the new version of PHP was comming out at the beginning of the > > month and some one told me that it was comming out the week after. Haven't > > seen it yet, any

Re: [PHP] PHP 4.0.5

2001-04-23 Thread Martín Marqués
On Lun 23 Abr 2001 22:13, Felix Kronlage wrote: > On Mon, Apr 23, 2001 at 03:00:07PM -0700, Dominique Paquin wrote: > > I asked when the new version of PHP was comming out at the beginning of > > the month and some one told me that it was comming out the week after. > > Haven't seen it yet, anyone

Re: [PHP] PHP 4.0.5

2001-04-23 Thread Felix Kronlage
On Mon, Apr 23, 2001 at 03:00:07PM -0700, Dominique Paquin wrote: > I asked when the new version of PHP was comming out at the beginning of the > month and some one told me that it was comming out the week after. Haven't > seen it yet, anyone knows the release date?? RC7 got out a few days ago (

[PHP] PHP 4.0.5

2001-04-23 Thread Dominique Paquin
I asked when the new version of PHP was comming out at the beginning of the month and some one told me that it was comming out the week after. Haven't seen it yet, anyone knows the release date?? Dominique Paquin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] php-4.0.5-dev with Apache rpm

2001-04-02 Thread Yasuo Ohgaki
Annotated manual is useful. Refer to http://www.php.net/manual/en/install.linux.php http://www.php.net/manual/en/install.apache.php You need to install apache-devel RPM if you are using RedHat. Regards, -- Yasuo Ohgaki ""Paul Juliano"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED

[PHP] php-4.0.5-dev with Apache rpm

2001-04-02 Thread Paul Juliano
Hi, How do I manually compile php-4.0.5-dev with an Apache rpm installation? Or do I have to install both apache and php manually? I know how to do the second method, but as much as possible, I don't want to hose the running apache install. Thanks. __ www.edsam

Re: [PHP] php 4.0.5.dev will not read php.ini on NT

2001-01-18 Thread Robert
x27;s working now!!! YAY! Now I need to parse the output and send a message with only the requested parts. - Original Message - From: "Brian Clark" <[EMAIL PROTECTED]> To: "PHP is not a drug ." <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 10:57 PM Subj

Re: [PHP] php 4.0.5.dev will not read php.ini on NT

2001-01-17 Thread Brian Clark
Hello Robert, (R == "Robert") [EMAIL PROTECTED] writes: R> PHP 4.0.5.dev I installed it on my Windows 2000 Pro machine with R> IIS and MySQL and it works like a champ I installed it on my R> Windows NT Server with IIS and MSSQL and it will not read the R> php.ini file I put it in the following

[PHP] php 4.0.5.dev will not read php.ini on NT

2001-01-17 Thread Robert
PHP 4.0.5.dev I installed it on my Windows 2000 Pro machine with IIS and MySQL and it works like a champ I installed it on my Windows NT Server with IIS and MSSQL and it will not read the php.ini file I put it in the following folders to try to get it to work C:\winnt C:\ C:\winnt\system32 C:\