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: ?php $i = "\x00\x00\x00\x00\x00\x00"; var_dump($i); ? The interpreter is binary safe and that's ok. Perhaps the var_dump function can be enhanced, but it is supposed only

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 the

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

[PHP-DEV] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Alexander Feldman
st 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 adminis

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) and it

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Alexander Feldman
? -- 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? I'm trying to allocate some shared memory in the PHP_MINIT_FUNCTION - but it fails everytime during the shmget function

[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. 1. The function array_flip($array

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 URL is: http

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 (see

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

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 existing

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 are

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 sentence referred

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 add

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 pid into account.

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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

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 test.

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 missed it, where was something about

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/writing