[PHP-INSTALL] Re: [PHP] 64 Bit IIS 6 ( 32 Bit mode ) + 32Bit php connect with MS-SQL Server

2010-01-18 Thread edwardspl
引述 Richard Quadling : 1 - Can you confirm that the ini file you are editing is the one that is reported in phpinfo() as the file being used? Yes, BUT there is no MSSQL info of it... 2 - At a command prompt, change directory to your PHP installation and type ... php -m See if you have an

[PHP-INSTALL] Re: [PHP] Which version of phpmyadmin is stable for php 5.1.6 and FC6 System

2007-02-22 Thread edwardspl
cajbecu wrote: >[EMAIL PROTECTED] wrote: > > >>Dear All, >> >>Which version of phpmyadmin is suitable for php 5.1.6 ? >> >>Edward. >> >> >> > >the latest :) > >cajb. > > So, Which version no. ?

[PHP-INSTALL] Which version of phpmyadmin is stable for php 5.1.6 and FC6 System

2007-02-22 Thread edwardspl
Dear All, Which version of phpmyadmin is suitable for php 5.1.6 ? Edward.

[PHP-INSTALL] Enable login prompt with main page of phpmyadmin

2007-02-22 Thread edwardspl
Dear All, I just install the phpMyAdmin 2.9.2 on the Web... So, how to enable the login prompt with the main page ? Edward.

[PHP-INST] Re: using PHP as ROOT

2002-01-16 Thread EdwardSPL
Robert Abbate wrote: > > Hi. I am trying to have PHP do things as a ROOT user. Like: make files, > change permissions of files etc... > > however, I cannot do it! Even if I give the php scripts root ownership, it > still says that apache is the owner of the files, and hence, I can't do > anythin

[PHP-INST] Re: Help Me please I want to start using php

2002-01-15 Thread EdwardSPL
Hello, You can only use asp for Window System ( PWS + Window ), php use for UNIX/Linux ! Edward. -- 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: [EMAIL PRO

[PHP-INST] Re: Help! Apache doesn't recognize my php files!!!!

2002-01-14 Thread EdwardSPL
Ignacio Sosa wrote: > > Hi. > > I have installed the PHP4 and I did the "make" and "make install" to Apache > after the "configure --activate-module=src/modules/php4/libphp4.a", and it > seems that all was right but when I try to see the php test page the apache > server manage the file as a dat

[PHP-INST] Re: Failed Linux PHP Install

2002-01-12 Thread EdwardSPL
Andra Barrow wrote: > > I'm rather a novice at Linux and am wading my way through installing > MySQL 3.22.32, Apache 1.3.12 and PHP 4.0 on a RedHat 2.77 server. MySQL > and Apache went in okay and are behaving themselves, but PHP choked during > the "make" process for reasons I can't quite determ

[PHP-INST] Re: updating php 4.04 to 4.06

2001-12-01 Thread EdwardSPL
"Oscar Castaneda V." wrote: > > On Fri, Nov 30, 2001 at 04:17:28PM -, [EMAIL PROTECTED] wrote: > > Hi! This is the ezmlm program. I'm managing the > > [EMAIL PROTECTED] mailing list. > > > > I'm working for my owner, who can be reached > > at [EMAIL PROTECTED] > > > > This is a generic help

[PHP-INST] Re: updating php 4.04 to 4.06

2001-11-30 Thread EdwardSPL
"Oscar Castaneda V." wrote: > > Hi, > > I'm trying to update (rpm -U) my php distribution 4.04 to version 4.06. I have tried >the following command with no success: > > # rpm -Uvh php4.06-7-i386.rpm > > Ive also given it a shot with the .src file with no success. > > How can I update php wit

[PHP-INST] Re: can You Solve The Error

2001-11-29 Thread EdwardSPL
Bala Krishnan wrote: > > Dear All, > I did the following ... > > I installed mysql-3.23.45-pc-linux-gnu-i686.tar.gz , > apache_1.3.22.tar.gz,php-4.0.0.tar.gz On LINUX > platform. > > but while reconfiguring apache after installing php, > the following error occured Hello, What System are

[PHP-INST] [Fwd: Mysql apache php]

2001-11-29 Thread EdwardSPL
--- Begin Message --- Hi You asked about using Mysql/PHP on windows platform? If that is correct Try Using PHPDEV4 for windows Its is a Package that contains Apache/PHP/Mysql it will download and configure to your machine and its free Just type into your browser phpdev4 and you will get a li

[PHP-INST] Re: Help please with setting up apache with php module

2001-11-28 Thread EdwardSPL
The Argyle Network Of Services wrote: > I am trying to set up apache, php and mysql > > I have compiled mysql - all ok > I have compiled php - all seemed ok > I am compiling apache and get probs > I have tried the following methods > > 1. > ./configure --activate-module=src/modules/php4/libph

[PHP-INST] Re: PHP + IMP

2001-11-14 Thread EdwardSPL
Francisco Torres wrote: > Fatal error: Call to unsupported or undefined function page_open() in > /usr/local/apache/htdocs/horde-1.2.3/imp/index.php3 on line 15 > > hi i have thus why? > i am try install imp2.2.3 with apache and php 3.0.16 Hello, Now, there is a new version of imp ( 2.2.7 )...

[PHP-INST] Re: PHP + IMAP

2001-11-14 Thread EdwardSPL
Matthew wrote: > Hi, > > I am currently trying to install PHP to include IMAP support. > > Is there an easy way to ensure that this has configured in correctly, and > PHP _does_ support IMAP? > > To get it installed, I am doing ... > > ./configure --with-imap > make && make install > > I am attem

[PHP-INST] Re: php3_ini

2001-11-14 Thread EdwardSPL
Ranger Fox wrote: > I am trying to run PHP 3 and 4 on the same server... when I compile 3 for > use a module I load it up in my httpd.conf and when I go to start httpd, it > says that php3_ini is undefined. > > AddModule php3_module libexec/mod_php3.so > > is what I have in httpd.conf for php3 H

[PHP-INST] Re: mysql and php3

2001-11-14 Thread EdwardSPL
Kraszny Attila wrote: > Hi > > I installed MySQL 3.22 to my redhat linux server, that works in correct. > But I wanted to connect from a php3 script, and don't working. > My appache is 1.3.12 and the error message is: > > Fatal error: Call to unsupported or undefined function mysql_pconnect() in

[PHP-INST] Re: any extra work need to make php mysql function available?

2001-11-14 Thread EdwardSPL
Jim wrote: > hi all, > i am using redhat. i am able to run php script thro' webpage. but, failed to > use mysql functions in php. is there any extra work need to initialize these > functions? > my code and error are shown as below, > code > > echo " text generated by

[PHP-INST] apache + MySQL + php4 + ssl

2001-11-14 Thread EdwardSPL
Hello, Who was successed in compile and install ( apache 1.3.20 , mysql 3.23.xx , php 4.0.6 and ssl ) ? So , can you help me ? Thanks, Edward. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con