Re: [PHP] PHP Version: 5.2.5.

2011-10-18 Thread Ashley Sheridan
On Mon, 2011-10-17 at 17:43 +0100, Joseph Adenuga wrote:

 
 Hello Ashley,
 
 Many thanks for your email. Yes, I'm calling the script from my
 Firefox browser. I've tried all I can to find other ways to open the
 file but, with no luck. Please I'm thanking you in anticipation.
 
 I look forward to hearing from you.
 
 Best Wishes,
 
 Joseph
 
 --- On Mon, 17/10/11, Ashley Sheridan a...@ashleysheridan.co.uk
 wrote:
 
 
 From: Ashley Sheridan a...@ashleysheridan.co.uk
 Subject: Re: [PHP] PHP Version: 5.2.5.
 To: Joseph Adenuga jadenu...@yahoo.com,
 php-general@lists.php.net
 Date: Monday, 17 October, 2011, 8:02
 
 
 
 
 Joseph Adenuga jadenu...@yahoo.com wrote:
 
 
 
 Operating System: Window XP
 
 PHP Version: 5.2.5. with Apache 2.2.8
 
 My Firefox browser returns (Output) the same php script code
 I inserted
 in Notepad:  ?php
 
 echo h1Hello
 Web!/h1;
 
 ?
 
  
 
 Please, what am I doing wrong?
 
 How are you calling the script? If you're just trying to open
 the file in a browser then it won't work, you need to call it
 from a web server (apache or iis). Most usually this is from
 the url localhost/script.php or 127.0.0.1/script.php
 
 Let us know how you're calling it and we can help further.
 
 Thanks,
 Ash
 http://www.ashleysheridan.co.uk
 --
 Sent from my Android phone with K-9 Mail. Please excuse my
 brevity.
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

Please reply to the list and not back to only me.

You say you're opening it with Firefox, but you haven't said how or
where from? Are you running it from a local web server via something
like localhost or 127.0.0.1, or are you trying to open it up by
selecting the file in your file manager and saying open with firefox?

-- 
Thanks,
Ash
http://www.ashleysheridan.co.uk




RE: [PHP] PHP Version: 5.2.5.

2011-10-17 Thread Dajka Tamás
Hi,

PHP parser is not enabled ( module not enabled or not associated with
.php/.html/.htm files! )

Cheers,

Tamas

-Original Message-
From: Joseph Adenuga [mailto:jadenu...@yahoo.com] 
Sent: Monday, October 17, 2011 3:55 PM
To: php-general@lists.php.net
Cc: jadenu...@yahoo.com
Subject: [PHP] PHP Version: 5.2.5. 



Operating System: Window XP

PHP Version: 5.2.5. with Apache 2.2.8

My Firefox browser returns (Output) the same php script code I inserted in
Notepad:  ?php 

    echo h1Hello
Web!/h1; 

?

 

Please, what am I doing wrong?



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



Re: [PHP] PHP Version: 5.2.5.

2011-10-17 Thread Ashley Sheridan


Joseph Adenuga jadenu...@yahoo.com wrote:



Operating System: Window XP

PHP Version: 5.2.5. with Apache 2.2.8

My Firefox browser returns (Output) the same php script code I inserted
in Notepad:  ?php

    echo h1Hello
Web!/h1;

?

 

Please, what am I doing wrong?

How are you calling the script? If you're just trying to open the file in a 
browser then it won't work, you need to call it from a web server (apache or 
iis). Most usually this is from the url localhost/script.php or 
127.0.0.1/script.php

Let us know how you're calling it and we can help further.

Thanks,
Ash
http://www.ashleysheridan.co.uk
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

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



Re: [PHP] PHP version check

2005-10-28 Thread Richard Davey
Hi Andrew,

Friday, October 28, 2005, 7:41:21 AM, you wrote:

 How can I query for PHP version?

phpversion() !

Cheers,

Rich
-- 
Zend Certified Engineer
http://www.launchcode.co.uk

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



Re: [PHP] PHP version check

2005-10-28 Thread Marcus Bointon


On 28 Oct 2005, at 07:46, Richard Davey wrote:


Friday, October 28, 2005, 7:41:21 AM, you wrote:


How can I query for PHP version?


phpversion() !


While it's true that that will get you a version string, if you're  
going to actually check it, you need:


http://www.php.net/manual/en/function.version-compare.php

to do so reliably. Version strings are messy things.

Marcus
--
Marcus Bointon
Synchromedia Limited: Putting you in the picture
[EMAIL PROTECTED] | http://www.synchromedia.co.uk

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



Re: [PHP] PHP Version for API 20001222

2004-08-27 Thread Andre Dubuc
PHP 4.0.6-6.2mdk



On Friday 27 August 2004 02:45 pm, Cole S. Ashcraft wrote:
 What PHP version had the API number 20001222 ?

 Thanks
 Cole


 --
 This message has been scanned for viruses and
 dangerous content by MailScanner on mail.ashcraftfamily.net, and is
 believed to be clean.
 Please report any deviance from this condition immediately to the AFN
 Administrator at [EMAIL PROTECTED]

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



Re: [PHP] PHP Version for API 20001222

2004-08-27 Thread Cole S. Ashcraft
Thanks!
Andre Dubuc wrote:
PHP 4.0.6-6.2mdk

On Friday 27 August 2004 02:45 pm, Cole S. Ashcraft wrote:
 

What PHP version had the API number 20001222 ?
Thanks
Cole
--
This message has been scanned for viruses and
dangerous content by MailScanner on mail.ashcraftfamily.net, and is
believed to be clean.
Please report any deviance from this condition immediately to the AFN
Administrator at [EMAIL PROTECTED]
   


 


--
This message has been scanned for viruses and
dangerous content by MailScanner on mail.ashcraftfamily.net, and is believed
to be clean.
Please report any deviance from this condition immediately to the AFN
Administrator at [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] PHP version usage statistics?

2004-04-15 Thread Ford, Mike [LSS]
On 15 April 2004 06:18, Curt Zirzow wrote:

 * Thus wrote Jeffrey Tavares ([EMAIL PROTECTED]):
  netcraft shows how many servers have php, but nothing specific about
  versions. Maybe I'm wrong, but I checked all over netcraft's site.
 
 Sorry if I put ya on a bad lead. I could have swore they had
 some stats like that there, I guess I was wrong I can't find them
 either. 

I'm also sure such statistics used to exist in the free reports either at
Netcraft or Security Space -- I guess if they're still available they've
moved to the paid-for category. ;(

Cheers!

Mike

-
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning  Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730  Fax:  +44 113 283 3211 

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



Re: [PHP] PHP version usage statistics?

2004-04-14 Thread Curt Zirzow
* Thus wrote Jeffrey Tavares ([EMAIL PROTECTED]):
 Is there some way to know a general php usage statistics specific to how 
 many run 4.1, 4.2, and 4.3? I'm trying to get an average percentage to 
 figure out whether it would be a great loss to not support prior versions.

I believe netcraft holds such statiscs.  


Curt
-- 
I used to think I was indecisive, but now I'm not so sure.

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



Re: [PHP] PHP version usage statistics?

2004-04-14 Thread Jeffrey Tavares
netcraft shows how many servers have php, but nothing specific about 
versions. Maybe I'm wrong, but I checked all over netcraft's site.

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


Re: [PHP] PHP version usage statistics?

2004-04-14 Thread Travis Low
Can you point me to a link showing usage of PHP, Java, ASP, etc.?  I've been 
looking at netcraft.com, but I'm not seeing it.  Thanks!

Travis

Jeffrey Tavares wrote:
netcraft shows how many servers have php, but nothing specific about 
versions. Maybe I'm wrong, but I checked all over netcraft's site.

--
Travis Low
mailto:[EMAIL PROTECTED]
http://www.dawnstar.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] PHP version usage statistics?

2004-04-14 Thread Curt Zirzow
* Thus wrote Jeffrey Tavares ([EMAIL PROTECTED]):
 netcraft shows how many servers have php, but nothing specific about 
 versions. Maybe I'm wrong, but I checked all over netcraft's site.

Sorry if I put ya on a bad lead. I could have swore they had
some stats like that there, I guess I was wrong I can't find them
either.


Curt
-- 
I used to think I was indecisive, but now I'm not so sure.

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



Re: [PHP] php version difference - local installation very strict

2004-02-01 Thread Justin French
On Monday, February 2, 2004, at 10:14  AM, Phillip Jackson wrote:

these errors are foreign to me as i have combed my code 100's of times
before i deployed my app online 3 months ago. do i NEED this 
newer,stricter
version or can i install a deprecated one?
It's not newer and stricter, and it's not Apache -- it's PHP error 
notices set to a higher level that your production server.

This is really around the wrong way -- your local (dev) server should 
be set to a high level of warning (mine's set to the highest) to 
encourage good programming practices, and should be set to none on the 
production (live) server to keep error messages out of the user 
experience.

The long answer is to fix your application, and hunt down all these 
notices/warnings, so that your application is of better quality.

The short answer is to set the error reporting on the live server to a 
lower level, so that these messages are suppressed.  You can do this 
either with ini_set()[1] or error_reporting()[2] at the top of every 
script (or in a header include for example), or at an application level 
with a .htaccess file in root directory.

A sample of a .htaccess file would be:

IfModule mod_php4.c
php_flag register_globals off
php_flag magic_quotes_runtime off
php_flag magic_quotes_gpc on
php_value url_rewriter.tags 'a=href'
php_value error_reporting 'E_ALL  ~E_NOTICE'
/IfModule
I'm not 100% sure the last line is correct, because I'v always done it 
with ini_set() in my PHP application.
[1] http://www.php.net/ini_set
[2] http://www.php.net/error-reporting

I would encourage you to fix your code as well as apply error reporting 
levels for both the production and live servers.

Good luck,

Justin French

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


Re: [PHP] php version difference - local installation very strict

2004-02-01 Thread Phillip Jackson
That's great advice... the only questions i have then:

I only need to call session_start ONCE in my entire application per instance
of a session? when i published the application months ago to my production
server i had errors on every page notifying me that a session had not been
started so i could not call $_SESSION...

~pj


Justin French [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 On Monday, February 2, 2004, at 10:14  AM, Phillip Jackson wrote:

  these errors are foreign to me as i have combed my code 100's of times
  before i deployed my app online 3 months ago. do i NEED this
  newer,stricter
  version or can i install a deprecated one?

 It's not newer and stricter, and it's not Apache -- it's PHP error
 notices set to a higher level that your production server.

 This is really around the wrong way -- your local (dev) server should
 be set to a high level of warning (mine's set to the highest) to
 encourage good programming practices, and should be set to none on the
 production (live) server to keep error messages out of the user
 experience.

 The long answer is to fix your application, and hunt down all these
 notices/warnings, so that your application is of better quality.

 The short answer is to set the error reporting on the live server to a
 lower level, so that these messages are suppressed.  You can do this
 either with ini_set()[1] or error_reporting()[2] at the top of every
 script (or in a header include for example), or at an application level
 with a .htaccess file in root directory.

 A sample of a .htaccess file would be:

 IfModule mod_php4.c
 php_flag register_globals off
 php_flag magic_quotes_runtime off
 php_flag magic_quotes_gpc on
 php_value url_rewriter.tags 'a=href'
 php_value error_reporting 'E_ALL  ~E_NOTICE'
 /IfModule

 I'm not 100% sure the last line is correct, because I'v always done it
 with ini_set() in my PHP application.
 [1] http://www.php.net/ini_set
 [2] http://www.php.net/error-reporting


 I would encourage you to fix your code as well as apply error reporting
 levels for both the production and live servers.


 Good luck,

 Justin French

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



Re: [PHP] php version difference - local installation very strict

2004-02-01 Thread DvDmanDT
Once on every page... I include one file once, on each page, and in that one
I have session_start()...

-- 
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
Phillip Jackson [EMAIL PROTECTED] skrev i meddelandet
news:[EMAIL PROTECTED]
 That's great advice... the only questions i have then:

 I only need to call session_start ONCE in my entire application per
instance
 of a session? when i published the application months ago to my production
 server i had errors on every page notifying me that a session had not been
 started so i could not call $_SESSION...

 ~pj


 Justin French [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  On Monday, February 2, 2004, at 10:14  AM, Phillip Jackson wrote:
 
   these errors are foreign to me as i have combed my code 100's of times
   before i deployed my app online 3 months ago. do i NEED this
   newer,stricter
   version or can i install a deprecated one?
 
  It's not newer and stricter, and it's not Apache -- it's PHP error
  notices set to a higher level that your production server.
 
  This is really around the wrong way -- your local (dev) server should
  be set to a high level of warning (mine's set to the highest) to
  encourage good programming practices, and should be set to none on the
  production (live) server to keep error messages out of the user
  experience.
 
  The long answer is to fix your application, and hunt down all these
  notices/warnings, so that your application is of better quality.
 
  The short answer is to set the error reporting on the live server to a
  lower level, so that these messages are suppressed.  You can do this
  either with ini_set()[1] or error_reporting()[2] at the top of every
  script (or in a header include for example), or at an application level
  with a .htaccess file in root directory.
 
  A sample of a .htaccess file would be:
 
  IfModule mod_php4.c
  php_flag register_globals off
  php_flag magic_quotes_runtime off
  php_flag magic_quotes_gpc on
  php_value url_rewriter.tags 'a=href'
  php_value error_reporting 'E_ALL  ~E_NOTICE'
  /IfModule
 
  I'm not 100% sure the last line is correct, because I'v always done it
  with ini_set() in my PHP application.
  [1] http://www.php.net/ini_set
  [2] http://www.php.net/error-reporting
 
 
  I would encourage you to fix your code as well as apply error reporting
  levels for both the production and live servers.
 
 
  Good luck,
 
  Justin French



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



Re: [PHP] PHP version of ColdFusion CFParam

2003-02-02 Thread Philip Olson
On Sun, 2 Feb 2003, Lon Lentz wrote:
 
   Is there a PHP version of the ColdFusion tag CFParam?

Go here:
http://marc.theaimsgroup.com/?l=php-generals=cfparam

Regards,
Philip


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




Re: [PHP] PHP version of ColdFusion CFParam

2003-02-02 Thread Chris Shiflett
--- Lon Lentz [EMAIL PROTECTED] wrote:
 Is there a PHP version of the ColdFusion tag CFParam?

It has been a while since I wrote CF, but I believe
cfparam just does the same thing as something like this:

cfif not isdefined(variables.foo)
   cfset variables.foo = default
/cfif

The PHP equivalent of this example is:

if (!isset($foo))
{
   $foo = 'default';
}

Chris

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




Re: [PHP] php version of majordomo?

2002-11-26 Thread Jason Wong
On Wednesday 27 November 2002 05:16, The Gabster wrote:
 Hi all

 I am looking for a messaging system (like majordomo) where users can have
 the posted messages forwarded to their email account. Also to be able to
 post from their own email account and all subscribed memebers will receive
 a copy.
 But in the same time to be able to access the message archive via the web.

google - mailing list manager software

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

/*
Finagle's Seventh Law:
The perversity of the universe tends toward a maximum.
*/


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




Re: [PHP] php version of majordomo?

2002-11-26 Thread The Gabster
Thanks Jason...

I went through those but so far nothing in php... :-(

Thanks anyway,
Gabi.



Jason Wong [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 On Wednesday 27 November 2002 05:16, The Gabster wrote:
  Hi all
 
  I am looking for a messaging system (like majordomo) where users can
have
  the posted messages forwarded to their email account. Also to be able to
  post from their own email account and all subscribed memebers will
receive
  a copy.
  But in the same time to be able to access the message archive via the
web.

 google - mailing list manager software

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

 /*
 Finagle's Seventh Law:
 The perversity of the universe tends toward a maximum.
 */




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




Re: [PHP] php version of majordomo?

2002-11-26 Thread Jason Wong
On Wednesday 27 November 2002 05:56, The Gabster wrote:
 Thanks Jason...

 I went through those but so far nothing in php... :-(

  google - mailing list manager software

SIGH

Try adding 'php' to the list of search terms above.

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

/*
Of course it's possible to love a human being if you don't know them too well.
-- Charles Bukowski
*/


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




Re: [PHP] PHP Version of Outlook????

2002-11-22 Thread Maxim Maletsky

What does outlook have to do with PHP?

No, there is nothing official has been made. There are some similar apps
though, very good ones actually.


--
Maxim Maletsky
[EMAIL PROTECTED]



Craig [EMAIL PROTECTED] wrote... :

 Does Any one of a web based version of Microsoft Outlook/MSN Hotmail address
 book and scheduler
 
 
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


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




Re: [PHP] PHP Version of Outlook????

2002-11-22 Thread Craig
no i want to create a php version of the web based outlook account found on
msn.com


Maxim Maletsky [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

 What does outlook have to do with PHP?

 No, there is nothing official has been made. There are some similar apps
 though, very good ones actually.


 --
 Maxim Maletsky
 [EMAIL PROTECTED]



 Craig [EMAIL PROTECTED] wrote... :

  Does Any one of a web based version of Microsoft Outlook/MSN Hotmail
address
  book and scheduler
 
 
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 




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




Re: [PHP] PHP version

2002-10-01 Thread Tyler Longren

yes, that would work much better.

tyler

On Tue, 01 Oct 2002 20:11:21 -0400
Brad Bonkoski [EMAIL PROTECTED] wrote:

 Sorry...
 I think:
 http://www.php.net/manual/en/function.phpversion.php
 will be more inline with what you want...
 -Brad
 
 Alex Shi wrote:
 
  Is there any way to report PHP version?
 
  --
  ---
  TrafficBuilder Network:
  http://www.bestadv.net/index.cfm?ref=7029
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

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




Re: [PHP] PHP version

2002-10-01 Thread Brad Bonkoski

perhaps glean it from the SERVER_SOFTWARE variable?
-Brad

Alex Shi wrote:

 Is there any way to report PHP version?

 --
 ---
 TrafficBuilder Network:
 http://www.bestadv.net/index.cfm?ref=7029

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


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




Re: [PHP] PHP version

2002-10-01 Thread Tyler Longren

You can get it out of this variable:
_SERVER[SERVER_SOFTWARE]

tyler

On Tue, 1 Oct 2002 20:03:25 -0400
Alex Shi [EMAIL PROTECTED] wrote:

 Is there any way to report PHP version?
 
 
 -- 
 ---
 TrafficBuilder Network: 
 http://www.bestadv.net/index.cfm?ref=7029
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

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




Re: [PHP] PHP version

2002-10-01 Thread Chris Wesley

On Tue, 1 Oct 2002, Alex Shi wrote:

 Is there any way to report PHP version?

Sure.  What version of PHP are you using?  ;)

~Chris

P.S. - if you didn't find that amusing, just check out
   http://www.php.net/manual/en/function.phpversion.php


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




Re: [PHP] PHP version

2002-10-01 Thread Brad Bonkoski

Sorry...
I think:
http://www.php.net/manual/en/function.phpversion.php
will be more inline with what you want...
-Brad

Alex Shi wrote:

 Is there any way to report PHP version?

 --
 ---
 TrafficBuilder Network:
 http://www.bestadv.net/index.cfm?ref=7029

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


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




RE: [PHP] PHP version 4.2 and above

2002-06-06 Thread Opere, James

I'm working on a windows2000 platform and i need to use php version =4.2
for my graphics.How do i go about solving the problem of gd that can be
supported by the above php version? The gd in phpdev 4(php version 4.06)
cannot be supported by the bove php version.

-Original Message-
From: Miguel Cruz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 23, 2002 10:20 AM
To: Opere, James
Cc: PHP Windows Discussion List; PHP General Discussion List
Subject: Re: [PHP] PHP version 4.2 and above


On Wed, 22 May 2002, Opere, James wrote:
 I have aproblem with php = 4.2.I'm working on graphics but when i install
 php4.2, i get an error that it doesn't support GD library.
 Is there anybody who has any idea as to how it can be possible to use the
 above versions and still run my scripts successfully?
 
 Currently i'm using phpdev4 which with php 4.06 which does not support
 global variables but support the GD library for Graphics.

Any version supports the GD library if you install it that way. But 
without knowing your platform it's hard to guess what you might have to do 
in order to get things going.

miguel

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




Re: [PHP] PHP version 4.2 and above

2002-05-23 Thread Miguel Cruz

On Wed, 22 May 2002, Opere, James wrote:
 I have aproblem with php = 4.2.I'm working on graphics but when i install
 php4.2, i get an error that it doesn't support GD library.
 Is there anybody who has any idea as to how it can be possible to use the
 above versions and still run my scripts successfully?
 
 Currently i'm using phpdev4 which with php 4.06 which does not support
 global variables but support the GD library for Graphics.

Any version supports the GD library if you install it that way. But 
without knowing your platform it's hard to guess what you might have to do 
in order to get things going.

miguel


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




[PHP] R: [PHP-WIN] Re: [PHP] PHP version 4.2 and above (fwd)

2002-05-23 Thread Miguel Cruz

-- Forwarded message --
Date: Thu, 23 May 2002 09:23:03 +0200
From: Alberto. Sartori [EMAIL PROTECTED]
To: Miguel Cruz [EMAIL PROTECTED]
Subject: R: [PHP-WIN] Re: [PHP] PHP version 4.2 and above

In the extensions folder there's a file called php_gd2.dll (GD version 2.0.1), so 
put this in your php.ini

-Messaggio originale-
Da: Miguel Cruz [mailto:[EMAIL PROTECTED]]
Inviato: giovedì 23 maggio 2002 9.20
A: Opere, James
Cc: PHP Windows Discussion List; PHP General Discussion List
Oggetto: [PHP-WIN] Re: [PHP] PHP version 4.2 and above


On Wed, 22 May 2002, Opere, James wrote:
 I have aproblem with php = 4.2.I'm working on graphics but when i install
 php4.2, i get an error that it doesn't support GD library.
 Is there anybody who has any idea as to how it can be possible to use the
 above versions and still run my scripts successfully?
 
 Currently i'm using phpdev4 which with php 4.06 which does not support
 global variables but support the GD library for Graphics.

Any version supports the GD library if you install it that way. But 
without knowing your platform it's hard to guess what you might have to do 
in order to get things going.

miguel


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



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




Re: [PHP] R: [PHP-WIN] Re: [PHP] PHP version 4.2 and above (fwd)

2002-05-23 Thread André Riedel

You can also use the php_gd.dll this is an older Version of GD. I think it was some 
Version over 1.6


Miguel Cruz [EMAIL PROTECTED] schrieb am 23.05.02:
 -- Forwarded message --
 Date: Thu, 23 May 2002 09:23:03 +0200
 From: Alberto. Sartori [EMAIL PROTECTED]
 To: Miguel Cruz [EMAIL PROTECTED]
 Subject: R: [PHP-WIN] Re: [PHP] PHP version 4.2 and above
 
 In the extensions folder there's a file called php_gd2.dll (GD version 2.0.1), so 
put this in your php.ini
 
 -Messaggio originale-
 Da: Miguel Cruz [mailto:[EMAIL PROTECTED]]
 Inviato: giovedì 23 maggio 2002 9.20
 A: Opere, James
 Cc: PHP Windows Discussion List; PHP General Discussion List
 Oggetto: [PHP-WIN] Re: [PHP] PHP version 4.2 and above
 
 
 On Wed, 22 May 2002, Opere, James wrote:
  I have aproblem with php = 4.2.I'm working on graphics but when i install
  php4.2, i get an error that it doesn't support GD library.
  Is there anybody who has any idea as to how it can be possible to use the
  above versions and still run my scripts successfully?
  
  Currently i'm using phpdev4 which with php 4.06 which does not support
  global variables but support the GD library for Graphics.
 
 Any version supports the GD library if you install it that way. But 
 without knowing your platform it's hard to guess what you might have to do 
 in order to get things going.
 
 miguel
 


Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! 
Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13



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