Re: [PHP-DEV] Performance degradation

2003-02-23 Thread Stanislav Malyshev
of small objects with the same size should generate less brk's then allocating small ones first and then large one). -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Why i believe we need final

2003-01-30 Thread Stanislav Malyshev
what OO is. I just don't see how 'final' can be really useful in PHP - not in OO-textbook theorteical way, but in practice. And I believe there are more people that do think so - otherwise I would have been enlightened already by someone who sees the practical use of it. -- Stanislav Malyshev

Re: [PHP-DEV] Why i believe we need final

2003-01-29 Thread Stanislav Malyshev
be a fifo. That depends on overriding implementation. Again, I still have yet to see any example where the proposed 'final' plays substantial role and not just is there because 'maybe someone might want to use it'. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_execute_API.c

2003-01-29 Thread Stanislav Malyshev
EK That makes PEAR installer coredump with the following core: Doesn't happen to me. What were the arguments? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_execute_API.c

2003-01-29 Thread Stanislav Malyshev
-- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Why i believe we need final

2003-01-27 Thread Stanislav Malyshev
that point in the inhertance tree. In Could you explain what is invariant against inhertance? What should happen if I define function with the same name in derived class - is this a compile error? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3

Re: [PHP-DEV] Reducing the number of system calls for includes

2003-01-26 Thread Stanislav Malyshev
for the user) by filename, not by inode. I know that's little probability scenario, but still... -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] ZendEngine2 / zend_object_handlers.c __get __set __call

2002-12-15 Thread Stanislav Malyshev
for this, but also for any other things you think are bugs. Code example does great things to syncronize about what is the problem. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_compile.c

2002-12-12 Thread Stanislav Malyshev
in PHP. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: sapi/fastcgi

2002-12-04 Thread Stanislav Malyshev
HR as neither of them works you can remove both :) What do you mean neither works? I have Zeus/PHP/FastCGI install with PHP 4.2.3 running here, seems working. Am I missing something? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-26 Thread Stanislav Malyshev
it - but not because it's not updated. Can you point to some function that is defined but listed as not defined? Did the manual structure change substantially? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-26 Thread Stanislav Malyshev
now has one individual file? I guess that requires update to phpfunc module. I will check into this. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-26 Thread Stanislav Malyshev
PO It sounds like this is where the problem lives. As a reference, PO glob() was initially documented about six months ago and sha1() PO about six days. OK, I have updated the phpfunc to use new manual structure. The number of undocumented functions is down to 12% now :) -- Stanislav

[PHP-DEV] apache_hooks

2002-11-19 Thread Stanislav Malyshev
What is apache_hooks SAPI module? It looks like it produces errors in my build... And no docs there. What's that? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Limitations of the ZendEngine2 Object Model?

2002-11-18 Thread Stanislav Malyshev
classes. PM extends P, defines D.n nested, yet D.n has no relation to P.n and is PM not allowed to extend it explicitly (wouldn't it be implicit, with You definitely can do it explicitly - by saying extends Root::Nested in Child::Nested. -- Stanislav Malyshev, Zend Products Engineer [EMAIL

Re: [PHP-DEV] on the subject of overloading: __call()

2002-11-18 Thread Stanislav Malyshev
$this? I will look into your examples later and respond what I think. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] on the subject of overloading: __call()

2002-11-17 Thread Stanislav Malyshev
of the class, calling self::method can be achieved, I think. As for the second point - could you please explain furher what you mean, maybe with an example? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development

Re: [PHP-DEV] problem with EG(uninitialized_zval_ptr)

2002-10-28 Thread Stanislav Malyshev
(uninitialized_zval_ptr). So I guess calling zval_ptr_dtor before init_executor is unwise indeed... -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] problem with EG(uninitialized_zval_ptr)

2002-10-28 Thread Stanislav Malyshev
TCA yep - but can we simply move init_executor a bit up? I fear it's as up as it can be - just the start of zend_activate(). The problem, as it seems, is that some code can be called before zend_activate() - like INI handlers. -- Stanislav Malyshev, Zend Products Engineer [EMAIL

Re: [PHP-DEV] trying to understand zvals

2002-10-20 Thread Stanislav Malyshev
TDJ Could you go into a little more depth on the problem, just so I TDJ understand? The problem is that passing argument passes only zval *, i.e. pointer to variable itself. To make reference assignment, you need zval **, i.e. the place in the symbol table. -- Stanislav Malyshev, Zend

Re: [PHP-DEV] trying to understand zvals

2002-10-18 Thread Stanislav Malyshev
. If they are not, I cannot now think of a good way to make variable-binding function. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] trying to understand zvals

2002-10-18 Thread Stanislav Malyshev
TDJ Thanks for your response! While it does not cause a crash, your TDJ function doesn't do what I expected. Do you know where I went TDJ wrong? You are right, this doesn't work. I'll look a bit more into it... -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http

Re: [PHP-DEV] trying to understand zvals

2002-10-18 Thread Stanislav Malyshev
(yes, it's a bit messy, I know). -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] trying to understand zvals

2002-10-18 Thread Stanislav Malyshev
this, but this way it won't crash/produce garbage). -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] auto_prepend_file and auto_append_file

2002-10-08 Thread Stanislav Malyshev
existing setups? Don't think it's any good... -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] zend_execute function

2002-09-12 Thread Stanislav Malyshev
run. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard var_unserializer.re

2002-08-19 Thread Stanislav Malyshev
SB /php4/ext/standard var_unserializer.re SBLog: SBZE2 compatibility fix SB## In ZE2 the hash contains zend_class_entry *! SB SB Please commit an updated version of the re2c output as well. OK, did so. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard var_unserializer.re

2002-08-19 Thread Stanislav Malyshev
SB /usr/src/php4/ext/standard/var_unserializer.c:1: parse error before '' SB token I fear that has something to do with your CVS checkout... There's no 's in CVS version (and yes, it compiles just fine). -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com

Re: [PHP-DEV] Let's fork GD!

2002-04-12 Thread Stanislav Malyshev
default to JPEG/MPEG. As for animated pictures - does GD support that anyway? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Let's fork GD!

2002-04-12 Thread Stanislav Malyshev
soon, I guess, as soon as Flash support gains more coverage (most of browser do support it), and there's also MNG format which supports animation, though I don't really know its support status. MNG pages says mozilla and konq support it. No info about MSIE. -- Stanislav Malyshev, Zend Products

[PHP-DEV] Re: [PHP-QA] Supporting Apache 2 with PHP 4.2.0

2002-04-09 Thread Stanislav Malyshev
complied CVS apache2filter with 2.0.35, and it segfaults on some mysql functions. I don't know the reason yet, but what is clear that it's not in the 'working' stage as of now. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115

Re: [PHP-DEV] RE: [PHP-QA] Supporting Apache 2 with PHP 4.2.0

2002-04-09 Thread Stanislav Malyshev
stuff. Actually I personnaly don't think 'we cannot declare it stable' leads to 'we cannot release it'. Why just not say 'Apache 2 support is unstable, use it on your own risk and only if you know what you are doing'? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RE: [PHP-QA] Supporting Apache 2 withPHP 4.2.0

2002-04-09 Thread Stanislav Malyshev
JT Will you reply to all those bug reports then? Well, probably I personally not. But how it's related to anything? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net

RE: [PHP-DEV] Re: [PHP-QA] Supporting Apache 2 with PHP 4.2.0

2002-04-09 Thread Stanislav Malyshev
strongly suspect the cause is elsewhere, because the code in question looks completely innocent. I didn't have time yet to investigate it further. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http

RE: [PHP-DEV] Re: [PHP-QA] Supporting Apache 2 with PHP 4.2.0

2002-04-09 Thread Stanislav Malyshev
RB Which client library are you using? The bundled one, I think... -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] new port

2002-04-07 Thread Stanislav Malyshev
here (unless you are 100% sure *p is fitting int, in which case it should be commented in the code). Can you point out some of the examples where this happens? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development

Re: [PHP-DEV] ZendEngine 2

2002-03-31 Thread Stanislav Malyshev
. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Current CVS doesn't build Java module

2002-03-31 Thread Stanislav Malyshev
. And configure line was: ../configure --enable-debug --with-java=/opt/IBMJava2-13 --with-config-file-path=/home/frodo/php4 --with-libedit Could someone from build persons please take a look on it? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3

Re: [PHP-DEV] Current CVS doesn't build Java module

2002-03-31 Thread Stanislav Malyshev
JT This should be fixed now. works, thanks. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Build changes - dynamic exports

2002-03-19 Thread Stanislav Malyshev
to it, b) why it was done, was it intentional or just an omission and c) what is the most effective way to fix that? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] Build changes - dynamic exports

2002-03-19 Thread Stanislav Malyshev
SS Should work fine now Does work fine. Thanks :) -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP audit

2002-03-14 Thread Stanislav Malyshev
JO It might be better to work on a separate tree, and later let PHP JO developpers merge what parts they want to. Why? Your patches then would bit-rot constantly and you would have to update it even that nothing changes, and risk introducing new bugs in transition. -- Stanislav Malyshev

Re: [PHP-DEV] the dl() issue

2002-03-12 Thread Stanislav Malyshev
(extension.bundle); in their PHP scripts. Might the solution be in the form of some 'auto-load extension folder'? I.e., folder in which all extensions found there are loaded automatically? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext

[PHP-DEV] php + cygwin - some more

2002-03-03 Thread Stanislav Malyshev
is possible to build .dll for apache with cygwin. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php + cygwin - some more

2002-03-03 Thread Stanislav Malyshev
that is meant here is _timezone. However, I don't know how to express this in ifdef-HAVE_THIS_AND_THAT terms. Anyone? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe

[PHP-DEV] php + cygwin

2002-02-21 Thread Stanislav Malyshev
is the procdure of building PHP DLL for Apache, if such thing is possible without Visual? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] php + cygwin

2002-02-21 Thread Stanislav Malyshev
AG I don't think anyone has every compiled PHP with cygwin. But it should be possible? I.e., I don't see why wouldn't it be possible. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http

Re: [PHP-DEV] php + cygwin

2002-02-21 Thread Stanislav Malyshev
AG Everything's possible :) I just don't think anyone has done it. I see. Generally, the real question is more practical - why it looks for liconfig? Can any of autoconf/configure/libtool gurus give any pointers? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http

[PHP-DEV] php 4.1.1 Darwin shared apache builds

2002-02-18 Thread Stanislav Malyshev
some light on the matter - what was done on libtool side from 4.0.6 till 4.1.1 and could it break Darwin and what is the most efficient way to fix it? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List

Re: [PHP-DEV] php 4.1.1 Darwin shared apache builds

2002-02-18 Thread Stanislav Malyshev
lost on it. I do know it DK needs to have the -flat_namespace define added to the compile DK options. Does 4.0.6 version have it? If so, the question is why it got removed. If not, te question is how 4.0.6 libtool works? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http

Re: [PHP-DEV] C++ in extension?

2001-11-28 Thread Stanislav Malyshev
wrapping all PHP macros, function defs, PHP includes, etc. in extern C would help. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] Content-Encoding vs. Transfer-Encoding in gzip

2001-11-25 Thread Stanislav Malyshev
: http://bugzilla.mozilla.org/show_bug.cgi?id=51852 So, the question is: shouldn't PHP indeed use Transfer-Encoding instead of Content-Encoding? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http

Re: [PHP-DEV] [CVS] Memleak when assigning a class being propertyof another class the class

2001-11-14 Thread Stanislav Malyshev
memory leaks. It's not dangerous since these leaks are auto-cleaned after each request. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-21 Thread Stanislav Malyshev
function. Please see my package extension proposal and if you disagree - please tell why. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Package extension proposal

2001-10-21 Thread Stanislav Malyshev
PEAR has already a XML-based package file format, which is already used for installation and information retrieving. Is it documented somewhere? Also, I fear that XML would be too slow for time-critical operation like including files on runtime, but I might be mistaken. -- Stanislav Malyshev

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-21 Thread Stanislav Malyshev
continuing this argument? Mostly because I have got tens of answers to this thread and only *one single answer* on my package proposal. So if this thread is the place where my voice is heard - I will use it :) -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3

Re: [PHP-DEV] Package extension proposal

2001-10-21 Thread Stanislav Malyshev
parser extension, and I do not want to rewrite the parser also. So I guess that this: AM 2.) the PEAR-Installer create a package file of the 'your' AM format from the XML package file maybe would be better. Let's see what other people think. -- Stanislav Malyshev, Zend Products Engineer [EMAIL

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-20 Thread Stanislav Malyshev
responsiblity of knowing the inner workings of function libraries on the DB user themselves and not the library. This is poor programming. No, not at all. If you talk about library, the only thing user should do is package_load(Library) whenever he needs it. See my package proposal. -- Stanislav

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-20 Thread Stanislav Malyshev
BM An E_NOTICE is raised at runtime. I know many people ignore BM these, but it is there. That's like saying I know nobody will hear the fire alarm, because I have switched it off, but I'll still press the alarm button and consider it to be the proper way to report the fire. -- Stanislav

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Stanislav Malyshev
package, which would solve a lot of did I already have this package, and if not, how I import it properly? questions. Making quick hacks to bend the language into compliance with some hacky way to solve the problem won't do any good in the long run, only bring more problems. -- Stanislav Malyshev

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Stanislav Malyshev
OK with me. I agree that it would be good to have more developed concept of a package and all the hoopla that is going with that - but until then, I see nothing wrong in include_once. DB including files and it's a poor programming technique. Why? -- Stanislav Malyshev, Zend Products Engineer

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Stanislav Malyshev
systematically. There still be the cases when you do need such hacks, in one way or another, but I think that a systematic approach to the problem will do better than a hackish 'patch there, fiddle here' approach. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972

[PHP-DEV] Package extension proposal

2001-10-19 Thread Stanislav Malyshev
but definitions and variable definitions into these files. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicatefunction problems

2001-10-18 Thread Stanislav Malyshev
case, I must have missed something, I wasn't following the list last days - how this should be used? I guess this is so that duplicate include of the same file would work? Why is it a good thing? If this was already discussed, please feel free to refer me to the archive. -- Stanislav Malyshev, Zend

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-18 Thread Stanislav Malyshev
BM See bug 13616. I see. I think you should really use include_once - I just do not see the reason why not to do it and why patch the code instead. Could you explain? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-18 Thread Stanislav Malyshev
). If there was a bug that allowed to do it, it's a logical thing to fix it, not to drag it through versions as if it should be so. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-18 Thread Stanislav Malyshev
the language this way to keep doing it. I'm not sure that being allowed to use a language in a buggy way is a right thing to do... This would hide many double include errors, and would *not* restore the backwards compatibility - since code that didn't work then would work now with your patch. -- Stanislav

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] namespaces ambiguity

2001-10-01 Thread Stanislav Malyshev
to it would have very high WTF factor for the developer. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] curl compiler failed

2001-09-25 Thread Stanislav Malyshev
version anyway, since it is not linked to any specific PHP release. Won't it be logical to just check what you want to know instead of trying to shave with an axe? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Stanislav Malyshev
-buggy version and get into constant upgrade circle or stay with checked installed release of curl, I would certainly choose the latter. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Stanislav Malyshev
and recompile it again just to discover yet another constant missing. (it would be also pretty much pain to have latest CVSes of 10+ packages just to be able to compile CVS PHP, but I talked about this already). -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com

Re: [PHP-DEV] Zend engine bug

2001-09-06 Thread Stanislav Malyshev
in the long. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- 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

Re: [PHP-DEV] Zend engine bug

2001-09-06 Thread Stanislav Malyshev
GS echo (2147483649 2147483649); GS GS echo (2147483649 % 5); If you want numbers longer than long, you should use GMP anyway (or should know what you are doing). That unsigned hack, IIRC, was made with the single purpose of enabling working with IPs, etc. -- Stanislav Malyshev, Zend Products

Re: [PHP-DEV] Re: base_convert() broken

2001-09-04 Thread Stanislav Malyshev
SB Works fine now, thanks! Could you merge this into 4_0_7, SB please? OK. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Bug #12841: ++, -- operators does not conert the typeof variable.

2001-09-04 Thread Stanislav Malyshev
this patch? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 Index: zend_operators.c === RCS file: /repository/Zend/zend_operators.c,v retrieving revision 1.114 diff -u -b

Re: [PHP-DEV] Re: base_convert() broken

2001-09-03 Thread Stanislav Malyshev
, so they work only on longs as of now. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Re: base_convert() broken

2001-09-02 Thread Stanislav Malyshev
to return long and should return zval instead. I'll try to find some time this week. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] [PATCH] Zend/zend_alloc.c

2001-08-29 Thread Stanislav Malyshev
WF Changing emalloc to return NULLs does not modify the program WF behaviour: you (probably) receive a SIGSEGV from the emalloc WF caller and the execution terminate. I can't see a big Making such assumptions is a good way to security holes and obscure bugs. -- Stanislav Malyshev, Zend

Re: [PHP-DEV] [PATCH] Zend/zend_alloc.c

2001-08-28 Thread Stanislav Malyshev
on the assumption that emalloc never fails. If emalloc can return NULLs, all this code should be rewritten. I do not see any point in it and agree with Jason. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development

[PHP-DEV] Serious bug in the serializer's smart_str_print_long

2001-08-20 Thread Stanislav Malyshev
., 2147483647 is printed as 0(/)(0*.// - which is not exactly what would be expected. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard/tests/serialize 001.phpt

2001-08-20 Thread Stanislav Malyshev
Not to be picky, but the smallest number is -2147483648... I didn't want to get the smallest one, I just wanted to add regression test for the bug I've discovered. For it it's not really important. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3

Re: [PHP-DEV] Chora and CVSWeb problems

2001-08-19 Thread Stanislav Malyshev
will invent some worm that uses this misfeature so that they would finally fix it... -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Stanislav Malyshev
-server but per-script property if you want URL fopens or not. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Stanislav Malyshev
hole. Also, note that fixing notice in the above code in the obvious way - changing simple if() to isset and stuff - will shut up your precious notice mechanism, while leaving the hole wide open. Is that what you want? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Stanislav Malyshev
think adding new functions is messy - too many functions in PHP support ZS opening URLs (because they're built on top of fopen-wrappers). Well, maybe there is some middle-ground solution. I just see encouraging of ini_set to be wrong. There should be a better way to do it. -- Stanislav Malyshev, Zend

Re: [PHP-DEV] Please..

2001-08-16 Thread Stanislav Malyshev
Actually, CVS branch fits rather nicely here, if one was talking about CVS. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Re: The new $_GET/POST/ENV

2001-08-09 Thread Stanislav Malyshev
JG How about $_COULDCONTAINSHELLCODE? Well, also $_BIGSECURITYHOLE, $_HACKMEHARDER and $_0WNM3P13453P13453... Let your imagination go wild. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http

Re: [PHP-DEV] Latest CVS Problem

2001-08-09 Thread Stanislav Malyshev
, but generally the patch that looks like it should fix it was committed some days ago :) -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Re: gmp_init with a base argument

2001-08-05 Thread Stanislav Malyshev
patch, see CVS of math.c -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DEV] Re: gmp_init with a base argument

2001-08-02 Thread Stanislav Malyshev
if you pass it a TA value which contains more bits than PHP is able to handle. - Perhaps TA with a hint about using GMP for large numbers. I'd say give a warning istead of bail out, but that's a good idea, generally. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http

[PHP-DEV] PHP dies on URL fopen

2001-07-31 Thread Stanislav Malyshev
to php_sock_fgets_internal, both readbuf and readpos are 0, and SEARCHCR does p = READPTR(sock), which makes p be 0 too, and then uses *p != '\n' as a condition. Could anybody who know the code look at this and check what has gone wrong? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http

[PHP-DEV] Re: midgard, was RE: [PHP-DEV] Legal solution: RE: [PHP-DEV] Non-GPL readline

2001-07-30 Thread Stanislav Malyshev
SL If (a) is true then I could GPL my copy of PHP and then use and SL GPL-non-LGPL code I liked You can not GPL PHP code - that's not your code, you don't hold a copyright on it. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115

Re: [PHP-DEV] extension not shutting down on each request

2001-07-25 Thread Stanislav Malyshev
requests, the request shutdown function is immediately followed GK by a call to the module shutdown handler (both deinitialization GK events happen at the same time)... I guess this is related to modules loaded with dl() function. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED

Re: [PHP-DEV] Zend engine: unresolved external _zend_assign_to_variable_referen ce?

2001-07-19 Thread Stanislav Malyshev
forget the right refcount), it should work. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Strange printf

2001-07-18 Thread Stanislav Malyshev
uses this feature and will someone object if it is returned to the thing the rest of languages having printf do? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

[PHP-DEV] more printf oddity

2001-07-18 Thread Stanislav Malyshev
I have also noticed that all values in functions php_sprintf_append*int are converted to int, though they were originally long. I know that on some systems (like Linux ix86) int == long, but I'm not sure we should mix those two types. Does anybody has an explanation for this? -- Stanislav

Re: [PHP-DEV] Strange printf

2001-07-18 Thread Stanislav Malyshev
it be OK to remove it or anyone here uses this feature and objects to it? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [PHP-DEV] curl problem

2001-07-17 Thread Stanislav Malyshev
behaviour is right (calling header write function when the option explicitly says I do not want no header). I think I will try to fix it anyway, since it should not hurt even if cURL is fixed later. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext

Re: [PHP-DEV] curl problem

2001-07-17 Thread Stanislav Malyshev
not breaking any of the features. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 ? curl.c.flc ? curl.diff Index: curl.c === RCS file: /repository/php4/ext/curl/curl.c

[PHP-DEV] curl problem

2001-07-16 Thread Stanislav Malyshev
Seems like recent cURL module always outputs the header to STDOUT, even if the curl_setopt ($c, CURLOPT_HEADER, 0) was called. I do not know if it's cURL library or PHP cURL module problem, but obviously it is going to break a lot of scripts this way. -- Stanislav Malyshev, Zend Products

  1   2   >