Re: [PHP-DEV] php cvs with zendengine2

2002-03-02 Thread GaM3R
o fix this up sometime soon? I have no problems with just sticking my php.ini with the binary but it isnt the best choice and I cant change the name from php.ini should I have any reason to do so. Cameron - Original Message - From: "Derick Rethans" <[EMAIL PROTECTED]> To:

[PHP-DEV] Superglobals

2002-03-02 Thread GaM3R
I know i can do global $SAFE_VARS; in each function etc but i was wondering if there was a way to superglobal $SAFE_VARS; so as i dont have to keep typing that? If not would someone care to add this? it would be nice for me to have this function. Cameron -- PHP Development Mailing List

[PHP-DEV] bugs database searching

2002-02-28 Thread GaM3R
reading from http://bugs.php.net/source.php?url=/search.php . . . just a suggestion, if (strlen($search_for)) { $where_clause .= " AND MATCH (email,sdesc,ldesc) AGAINST ('$search_for')"; } should be if (strlen($search_for) > 3 ) { $where_clause .= " AND MATCH (email,

Re: [PHP-DEV] php cvs with zendengine2

2002-02-28 Thread GaM3R
when i compiled it up. Cameron - Original Message - From: "Derick Rethans" <[EMAIL PROTECTED]> To: "GaM3R" <[EMAIL PROTECTED]> Cc: "PHP Developers Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 5:34 PM Subject: Re: [PHP-D

[PHP-DEV] php cvs with zendengine2

2002-02-28 Thread GaM3R
FreeBSD gamrdev.workgroup 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Jun 11 22:06:18 GMT 2001 [EMAIL PROTECTED]:/.1/src/sys/compile/bsd i386 PHP Version 4.3.0-dev Build Date Mar 1 2002 16:16:45 Zend Engine v2.0.0-dev, Copyright (c) 1998-2002 Zend Technologies Configure Command './configure' '--

[PHP-DEV] DIO

2002-02-21 Thread GaM3R
what is the difference btween DIO and the current fopen/fwrite etc? is there any performance difference or is it only the non blocking flag or what? Cameron -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] empty

2001-08-19 Thread GaM3R
is it possible to make empty and is_array etc. act the same as isset at the moment how you can do this   isset ( $_POST['name'], $_POST['email'], $_POST['phone'], $_POST['message'] )   it should also be documented that isset has this behaviour . . .     Cameron outworld.cx

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread GaM3R
- Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "GaM3R" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 2:01 AM Subject: Re: [PHP-DEV] Zend-Engine2 > At 01:54 AM 8/20/2001 +1000, GaM3R wrote: > >

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread GaM3R
7;t know how to make ../config.status. Stop *** Error code 1 Stop in /.1/update/php4-ze2. - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "GaM3R" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 1:22 AM Subject: Re: [

[PHP-DEV] Zend-Engine2

2001-08-19 Thread GaM3R
got bored and decided to have a look at it but i kinda hit a problem . . . su-2.05# makeMaking all in Zend/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -DBUFFERED_LOGS -DHARD_SERVER_LIMIT=512 -DMOD_SSL=208104 -DEAPI -DUSE_EXPAT -I../TSRM  -g -O2 -prefer-p