php-install Digest 29 Nov 2002 11:54:45 -0000 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 (works with 4.3.0RC2)
        9273 by: Frank Joerdens

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message --- I have another problem now that I have configured the php + apache... First of all, thank you to all the personas who have answerd my first question!!!! Now I need to 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 did function!! Thanks in advance to everybody!!!!






_________________________________________________________________

Tutopia - Acceso a Internet rápido, fácil y a los mejores precios.
http://www.tutopia.com
--- End Message ---
--- Begin Message ---
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). The change in this default is documented in the release notes. You can turn it back on if you wish but the default changed to off for security reasons.

With it off, get the value of var with:
$var = $_GET['var'}
for "get" data, or
$var = $_POST['var'}
for "post" data.

HTH
Chris


--- End Message ---
--- Begin Message --- 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 solution to my problem?
thank you very much in advance,
ciao, claudia

--- End Message ---
--- Begin Message ---
PHP 4.3.0RC2 compiles out of the box if you install the fink
postgresql-ssl-dev package.

Regards, Frank
--- End Message ---

Reply via email to