Re: [PHP] include/require vs performance

2003-01-03 Thread R . Z .
Sorry if this was not 100% clear. In a nutshell the app I'm making will 
be available for poeple to use. My feeling is that there will be users 
using shared servers, which under a stress tend to suck. The only thing 
in this one I'm doing that;s new to me is having some 20 includes loaded 
as I need them, sometimes up to 10 at a time, hence the concern.

Thanks for all your responses, I got enough info to go on. ANother words, 
this should not be a problem.

R

http://sourceforge.net/projects/athena-research

 Is there, was there ever issue around including a lot files via
 include(). I am running things on a local server so it's hard to gauge.

I don't understand that comment.  includes/requires are always (well
nearly anyway) local to the server regardless of where the request is
coming from.  So if you have a test box and it is fast enough for you,
then go with it.

-Rasmus

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


___
Radoslaw Zajkowski
http://www.finalbanana.com


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




Re: [PHP] Is there an ISP that supports GD Library 2.0?

2002-10-31 Thread R . Z .
Signature Hosting from Verio did last time I phpinfo them(today that is)

here is the dump:

gd
GD Support  enabled
GD Version  2.0 or higher
FreeType Supportenabled
FreeType Linkagewith freetype
T1Lib Support   enabled
JPG Support enabled
PNG Support enabled
WBMP Supportenabled



















Hurrican Electric does... here's a php -m from them:

Running PHP 4.1.2
Zend Engine v1.1.1, Copyright (c) 1998-2001 Zend Technologies

[PHP Modules]
xml
standard
session
posix
pcre
mysql
imap
gd
ftp
db
zlib

[Zend Modules]
Not Implemented


I had to use pdflib once, and after talking to them for a bit they
configured
it so i could use dl()... They have no problems with security audits (as
long
as you give them a heads-up), servers are quick and dependable, they
implemented privsep in OpenSSH in just a few hours back when there was that
remote-root hole (chrooted jail w/ privsep)... Basically, I highly reccomend.




On Thursday 31 October 2002 08:10 am, René Fournier wrote:
 I'm going to need it for a site I'm working on
 Any suggestions are much appreciated.


 ---
 René Fournier,
 [EMAIL PROTECTED]

 Toll-free +1.888.886.2754
 Tel +1.403.291.3601
 Fax +1.403.250.5228
 www.smartslitters.com

 SmartSlitters International
 #33, 1339 - 40th Ave NE
 Calgary AB  T2E 8N6
 Canada


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


___
Radoslaw Zajkowski
http://www.finalbanana.com


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




Re: [PHP] Dear all

2002-10-31 Thread R . Z .
http://www.php.net/mailing-lists.php

there is an option to subscribe/unsubscribe



Please how can I unsubscribe from this mailing list ...
Thanks


Regards
Saif Yousif 


 No God 
except AllahMohammed is profit of Allah




___
Radoslaw Zajkowski
http://www.finalbanana.com


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




[PHP] ASP Option Explicit equivalent in PHP

2002-10-09 Thread R . Z .

I'm on a roll with the ASP questions these days, since I picked up the 
Chiliasp.

Here's one:

ASP has the function Option Explicit build in, it yells when you use 
variables without prior declaration, couldn't find anything like that in 
PHP documentation.
Thanks in advance.

R

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




[PHP] Sessions and Cookies

2002-10-08 Thread R . Z .

I've just read on MSDN that ASP sessions only work if the client has 
cookies enabled,

Is that true for PHP as well.

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