[PHP-DEV] Re: trans-sid warning?

2002-08-13 Thread Yasuo Ohgaki
Rasmus Lerdorf wrote: > As much as I think trans-sid sucks from a performance perspective, what's > with this comment in php.ini-dist? > > ; trans sid support is disabled by default. > ; Use of trans sid may risk your users security. It may not be > ; feasible to use this option for some sites. U

[PHP-DEV] Re: results of mysql_fetch are returning the incorrect records

2002-08-13 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I have problems with mysql_fetch return the wrong records. If I execute the > sql statement in mysql, I receive the correct results. When I used > mysql_fetch function, it does not return the correct results. Below is my > function an

[PHP-DEV] results of mysql_fetch are returning the incorrect records

2002-08-13 Thread K. Lee
I have problems with mysql_fetch return the wrong records. If I execute the sql statement in mysql, I receive the correct results. When I used mysql_fetch function, it does not return the correct results. Below is my function and the format sql statement function companiesByBusiness_ZipCode_Bu

Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Wez Furlong
It's needed because a lot of the doc pages are long, and there is not always going to be a 1:1 mapping between the active function and a description of the error. For example, in the stream wrappers, when someone tries to open an http connection for write, or tries to overwrite an existing file v

Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Marcus Börger
At 22:22 13.08.2002, 'Ricky' S Dhatt wrote: >On Tue, 13 Aug 2002, Dan Kalowsky wrote: > > > On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: > > > > > The point is to be able to direct to external sites not on php.net! For > > > example > > > when a function is just a wrapper around a librar

Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Marcus Börger
At 22:04 13.08.2002, Dan Kalowsky wrote: >On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: > > > The point is to be able to direct to external sites not on php.net! For > > example > > when a function is just a wrapper around a library then you can use the > > absolute > > form of the docref

Re: [PHP-DEV] php_error_docref

2002-08-13 Thread 'Ricky' S Dhatt
On Tue, 13 Aug 2002, Dan Kalowsky wrote: > On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: > > > The point is to be able to direct to external sites not on php.net! For > > example > > when a function is just a wrapper around a library then you can use the > > absolute > > form of the docr

Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Dan Kalowsky
On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: > The point is to be able to direct to external sites not on php.net! For > example > when a function is just a wrapper around a library then you can use the > absolute > form of the docref parameter ("http://") to point to the library's > we

[PHP-DEV] CVS Account Request: zer0fill

2002-08-13 Thread Tarek
Join the PHP DOC Arabic Translation Team -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Method memory handling from an instanced object

2002-08-13 Thread Brad LaFountain
--- Dan Hardiker <[EMAIL PROTECTED]> wrote: > Hi All, > > If I was to code something like: > > > class Example { > var $abc = false; > function Demo($param) { > // etc // > return $param; > } > } > > $ex1 = new Example; > $ex2 = new Example; > > ?> > > There

[PHP-DEV] CVS Account Request: nicolt

2002-08-13 Thread nicolau silva
fun -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] trans-sid warning?

2002-08-13 Thread Rasmus Lerdorf
As much as I think trans-sid sucks from a performance perspective, what's with this comment in php.ini-dist? ; trans sid support is disabled by default. ; Use of trans sid may risk your users security. It may not be ; feasible to use this option for some sites. Use this option with caution. sessi

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Gabor Hojtsy
>php_error_docref("function.fopen" TSRMLS_CC, E_WARNING, "Spongebob Square >Pants lives in a pineapple under the sea"); > >To me that should be the recommended method, as it will allow the php.ini >values for language to override everything nicely, and everyone can see >the PHP manual in their des

Re: [PHP-DEV] pair numbers

2002-08-13 Thread Dan Hardiker
> i,m new in this confference I think your looking for [EMAIL PROTECTED] > can u help me with small problem? i,m looking 4 function which checking > pair int. number true/false (1=false, 2=true, 3=flase, 4=true, etc.) Seen as this is a quick one ... I think your looking to see if a number is od

Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Marcus Börger
At 17:05 13.08.2002, Dan Kalowsky wrote: >On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: > > > >2) Can we please remove the "http://www.php.net/manual/en/blahblahblah"; > > >style of use for this? It will tend to force users into one language or > > >another, and not make PHP as friendly/

[PHP-DEV] pair numbers

2002-08-13 Thread kuna
Hello, i,m new in this confference can u help me with small problem? i,m looking 4 function which checking pair int. number true/false (1=false, 2=true, 3=flase, 4=true, etc.) any idea? i can make cycle, but i,m sure 4 some function (maybe) thanx :)) k,. -- PHP Development Mailing Lis

Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Dan Kalowsky
On Tue, 13 Aug 2002, Marcus [iso-8859-1] Börger wrote: > >2) Can we please remove the "http://www.php.net/manual/en/blahblahblah"; > >style of use for this? It will tend to force users into one language or > >another, and not make PHP as friendly/usable to other languages. > > NO! First you can

Re: [PHP-DEV] php_error_docref

2002-08-13 Thread Marcus Börger
At 16:37 13.08.2002, Dan Kalowsky wrote: >A few comments on this. > >1) is it possible to cut down on the number of php_error_docref functions >to just one? I really don't see a reason for this many different formats. There is no solution for reducing php_error_docref() to one function call but

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main network.c

2002-08-13 Thread Dan Kalowsky
There was a suggestion, I don't remember if it was agreed upon or not. Regardless as I see it this is still a bug, and until an ini value is added, this shouldn't be allowed out as-is in the next release. If an ini value is added by that time though, it would be nice :) On Tue, 13 Aug 2002, Edin

[PHP-DEV] CVS Account Request: mw21st

2002-08-13 Thread Markus Wolff
I want to use the CVS to develop PEAR packages together with other developers. At this time, I´m working on a new Authorisation system for PEAR together with Lukas Smith. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main network.c

2002-08-13 Thread Edin Kadribasic
Hello Dan, Wasn't there an agreement that the timout is going to be a an .ini setting whith a default value of 60? Edin - Original Message - From: "Dan Kalowsky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 4:39 PM Subject: [PHP-CVS] cvs: php4 /main network

[PHP-DEV] php_error_docref

2002-08-13 Thread Dan Kalowsky
A few comments on this. 1) is it possible to cut down on the number of php_error_docref functions to just one? I really don't see a reason for this many different formats. 2) Can we please remove the "http://www.php.net/manual/en/blahblahblah"; style of use for this? It will tend to force user

[PHP-DEV] PHP_SELF confusion

2002-08-13 Thread Piotr Klaban
Hi, I have found PHP_SELF variable very confusing. Maybe you can prove me wrong. I thought that this variable can be used as a self reference URL address for the currently running script, e.g.: uri, track_vars_array TSRMLS_CC); in sapi/cgi/cgi_main.c PHP_SELF is equal to PHP_INFO env. varia

[PHP-DEV] Search on bugs.php.net

2002-08-13 Thread Edin Kadribasic
Could someone please fix the search on bugs.php.net? This must be my 10th attemt at getting someone's attention. Problems: 1. You cannot search for words with less than 4 characters. This makes imposible to localise pow() related problems for example. 2. The search words used in boolean OR query.

Re: [PHP-DEV] coding standard addition proposal

2002-08-13 Thread derick
On Sun, 11 Aug 2002, Dan Kalowsky wrote: > Any +/-1s on this idea? +1 Derick --- Did I help you? http://www.derickrethans.nl/link.php?url=giftlist Frequent ranting: http://www.derickrethans.nl/

Re: [PHP-DEV] php_error_docref

2002-08-13 Thread derick
On Thu, 8 Aug 2002, Wez Furlong wrote: > > On 08/08/02, "Marcus Börger" <[EMAIL PROTECTED]> wrote: > > > First thanks to Wez for another great idea. > > > > And it's not really my idea :-) > > It's some anonymous persons idea (checking the cvs log for the > > todo will reveal who!). > > Derick

[PHP-DEV] Method memory handling from an instanced object

2002-08-13 Thread Dan Hardiker
Hi All, If I was to code something like: There are now 2 variables, both with a copy of the object Example in them. Now, I would expect the variables in the objects to be duplicated (eg: the memory space for $ex1->abc to be separate from $ex2->abc). However, is the method definition the same?

Re: [PHP-DEV] Curl Wrapper now in HEAD

2002-08-13 Thread Sterling Hughes
> Hi Sterling, > > I've just commited my curl based wrapper. > It's currently read-only (due to a temporary limitation in curl), > and might not work properly for include/require statements (or > passing streams to third-party libraries) on systems without > fopencookie. Also, due to anoth