Re: [PHP-WIN] php5

2007-01-04 Thread Armando
ECTED] To: php-windows@lists.php.net Sent: Thu, 4 Jan 2007 2.30PM Subject: Re: [PHP-WIN] php5 Hi Trystan! > Recently I had to perform a fix, so got the files off the server, and then loaded them up on my local PC (running 5.0). I had quite a few problems. For example, using didn't wor

Re: [PHP-WIN] php5

2007-01-04 Thread trystano
Hi Stefan, thats probably it :) Will give it a try when I get home. Tryst -Original Message- From: [EMAIL PROTECTED] To: php-windows@lists.php.net Sent: Thu, 4 Jan 2007 2.30PM Subject: Re: [PHP-WIN] php5 Hi Trystan! > Recently I had to perform a fix, so got

Re: [PHP-WIN] php5

2007-01-04 Thread Stefan Wahl
Hi Trystan! Recently I had to perform a fix, so got the files off the server, and then loaded them up on my local PC (running 5.0). I had quite a few problems. For example, using didn't work, I had to change them to (is there something I can change in the PHP.ini file so that PHP 5.* can us

Re: [PHP-WIN] php5

2007-01-04 Thread trystano
I have the scenario where on my local PC I have PHP 5.0, but on the web hosting server where my clients sites are held they have PHP 4.3.* (its version 4.*.*, I know that for sure). Recently I had to perform a fix, so got the files off the server, and then loaded them up on my local PC (run

Re: [PHP-WIN] php5

2007-01-02 Thread git
On Tue, 02 Jan 2007 08:10:22 +, Lester Caine wrote: > Mike harrell wrote: >> Is php5 backwards compatable with php4 scripts ? > > We run a lot of PHP5 code that works fine on PHP4 as well, but there are > a number of areas that will give problems and may need you to make > changes to code.

Re: [PHP-WIN] php5

2007-01-02 Thread Lester Caine
Mike harrell wrote: Is php5 backwards compatable with php4 scripts ? We run a lot of PHP5 code that works fine on PHP4 as well, but there are a number of areas that will give problems and may need you to make changes to code. http://uk2.php.net/manual/en/migration5.php is the starting point

Re: [PHP-WIN] php5

2007-01-01 Thread awkenney
For the most part, from what what I have experienced. I have had zero issues with the scripts I have used, but I have heard of others who have problems when they get into very specific functions, especially those that use extensions. Mysql support is longer built directly into php 5. I had no pr

Re: [PHP-WIN] PHP5 and MySQL

2006-04-14 Thread Stephen Lake
Try http://www.php-editors.com they list many different editors that you can use. HTH Steve ""pfancy"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can you show me some of the code i need to unquote so i get an idea about > where it is. -- PHP Windows Mailing List (http://www.

Re: [PHP-WIN] PHP5 and MySQL

2006-04-14 Thread Stephen Lake
Try http://www.php-editors.com they list many different editors that you can use. HTH Steve ""pfancy"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can you show me some of the code i need to unquote so i get an idea about > where it is. -- PHP Windows Mailing List (http://w

Re: [PHP-WIN] PHP5 and MySQL

2006-04-11 Thread pfancy
Can you show me some of the code i need to unquote so i get an idea about where it is. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP5 and MySQL

2005-05-23 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I am using PHP 5.0.4, which is installed as an IIS ISAPI module, and MySQL 4.1.11. According to php.net, I am suppose to use the mysqli extension. Have you tried such a combination? I've tried everything you'd mentioned and it just does work. Graeme wrote: > I don't use MySQL however, on my XP

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Janet Valade
JC Botha wrote: Ok, I did the phpinfo() and only the SQLlite is listed there, no MySQL is listed. I did enable the php_mysql.dll and set the windows path to c:\php. What else it there that I can look at. Thanks for all the links sent to me, I read them all and try to follow the instructions but som

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread graeme
I don't use MySQL however, on my XP machine... The php.ini file is in the Windows directory. Open that file scroll down to a list of Windows extensions, you should find something as follows: ;extension=php_msql.dll ;extension=php_mysql.dll ;extension=php_oci8.dll Remove the semi-colon before the

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
Ok, I did the phpinfo() and only the SQLlite is listed there, no MySQL is listed. I did enable the php_mysql.dll and set the windows path to c:\php. What else it there that I can look at. Thanks for all the links sent to me, I read them all and try to follow the instructions but some how I dont do

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Janet Valade
JC Botha wrote: This is the Browser error: Fatal error: Call to undefined function mysql_connect() in C:\apache\htdocs\cedarintranet\index.php on line 3 This error means that MySQL support is not enabled in your PHP. In PHP 4, this was done automatically. Now you need to enable it yourself when

RE: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Wagner, Aaron
> -Original Message- > From: JC Botha [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 4:15 PM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP5 and MySQL > > Ok, here is some of the php.ini I would appreciate some help: > > > ;

RE: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Ordal, Peter
> -Original Message- > From: Wagner, Aaron [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 4:05 PM > To: JC Botha > Cc: php-windows@lists.php.net > Subject: RE: [PHP-WIN] PHP5 and MySQL > > > The windowz path needs to be set to c:\php > >

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
ro. ;cgi.rfc2616_headers = 0 On 4/15/05, Wagner, Aaron <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: JC Botha [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 15, 2005 3:49 PM > > Cc: php-windows@lists.php.net > > Subject

RE: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Wagner, Aaron
> -Original Message- > From: JC Botha [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 3:49 PM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP5 and MySQL > > the "Path enviroment" is that the following in the php.ini = > inclu

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
on line 3 On 4/15/05, Wagner, Aaron <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: JC Botha [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 15, 2005 3:13 PM > > Cc: php-windows@lists.php.net > > Subject: Re: [PHP-WIN] PHP5 and

RE: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Wagner, Aaron
> -Original Message- > From: JC Botha [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 3:13 PM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP5 and MySQL > > I did read that the direct support for MySQL was removed. PHP5 is no > longer as s

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
otha [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 15, 2005 3:01 PM > > Cc: php-windows@lists.php.net > > Subject: Re: [PHP-WIN] PHP5 and MySQL > > > > This is the Browser error: > > Fatal error: Call to undefined function mysql_connect() in > > C:\apac

RE: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Wagner, Aaron
> -Original Message- > From: JC Botha [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 3:01 PM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP5 and MySQL > > This is the Browser error: > Fatal error: Call to undefined function mysql_connect

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
This is the Browser error: Fatal error: Call to undefined function mysql_connect() in C:\apache\htdocs\cedarintranet\index.php on line 3 This is my php code: // Connect to the database server $dbcnx = mysql_connect("localhost", "intranet", "1234"); if (!$dbcnx) { ec

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Kevin Smith
Perhaps posting you code will help us resolve your problem. JC Botha wrote: Dear Users I'm havin a problem to connect to MySQL through the use of PHP5. I followed all documentation and none seem to resolve the problem. I'm running WinXP on the computer that I use to develop the apps. Any advice out

Re: [PHP-WIN] PHP5, IIS & MySQL

2004-10-06 Thread Felipe Gasper
Quoth James Nunnerley on 10/6/2004 8:03 AM... Unable to load dynamic library './php_mysql.dll' - The specified module could not be found. You need libmysql.dll from the PHP distribution somewhere where PHP can find it. I've put php_mysql.dll in the /%SystemRoot%/system32 directory, which is how

RE: [PHP-WIN] PHP5 install woes

2004-09-11 Thread George Pitcher
rs George > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: 10 September 2004 11:10 pm > To: George Pitcher; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] PHP5 install woes > > > george, > > are you using multiple virtual hosts? i had t

Re: [PHP-WIN] PHP5 install woes

2004-09-10 Thread operationsengineer1
george, are you using multiple virtual hosts? i had the same problem and decommented "doc_root = you_doc_root_path" and it got rid of the problem and allowed apache to properly handle my virtual hosts. i isntalled cgi 4.3.8 so ymmv. --- George Pitcher <[EMAIL PROTECTED]> wrote: > Hi, > > I'v

RE: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
Sent: Wednesday, September 01, 2004 2:53 PM To: Jim MacDiarmid Subject: Re: [PHP-WIN] Php5 merging with Java??? Could you please be so kind as to tell me where exactly you read that PHP is not going to be Open Source any more? Thanks Christian - Original Message - From: "Jim MacDiarmi

RE: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
Hi Paul, Yes, that is the article that I saw. One of them anyway. Thank you for sheding some light on that. Jim -Original Message- From: Paul Menard [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 2:29 PM To: Jim MacDiarmid; [EMAIL PROTECTED] Subject: Re: [PHP-WIN

Re: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread operationsengineer1
Jim, I think that is pure speculation at this point. Jim MacDiarmid <[EMAIL PROTECTED]> wrote: I've been reading the latest articles about the future of PHP and based on the way I am understanding it, I'm getting the impression that PHP will not be free or open source. I'm interested in getting ot

Re: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Paul Menard
I cannot speak for the direction of PHP since I am not part of that development. I am just a PHP developer like yourself. But if you are referring to the Developer Shed Plug-in article http://www.developershed.com/plugin/PlugIn_magazine_september2004.pdf#page=9 I would not worry too much. DevS

Re: [PHP-WIN] PHP5 questions

2004-07-26 Thread Edin Kadribasic
"Jeff Hill" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > - The zip distribution also includes "php-win.exe", which is the same size > as "php.exe". Should the installer actually have used "php-win.exe" and > renamed it to "php.exe"?? Just to clarify different executables shipped i

Re: [PHP-WIN] PHP5 questions

2004-07-18 Thread Phil Driscoll
On Saturday 17 July 2004 22:06, Jeff Hill wrote: > * Install.txt still refers to InstallShield, but you're using Wise. Is this > an oversight, or is the distributed copy of Install.txt back-level? The docs have always said that, and I've always used Wise. I think InstallShield is being used in th

Re: [PHP-WIN] PHP5 questions

2004-07-17 Thread Jeff Hill
Phil, Here's what I've encountered so far. In all cases I've selected Advanced so I could see what was being set by default, and to set the SMTP stuff. * Install.txt still refers to InstallShield, but you're using Wise. Is this an oversight, or is the distributed copy of Install.txt back-level? *

Re: [PHP-WIN] PHP5 questions

2004-07-16 Thread Jeff Hill
Thanks, Phil. I'll try it tonite. ...Jeff "Phil Driscoll" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Friday 16 July 2004 23:44, Jeff Hill wrote: > > > Also, are there plans for a windows installer version of php5? > I have prepared the installer for php5 which is being tested

Re: [PHP-WIN] PHP5 questions

2004-07-16 Thread Phil Driscoll
On Friday 16 July 2004 23:44, Jeff Hill wrote: > Also, are there plans for a windows installer version of php5? I have prepared the installer for php5 which is being tested at the moment. You can download a copy from http://www.dialsolutions.com/phil/php/php-5.0.0-installer.exe Let me know if y

Re: Re: [PHP-WIN] PHP5

2004-07-16 Thread Raul IONESCU
I founded what I nedd at http://kromann.info/ Anyway thanks for replay... .Try pecl.php.net. A lot of exts went there ( not being included in the .release bundle). .-Mike .On Fri, 16 Jul 2004, Raul IONESCU wrote: .> Date: Fri, 16 Jul 2004 15:31:06 +0300 .> From:

Re: [PHP-WIN] PHP5

2004-07-16 Thread Miha Nedok
Try pecl.php.net. A lot of exts went there ( not being included in the release bundle). -Mike On Fri, 16 Jul 2004, Raul IONESCU wrote: Date: Fri, 16 Jul 2004 15:31:06 +0300 From: Raul IONESCU <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP5 Does anyone know were I can find ZIP

Re: [PHP-WIN] PHP5 Access Violation

2004-07-15 Thread Oliver John V. Tibi
Hi Neil! I'm not sure but this could be a IIS specfic flaw, since by default IIS always authenticates a web client using Windows Authentication. Try creating a new virtual host and disable Windows Authenticatino for that specific site. Regards, O.J. -- Running 'ojtibi' on '127.0.0.1' (BATCH_OPT

Re: [PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread johne59
Thanks for the help and information. I did have the extension_dir properly set in the php.ini file. And I was restarting the service with every change I made. What I finally did, that appeared to help was: I added 'full/path/to/php' to my environment PATH variable and then rebooted the system. As A

Re: [PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread Frank M. Kromann
PHP needs to know where the extensions are located, and when you make changes to php.ini you have to restart the web server in order for the changes to take place. Under ISAPI the php.ini file is only read during startup and not on each page reqyues as is the case with CGI. Getting php to know whe

RE: [PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread Gerardo Rojas
EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP5 ISAPI Extensions Frank, That looks good on paper, but... I am loading the extension from php.ini as you describe. When I run the site with php-cgi.exe, running phpinfo() shows me that gd is installed. When I run the site with php5isapi.dll and then run phpinfo

Re: [PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread johne59
Frank, That looks good on paper, but... I am loading the extension from php.ini as you describe. When I run the site with php-cgi.exe, running phpinfo() shows me that gd is installed. When I run the site with php5isapi.dll and then run phpinfo() it doesn't appear to be loaded. I have copied the ph

Re: [PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread Frank M. Kromann
When you use ISAPI you can only load extensions from php.ini with the line extension=php_gd2.dll When using CGI, FastCGI or CLI you can load extensions from the script with code like dl("php_gd2.dll"); - Frank > I am using w2k3 with iis6 and all of the reported "hotfixes". > I have just instal