Re: [PHP-DEV] HAVE_FLUSHIO

2002-02-17 Thread Alexander Feldman
At 11:28 PM 2/17/2002 +, Wez Furlong wrote: >Can someone (Sascha?) refresh my memory about HAVE_FLUSHIO ? "Sasha" != "Sascha" ;-) >I'm wondering how it will affect the php_streams implementation. > >This is what I recall about it: > >On some systems it is necessary to fflush before reading/

Re: [PHP-DEV] PHP Tag Libraries

2002-02-16 Thread Alexander Feldman
> On Sat, Feb 16, 2002 at 01:33:43AM +0100, Alexander Feldman wrote : > > It is strange that such an issue had not been discussed here in > > the past (or maybe I have missed the mails as I don't follow > > very regularly the list). > > You seem to have miss

[PHP-DEV] PHP Tag Libraries

2002-02-15 Thread Alexander Feldman
Hello,   Being unexpectedly struck by influenza with high temperature (40C) I remained at home and wrote the very first scratches of PHP tag libraries. It is strange that such an issue had not been discussed here in the past (or maybe I have missed the mails as I don't follow very regularly

Re: [PHP-DEV] Re: [PHP-QA] 4.0.6

2001-05-02 Thread Alexander Feldman
On Wed, 2 May 2001, Eduardo Dominguez wrote: > > >That COM problem is Win32 specific. And as Microsoft in it's great wisdom > >has decided not to include any compilers in their OSs, the lack > >of binary builds for RCs kinda makes it a bit hard for those who would > >like to to test to actually t

Re: [PHP-DEV] Question

2001-04-30 Thread Alexander Feldman
What is doing your extension? -- alex On Mon, 30 Apr 2001, Billy Rose wrote: > I have developed an extension, and am wondering to whom or where I submit it for >review? > > -- > PHP Development Mailing List > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional comm

RE: [PHP-DEV] Re: Crypt salts not random.. (fwd)

2001-04-29 Thread Alexander Feldman
On Sun, 29 Apr 2001, James Moore wrote: > > > > > In order to avoid this you actually have to call it at completely > > > different > > > > times, something you can't really guarantee. We should > > probably not use > > > > the timestamp as the seed (at least not alone), but also take > > the pi

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-17 Thread Alexander Feldman
Hi, I fixed the pipes problem and commited the fix in the main branch and in the PHP_4_0_5 one. Should I merge it also in php_4_0_5RC6 as well? This merging/branching always inserts happiness in my life... Thanks -- alex On Sun, 15 Apr 2001, Sascha Schumann wrote: > > Ok, my fault - I will ad

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-15 Thread Alexander Feldman
On Sun, 15 Apr 2001, Sascha Schumann wrote: > > Ok, my fault - I will add test if this is a file handle and not if this > > is not a socket handle. > > Yes, that would be a possible solution. Commited to the CVS. rgds: sasha > > > How this should be solved on AIX? > > The last sentenc

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-15 Thread Alexander Feldman
On Sun, 15 Apr 2001, Sascha Schumann wrote: > On Fri, 13 Apr 2001, Andi Gutmans wrote: > > > Does this work for you on 4.0.4pl1? > > Any idea when this broke? > > Andi > > The following commit broke this functionality: > > date: 2001/03/11 10:08:27; author: sasha; state: Exp; lines: +17

[PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-15 Thread Alexander Feldman
On Fri, 13 Apr 2001, Andi Gutmans wrote: > Does this work for you on 4.0.4pl1? On 4.0.4pl1 it is OK, but on 4.0.5RC6 on Solaris 8 it shows the problem. -- Alex > Any idea when this broke? > Andi > > At 12:24 AM 4/13/2001 +0200, Didi Rieder wrote: > >Hello, > > > >I have a problem with "popen"

Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS whenregister_globals = on

2001-04-06 Thread Alexander Feldman
On Fri, 6 Apr 2001, Sascha Schumann wrote: > > It is simpler. > > Chuck is talking about another problem which I agree has not > been addressed yet properly. > > > We should just leave the array $HTTP_SESSION_VARS in the > > case when register_globals is on. Currently when the variables a

Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS whenregister_globals = on

2001-04-06 Thread Alexander Feldman
On Fri, 6 Apr 2001, Chuck Hagenbuch wrote: > Quoting Sascha Schumann <[EMAIL PROTECTED]>: > > > >- but that does make it really > > > messy to write code that works with either setting. > > > > Yes. Feel free to propose a solution which solves your > > problem and which is compatible to

Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS whenregister_globals = on

2001-04-05 Thread Alexander Feldman
This makes sense. The behaviour quoted below creates difficulties when writing portable scripts (not to depend on the value of register_globals). Rgds: -- Alex On Thu, 5 Apr 2001, Carsten Gehling wrote: > One of the IMHO stranger behaviors in PHP is what happens to the > $HTTP_SESSION_VARS arr

Re: [PHP-DEV] Shared memory in extensions

2001-04-03 Thread Alexander Feldman
On Tue, 3 Apr 2001, Thomas Wentzel wrote: [snip] > Where can I find a good explanation as to what the differences are > between > MINIT, RINIT, MSHUTDOWN and RSHUTDOWN? http://www.zend.com/apidoc/x629.php > > hehe - how would one go about removing a shared memory segment > manually?? ipcrm (

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Alexander Feldman
manually the shared memory segment and try again. -- Alexander Feldman Zend Technologies Ltd. phone: +972 3 6139665 ext. 113, fax: +972 3 6139671 http://www.zend.com/ On Mon, 2 Apr 2001, Thomas Wentzel wrote: > Hehe - sorry :) > Errno is set to 43 (Identifier removed (?)) > > > The

[PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Alexander Feldman
On Mon, 2 Apr 2001, Andrei Zmievski wrote: > On Mon, 02 Apr 2001, Alexander Feldman wrote: > Hi, > > These are the > results and questions from some tests I run yesterday on the > last > 4.0.5 release candidate. Note that all differences are from PHP > > 4.0.4pl1. >

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Alexander Feldman
no after this call? -- Alex > > Thomas > > I compile the module _into_ PHP due to the > Alexander Feldman wrote: > > > > On Mon, 2 Apr 2001, Thomas Wentzel wrote: > > > > > Hi > > > > > > Can anybody help me? > > > > &g

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Alexander Feldman
On Mon, 2 Apr 2001, Thomas Wentzel wrote: > Hi > > Can anybody help me? > > I'm trying to allocate some shared memory in the PHP_MINIT_FUNCTION - > but it fails everytime during the shmget function. > I then did a little stand-alone C-prog, that did the same (tried to > allocate 3,5M of mem)

[PHP-DEV] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Alexander Feldman
. Best regards: -- Alexander Feldman Zend Technologies Ltd. phone: +972 3 6139665 ext. 113, fax: +972 3 6139671 http://www.zend.com/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list a

Re: [PHP-DEV] Can we have a "PING" function?

2001-04-02 Thread Alexander Feldman
> Do most servers and OS's (for example Windows) support the sending of a UDP > package to the echo port? > > Andi Yeah, What about a new ICMP extension - ping, traceroute, etc. -- Alex > > At 12:39 AM 4/2/2001 -0400, Dave Crawford wrote: > >Before I ask for a PING function in a future buil

Re: [PHP-DEV] GD configure slightly broken.

2001-03-19 Thread Alexander Feldman
This is not the only problem with the gd extension configuration. On some platfomrs (FreeBSD) we need the -lm library for this extension when linking (it is important if you build a dynamic gd.so extension). Also there is no proper testing for setting the HAVE_GD_XBM constant. I will fix this when

[PHP-DEV] SIGFPE, FreeBSD and some PHP math functions

2001-03-11 Thread Alexander Feldman
Hello, There is a bunch of mathematical functions that can generate core dump on FreeBSD 3.4 (and on a whole group of other UNIX clones). Take for example the following PHP script: or and so on... Obviously we should fix this behavior as there should not be a way for a PHP script to crash

Re: [PHP-DEV] 4.0.5 Release Candidate

2001-03-07 Thread Alexander Feldman
On Wed, 7 Mar 2001, [ISO-8859-1] André Langhorst wrote: > Is there any reason to retard the 4.0.5 Release Candidate 1 ? > We should branch anytime soon. > > Are there any outstanding commits (zeev mentioned zend sos guys want to > commit sth)? > > If not we could start this weekend, maybe at t

Re: [PHP-DEV] php.ini distribution

2001-03-04 Thread Alexander Feldman
: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > Best regards: Alexander Feldman -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] RE: [PHP-QA] Problem with strings on Win32

2001-02-20 Thread Alexander Feldman
Hi, I can not understand very well the question, but you can produce such an output with the following php script: The interpreter is binary safe and that's ok. Perhaps the var_dump function can be enhanced, but it is supposed only for internal usage, isn't it? Regards: -- Alex On Tue, 20 F

[PHP-DEV] buffered io - sparc solaris

2001-02-19 Thread Alexander Feldman
the data flow. I prepared a fix for this (it can be optimized and improved heavily), but before I commit it I want to hear your opinion. Please see the attachment. Thank you: -- Alexander Feldman Zend Technologies Ltd. phone: +972 3 6139665 ext. 113, fax: +972 3 6139671 http://www.zend.com diff