Re: [PHP] suppressing errors with "@"

2002-07-06 Thread Uri Even-Chen
Thanks! I also think it might be a bug. I reported it as a bug report. Uri. Miguel Cruz wrote: > > On Sat, 6 Jul 2002, Uri Even-Chen wrote: > > I tried to suppress warnings in isset expressions (Uninitialized string > &g

[PHP] Re: Uninitialized string offset

2002-07-06 Thread Uri Even-Chen
Thanks for the advice! I understand the problem now. I think they added the Uninitialized string offset in Version 4.1.0 (see ). That's why I didn't get this warning before. Anyway, I think I'll just add a "@" sign to suppress warnings. I tried it last nights an

[PHP] suppressing errors with "@"

2002-07-05 Thread Uri Even-Chen
Hi, I tried to suppress warnings in isset expressions (Uninitialized string offset warnings). The original line was something like this: if (!(isset($GLOBALS['SPEEDY_GLOBAL_VARS']['PAGE_NAME']))) When I added the "@" sign like this: if (!(isset(@$GLOBALS['SPEEDY_GLOBAL_VARS']['PAGE_NAME'])))

Re: [PHP] Uninitialized string offset

2002-07-05 Thread Uri Even-Chen
ndicates that the > variable has not specfically been assigned a value before being used. > > HTH > Chris > > Uri Even-Chen wrote: > > >After upgrading to Red Hat Linux 7.3 (which also includes a new PHP > >version), I saw this warning (Uninitialized string o

Re: [PHP] PHP Conference in California

2001-07-11 Thread Uri Even-Chen
ng to make a fortune! Uri. ---- Uri Even-Chen Speedy Software Raanana, Israel. E-mail: [EMAIL PROTECTED] ICQ Number: 7461268 Phone Number: 09-7710730 Welcome to Speedy Net (In Hebrew):

Re: [PHP] PHP Conference in California

2001-07-11 Thread Uri Even-Chen
Roadsend.com is doing with their PHP-SiteManager.. > (www.roadsend.com). Jabber.com is also going to be there, and (from what i > hear) they're doing some stuff with XML exchanges... > > -- > Aaron > > - Original Message - > From: "Uri Even-Chen" &l

Re: [PHP] PHP Conference in California

2001-07-10 Thread Uri Even-Chen
se, its only 10 minutes > away. *grin* > -- > Aaron > > - Original Message - > From: "Uri Even-Chen" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 10, 2001 9:11 AM > Subject: [PHP] PHP Conference in California >

[PHP] PHP Conference in California

2001-07-10 Thread Uri Even-Chen
I have heard about the PHP Conference & O'Reilly Open Source Convention in San Diego, California. Do you think it is worth being there? I saw the prices and it's quite expensive. Not to mention the cost to get there... http://conferences.oreilly.com/oscon/ Thanks, Uri Ev

[PHP] Always global variables

2001-07-09 Thread Uri Even-Chen
Variables. global $SPEEDY_GLOBAL_VARS, $HTTP_ENV_VARS, $HTTP_GET_VARS, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $HTTP_SERVER_VARS; Is there a way to define them only once globally? Thanks, Uri Even-Chen Speedy Software Raanana, Israel.

[PHP] Undefined variables

2001-07-04 Thread Uri Even-Chen
.CO.IL/>, this has no effect. Is there any way to get a case sensitive version of HTTP_HOST? (I noticed HTTP_HOST has changed since the previous version of PHP & apache). Thanks, Uri Even-Chen Speedy Software Raanana, Israel. Wel