Re: [PHP-INST] Problem on getting value.

2003-06-21 Thread Frédéric Trudeau
IN your php.ini config file, look for the line "register_globals". It is probablly set to 'off' right now. Simply set ti to 'on'. However, this may lead to security problems, and I advise you code your script to avoid this. - Original Message - From: "Joe Phyism" <[EMAIL PROTECTED]> To: <

Re: [PHP-INST] Problem with PHP

2003-06-14 Thread Stephen
ROTECTED]> To: "Stephen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2003 11:01 AM Subject: Re: [PHP-INST] Problem with PHP > Hi, > > I am following this and had also some difficulties with Apache (Version 1.3) > when upgrading PHP to latest st

Re: [PHP-INST] Problem with PHP

2003-06-14 Thread Doris Pelger .:. Eva Horner
Doris - Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: ".ma" <[EMAIL PROTECTED]> Cc: "Installation Helplist (PHP)" <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2003 11:40 AM Subject: Re: [PHP-INST] Problem with PHP > php4ts.dll

Re: [PHP-INST] Problem with PHP

2003-06-14 Thread Stephen
TECTED]> Sent: Saturday, June 14, 2003 10:33 AM Subject: Re: [PHP-INST] Problem with PHP > hi > > it _is_ a unix-file. but afaik the dll-files (php4ts.dll > php4apache.dll) need to be in the system root (for Win98 thats > c:\windows\system and for NT thats c:\WINNT) ? i also

Re: [PHP-INST] Problem with PHP

2003-06-14 Thread . ma
hi it _is_ a unix-file. but afaik the dll-files (php4ts.dll php4apache.dll) need to be in the system root (for Win98 thats c:\windows\system and for NT thats c:\WINNT) ? i also copied every dll from the dlls-folder to the system root, and enabled some extensions (the extensions require those d

Re: [PHP-INST] Problem with PHP

2003-06-14 Thread Stephen
I think thats a unix/linux file. In windows, you only need the php4apache.dll and php4ts.dll file (I might have got the spellings wrong!). They need to be in the same directory, and by default one is in the php base root and the other is the php/sapi Stephen - Original Message - From: "B

Re: [PHP-INST] problem to the installation

2003-04-06 Thread Rasmus Lerdorf
sage - > From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> > To: "Milhouse Van Houten" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, April 05, 2003 2:37 AM > Subject: Re: [PHP-INST] problem to the installation > > > > Th

Re: [PHP-INST] problem to the installation

2003-04-05 Thread Milhouse Van Houten
us Lerdorf" <[EMAIL PROTECTED]> To: "Milhouse Van Houten" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 2:37 AM Subject: Re: [PHP-INST] problem to the installation > There is no --with-apache2 switch. Use --with-apxs2 and point it a

Re: [PHP-INST] problem to the installation

2003-04-04 Thread Rasmus Lerdorf
There is no --with-apache2 switch. Use --with-apxs2 and point it at your apxs script. But, keep in mind that Apache2+PHP is barely beta-quality and you are likely to run into problems. For any sort of production server, use Apache-1.3.x -Rasmus On Sat, 5 Apr 2003, Milhouse Van Houten wrote: >

Re: [PHP-INST] Problem with -c option and --with-config-file-pathoption

2003-03-27 Thread Rasmus Lerdorf
Please do not spam multiple lists with the same question. Especially since you haven't managed to hit the right one yet. [EMAIL PROTECTED] would have been the appropriate list. On Thu, 27 Mar 2003, Mark Striebeck wrote: > Hi, > > we are building PHP with the --with-config-file-path compile s

RE: [PHP-INST] Problem

2003-03-27 Thread Stembridge, Michael
Oops, forgot about register globals. I'll just add that register globals can't be changed with ini_set(); It has to be done in the php.ini config file (and Apache must be restarted). If this is a site open to the general public it's a good idea to not turn globals on, and to use the example

RE: [PHP-INST] Problem

2003-03-27 Thread Rich Gray
> I have installed php 4.3.1 in my Apache server 1.3.2 as a server > module abd the operative system is Window 98. It works with my > php scripts but, when I try to pass variables to a php from > another file or from the browser, php doesn't recognise the variable. > > For example, with a script li

RE: [PHP-INST] Problem

2003-03-27 Thread Stembridge, Michael
Any of the following will work: If these don't work I suggest adding this to your script and reloading the page: That should print your php info screen, if it does not then you have a configuration issue. - Mike > -Original Message- > From: Sandra Rius [mailto:[EMAIL PROTECTE

RE: [PHP-INST] problem connecting PHP w/ODBC

2003-03-21 Thread Beverly Steiner
Problem fixed! Thank you to David who pointed out that I had my variables switched in the in the odbc_exec and odbc_cursor lines. For ODBC, the connection variable comes first (the opposite of MySQL). Bev -- Beverly Steiner [EMAIL PROTECTED] -Original Message- From

Re: [PHP-INST] Problem installing PHP4/IIS isapi

2003-02-26 Thread Stéphane Moitry
Many thanks ! I left the php4ts.dll in the php directory because I thought it was in the right directory (with php.exe), but as the php4isapi.dll was in another directory, it didn't work ... It's ok now, thanks again ! Stéphane P.S. : Are you french too ? "Rich Gray" <[EMAIL PROTECTED]> a écrit

RE: [PHP-INST] Problem installing PHP4/IIS isapi

2003-02-26 Thread Rich Gray
Salut Stephane Did you install the php4ts.dll into winnt\system32? Did you install php4isapi.dll as a new ISAPI filter? Did you stop and re-start IIS? A+ Rich > > Hi everybody, > > I've a big problem : I usually use ASP scripts, but if I watch > what is done, > it seems to be usefull to know how

Re: [PHP-INST] Problem compiling PHP 4.3.0 with GD

2003-01-22 Thread frankv
Hi Thank you But, the problem was solved updating SED version on Solaris 8 !!! Best regards, On Wed, 22 Jan 2003 11:35:25 +0500 "toby -" wrote: > > hi > > you need tow extra libraries for gd support > > tiff and jpeg > > you will hae to down load these, put them in ur php folder and co

Re: [PHP-INST] Problem compiling PHP 4.3.0 with GD

2003-01-21 Thread toby -
hi you need tow extra libraries for gd support tiff and jpeg you will hae to down load these, put them in ur php folder and configure php.ini to work --with both hope dis helps . good luck toby . _ Add photos to your

Re: [PHP-INST] Problem configuring PHP 4.3.0 with IMAP on RH 7.2

2003-01-11 Thread Stephen
Still no solution for configging apache(1.3.27) when PHP(4.3.0) is done with -- with-imap. Any suggestions? Thanks, Stephen Here's my output: hostname# ./configure --prefix=/usr/local/apache --activate- module=src/modules/php4/libphp4.a Configuring for Apache, Version 1.3.27 + using installati

Re: [PHP-INST] Problem - Apache & PHP

2003-01-06 Thread Chris Hewitt
Reetu Singh wrote: I have a problem with running PHP in modular form as I want to store the global PHP_AUTH_USER which i can not use in the cgi version. When i run .php3 files it just displays the php files as such. And also I am unable to run the cgi files on the apache. Can any one help me.

Re: [PHP-INST] problem

2003-01-04 Thread Stephen Edmonds
]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 04, 2003 8:51 PM Subject: Re: [PHP-INST] problem > > ahhh nice.. the content filter at my work just stopped me from going to > your sitePHP enters the Porn world i see. > > so if you have an error that yo

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
Hi again, Rasmus, I just found out on another forum for PDFLib that the packages they provide on their website will not work with PHP 4.3.0, the reason being, I quote: "the PDFlib 4.0.3 binaries for PHP 4.2.1 and higher will not work with php 4.3.0. The problem is, that the "warn_not_available"

Re: [PHP-INST] problem

2003-01-04 Thread Jeffrey_N_Dyke
ahhh nice.. the content filter at my work just stopped me from going to your sitePHP enters the Porn world i see. so if you have an error that you'd like help with please send details. jeff

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
> Well, according to ours you should build it from PHP. OK, I'll try it then > Note that Apache2+PHP is very experimental. Thanks, I know but I just installed it at home just to see how things are working with Apache 2 and MySQL 4.0.7. Just to try and catch as many problems as possible before m

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Rasmus Lerdorf
> I did not build php with it. I downloaded PDFLib from pdflib.com and > followed their instructions ("Loadable Module (DSO)" is the recommended way > for using PDFlib with PHP instead of rebuilding PHP with --with-pdflib, > accrodig to their manual). Well, according to ours you should build it fr

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
Hi Rasmus, I did not build php with it. I downloaded PDFLib from pdflib.com and followed their instructions ("Loadable Module (DSO)" is the recommended way for using PDFlib with PHP instead of rebuilding PHP with --with-pdflib, accrodig to their manual). Then I copied the file libpdf_php.* fro

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Rasmus Lerdorf
> The module (libpdf_php.so) is in /usr/include/php. It's the folder specified > in the extension_dir variable of the php.ini file.In the same file, I also > added extension=libpdf_php.so Where did you get this libpdf_php.so file? When building it from PHP using --with-pdf=shared it gets called p

Re: [PHP-INST] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Lic. Rodolfo Gonzalez Gonzalez
On Wed, 18 Dec 2002, Adam Voigt wrote: > Hmm, if your mysql part looks like: --with-mysql > Try changing it to the full path like: --with-mysql=/usr/local/mysql > (OR whatever the path is) It has the path /usr which has worked before (forgot to post it :). Now I think the problem are the RPM's fr

Re: [PHP-INST] Problem with lex?

2002-12-18 Thread Jim Thome
Install bison, flex, and binutils, and try again. >>> "Interware (Roboz)" <[EMAIL PROTECTED]> 12/17/02 09:43PM >>> Hi All, Please help me. I can't install the PHP. Thanks: Béci nagygep:~/install/php/php-4.1.2 # ./configure --with-

Re: [PHP-INST] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Adam Voigt
Hmm, if your mysql part looks like: --with-mysql Try changing it to the full path like: --with-mysql=/usr/local/mysql (OR whatever the path is) If it already has the path trying dropping it off and seeing if the default connection library works. On Wed, 2002-12-18 at 12:23, Lic. Rodolf

Re: [PHP-INST] Problem configuring php with oracle. libclntsh.so.8.0 load error

2002-12-09 Thread Chris Hewitt
david kim wrote: ./configure --with-apache=/usr/local/soma/apache1327 --with-mysql=no --enabl e-track-vars --enable-sigchild \ --with-oci8=/data1/oracle/app/oracle/product/8.1.7 --with-oracle=/data1/orac le/app/oracle/product/8.1.7 --prefix=/usr/local/lib/php420 This may not solve the problem b

RE: [PHP-INST] Problem with mail module on Win32

2002-11-19 Thread Rich Gray
Hi Jessica Some questions... Does the sendmail_from account need to exist on the new server? If yes then has such an account been created? What error messages to you see when the PHP mail function falls over? Rich -Original Message- From: Jessica Gaskins [mailto:[EMAIL PROTECTED]] Sent:

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Arindam Haldar
:) .. ok thanx ...got what u mean now :) Jim Thome wrote: If you finished the previous install (make, make install), and completed the addition of the php module to the apache binary, you will have the PHP support. Arindam Haldar <[EMAIL PROTECTED]> 11/14/02 11:26AM >>> hi all, thanx

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Jim Thome
If you finished the previous install (make, make install), and completed the addition of the php module to the apache binary, you will have the PHP support. >>> Arindam Haldar <[EMAIL PROTECTED]> 11/14/02 11:26AM >>> hi all, thanx for your help.. i want to know if i build php without the " -

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Arindam Haldar
hi all, thanx for your help.. i want to know if i build php without the " --with-apache=X " & recompile, still there will be support for php in apache ?? im sorry for this silly Question but am putting hands on php & apache for the first time... thanx in advance.. A.H Jim Thome wrote: Yo

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Jeffrey_N_Dyke
/14/2002 Subject: Re: [PHP-INST] Problem With Form Data 01:06 PM

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Jorge Reteguin
Maybe you would have to enable globals in php.ini But I would really recomend you not to do it. Instead, you should use $HTTP_POST_VARS['yourPostVariable'] and $HTTP_GET_VARS['yourGetVariable'] in your scripts! I hope this solves your problem. :) > Could this be a PHP setting I need to modif

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
In a message dated 11/14/2002 1:04:13 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Very likely related to register globals. > > How are you parsing your queries? Using $_REQUEST['query'] or anything? > > R > > On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote: > > >

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Marco Tabini
It's probably a register_globals - related issue. Try using the superglobals ($_POST, $_GET, $_REQUEST) instead and it should work on both. Marco -- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to PHP programmers Come visit us at

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread xfesty
Very likely related to register globals. How are you parsing your queries? Using $_REQUEST['query'] or anything? R On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote: Could this be a PHP setting I need to modify? When I fill out a form I built on one of my servers it doesn't

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Jim Thome
You compiled it as part of the Apache binary. Remove the switch "--with-apache=/usr/local/src/apache_1.3.27" and recompile. This will create the PHP binary. Yes it is possible (in most cases) to develop the same scripts for both shell and web, just keep in mind that the environment variables

RE: [PHP-INST] Problem with parsing with CGI

2002-11-11 Thread Rich Gray
Brandon, I think you have answered your own question - because the suffix is .cgi the web server is not using PHP to parse the script - if you want all .cgi scripts to be treated as PHP scripts you will need to configure your webserver to invoke php for that suffix... e.g. for Apache it would be s

Re: [PHP-INST] Problem

2002-11-08 Thread Marco Tabini
take a look at register_globals in the manual Marco - php|architect -- The Monthly Magazine For PHP Professionals Come visit us on the web at http://www.phparch.com! On Fri, 2002-11-08 at 11:45, Benedikt Bobinger wrote: > Hi there! > > I have a little problem with my PHP. > I'm us

Re: [PHP-INST] Problem

2002-11-08 Thread Jim Thome
http://www.php.net/manual/en/security.registerglobals.php or http://www.php.net/manual/de/security.registerglobals.php >>> "Benedikt Bobinger" <[EMAIL PROTECTED]> 11/08/02 09:45AM >>> Hi there! I have a little problem with my PHP. I'm using PHP 4 (running as CGI) on a Win 98SE computer with Ap

RE: [PHP-INST] Problem with CGI scripts apparently caused by mod_php4

2002-10-07 Thread James Mackie
: Stuart Dallas [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 06, 2002 3:37 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-INST] Problem with CGI scripts apparently caused by mod_php4 James Mackie wrote: > Yesh.. Apache 1.3.26 and PHP 4.2.2.. > > I had a bunch of scripts that I ahd writte

Re: [PHP-INST] Problem with CGI scripts apparently caused by mod_php4

2002-10-06 Thread Stuart Dallas
James Mackie wrote: > Yesh.. Apache 1.3.26 and PHP 4.2.2.. > > I had a bunch of scripts that I ahd written running fine on thhe server > until I installed PHP.. As soon as I installed PHP they stopped > working.. Same error.. I rewrote them all in PHP since they were pretty > critical and I didn'

RE: [PHP-INST] Problem with CGI scripts apparently caused by mod_php4

2002-10-06 Thread James Mackie
Yesh.. Apache 1.3.26 and PHP 4.2.2.. I had a bunch of scripts that I ahd written running fine on thhe server until I installed PHP.. As soon as I installed PHP they stopped working.. Same error.. I rewrote them all in PHP since they were pretty critical and I didn't have time to figure out why th

Re: [PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-18 Thread David Dawnay
I actually installed gd-1.8.4 with libpng 1.0.9-1 if that helps. --- David Herring <[EMAIL PROTECTED]> wrote: > > Hi, > > I've had a nightmare getting gd to work with png > support. > > Could you let me know which png library you used ? > i.e > > ldd /usr/local/apache/libexec/libphp.so (as

Re: [PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-18 Thread David Herring
Hi, I've had a nightmare getting gd to work with png support. Could you let me know which png library you used ? i.e ldd /usr/local/apache/libexec/libphp.so (assuming located there) And also, can you confirm you used gd-2.0.1 ? Thanks dave David Dawnay wrote: > It worked! Thanks for your

Re: [PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-18 Thread David Dawnay
It worked! Thanks for your help. --- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > Just use /usr/local > > It needs to find the header file as well which is > obviously not under > /usr/local/lib > > On Tue, 17 Sep 2002, [iso-8859-1] David Dawnay > wrote: > > > I used the following command:

Re: [PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-17 Thread Rasmus Lerdorf
Just use /usr/local It needs to find the header file as well which is obviously not under /usr/local/lib On Tue, 17 Sep 2002, [iso-8859-1] David Dawnay wrote: > I used the following command: > ./configure --with-mysql > --with-apxs=/usr/local/apache/bin/apxs > --with-gd=/usr/local/lib > and got

Re: [PHP-INST] Problem parsing args in 4.2.3

2002-09-06 Thread Lou Picciano / Essex Systems
Mike, I've run into similar concerns while debugging my own php code; I'm relatively new to php, so can't offer much help as to 'what changed as of which version', but... One thing I have run into already while debugging: php parses the _entire_ script before attempting to execute it. So, as I

Re: [PHP-INST] Problem parsing args in 4.2.3

2002-09-06 Thread Chris Hewitt
Mike Carter wrote: >"show.php?thePhoto=test.jpg" in a browser (with the correct url preceeding >the script name). So, it appears PHP is never parsing the argv, or something >major has changed between 4.05 and 4.23 where my test has to be re-written. > The release notes for PHP will indicate that

Re: [PHP-INST] Problem parsing args in 4.2.3

2002-09-06 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file. On Fri, 6 Sep 2002, Mike Carter wrote: > Hello. > I've installed 4.2.3 on Apache 1.3.26 running on an Sun Ultra 1 with Solaris > 9. > > I have a script I wrote a while back that has worked fine on PHP 4.0.5 on my > current server. The script display

Re: [PHP-INST] Problem with PHP and URL variables afterupgrade

2002-09-04 Thread Jim Thome
Turn register_globals on in your php.ini file, or more preferrably, access your GET variables through the array $_GET (i.e., $_GET['FolderNum']) instead of having your variables automatically created. -Jim >>> Rick Root <[EMAIL PROTECTED]> 09/04/02 09:52AM >>> My server is running RedHat linux

Re: [PHP-INST] Problem with PHP and URL variables after upgrade

2002-09-04 Thread Jeffrey_N_Dyke
register_globals is set to off, set it to on in php.ini or use the $_GET['FolderNum'] notation. see manual for details of why. Jeff My server is running RedHat linux 7.2. I had previously used the RPM installation and was running 4.0.6... I recently uninstalled the RPM version and installed P

Re: [PHP-INST] Problem loading a php script

2002-07-09 Thread Chris Hewitt
Alberto, You need to add the AddType line in httpd.conf as per the installation instructions and restart Apache. HTH Chris Alberto Martin wrote: > Hi: > > I installed apache 1.3.26 and php 4.1.2 without problem. Then I restart > apache with no errors. Now I'm trying to test php by using a tes

RE: [PHP-INST] problem installing php on apache 2 after unistalli ng apach 1.3

2002-07-02 Thread Jonathan Thomas
Doh - I meant to ask how you're compiling php, not httpd... :) Thanks, JT -Original Message- From: Jonathan Thomas Sent: Tuesday, July 02, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-INST] problem installing php on apache 2 after unistalli ng apach 1.3 How ar

RE: [PHP-INST] problem installing php on apache 2 after unistalling apach 1.3

2002-07-02 Thread Jonathan Thomas
How are you compiling httpd? Should be something like ./configure --with-apxs2=/path/to/apxs/binary --with-config-file-path=/path/to/httpd.conf/directory --enable-track-vars...blahblahblah... If you are, and you're receiving this error - then it's possible that you did not compile apache2 with

Re: [PHP-INST] Problem with Installing PHP4 on AIX4.3.3

2002-06-10 Thread jkaufman
MAIL PROTECTED]> cc: [EMAIL PROTECTED] Subject: Re: [PHP-INST] Problem with Installing PHP4 on AIX4.3.3 You did not include the error message you are getting. I am also having a problem with make on AIX 4.3.3. There are my error messages. Anyone have any experience with this one? I am using G

Re: [PHP-INST] Problem with opening a file

2002-06-06 Thread Chris Hewitt
Fahad, The error message says it is a permission problem. Has the file got permissions for the user that apache is running as (usually "apache" or "nobody") to read it? HTH Chris Fahad Javed wrote: >Hi, >I am using PHP as a Apache module using linux. When I try to open a file it gives me >t

Re: [PHP-INST] Problem with Installing PHP4 on AIX4.3.3

2002-06-04 Thread Timothy Canon
You did not include the error message you are getting. I am also having a problem with make on AIX 4.3.3. There are my error messages. Anyone have any experience with this one? I am using GNU assembler 2.9.1 (as) if that helps. /home/tim/php-4.2.1 > ./configure --with-apache=../apache_1.3.2

Re: [PHP-INST] Problem with PHP 4.2.1

2002-06-04 Thread Frank
php_oci8.dll. Yes, I use the oracle 8, in the version old (4.0.4) not have problem sentence... $app=new COM("word.application"); I use the Microsoft Window NT Server... is the sentence correct? or which the correct sentence is? what do I lack to make? Frank.- "Pierre-Alain J

Re: [PHP-INST] Problem with PHP 4.2.1

2002-06-04 Thread Pierre-Alain Joye
On Tue, 4 Jun 2002 10:48:13 -0300 "Frank" <[EMAIL PROTECTED]> wrote: > - Not is possible load the library php_oci8.dll If you do not use oracle just comment the php_oci8.dll line in your php.ini. This error has nothing to do with the next problem. > - When I to do execute the sentence... > $

RE: [PHP-INST] Problem on installing php with oracle support on Unixware 7.1.1

2002-06-01 Thread Sebastian Wolfgarten
Hi Fahim, how did you exactly installed PHP? Did you use --with-oracle=$ORACLE_HOME or what? Are the oracle environments variable set at all? Bye, Sebastian -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Problem with $HTTP_POST_VARS

2002-05-30 Thread Jim Thome
Try the "register_globals" variable in php.ini and read the PHP 4.2.x press release regarding external variables. http://www.php.net/release_4_2_1.php --Jim >>> "Salvador Gil" <[EMAIL PROTECTED]> 05/30/02 12:01 PM >>> I'm trying to use $HTTP_POST_VARS but it have not value. I found a configura

Re: [PHP-INST] Problem with Web server...

2002-05-18 Thread rico
hi, try to change that line in your apache config file: LoadModule php4_module c:/php/sapi/php4apache.dll to LoadModule php4_module c:/php/sapi/php4apache2.dll and leave the line with AddModule out it also worked for me : ) rico - Original Message - From: "Robert Bisom" <[EMAIL PROT

Re: [PHP-INST] Problem..

2002-04-15 Thread sinapsis
EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 9:10 PM Subject: Re: [PHP-INST] Problem.. > It seems that your system has not installed library of crypto and ssl. > These libraries can be refer to Sourceforge to get the copy. > > Hope this helps. > >

Re: [PHP-INST] Problem..

2002-04-12 Thread Leo Tung
It seems that your system has not installed library of crypto and ssl. These libraries can be refer to Sourceforge to get the copy. Hope this helps. L. On Fri, 12 Apr 2002, sinapsis wrote: > Hello people.. > > I just downloaded the current version of php. tried to install it with the following

Re: [PHP-INST] problem compiling with mcrypt support

2002-03-25 Thread Lucas Spiegel
Hello... > >I'm having a problem installing php with mcrypt support. Here's my setup: >>debian linux >>Apache/1.3.19 >>php 4.1.2 >>libmcrypt 2.5.0 (alternately tried mcrypt 2.2.6 and libmcrypt 2.4.22) > >>I got libmcrypt to install, but when I try to configure php "with >>mcrypt" I get problems.

Re: [PHP-INST] Problem compiling php 4.1.2, help, anyone?

2002-03-18 Thread Kai Schaetzl
> multiple > >>> definition of `mysql_port' > I'm getting the same type of stuff when compiling 4.1.2, just with mm. The same make and configure worked great on 4.0.6. See my recent new post. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conacti

Re: [PHP-INST] Problem compiling php 4.1.2, help, anyone?

2002-03-09 Thread Mikael Ratshinskij
On Saturday, February 9, 2002, at 01:47 PM, Mikael Ratshinskij wrote: > Already tried that, thanks, but... still the same problem. > PHP4.0.6 compiles ok, though... Maybe it's got something to do with > program versions? > BTW, I'm running RedHat 7.1... > > Mike > > On Saturday, March 9, 2002,

Re: [PHP-INST] Problem Configuring PHP

2002-02-25 Thread Rasmus Lerdorf
Install the flex rpm ./configure --with-mysql=/usr,shared make cp modules/mysql.so /your/extension/path restart Apache -Rasmus On Tue, 26 Feb 2002, [iso-8859-1] Brett Cavé wrote: > Hi > > I currently have PHP 4.0.6 installed on Redhat 7.2, which came with the > installation. The installed versi

Re: [PHP-INST] Problem with php and apache in HPUX

2002-02-22 Thread Jim Thome
Hector- I am including below, detailed instructions (from HP) on how to compile Apache and PHP dso on HPUX. Note the libtool hack BEFORE running make. I recommend removing your current PHP source directories and starting over with these instructions: ## IN

Re: [PHP-INST] problem configuring php-4.1.1

2002-02-22 Thread Gérard Gachelin
Rasmus Lerdorf wrote: > For some reason -llber is missing. Do you have a liblber.a or liblber.so > file on your system? If so, which directory is it in? If, for example it > is in /usr/lib/libllber.a then use --with-ldap=/usr and try again. > > Otherwise manually hack the Makefile and add a -l

Re: [PHP-INST] problem configuring php-4.1.1

2002-02-22 Thread Rasmus Lerdorf
For some reason -llber is missing. Do you have a liblber.a or liblber.so file on your system? If so, which directory is it in? If, for example it is in /usr/lib/libllber.a then use --with-ldap=/usr and try again. Otherwise manually hack the Makefile and add a -llber to the LIBS line. but the c

Re: [PHP-INST] problem with form variables

2002-02-01 Thread Laura Silveira Mastella
L PROTECTED]> Sent: Friday, February 01, 2002 9:59 AM Subject: Re: [PHP-INST] problem with form variables > > this can probably be fixed in your php.ini. to test whether this is true > or not, try to grab the varaiblas as HTTP_POST_VARS['name'] and > HTTP_POST_VARS['a

Re: [PHP-INST] Problem with question mark !

2002-01-04 Thread Steve Cayford
Don't remember if register_globals is on by default. If not you'll need to use: echo "t=$HTTP_GET_VARS['t']"; On Friday, January 4, 2002, at 11:02 AM, Marios Karagiannopoulos wrote: > I have just installed the PHP4.0.6 and apache 1.3.20 > With the appropriate configuration. I tried a test fil

RE: [PHP-INST] Problem with question mark !

2002-01-04 Thread Marios Karagiannopoulos
Thank you very much !! It worked !! -Original Message- From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 7:11 PM To: 'Marios Karagiannopoulos'; [EMAIL PROTECTED] Subject: RE: [PHP-INST] Problem with question mark ! Edit your php.ini file,

RE: [PHP-INST] Problem with question mark !

2002-01-04 Thread Jonathan Hilgeman
Edit your php.ini file, search for register_globals and make sure it is set to On. - Jonathan -Original Message- From: Marios Karagiannopoulos [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 9:03 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] Problem with question mark ! I have

RE: [PHP-INST] Problem with mySQL !!

2002-01-04 Thread Marios Karagiannopoulos
04, 2002 5:45 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-INST] Problem with mySQL !! I think you might not have the user/password set correctly on your php page that you are trying to connect from. Tara >>> "Marios Karagiannopoulos" <[EMAIL PROTECTED]> 01/03/02 06:43PM

RE: [PHP-INST] Problem installing 4.1.0 with Apache 1.3.22

2001-12-20 Thread Jonathan Hilgeman
I would take what's behind door number 2: Apache was not compiled with DSO support When you open up your Apache config file, do you have this line in there? AddModule mod_so.c If you don't, then you'll need to either recompile Apache for DSO's (recommended), or you can compile Apache and PHP "

Re: [PHP-INST] Problem installing PHP on Redhat 7.1

2001-12-05 Thread Pierre-Alain Joye
On Wed, 5 Dec 2001 13:01:50 -0600 "Matt Orlando" <[EMAIL PROTECTED]> wrote: > Greetings: > > I am trying to install php on my Redhat 7.1 box, but when I run the > configure script: > ./configure --with-mysql=../mysql --with-apxs=/www/apache/bin/apxs --with-zl > ib=/usr/lib > > I get this warnin

Re: [PHP-INST] Problem with installing GD

2001-11-20 Thread Jim Barcelona
Hello amiroot - In the future please be sure to read ./configure --help which says: --with-gd=DIR Include GD support (DIR is GD's install dir) For me this is: ./configure --with-gd=/usr/local/src/gd-1.8.4 For you, it is whatever directory in which you configured and compiled GD. Ami

Re: [PHP-INST] problem loading .php3

2001-11-18 Thread Chris
> > Chandra > >> Hello, >> I actually *already* answered this for you in your >> Re: [PHP-INST] problem loading .php4 question. But in case you still >> need an answer >> >>AddType application/x-httpd-php3 .php3 >>AddType applicati

Re: [PHP-INST] problem loading .php3

2001-11-18 Thread chandra
gt; I actually *already* answered this for you in your > Re: [PHP-INST] problem loading .php4 question. But in case you still > need an answer > >AddType application/x-httpd-php3 .php3 >AddType application/x-httpd-php3-source .phps > > to your httpd.conf or http

Re: [PHP-INST] problem loading .php3

2001-11-18 Thread Chris
Hello, I actually *already* answered this for you in your Re: [PHP-INST] problem loading .php4 question. But in case you still need an answer AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps to your httpd.conf or httpsd.conf file. P.S. this

Re: [PHP-INST] problem loading .php3

2001-11-18 Thread chandra
I´ve php4 installed in my Red Hat 7.2 linux server and I´m sure I have everything properly installed (php and apache) according to the manuals and comments that I found in this site... the problem is that when I try to open a php3 extension page in the server, I get the error cannot load MySQL e

Re: [PHP-INST] Problem with make php 4.0.6

2001-11-09 Thread Julio Cesar Pinto
I loss to mention the SO I use FreeBSD 4.4 - Stable with Apache 1.3.22 On Fri, 2001-11-09 at 08:48, Julio Cesar Pinto wrote: > Hi i'm new in the list.. and have problems install php. > > When I install with the following options > > ./configure --with-apxs=/usr/local/bin/apxs > --with-config

RE: [PHP-INST] Problem: PHP_SELF variable

2001-10-26 Thread Mark Roedel
> -Original Message- > From: Hostmaster [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 26, 2001 3:23 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Problem: PHP_SELF variable > > > does anyone know why my $PHP_SELF shows the full path > and not only the name of the script? Somethi

Re: [PHP-INST] problem with locale

2001-10-04 Thread B. PERRINE
I'm using a debian potato In the directory /usr/share/locale, ther is an other one called fr_FR. In several scripts, I use : setlocale (LC_TIME, "fr_FR"); And it work very well. B. le jeu 04-10-2001 at 19:44 Paul Newby a écrit : [..] > > > Try LC_TIME=fr_FR (the iso standard) > > B. > > Thank

Re: [PHP-INST] problem with locale

2001-10-04 Thread Paul Newby
> > The PHP locale functions work on an older installation > > of PHP-3.0.12 on RH 6.1, but they don't seem to > > work in my installation of PHP-4.0.5 on RH 7.0. > > I've tried both setlocale("LC_TIME","french") > > as well as setlocale(LC_TIME,"french"). Note > > that "french" is in the output

Re: [PHP-INST] Problem locating php.ini

2001-09-25 Thread Rasmus Lerdorf
phpinfo() tells you where PHP is looking for php.ini On Tue, 25 Sep 2001, Michael D. Stackhouse wrote: > We've installed Free BSD 4.2, with Apache 1.3.19.1 with > mod_php4-4.0.4pl1 > > We also have php4-4.0.4pl1 running stand alone. > > We also have phpmyadmin-2.1.0 installed. Phpmyadmin report

Re: [PHP-INST] problem compiling PHP 4.0.6

2001-08-16 Thread Rasmus Lerdorf
--with-gd=/usr/local On Thu, 16 Aug 2001, Zarathustra Ubermensch wrote: > Hi Folks, > I'm trying to compile PHP 4.0.6 under Solaris 8 and am running into trouble > when trying to add in gd 1.8.4 support. gd compiles fine (I think) and > definitely creates /usr/local/lib/libgd.a, but the PHP make

Re: [PHP-INST] problem with configure script and fdf support

2001-08-01 Thread Jani Taskinen
I fixed this in CVS now. Thanks! ( changed it to 'if test -z "$FDFLIBRARY"; then' instead..:) --Jani On Tue, 31 Jul 2001, Jon Wagoner wrote: >We have a client that is using fdf with their current site (asp) and I was >curious about the support in php. > >I found that the configure script had

Re: [PHP-INST] problem image create () ......

2001-08-01 Thread Jean Madson
You must check if the proper module has been loaded with the apache server. If not, the php will no longer recognize the mentioned function. Try to use phpinfo() function to see all loaded modules. Best regards, Jean Madson -Mensagem Original- De: subechan Para: [EMAIL PROTECTED] Enviad

RE: [PHP-INST] Problem loading libiodbc.so.2

2001-07-23 Thread Andrew Hill
Neil, You must have your LD_LIBRARY_PATH environment variable set (pointing to odbcsdk/lib) before starting apache. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -Origi

Re: [PHP-INST] problem installing php4.0.6 on windows nt 4

2001-07-13 Thread Phil Driscoll
On Friday 13 July 2001 13:34, BEREST Pascal wrote: It sounds like whatever you are doing to the registry might be wrong - php should never appear in a DOS window. The installer version of PHP will do the correct registry stuff for you if you tell it you have IIS3. Part of your problem may be to

Re: [PHP-INST] problem installing PHP and UCD SNMP

2001-07-12 Thread Bais
Great it's work! thank you! :) by BAIS >Jani Taskinen wrote: > > > --with-openssl > > --Jani > > > On Tue, 3 Jul 2001, Nilsson U Magnus wrote: > >>Hi, >> >>I have been trying to configure PHP 4.06 with support for UCD SNMP but I >>did not get it to work. When I try to run "'./configure' '--

Re: [PHP-INST] problem installing PHP and UCD SNMP

2001-07-03 Thread Jani Taskinen
--with-openssl --Jani On Tue, 3 Jul 2001, Nilsson U Magnus wrote: >Hi, > >I have been trying to configure PHP 4.06 with support for UCD SNMP but I did >not get it to work. When I try to run "'./configure' '--with-mysql' >'--with-apxs' '--with-snmp=/usr/local' '--enable-track-vars' >'--enable-

  1   2   >