php-install Digest 30 Nov 2002 04:48:23 - Issue 1140
Topics (messages 9274 through 9275):
Re: Starting Apache2 with php 4.2.3
9274 by: Mike P
variable $PHP_SELF
9275 by: John Coder
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe
I recently upgraded to php-4.3.0RC2 and I'm having probs with the
$PHP_SELF variable. where in the php.ini do I set this? and to what
value? Right now I am using the old php.ini and it seems to be doing
well but I would like to use the new php.ini that came with the tarball.
in case any other chang
You don't need the AddModule line BUT you need to change to the
php4apache2.dll rather than the php4apache.dll
"Eugene Sherbin" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi, I'm trying to setup PHP 4.2.3-Win32 as a sapi module into Win32 apache
> client (
php-install Digest 29 Nov 2002 11:54:45 - Issue 1139
Topics (messages 9270 through 9273):
Another problem!!
9270 by: Sabina Alejandr Schneider
9271 by: Chris Hewitt
install php ldapcsdk solaris iplanet
9272 by: claudia raedig
Re: building on OS X with pgsql support
PHP 4.3.0RC2 compiles out of the box if you install the fink
postgresql-ssl-dev package.
Regards, Frank
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hello everybody,
I want to run php 4.2.3 with ldapcsdk (version 5.08) on solaris 8.
after the make install I get following error message when starting the
webserver (iplanet 4.1 sp7):
..fatal relocation error ..
..symbol ldap_start_tls_s referenced symbol not found
please!!! has anybody a solu
Sabina Alejandr Schneider wrote:
know how to enable the posting of variables in the form of:
test.php?var=1 there is something wrong with that because it doesn't
function and in the version Apache 1.x
In recent versions of php register_globals is off by default in php.ini
(it used to be on).