Re: [PHP-INST] php.4.1.1 and ldapsdk - why doesn't it work

2002-03-14 Thread Joe R. Jah
On Thu, 14 Mar 2002, ZILBER,LEONID (HP-NewJersey,ex1) wrote: > Date: Thu, 14 Mar 2002 08:37:06 -0800 > From: "ZILBER,LEONID (HP-NewJersey,ex1)" <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: [PHP-INST] php.4.1.1 and ldapsdk - why doesn't it work > > Hi guys, > >

Re: [PHP-INST] PHP 4.1.1 - Problems with popen

2002-03-05 Thread Joerg Linder
> Can anybody please help me with the following problem ? > I am trying to run a shell command via popen but nothing happens > Here's an example: > $fd = popen("/usr/sbin/sendmail -t ","w"); > fputs($fd, "To: [EMAIL PROTECTED]\n"); > fputs($fd, "From: [EMAIL PROTECTED]\n"); > fputs

RE: [PHP-INST] php 4.1.1 install to local user dir

2002-03-04 Thread Mikael Petterson (ERA)
Hi, I have installed php4.0.6 onto my local account. Use the folowing when you do configure: ./configure --prefix=PREFIX PREFIX is /home// then it will install in your home. Do you have root access? //Mikael -Original Message- From: Hunter Vaughn [mailto:[EMA

Re: [PHP-INST] php 4.1.1 + apache 1.23 + oracle 8i srv on w2k prof

2002-03-04 Thread Lilian Salazar
Tienes que habilitar la libreria desde el archivo php.ini, descomentando la linea correspondiente -- Saludos, Lilianmailto:[EMAIL PROTECTED] quebe> Hi quebe> when I'm trying to connect to my oracle db with quebe> dl("php_oci8.dll"); I've

RE: [PHP-INST] PHP 4.1.1 compile problem with imap options

2002-02-28 Thread T Churchward
Hello It appears that this is likely to be a bug. Using php 4.0.6 everything works fine. On my way to bug.php.net my thanks to those that looked into this on my behalf. Tom -Original Message- From: T Churchward [mailto:[EMAIL PROTECTED]] Sent: 27 February 2002 15:34 To: [EMAIL

Re: [PHP-INST] PHP 4.1.1 in Apache 1.3.22 won't start

2002-02-21 Thread B. PERRINE
Is your apache is compiled with SSL support in both case ? It may be in the second, because of the secret key. I think it's a problem linked to ssl. I used apache+mod_ssl with php4.0.4pl1 and php4.1.1 in testing phase. And I have no problem. In my case, I don't compile openssl with php. le mar

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-07 Thread Steven Cayford
Hmm. I wish I knew more about the whole configure/make process. One thing: it doesn't look like it can't find /usr/bin/ld, but rather /usr/bin/ld can't find one of its arguments. My only other guess would be to copy /usr/libexec/config.guess and /usr/libexec/config.sub into your build director

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Ryan Walker
Thank you for the suggestion. Unfortunately, it didn't help. I get the same error. Any more ideas out there? Ryan At 9:45 PM -0600 2/6/02, Steven Cayford wrote: >I don't know if the configure script for 4.1.1 deals with the two >level namespace on OSX, but for 4.0.6 I had to manually edit the

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Steven Cayford
I don't know if the configure script for 4.1.1 deals with the two level namespace on OSX, but for 4.0.6 I had to manually edit the libtool after running configure. Find the line beginning with "archive_cmds='$CC ...'", and add ' -flat_namespace ' after the 'CC'. Then run make. -Steve On 2002

Re: [PHP-INST] Php 4.1.1

2002-01-21 Thread Yuriy Rusinov
Christ Christoph (Erste) wrote: > maybe you don't have installed the latest DCOM update from microsoft? Possible yes, what I have to do it to install this update ? Best regards, Sincerely yours, Yuriy Rusinov. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

RE: [PHP-INST] Php 4.1.1

2002-01-20 Thread Christ Christoph (Erste)
maybe you don't have installed the latest DCOM update from microsoft? -Original Message- From: Yuriy Rusinov [mailto:[EMAIL PROTECTED]] Sent: 21. ledna 2002 8:00 To: [EMAIL PROTECTED] Subject: [PHP-INST] Php 4.1.1 Hello ! I've downloaded php and try to launch php.exe from command line

Re: [PHP-INST] php 4.1.1 RH 7.2 apache 1.3.20 problem HELP!

2002-01-19 Thread Chris
Greetings, I won't swear to it but the issue you're having *might* be syntax related. Secondly, you seem to be missing a reference to a vital file in your httpd.conf file. The file I'm referring to is mod_php4.c. Following, a small portion of the pertinent section: -8<[snip]--

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Marc G. Fournier
Got it ... application/x-httpd-php doesn't appear to work, but application/x-http-php does ... On Wed, 2 Jan 2002, Marc G. Fournier wrote: > On Wed, 2 Jan 2002, Chris wrote: > > > You *almost* did it correctly. Try adding the following to your httpd.conf file: > > # DirectoryIndex: Name of the

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Marc G. Fournier
On Wed, 2 Jan 2002, Chris wrote: > You *almost* did it correctly. Try adding the following to your httpd.conf file: > # DirectoryIndex: Name of the file or files to use as a pre-written HTML > # directory index. Separate multiple entries with spaces. > # > > DirectoryIndex index.html index.

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, b ut

2002-01-02 Thread Marc G. Fournier
Does PHP4.x no longer come up in the notice for Apache2? [Thu Jan 03 01:19:49 2002] [notice] Apache/2.0.28 (Unix) mod_ssl/3.0a0 OpenSSL/0.9.6 DAV/2 configured -- resuming normal operations Austin Gonyou wrote: > See the following for Apache2 + php 4.x: > # > #For PHP to work > AddType applicat

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, b ut

2002-01-02 Thread Austin Gonyou
See the following for Apache2 + php 4.x: # #For PHP to work AddType application/x-httpd-php .php .html SetInputFilter php SetOutputFilter php I put this right after the last AddCharset. Hope this helps. On Wed, 2002-01-02 at 17:30, Chris wrote: > > > > as a quick follow up, I installed ls

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Chris
> > as a quick follow up, I installed lsof, and it appears that php4 is being loaded, > but if I hit a simple 'phpinfo.php' page, it asks me to download it ... so, for > some reason, its not registering application/x-httpd-php as a valid type? > > On Wed, 2 Jan 2002, Marc G. Fournier wrote: > >

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, butno errors reported?

2002-01-02 Thread Marc G. Fournier
as a quick follow up, I installed lsof, and it appears that php4 is being loaded, but if I hit a simple 'phpinfo.php' page, it asks me to download it ... so, for some reason, its not registering application/x-httpd-php as a valid type? On Wed, 2 Jan 2002, Marc G. Fournier wrote: > > Hi > >