Re: [PHP] Windows vs Linux

2003-01-15 Thread Beauford.2002
Notice: I have given up on PHP and MySQL on Windows in E:\IIS Webs\beauford as it is a 
total pain in the butt. The simplest of things I try and do are inundated with errors 
- I fix one and 5 more come up.  I have changed settings in php.ini as suggested and 
put the @ in front of variables and whatever else has been suggested, but alas, 
nothing.

Anyway, thanks for all the help to all those that replied to my questions, but I'll 
just use Linux as I know it works.




Re: [PHP] Windows vs Linux

2003-01-15 Thread 1LT John W. Holmes
You give up too easily.

PHP is the same on both of them, it's just different settings in php.ini
that are causing your problems. Take your php.ini on the Linux box and copy
it over to you Windows machine. The only change you'll probably have to make
(depending on what you've got loaded) is the session.save_path setting, if
you're using sessions.

---John Holmes...

- Original Message -
From: Beauford.2002 [EMAIL PROTECTED]
To: PHP General [EMAIL PROTECTED]
Sent: Wednesday, January 15, 2003 5:41 PM
Subject: Re: [PHP] Windows vs Linux


Notice: I have given up on PHP and MySQL on Windows in E:\IIS Webs\beauford
as it is a total pain in the butt. The simplest of things I try and do are
inundated with errors - I fix one and 5 more come up.  I have changed
settings in php.ini as suggested and put the @ in front of variables and
whatever else has been suggested, but alas, nothing.

Anyway, thanks for all the help to all those that replied to my questions,
but I'll just use Linux as I know it works.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Windows vs Linux

2003-01-15 Thread Jason Wong
On Thursday 16 January 2003 09:15, Beauford.2002 wrote:
 The settings in both were virtually identical. It's a mute point however as
 I have uninstalled both PHP and MySQL. This was just a test project anyway,
 and I really don't want to put the time into it. I have a working copy of
 both on my Linux box and prefer this anyway.

Jeez. As a programmer you should know that virtually identical is not good 
enough!

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
This is lemma 1.1.  We start a new chapter so the numbers all go back to 
one.
-- Prof. Seager, CO 351
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Windows vs Linux

2003-01-14 Thread Beauford.2002
Hi

I just installed MySQL and PHP on Windows, and I have found that I am
getting all sorts of errors (in both) when I try to use some of the same
commands I use in the Linux versions.  Are their a lot of differences in the
two, and where can I find out what these are - I just got used to using them
in Linux

TIA



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Windows vs Linux

2003-01-14 Thread Beauford.2002
The php.ini in both are whatever the default settings for these files are. If the 
defaults are different, then maybe - but I have no idea about these files, and really 
don't want to get into it. If the default doesn't work on Windows I will just scrap 
it.  Not worth the head aches.  Same with MySQL - getting errors as well where I get 
none in Linux.

Thanks for the info
  - Original Message - 
  From: [EMAIL PROTECTED] 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, January 14, 2003 4:02 PM
  Subject: Re: [PHP] Windows vs Linux


  In a message dated 1/14/2003 12:45:03 PM Pacific Standard Time, 
[EMAIL PROTECTED] writes:



I just installed MySQL and PHP on Windows, and I have found that I am
getting all sorts of errors (in both) when I try to use some of the same
commands I use in the Linux versions.  Are their a lot of differences in the
two, and where can I find out what these are - I just got used to using them
in Linux




  There really aren't any differences. Scripts that run on one, run on the other. The 
differences you are experiencing probably have to do with different settings. For 
isntance, you might have the error reporting level settings different. Or you might 
have register_globals set on in one and set off in the other. You need to check your 
php.ini files and make sure the settings are the same.

  Janet