[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 commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 Windows
2000 logon windows comes up. If I log in the page works fine, also I'm able
to access http://domain.com/cgi-bin/page.pl files without them bringing up
the logon screen.

I've gone into the web site properties and have recreated the site with all
anonymous setting and I still get the same thing When I go into Web Site
Security and turn off the Windows Authenicatiion  I get you are not
authorized to view this page even though it set to anonymous.

I've tried it usieng the deafult web site, creating a brand new web site,
still get the same thing. When I go and change the permissions on the
php.exe from within it's file properites and add more users I get CGI ERROR
Headers Not Acting right and not returning what they should and then it's
just blank, it never tells me what it isn't returning.

Also, I have the directory set up to allow everyone to read  run scripts
and executables, just not write

No matter what I do I either get yuou are not authorized to view this page,
or the logon screen and if I logon it works, or the CGI ERROR I mentioned
earlier.

I don't understand why I'm able to run a perl script and not a php
executable. I also get the same stuff if I try and access it locally on the
same machince it resides on.

I hope this gives you enough info to answer my question please help before I
really mess things up.

Sincerely

Brian





[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);
| $aktdir = ftp_pwd($Stream) || die(Konnte aktuelles Verzeichnis nicht
|lesen!\n);
| echo Aktuelles Verz.: $aktdir\n; // $aktdir == 1 ???
`

Greetinx,

  Gunter Ohrner

-- 
Tourist, Rincewind decided, meant idiot.-- (Terry Pratchett, The 
Colour of Magic)
+-+-+-+-+ http://www.scheibenwelt.de +-+-+ http://www.lspace.org +-+-+-+-+

-- 
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 - 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/libcrypt.so.1
(0x40037000)
libdb.so.3 = /lib/libdb.so.3 (0x40065000)
libdl.so.2 = /lib/libdl.so.2 (0x4009f000)
libpthread.so.0 = /lib/libpthread.so.0
(0x400a4000)
libc.so.6 = /lib/libc.so.6 (0x400b7000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2
(0x4000)

- Thanks.
--- Thies C. Arntzen [EMAIL PROTECTED] wrote:
 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 to the
  oracle/procedure itself).
  
  Last night I moved the scripts to the production
  server.  Eveything was working ok until I try to
  access the part the uses the oracle where it hangs
 for
  a while and then gives me a [notice] child pid
 X
  exit signal Segmentation fault (11).
  
  I've compiled using './configure' '--with-apxs'
  '--with-ttf' '--with-xml' '--with-gd' '--with-ftp'
  '--enable-session' '--enable-trans-sid'
 '--with-zlib'
  '--enable-inline-optimization'
  '--with-oci8=/u01/app/oracle/product/8.1.7/'
  --with-mcrypt  --enable-sigchild
 
 is your apache linked against -lpthread?
 
 please read
 http://www.php.net/bugs-dos-and-donts.php and
 submit a bug report (with backtrace).
 
 re,
 tc


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

-- 
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 - 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 useful!
http://www.php.net/bugs-dos-and-donts.php
tc
 
 ldd /usr/sbin/httpd
 libm.so.6 = /lib/libm.so.6 (0x4001a000)
 libcrypt.so.1 = /lib/libcrypt.so.1
 (0x40037000)
 libdb.so.3 = /lib/libdb.so.3 (0x40065000)
 libdl.so.2 = /lib/libdl.so.2 (0x4009f000)
 libpthread.so.0 = /lib/libpthread.so.0
 (0x400a4000)
 libc.so.6 = /lib/libc.so.6 (0x400b7000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2
 (0x4000)
 
 - Thanks.
 --- Thies C. Arntzen [EMAIL PROTECTED] wrote:
  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 to the
   oracle/procedure itself).
   
   Last night I moved the scripts to the production
   server.  Eveything was working ok until I try to
   access the part the uses the oracle where it hangs
  for
   a while and then gives me a [notice] child pid
  X
   exit signal Segmentation fault (11).
   
   I've compiled using './configure' '--with-apxs'
   '--with-ttf' '--with-xml' '--with-gd' '--with-ftp'
   '--enable-session' '--enable-trans-sid'
  '--with-zlib'
   '--enable-inline-optimization'
   '--with-oci8=/u01/app/oracle/product/8.1.7/'
   --with-mcrypt  --enable-sigchild
  
  is your apache linked against -lpthread?
  
  please read
  http://www.php.net/bugs-dos-and-donts.php and
  submit a bug report (with backtrace).
  
  re,
  tc
 
 
 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/

-- 
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]




[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 production
server.  Eveything was working ok until I try to
access the part the uses the oracle where it hangs for
a while and then gives me a [notice] child pid X
exit signal Segmentation fault (11).

I've compiled using './configure' '--with-apxs'
'--with-ttf' '--with-xml' '--with-gd' '--with-ftp'
'--enable-session' '--enable-trans-sid' '--with-zlib'
'--enable-inline-optimization'
'--with-oci8=/u01/app/oracle/product/8.1.7/'
--with-mcrypt  --enable-sigchild

Any ideas ?

Thanks.

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

-- 
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 - 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 to the
 oracle/procedure itself).
 
 Last night I moved the scripts to the production
 server.  Eveything was working ok until I try to
 access the part the uses the oracle where it hangs for
 a while and then gives me a [notice] child pid X
 exit signal Segmentation fault (11).
 
 I've compiled using './configure' '--with-apxs'
 '--with-ttf' '--with-xml' '--with-gd' '--with-ftp'
 '--enable-session' '--enable-trans-sid' '--with-zlib'
 '--enable-inline-optimization'
 '--with-oci8=/u01/app/oracle/product/8.1.7/'
 --with-mcrypt  --enable-sigchild

is your apache linked against -lpthread?

please read http://www.php.net/bugs-dos-and-donts.php and
submit a bug report (with backtrace).

re,
tc

-- 
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]




[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=/usr/loc
al --with-tiff-dir=/usr/local --with-freetype --with-t1lib --with-pdflib=/us
r/local --enable-track-vars
---

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
it outputs a only a colon as  if it were trying to output an error.

Does anyone know what may be going on here. The OS is Redhat 5.2, MySQL is
v. 3.23.37. Thanks.

--
Dominic




-- 
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 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
 it outputs a only a colon as  if it were trying to output an error.

I had similar issues with the upgrade from 4.0.4pl1 to 4.0.5. I had to go
back to 4.0.4pl1 and I'm just going to wait for 4.0.6 and see what happens
with that.
-- 
darron froese
new media technologist
sutton javelin corporate communications
t  403.716.0351
f  403.265.7662
e  [EMAIL PROTECTED]


-- 
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]




[PHP] PHP 4.0.5 Parse Problems

2001-05-07 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 editor 
Pepper. Some were also created on Windows 2000 using Notepad. Previously 
I noticed a post to this list noting a problem with line endings:

With 4.0.4pl1 and earlier, this did not occur, but with 4.0.5, there
are some files on our server that are not getting parsed as php, and
just showing up as the code itself.  The problem files are a mess, but
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 vi, and
have ^M's everywhere.  If they pull them back into HomeSite and save
as UNIX format and upload, no problem.  What changed in PHP that would
make this difference.  I would just tell them to do this with all the
problem ones, but there are a lot.
This is on OpenBSD, btw.  Thanks.
-Ken

I tried changing the line endings of some of my files, but to no avail. 
The only thing that seems to work for me is to create a new file using 
vi or pico - PHP then parses it perfectly. For now, PHP 4.0.5 isn't a 
must-have upgrade, so I went back to 4.0.4pl1.

Is this a bug, or some change in PHP that is causing it to ignore 
alternative (non-UNIX) line endings? If there is a problem with PHP, I 
want to make sure everyone is aware of it so it can be fixed in 4.0.6.

Ben Gollmer

-- 
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 Parse Problems

2001-05-07 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 vi, and
   have ^M's everywhere.  If they pull them back into HomeSite and save
   as UNIX format and upload, no problem.  What changed in PHP that would
   make this difference.  I would just tell them to do this with all the
   problem ones, but there are a lot.
   This is on OpenBSD, btw.  Thanks.
   -Ken
 
 I tried changing the line endings of some of my files, but to no avail. 
 The only thing that seems to work for me is to create a new file using 
 vi or pico - PHP then parses it perfectly. For now, PHP 4.0.5 isn't a 

What transfer mode is your FTP client using to transfer the files?  I 
forget whether it's binary or ASCII mode (I *think the latter...) that 
automatically adjusts linebreak/newline characters for you, but you might 
want to try toggling the client's setting to see if those changed line 
endings can be made to stay changed after transfer.  (BTW, text editors 
often have an option allowing the user to specify which OS's linebreak 
style to use when saving.  Sounds like 4.0.5. may be requiring more of us 
to take advantage of this type of feature.)

-- 
CC

-- 
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]




[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 PROTECTED]

-- 
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]




[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.

   /'^'\
  ( o o )
--oOOO--(_)--OOOo
Devin Atencio
ArosNet Systems Administration .oooO
EMail: [EMAIL PROTECTED]   (   )   Oooo.
\ ((   )-
 \_)) /
   (_/
 

-- 
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]




[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 \
--with-mysql=/usr/local/mysql \
--enable-ftp \
--with-curl \
--with-zlib \
--with-pspell \
--with-ldap \
--with-pdflib \
--with-imap=/usr/local/src/imap-4.5 \
--with-zlib-dir=/usr/lib \
--with-gd \
--with-ttf \
--with-t1lib \
--with-xml \
--with-swf=/usr/local \
--with-java=/usr/local/jdk \
--with-gettext \
--with-mcrypt \
--with-mhash \
--enable-sockets \
--enable-calendar \
--enable-trans-sid \
--enable-track-vars=yes \
--enable-magic-quotes=yes

Looking at the logs I saw a few of these - this wasn't happening with
4.0.4pl1:

[Tue May  1 20:49:21 2001] [notice] child pid 19423 exit signal Segmentation
fault (11)
[Tue May  1 20:51:17 2001] [notice] caught SIGTERM, shutting down
[Tue May  1 20:51:45 2001] [notice] Apache configured -- resuming normal
operations
[Tue May  1 20:57:41 2001] [warn] child process 19677 still did not exit,
sending a SIGTERM
[Tue May  1 20:57:45 2001] [error] child process 19677 still did not exit,
sending a SIGKILL
[Tue May  1 20:57:46 2001] [notice] caught SIGTERM, shutting down
[Tue May  1 20:58:08 2001] [notice] Apache configured -- resuming normal
operations
[Tue May  1 20:59:11 2001] [notice] child pid 20039 exit signal Segmentation
fault (11)
[Tue May  1 21:00:54 2001] [notice] child pid 20290 exit signal Segmentation
fault (11)

I've downgraded to 4.0.4pl1 and all is well again.

I've tried to generate a core dump file (Apache also has write access to a
folder specified with the CoreDumpDirectory directive.) using the
instructions here but have been unsuccessful:

http://www.php.net/bugs-generating-backtrace.php

I can't run httpd -X as suggested on that page because my version of Apache
(1.3.19) doesn't support it.

What can I do to get more debugging information so that this can get looked
at?
-- 
darron froese
new media technologist
sutton javelin corporate communications
t  403.716.0351
f  403.265.7662
e  [EMAIL PROTECTED]




-- 
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 module causes Apache child processes to segfault...

2001-05-02 Thread John Huggins

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
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] 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/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 \
 --with-mysql=/usr/local/mysql \
 --enable-ftp \
 --with-curl \
 --with-zlib \
 --with-pspell \
 --with-ldap \
 --with-pdflib \
 --with-imap=/usr/local/src/imap-4.5 \
 --with-zlib-dir=/usr/lib \
 --with-gd \
 --with-ttf \
 --with-t1lib \
 --with-xml \
 --with-swf=/usr/local \
 --with-java=/usr/local/jdk \
 --with-gettext \
 --with-mcrypt \
 --with-mhash \
 --enable-sockets \
 --enable-calendar \
 --enable-trans-sid \
 --enable-track-vars=yes \
 --enable-magic-quotes=yes

 Looking at the logs I saw a few of these - this wasn't happening with
 4.0.4pl1:

 [Tue May  1 20:49:21 2001] [notice] child pid 19423 exit signal
 Segmentation
 fault (11)
 [Tue May  1 20:51:17 2001] [notice] caught SIGTERM, shutting down
 [Tue May  1 20:51:45 2001] [notice] Apache configured -- resuming normal
 operations
 [Tue May  1 20:57:41 2001] [warn] child process 19677 still did not exit,
 sending a SIGTERM
 [Tue May  1 20:57:45 2001] [error] child process 19677 still did not exit,
 sending a SIGKILL
 [Tue May  1 20:57:46 2001] [notice] caught SIGTERM, shutting down
 [Tue May  1 20:58:08 2001] [notice] Apache configured -- resuming normal
 operations
 [Tue May  1 20:59:11 2001] [notice] child pid 20039 exit signal
 Segmentation
 fault (11)
 [Tue May  1 21:00:54 2001] [notice] child pid 20290 exit signal
 Segmentation
 fault (11)

 I've downgraded to 4.0.4pl1 and all is well again.

 I've tried to generate a core dump file (Apache also has write access to a
 folder specified with the CoreDumpDirectory directive.) using the
 instructions here but have been unsuccessful:

 http://www.php.net/bugs-generating-backtrace.php

 I can't run httpd -X as suggested on that page because my version
 of Apache
 (1.3.19) doesn't support it.

 What can I do to get more debugging information so that this can
 get looked
 at?
 --
 darron froese
 new media technologist
 sutton javelin corporate communications
 t  403.716.0351
 f  403.265.7662
 e  [EMAIL PROTECTED]




 --
 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]



-- 
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 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
 with a recompile.

I'm sure they do too - but if I can get some more information to help to
pinpoint the issue (if there is one with PHP and not with my box) - that
makes it easier on them.
-- 
darron froese
new media technologist
sutton javelin corporate communications
t  403.716.0351
f  403.265.7662
e  [EMAIL PROTECTED]


-- 
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 module causes Apache child processes to segfault...

2001-05-02 Thread John Monfort



  I too had to downgrade to PHP 4.0.4pl1. Version 4.0.5 would not let me
  load my extensions(dynamically).

   PHP+Apache
   Win 98

__John Monfort_
_+---+_
 P E P I E  D E S I G N S
   www.pepiedesigns.com
The world is waiting, are you ready?
-+___+-

On Wed, 2 May 2001, John Huggins 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
 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] 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/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 \
  --with-mysql=/usr/local/mysql \
  --enable-ftp \
  --with-curl \
  --with-zlib \
  --with-pspell \
  --with-ldap \
  --with-pdflib \
  --with-imap=/usr/local/src/imap-4.5 \
  --with-zlib-dir=/usr/lib \
  --with-gd \
  --with-ttf \
  --with-t1lib \
  --with-xml \
  --with-swf=/usr/local \
  --with-java=/usr/local/jdk \
  --with-gettext \
  --with-mcrypt \
  --with-mhash \
  --enable-sockets \
  --enable-calendar \
  --enable-trans-sid \
  --enable-track-vars=yes \
  --enable-magic-quotes=yes
 
  Looking at the logs I saw a few of these - this wasn't happening with
  4.0.4pl1:
 
  [Tue May  1 20:49:21 2001] [notice] child pid 19423 exit signal
  Segmentation
  fault (11)
  [Tue May  1 20:51:17 2001] [notice] caught SIGTERM, shutting down
  [Tue May  1 20:51:45 2001] [notice] Apache configured -- resuming normal
  operations
  [Tue May  1 20:57:41 2001] [warn] child process 19677 still did not exit,
  sending a SIGTERM
  [Tue May  1 20:57:45 2001] [error] child process 19677 still did not exit,
  sending a SIGKILL
  [Tue May  1 20:57:46 2001] [notice] caught SIGTERM, shutting down
  [Tue May  1 20:58:08 2001] [notice] Apache configured -- resuming normal
  operations
  [Tue May  1 20:59:11 2001] [notice] child pid 20039 exit signal
  Segmentation
  fault (11)
  [Tue May  1 21:00:54 2001] [notice] child pid 20290 exit signal
  Segmentation
  fault (11)
 
  I've downgraded to 4.0.4pl1 and all is well again.
 
  I've tried to generate a core dump file (Apache also has write access to a
  folder specified with the CoreDumpDirectory directive.) using the
  instructions here but have been unsuccessful:
 
  http://www.php.net/bugs-generating-backtrace.php
 
  I can't run httpd -X as suggested on that page because my version
  of Apache
  (1.3.19) doesn't support it.
 
  What can I do to get more debugging information so that this can
  get looked
  at?
  --
  darron froese
  new media technologist
  sutton javelin corporate communications
  t  403.716.0351
  f  403.265.7662
  e  [EMAIL PROTECTED]
 
 
 
 
  --
  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]
 


 --
 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]




-- 
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 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 message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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
  with a recompile.

 I'm sure they do too - but if I can get some more information to help to
 pinpoint the issue (if there is one with PHP and not with my box) - that
 makes it easier on them.
 --
 darron froese
 new media technologist
 sutton javelin corporate communications
 t  403.716.0351
 f  403.265.7662
 e  [EMAIL PROTECTED]


 --
 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]



-- 
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 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.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 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 PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 so, how is it different?  thanks.

-aaron

--
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]

--
Zeev Suraski [EMAIL PROTECTED]
CTO   co-founder, Zend Technologies Ltd. http://www.zend.com/


-- 
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 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 Sellars

--
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]

--
Zeev Suraski [EMAIL PROTECTED]
CTO   co-founder, Zend Technologies Ltd. http://www.zend.com/


-- 
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]




[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 more) of the bugs that were fixed.  Note that PHP 4.0.6 is also planned 
for the near future, featuring mostly bug fixes;  This may affect your 
upgrade considerations.

Notable features:
- High performance output compression support and improved output buffering
- Experimental FastCGI module
- A lot of PEAR work
- Significantly improved thread safety (users of multithreaded servers 
should definitely upgrade if they have earlier versions of PHP)

Full list of changes is available at http://www.php.net/ChangeLog-4.php, 
and is also attached at the end of this letter.  Thanks goes to the PHP QA 
team, which worked a lot to make sure that this release works as well as 
expected, and beyond.  Special thanks to Mr. J, which managed to survive 
the long and thrilling QA process without getting a heart attack :)

Zeev

30 Apr 2001, Version 4.0.5
- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
   one should use new preg_replace_callback() function. (Andrei)
- Added new php.ini directive: arg_separator.input which is used to tell
   PHP which characters are considered as argument separators in URLs.
   Renamed php.ini directive: arg_separator - arg_separator.output (Jani)
- Added FastCGI SAPI module. (Ben Mansell)
- Added array_reduce(), which allows iterative reduction of an array
   to a single value via a callback function. (Andrei)
- The imageloadfont function of the gd extension should be not platform
   dependent after this fix. ([EMAIL PROTECTED])
- Fixed a compatibility problem in some file functions (fgets, fputs, fread,
   fwrite). The ANSI standard says that if a file is opened in read/write
   mode, fseek() should be called before switching from reading to writing
   and vice versa. ([EMAIL PROTECTED])
- Fixed argument checking for call_user_func* functions and allowed
   specifying array($obj, 'method') syntax for call_user_func_array. (Andrei)
- Fixed parent::method() to also work with runtime bindings.
   (Zeev, Zend Engine)
- Implemented high-performance zlib-based output compression - see
   zlib.output_compression INI directive. (Zeev)
- Improved ob_gzhandler() to support chunked output buffering - it's
   recommended to use it with 4KB chunks. (Zeev)
- Fixed chunked output buffering. (Zeev)
- Forced call_user_method() and call_user_method_array() to take the
   object argument by reference. (Andrei)
- Fixed binding of ROWIDs in OCI8. (Thies)
- Added PEAR/Cache as a generic Caching System. (Sebastian, PEAR/Cache)
- Added IMAP quota support (imap_set_quota, imap_get_quota), enabled/added via
   c-client2000. (kalowsky)
- Upgraded PCRE to version 3.4. (Andrei)
- Added array_search which works similar to in_array but returns
   the key instead of a boolean. ([EMAIL PROTECTED])
- Fixed pgsql transaction support. (Stig, PEAR/DB)
- Added new object VARIANT() to encapsulate values for use with
   the COM and DOTNET module. Therefore it is now possible to pass
   values by reference, convert php values to extended variant types (currency,
   date, idispatch, iunknown, ...) and define the codepage that should
   be used for unicode - conversion.
- Improved overall speed of IRCG, added URL handling to message scanner.
   (Sascha)
- Fixed some modules to allow using output-buffering. (Thies)
- Added the chroot() function. (Derick)
- PostgreSQL now does a rollback at the end of a request on every
   persistent connection. This is done by doing an empty transaction
   on the connection. This was advised by someone from the PostgreSQL
   core-team. (Thies)
- Fixed PostgeSQL pg_connect() bug. We would sometimes close the default
   link by accident. (Patch by: [EMAIL PROTECTED])
- Improved OCI8 dead-session detection. (Patch by: George Schlossnagle)
- Fixed get_meta_tags() multiline bug #4556. (Sean)
- Prefer random() over *rand48(). (JimJag)
- Sped up WDDX serialization 2x. (Andrei)
- Added a new parameter to mail() which appends aditional command line
   parameters to the mail program. (Derick)
- Added Udm_Clear_Search_Limits mnoGoSearch extension function. (gluke)
- Fixed mnogosearch protos. Fixed mnogosearch functions return values.
   A bug with capital letters break search has been fixed. (gluke)
- Static methods can now be called via call_user_method_* functions, e.g.
   call_user_method('method', 'class'), and also array('class', 'method')
   constructs (for array_walk(), for example). (Andrei, Zend Engine)
- microtime() under Windows now returns accurate values. (James)
- Added PREG_SPLIT_DELIM_CAPTURE flag to preg_split() that allows for Perl-like
   functionality of capturing parenthesized delimiter expression. (Andrei)
- Fixed strip_tags() to not strip a lone  character. (Rasmus)
- 

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
 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 (Thursday I believe), and I think I recall
that unless lot's of things went wrong this is the last RC
   
-fkr
   
ps. I guess, it's released once it works fine :)
  
   Why don't the publicate the RC's. I had a hard time getting RC5.

 they are freely avaialiable on the net for download. or you always
 have cvs :)

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!!

Saludos... :-)

-- 
El mejor sistema operativo es aquel que te da de comer.
Cuida tu dieta.
-
Martin Marques  |[EMAIL PROTECTED]
Programador, Administrador  |   Centro de Telematica
   Universidad Nacional
del Litoral
-

-- 
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 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 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.
Cuida tu dieta.
-
Martin Marques  |[EMAIL PROTECTED]
Programador, Administrador  |   Centro de Telematica
   Universidad Nacional
del Litoral
-

-- 
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 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.
 
 saludos... :-)


For dynamic yes NOT for static. 

-- 
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 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 Hansen


--
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]




[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 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-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 (Thursday I believe), and I think I recall that unless
lot's of things went wrong this is the last RC

-fkr

ps. I guess, it's released once it works fine :)
-- 
gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0  8A48 0D31 9BD3 D9AC 74D0 
  |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE  |
  |all your base are belong to us  |  shame on me  | fkr@IRCnet | 


-- 
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-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 knows the release date??

 RC7 got out a few days ago (Thursday I believe), and I think I recall that
 unless lot's of things went wrong this is the last RC

 -fkr

 ps. I guess, it's released once it works fine :)

Why don't the publicate the RC's. I had a hard time getting RC5.

Saludos... :-)

-- 
El mejor sistema operativo es aquel que te da de comer.
Cuida tu dieta.
-
Martin Marques  |[EMAIL PROTECTED]
Programador, Administrador  |   Centro de Telematica
   Universidad Nacional
del Litoral
-

-- 
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-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, anyone knows the release date??
  
  RC7 got out a few days ago (Thursday I believe), and I think I recall that unless
  lot's of things went wrong this is the last RC

RC8 too :)

-- 
Henrik Hansen


-- 
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-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 comming out the week after.
Haven't seen it yet, anyone knows the release date??
  
   RC7 got out a few days ago (Thursday I believe), and I think I recall that
   unless lot's of things went wrong this is the last RC
  
   -fkr
  
   ps. I guess, it's released once it works fine :)
  
  Why don't the publicate the RC's. I had a hard time getting RC5.

they are freely avaialiable on the net for download. or you always
have cvs :)

-- 
Henrik Hansen


--
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-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 working on something...
...but forgot what it was.


Henrik Hansen [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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, anyone knows the release date??
  
   RC7 got out a few days ago (Thursday I believe), and I think I recall
that unless
   lot's of things went wrong this is the last RC

 RC8 too :)

 --
 Henrik Hansen


 --
 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]




-- 
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-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]...
 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.edsamail.com

 --
 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]



-- 
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.dev will not read php.ini on NT

2001-01-18 Thread Robert


  Configuration File (php.ini) Path php.ini

is what it said before.
It still says that, I switched back to 4.04pl1 and now it works fine
I wrote an IC parts search engine that will search our MSSQL database for
partial part numbers and
part numbers with the dash in the wrong place. It'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
Subject: Re: [PHP] php 4.0.5.dev will not read php.ini on NT



 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 folders to try to get it to
 R work

 R C:\winnt
 R C:\
 R C:\winnt\system32
 R C:\windows  ---created just to see if it would work

 Stick ?php phpinfo(); ? into a file and load it in a browser. Look
 for the line that says something along the lines of:

 php.ini file path is set to: X

 Where X is the base directory. I'm not sure about 4.x's phpfino()
 saying those exact words, but where ever it says it should be,
 put it in that directory and try it.

 R GRRR!!!
 R What's up here?
 R Thanks

 -Brian
 --
 If a listener nods his head when you're
 explaining your program, wake him up.



 --
 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]




-- 
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.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 folders to try to get it to
R work

R C:\winnt
R C:\
R C:\winnt\system32
R C:\windows  ---created just to see if it would work

Stick ?php phpinfo(); ? into a file and load it in a browser. Look
for the line that says something along the lines of:

php.ini file path is set to: X

Where X is the base directory. I'm not sure about 4.x's phpfino()
saying those exact words, but where ever it says it should be,
put it in that directory and try it.

R GRRR!!!
R What's up here?
R Thanks

-Brian
--
If a listener nods his head when you're
explaining your program, wake him up.



-- 
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]