Hi,
I hope you understand this ;o)
I run on SCO unix but I know there is an issue when trying to compile in
Informix.
Below were some instructions I gave to another SCO'er but they may help you
get on the right track. I built with Apache as static and not dynamic
though. You may want to start w
Bonjour,
J'ai installé PHP sur windows NT avec windows installer et je
voudrais
l'installer autrement parce que je voudrais ajouter des extensions.
Le problème c que je ne sais pas ou il faut preciser au serveur web ou
se
situe l'executable PHP.
En fait , je n'ai pas IIS et j'ai installé nt 4
php-install Digest 22 May 2001 12:10:46 - Issue 320
Topics (messages 3231 through 3241):
More PHP Config problems (PHP 4.04pl1/Apache 1.3.19/RedHat 7.0)
3231 by: PHP Mailing List User
3239 by: Konstantin Tkachenko
Java from PHP
3232 by: cel1
Re: Problems running AS
Hi,
I have installed php with windows installer and i would like
to add extensions but these ones doesn't work with my module
so I would like to install php again.
I would like to know where to put where the php.exe file is located.
In the Personal Web Server I don't find the place and in the
reg
On Tuesday 22 May 2001 13:21, Dalyyla wrote:
> I have installed php with windows installer and i would like
> to add extensions but these ones doesn't work with my module
> so I would like to install php again.
> I would like to know where to put where the php.exe file is located.
> In the Person
> Hi,
>
> The windows installer puts php.exe in c:\php by default. If you told the
> installation wizard to put it somewhere else, then it will be wherever you
> put it.
> *** Yes , but the Web Server needs to know where it is
> cuz
> I put it somewhere else and I didn't find where I can change t
On Tuesday 22 May 2001 14:25, Dalyyla wrote:
>
> *** where can I find it? you don't mean the personal web manager ?
>
On my NTWS there it is under NT4 Option Pack int he start menu. Maybe you can
do it in the web manager as well - I don't know, I never use it.
> > although you shouldn't need to
Hello
Where abouts in the php.ini file do I modify to allow me to pass variables
between forms.
Regards
T
--
PHP Install 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:
Hi,
There was a solution but i didn't want to do because I wanted to know how to
configure it myself. I just put the version of php with the extensions in the
directory
which was already configured with the default path. And it worked...but I am not
really satisfied. Anyway, it is not the pb, g
The really is a question for the PHP-General list but there are two ways to
pass information from one form to another in a somewhat transparent mode:
1. Use hidden input types in your HTML.
2. Use Session Variables.
OR
You can pass information in the URL like:
/my_web_dir/prog.php?var1=val1&va
On Tuesday 22 May 2001 15:50, Dalyyla wrote:
> gonna bother you again a
> little bit by asking you if I can find the extension to crypt and I don't
> have it , with the
>
> zip file found on php.net althought it was the only one which was
> interesting me
I think it got missed from the 4.0.5 distr
I got php to compile properly, but apache won't start afterwards. It
complains of an error with the LoadModule. It seems that it can't find
the mysql library, but if I make a symlink to the mysql lib, everything
works fone. What's wrong here?
*
Update your /etc/ld.so.conf file with the path of the mysql/lib directory, then run
/sbin/ldconfig.
After this, Apache should restart properly
Rafael
-Original Message-
From: Mike King [mailto:[EMAIL PROTECTED]]
Sent: Martes, 22 de Mayo de 2001 02:43 p.m.
To: [EMAIL PROTECTED]
I have compiled php on Solaris 2.6 with Mysql 3.22 using gcc 2.95.2
configured with the following:
configure --with-nsapi=/opt/netscapeSvr/ns-home
--with-mysql=/opt/mysql-3.22 --enable-track-vars --enable-libgcc
When testing using: ./php -q run-tests.php tests
I get the following failures:
Runni
When ever I am trying to access a php file with an error,my system is
overwelmingly slowing down and restarting is the only solution.
Previously I worked on linux/apache/php 4.0/mysql ,I never had such
problem.I used to get some errors and I used to correct them but working in
this environment is
I am running PHP 4.0.5 on Windows 2000 with SQL server databases.
If there is an error with my PHP code, my computer becomes very very slow
and nothing works. The PHP
process is using 99 % of the CPU. So I have to restart the computer. This
happens everytime there is an error in
my PHP code. For
Hi!
I'm attempting to install PHP to a Win ME computer with Apache 1.3.20 and
ActiveState Perl already successfully installed. I have tried both the
Module and the CGI formats for installing this and I get errors both ways.
When I use the module installation I enter:
LoadModule php4_module modul
php-install Digest 23 May 2001 00:52:53 - Issue 321
Topics (messages 3242 through 3255):
windows nt : in english
3242 by: Dalyyla
3243 by: Phil Driscoll
3244 by: Dalyyla
3245 by: Phil Driscoll
3247 by: Dalyyla
3249 by: Phil Driscoll
How do i
Robin Hastings wrote:
> When I try to install it as CGI I put:
> ScriptAlias /php4/ "C:/php/"
> AddType application/x-httpd-php .php
> Action application/x-httpd-php "/php/php.exe"
Action should be:
Action application/x-httpd-php /php4/php.exe
Action = ScriptAlias + name of executable.
That a
Hi! All, I'm Leo.
Hi!
I'm install PDFlib rpm files (pdflib-4.0.1-1,pdflib-tcl-4.0.1-1,pdflib-devel-4.0.1-1).
My PHP configure lines:
./configure --with-mysql=/usr/local/mysql --with-apache=/usr/src/apache_1.3.19
--enable-ftp --enable-discard-path --with-pdflib=/usr/lib --with-gd
That's OK! Syst
On Wed, 23 May 2001, leo wrote:
>I'm install PDFlib rpm files (pdflib-4.0.1-1,pdflib-tcl-4.0.1-1,pdflib-devel-4.0.1-1).
Where did you get these RPMs ?
>My PHP configure lines:
>./configure --with-mysql=/usr/local/mysql --with-apache=/usr/src/apache_1.3.19
>--enable-ftp --enable-discard-path --w
I have a problem with PHP under Linux. I install Apache, PHP-MySQL, MySQL
server+client and libphp4 (mod_php).The script:
display the "Test" but it said that mysql_connect function is undefined.
If I execute the file:
#!/usr/bin/php
it works. How could I make the first script to run?
Libph
Hello
How can I get a connection to a MSSQL Server7.0 form a Linux WebServer
(apache) over PHP(4)
I have found some infomation on www.phpbuilder.com (sybase) but it doesn´t
work.
I get the following error: "Fatal error: Call to unsupported or undefined
function mssql_connect() in /usr/local/httpd/
23 matches
Mail list logo