Re: [PHP-DEV] Re: results of the PHP6 wishlists

2005-11-15 Thread Antony Dovgal
On 15.11.2005 05:38, Roman Ivanov wrote: Antony Dovgal wrote: On 14.11.2005 12:55, Roman Ivanov wrote: wishlist input filter extension (including some element of user wishlist control) Will it be used _instead_ of $_POST and $_GET? An extension instead of the arrays? You must be missing

Re: [PHP-DEV] Re: results of the PHP6 wishlists

2005-11-15 Thread Antony Dovgal
something *imposes* a particular structure is just a nonsense. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: results of the PHP6 wishlists

2005-11-14 Thread Antony Dovgal
callback for filtering. In fact, I would go as far as removing session handling functions from the core language too. You're late. Four or three years ago I'd agree with you, but it's too late for that. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] PDO: Are there plans to support Mysql 5 soon?

2005-10-26 Thread Antony Dovgal
On 26.10.2005 21:22, Holografix wrote: Hi With PHP 5.1 knocking at the door, I guess many people would like to take advantage og mysql 5 new features. What's the problem with MySQL 5 ? Did you try ext/mysqli ( http://php.net/mysqli ) ? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Re: Are there plans to support Mysql 5 soon?

2005-10-26 Thread Antony Dovgal
. Personally I do not see a reason to call it not functioning or something like that. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] foreach with null

2005-10-25 Thread Antony Dovgal
On 25.10.2005 19:39, Ants Aasma wrote: It currently is equal: $ php -r 'var_dump(null == array()); var_dump((array) null);' bool(true) array(0) { } No, there aren't equal. Use === and you'll see the difference. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] foreach with null

2005-10-24 Thread Antony Dovgal
opinions? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re[2]: PHP 4 win build system questions

2005-10-23 Thread Antony Dovgal
it yourself. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: ddocker

2005-10-16 Thread Antony Dovgal
On 16.10.2005 16:52, docker wrote: getting experience with remote cvs working... Try to find another way of getting such experience ? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] sqlite on windows

2005-10-16 Thread Antony Dovgal
of *.dll in php.ini by default, PHP installation won't work anymore out-of-the-box. Because it'll _require_ setting extension_dir too. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] sqlite on windows

2005-10-16 Thread Antony Dovgal
need it. Either way if we don't then we need to make it clear in the changelog that this means that sqlite needs to be enabled manually. See above =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: cvs: ZendEngine2 / zend_compile.c php-src NEWS

2005-10-16 Thread Antony Dovgal
. Amen. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Globals unavailable, require oddity

2005-10-13 Thread Antony Dovgal
'Config' not found Use absolute path everywhere ? I can't reproduce it either. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Antony Dovgal
use any error handling? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Antony Dovgal
On 13.10.2005 23:38, Jani Taskinen wrote: Add --disable-pear to the configure line and the errors go away. Cool. We need to document it then =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Antony Dovgal
? Greg? Pierre? Any other ideas? On 13.10.2005 21:54, Antony Dovgal wrote: Hello all. This is what I got trying to install latest snapshot of 5.1.0-dev with Apache2 on Linux: -- Notice: Error: zlib extension is not enabled - gzinflate() function needed for compressed .phars

Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev

2005-10-13 Thread Antony Dovgal
On 14.10.2005 01:30, Pierre wrote: On Thu, 13 Oct 2005 23:22:36 +0200 (CEST) [EMAIL PROTECTED] (Derick Rethans) wrote: On Fri, 14 Oct 2005, Antony Dovgal wrote: After the recent discussion in #php.pecl: Is there any chance to use system's gunzip to unpack the phar as a fallback solution

Re: [PHP-DEV] session.save_handler=sqlite must go

2005-10-12 Thread Antony Dovgal
@lists.php.net for such questions. If something doesn't work for you, your first thought should be what am I doing wrong and not this thing doesn't work and must go. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Reference handling change and PHP 4.4.0

2005-09-19 Thread Antony Dovgal
. But... Now should we count how many days it's needs to fix NOTICES in all active php projects ? 1) They are only notices, you don't *have* to fix them as they can be safely silenced. 2) Yes, you *can* fix them since they tell you about potential problems in your code. -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] big reference bug in (at least) PHP 5.0.5

2005-09-16 Thread Antony Dovgal
as $item) print_r($item); to: foreach ($array as $blah) print_r($blah); you'll see it yourself. I don't see any bugs here. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PATCH for #34505 (was 5.1.0RC2)

2005-09-15 Thread Antony Dovgal
On 15.09.2005 03:24, Antony Dovgal wrote: On 14.09.2005 15:20, Zeev Suraski wrote: Any last minute additions to 5.1.0RC2 or can we roll it? If it's not too late I'd like to fix http://bugs.php.net/bug.php?id=34505 before RC2. It'll require addition of zend_unmangle_property_name_ex

[PHP-DEV] PATCH for typo in zend_compile.c (was 5.1.0RC2)

2005-09-15 Thread Antony Dovgal
On 14.09.2005 15:20, Zeev Suraski wrote: Any last minute additions to 5.1.0RC2 or can we roll it? It seems that #27145 has crept back into 5.1 with a copy/paste typo. Here is the patch for it too. -- Wbr, Antony Dovgal Index: Zend/zend_compile.c

Re: [PHP-DEV] unserialize() unicode issues

2005-09-14 Thread Antony Dovgal
version without any problem. Didn't get that paragraph... =| Do we have any problems with serialized data from older versions? I don't see any of them. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: open_basedir Issue

2005-09-14 Thread Antony Dovgal
-basedir -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] unserialize() unicode issues

2005-09-14 Thread Antony Dovgal
you what new stuff the serialized data contains the old version being runned cannot deal with (e.g. Unicode data). Yes, that's exactly what I'm talking about. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 5.1.0RC2

2005-09-14 Thread Antony Dovgal
of zend_unmangle_property_name() (nothing serious though), as the latter may lead to segfaults etc. I'll post the patch in the morning. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] unserialize() unicode issues

2005-09-13 Thread Antony Dovgal
was during the serialization, and if the value is different during deserialization, refuse to load it or start a new session. One really should not be changing that switch on a whim in-between sessions. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] unserialize() unicode issues

2005-09-13 Thread Antony Dovgal
into local encoding. So you propose to store strings/hash keys/class names in Unicode even if unicode_semantics is Off ? It looks like adding unnecessary overhead to me. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

[PHP-DEV] unserialize() unicode issues

2005-09-09 Thread Antony Dovgal
var_dump(unserialize(serialize(aa))); // works var_dump('U:2:\u0061\u0061;'); //produces unicode(9) U:2:aa; ? IMO the best way here is to change serialize() output to produce something else (for example \pu instead of \u) - in this case it works just fine. Comments? -- Wbr, Antony Dovgal

Re: [PHP-DEV] How to get started with Unicode

2005-08-12 Thread Antony Dovgal
need all icu* libicu* rpms. http://tony2001.phpclub.net/files/rpms/suse/9.3/ -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-12 Thread Antony Dovgal
identifiers case-sensitive 8. Remove various function aliases -Rasmus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_reflection_api.c php-src NEWS

2005-08-11 Thread Antony Dovgal
On Thu, 11 Aug 2005 14:51:58 -0700 Andrei Zmievski [EMAIL PROTECTED] wrote: 9pm last night!! So, you didn't say - should I revert it or it's ok. I don't want to memorize the entire contents of Unicode Character Set =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] CVS Account Request: binar10

2005-08-11 Thread Antony Dovgal
your project and it's licensing first. Thanks. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP Unicode support design document

2005-08-10 Thread Antony Dovgal
, almost similar case. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP Unicode support design document

2005-08-10 Thread Antony Dovgal
Ah. Ok, then I'm happy =) On Wed, 10 Aug 2005 07:30:38 -0700 Rasmus Lerdorf [EMAIL PROTECTED] wrote: Yeah, print/echo was just a way of describing the underlying output stuff. It wasn't meant to be taken literally. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] (re)throwing exceptions

2005-08-06 Thread Antony Dovgal
to get to know. If I have to catch it on a higher level, I can't leave the caught Exception as is just adding my current context to the stack trace. ?php try { /* do something here */ } catch (Exception $e) { throw $e; } ? Is it what you need? -- Wbr, Antony Dovgal -- PHP Internals

Re: [PHP-DEV] Questions on stream

2005-08-05 Thread Antony Dovgal
can't open a file already opened by someone. Shouldn't linux not allow the file to be deleted with an open stream as well? No, why? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Problem updating CVS HEAD

2005-08-04 Thread Antony Dovgal
, ./buildconf does it for you automagically. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [OCI8] Patch for bug #29779

2005-07-18 Thread Antony Dovgal
://www.jeuxdecartes.net/static/oci8.ping_freq.patch Hope you'll find this patch ok, and will include it in future releases of 5.0. Thanks for the patch. I'm currently working on OCI8 and this issue will be closed along with the others. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] ldap_ and friends

2005-06-30 Thread Antony Dovgal
: Working -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] bugfix for #29983 (unable to set default_charset using ini_set)

2005-06-22 Thread Antony Dovgal
Hello all, hello Andi. Andi, I'd like to ask your permission to commit the patch for http://bugs.php.net/bug.php?id=29983 It adds OnUpdateDefaultCharset, which calls sapi_header_op() (only in runtime) to substitute SAPI content-type/charset header. See the patch in attachment. -- Wbr, Antony

Re: [PHP-DEV] [PATCH] bugfix for #29983 (unable to set default_charset using ini_set)

2005-06-22 Thread Antony Dovgal
On Thu, 23 Jun 2005 01:28:04 +0400 Antony Dovgal [EMAIL PROTECTED] wrote: Hello all, hello Andi. Andi, I'd like to ask your permission to commit the patch for http://bugs.php.net/bug.php?id=29983 It adds OnUpdateDefaultCharset, which calls sapi_header_op() (only in runtime) to substitute

Re: [PHP-DEV] PHP5, objects not passed by reference?!?

2005-06-02 Thread Antony Dovgal
something in the php.ini? What can I do? I get 2 ; 2 and no error with latest snapshots of 5.0.5-dev and HEAD. Check if you have zend.ze1_compatibility_mode Off. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] info about ext/session bug #29322 Constant SID already defined

2005-05-20 Thread Antony Dovgal
the behaviour described in the bug report with latest 4.3, 5.0 and HEAD. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ext/soap parse error in HEAD

2005-05-11 Thread Antony Dovgal
TSRMLS_FETCH() at the end of all declarations doesn't help? What compiler are you using? (gcc-3.3.4 works fine, with and without ZTS enabled). -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] ext/soap parse error in HEAD

2005-05-11 Thread Antony Dovgal
On Wed, 11 May 2005 15:57:54 -0400 (EDT) Adam Maccabee Trachtenberg [EMAIL PROTECTED] wrote: On Wed, 11 May 2005, Antony Dovgal wrote: On Wed, 11 May 2005 13:56:46 -0400 (EDT) Adam Maccabee Trachtenberg [EMAIL PROTECTED] wrote: I'm getting a parse error with ext/soap in HEAD

Re: [PHP-DEV] ext/soap parse error in HEAD

2005-05-11 Thread Antony Dovgal
On Wed, 11 May 2005 17:08:40 -0400 Rob Richards [EMAIL PROTECTED] wrote: Ok, now I cant build under windows with that change. Ok, fixed. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] ext/soap parse error in HEAD

2005-05-11 Thread Antony Dovgal
. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php-5.0.-dev build failure

2005-04-29 Thread Antony Dovgal
/php-src/ext/standard/basic_functions.c:1911: `IS_CALLABLE_CHECK_NO_ACCESS' undeclared (first use in this function) I could not see this IS_CALLABLE_CHECK_NO_ACCESS getting defined anywhere. you forgot to do `cvs up` in Zend directory. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED

Re: [PHP-DEV] protected/private function __construct() not allowed in 5.0.4?

2005-04-20 Thread Antony Dovgal
(){} } ? Works fine with HEAD, 5.0.5-dev 5.0.4. Could you plz explain what did you mean when you said doesn't work ? -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] protected/private function __construct() not allowed in 5.0.4?

2005-04-20 Thread Antony Dovgal
On Wed, 20 Apr 2005 09:52:25 -0400 Greg Beaver [EMAIL PROTECTED] wrote: Antony Dovgal wrote: On Tue, 19 Apr 2005 23:11:46 -0400 Greg Beaver [EMAIL PROTECTED] wrote: Hi all, I just spent quite a while searching the archives, and can't find any explanation of why this code worked

Re: [PHP-DEV] PHP 5.1 Beta 1

2005-04-03 Thread Antony Dovgal
methods) #29015 (Incorrect behavior of class members with empty names, because ZE2 incorrectly considers that all property names that start with '\0' are mangled). None of these bugs are too hard to fix, so why not to fix them before the first beta? -- Wbr, Antony Dovgal aka tony2001 [EMAIL

Re: [PHP-DEV] [patch] bug #29210 is_callable - no support for private and protected classes

2005-03-29 Thread Antony Dovgal
as the people who messed around most with the PPP stuff. Andi No progress here? =( Maybe it'd better to apply the patch and do all the optimizations later? -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] Two minor issues in 5.0.4

2005-03-27 Thread Antony Dovgal
On Sat, 26 Mar 2005 13:05:56 +0300 Antony Dovgal [EMAIL PROTECTED] wrote: Hi all! I'd like to fix two minor issues before releasing 5.0.4. These issues are: 1) mmap'ed files are bound to 2M. In HEAD PHP_STREAM_COPY_ALL is ((size_t)-1), but for some reasons in 5.0.4 it is set to 200

Re: [PHP-DEV] Two minor issues in 5.0.4

2005-03-27 Thread Antony Dovgal
On Sun, 27 Mar 2005 14:51:09 +0200 Zeev Suraski [EMAIL PROTECTED] wrote: How are you planning to change it? See the diffs attached. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] Index: main/php_streams.h === RCS file

[PHP-DEV] Two minor issues in 5.0.4

2005-03-26 Thread Antony Dovgal
objects, I'll fix both issues in the evening. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [Fwd: note 50716 added to function.mssql-query]

2005-03-08 Thread Antony Dovgal
On Tue, 08 Mar 2005 10:03:50 +0100 Mehdi Achour [EMAIL PROTECTED] wrote: Is this true ? No, it's fixed in CVS. -- Wbr, Antony Dovgal aka tony2001 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [Fwd: note 50716 added to function.mssql-query]

2005-03-08 Thread Antony Dovgal
. -- Wbr, Antony Dovgal aka tony2001 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re[2]: [PHP-DEV] zend 2.1 function export request

2005-02-27 Thread Antony Dovgal
(zend_op* opcode); #define ZEND_VM_SET_OPCODE_HANDLER(opline) #zend_vm_set_opcode_handler(opline) Val, see also zend_vm_gen.php, it generates zend_vm_execute.h, which contains zend_vm_set_opcode_handler's body. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP

Re: [PHP-DEV] [patch] bug #29210 is_callable - no support for private and protected classes

2005-02-20 Thread Antony Dovgal
oriented (sometimes referred to as prototype based like java script for instance) and class based. Yeah, thanks for the hint, Marcus. Here is new version of the patch: http://tony2001.phpclub.net/dev/tmp/is_callable_new.diff -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals

Re: [PHP-DEV] [patch] bug #29210 is_callable - no support for private and protected classes

2005-02-20 Thread Antony Dovgal
() is used for more general kind of checks. We can of course divide zend_is_callable() into several functions, but it would just add more mess IMO. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

[PHP-DEV] [patch] bug #29210 is_callable - no support for private and protected classes

2005-02-18 Thread Antony Dovgal
/is_callable.phpt x-posted to #php.bugs =) -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [patch] bug #29210 is_callable - no support for private and protected classes

2005-02-18 Thread Antony Dovgal
the time yet to dive deeply into it and see what the right way would be. For example, we have similar code in zend_std_get_method(). If you have any good ideas of how we can generalize it email me. Ok, I'll try to look into this on the weekend. -- Wbr, Antony Dovgal aka tony2001 [EMAIL

[PHP-DEV] Re: [PECL-DEV] Please test PDO

2005-02-14 Thread Antony Dovgal
bt. Is it a known bug or am I missing something ? Also, I failed to compile PDO_OCI statically, as it complains that PDO must be loaded first (I thought module loading order has been fixed in HEAD, no?). -- Wbr, Antony Dovgal aka tony2001 -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] Re: [PECL-DEV] Please test PDO

2005-02-14 Thread Antony Dovgal
On Mon, 14 Feb 2005 10:29:39 -0500 Wez Furlong [EMAIL PROTECTED] wrote: Thanks Tony, On Mon, 14 Feb 2005 15:52:11 +0300, Antony Dovgal [EMAIL PROTECTED] wrote: Wez, PDO + PDO_OCI seems to be rather usable, BUT: I got segfault on shutdown everytime. Hmm, I found that I had to set

Re: [PHP-DEV] Re: [PECL-DEV] Please test PDO

2005-02-14 Thread Antony Dovgal
On Mon, 14 Feb 2005 17:32:42 -0500 Wez Furlong [EMAIL PROTECTED] wrote: On Tue, 15 Feb 2005 01:16:58 +0300, Antony Dovgal [EMAIL PROTECTED] wrote: Wez, PDO + PDO_OCI seems to be rather usable, BUT: I got segfault on shutdown everytime. Nope, this is something different.. Could

[PHP-DEV] [PATCH] fix for bug #31455 (multiple session_start() creates multiple session cookies in HTTP-Response)

2005-02-12 Thread Antony Dovgal
Hi all! Does anyone object to this fix merged into all branches ? http://tony2001.phpclub.net/dev/tmp/bug31455.diff -- Wbr, Antony Dovgal aka tony2001 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] fix for bug #31455 (multiple session_start() creates multiple session cookies in HTTP-Response)

2005-02-12 Thread Antony Dovgal
On Sat, 12 Feb 2005 20:03:37 +0200 (EET) Jani Taskinen [EMAIL PROTECTED] wrote: On Sat, 12 Feb 2005, Antony Dovgal wrote: Does anyone object to this fix merged into all branches ? http://tony2001.phpclub.net/dev/tmp/bug31455.diff What's the difference with PS(cookie_send

Re: [PHP-DEV] segfault in stream_socket_accept (fixed before 5.0.4?)

2005-01-21 Thread Antony Dovgal
it with current CVS. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / acinclude.m4

2004-12-08 Thread Antony Dovgal
On Wed, 8 Dec 2004 13:10:41 + Joe Orton [EMAIL PROTECTED] wrote: On Sun, Sep 12, 2004 at 06:35:51AM -, Antony Dovgal wrote: tony2001Sun Sep 12 02:35:51 2004 EDT Modified files: /php-srcacinclude.m4 Log: add PHP_CHECK_64BIT macro

Re: [PHP-DEV] [PATCH] pg_result_error_field

2004-11-14 Thread Antony Dovgal
this macros and/or they behaviour. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Bug #30743 - proc_close() causes a handle leak

2004-11-10 Thread Antony Dovgal
Nov 2004 16:03:32 - @@ -219,6 +219,7 @@ WaitForSingleObject(proc-child, INFINITE); GetExitCodeProcess(proc-child, wstatus); FG(pclose_ret) = wstatus; + CloseHandle(proc-child); #elif HAVE_SYS_WAIT_H -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED

Re: [PHP-DEV] Cannot compile latest PHP_5_1 with gcc 3.2.2

2004-11-02 Thread Antony Dovgal
: skip should fixed now. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] curl_init() is bypassing safe_mode open_basedir restrictions

2004-10-31 Thread Antony Dovgal
On Sun, 31 Oct 2004 10:46:28 -0800 Sterling Hughes [EMAIL PROTECTED] wrote: I still consider adding such things wrong Sterling, I still think that you can be right, but I'd like to hear some arguments. This is wrong or this is silly aren't too informative. -- Wbr, Antony Dovgal aka

Re: [PHP-DEV] curl_init() is bypassing safe_mode open_basedir restrictions

2004-10-30 Thread Antony Dovgal
On Fri, 29 Oct 2004 16:26:08 + Curt Zirzow [EMAIL PROTECTED] wrote: * Thus wrote Antony Dovgal: On Fri, 29 Oct 2004 01:04:23 -0700 Sterling Hughes [EMAIL PROTECTED] wrote: no curl does not need to respect php's safemode, adding such checks at this level is wrong. people

Re: [PHP-DEV] curl_init() is bypassing safe_mode open_basedir restrictions

2004-10-29 Thread Antony Dovgal
On Thu, 28 Oct 2004 12:07:50 -0400 Sean Coates [EMAIL PROTECTED] wrote: Is this legitimate? I took a (very) quick look at bugs, and didn't see it. you can find patches for all branches in attachment. comments are welcome. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL

Re: [PHP-DEV] curl_init() is bypassing safe_mode open_basedir restrictions

2004-10-29 Thread Antony Dovgal
On Fri, 29 Oct 2004 10:51:49 +0400 Antony Dovgal [EMAIL PROTECTED] wrote: On Thu, 28 Oct 2004 12:07:50 -0400 Sean Coates [EMAIL PROTECTED] wrote: Is this legitimate? I took a (very) quick look at bugs, and didn't see it. you can find patches for all branches in attachment. comments

Re: [PHP-DEV] curl_init() is bypassing safe_mode open_basedir restrictions

2004-10-29 Thread Antony Dovgal
need to respect safemode, but PHP does. we're talking about PHP's extension, right ? -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [patch] Zend/zend_objects_API.c - bug #29980 (segfault while executing __destruct())

2004-09-16 Thread Antony Dovgal
to potential breakage. Sounds quite nice. Will look at it later a bit. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [patch] Zend/zend_objects_API.c - bug #29980 (segfault while executing __destruct())

2004-09-16 Thread Antony Dovgal
On Thu, 16 Sep 2004 16:57:06 +0300 (IDT) Stanislav Malyshev [EMAIL PROTECTED] wrote: Attached is the patch I'm thinking of. If nobody objects, I think I'll apply it on Friday. Yup, that's exactly what I wanted to write in the evening =) -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED

Re: [PHP-DEV] [patch] Zend/zend_objects_API.c - bug #29980 (segfault while executing __destruct())

2004-09-10 Thread Antony Dovgal
can see zend_error() doesn't change CG(unclean_shutdown), but uses EG(exit_status) instead. And there is a side-effect: using exit_status we allow user to disable destructors calling exit($non_zero_status); Probably, this patch needs some more investigation. -- Wbr, Antony Dovgal aka tony2001

Re: [PHP-DEV] [patch] Zend/zend_compile.c - bug #29446 (PHP 5 allows class constants to be overriden)

2004-09-10 Thread Antony Dovgal
). -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [patch] Zend/zend_objects_API.c - bug #29980 (segfault while executing __destruct())

2004-09-10 Thread Antony Dovgal
On Fri, 10 Sep 2004 10:03:48 +0200 Andrey Hristov [EMAIL PROTECTED] wrote: Well, if the engine is unstable state why the registered shutdown function is being executed then ? :) good question, though =) -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP

Re: [PHP-DEV] [patch] Zend/zend_objects_API.c - bug #29980 (segfault while executing __destruct())

2004-09-10 Thread Antony Dovgal
, but I think that fatal error should really halt execution as the documentation says. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [patch] Zend/zend_execute.c - bug #27290 (warning msg on missing function argument should mention file/line of caller too)

2004-09-09 Thread Antony Dovgal
Hi all. The attached patch fixes bug #27290 (which could be considered as feature request). The patch proposes to look at the previous op_code to get real line number filename where the fuction was called. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] Index

[PHP-DEV] [patch] Zend/zend_compile.c - bug #29446 (PHP 5 allows class constants to be overriden)

2004-09-09 Thread Antony Dovgal
Yet another patch for ZE. This one fixes rather strange problem - ZE allows multiple declarations of the same class constant. It could be a minor BC break, but I'm sure it's a bug. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] Index: zend_compile.c

[PHP-DEV] [patch] Zend/zend_objects_API.c - bug #29980 (segfault while executing __destruct())

2004-09-09 Thread Antony Dovgal
. weird..). Some persons (hello, Andrey =)) think that this could be a useful feature, but for me it's just an inconsistency. IMO destructors should not be called after fatal errors, because they can cause even more harm. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED

[PHP-DEV] [patch] Zend/zend_object_handlers.c - bug #29378 (foreach() doesn't work with arrays returned by __get)

2004-09-09 Thread Antony Dovgal
Another one patch for ZE. This one fixes the bug #29378. It looks like this bug was done intentionally (I'm not sure, just an assumption), so zend_std_get_property_ptr_ptr() doesn't call __get. Please look at the patch fro details. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED

Re: [PHP-DEV] Class Destruction / Reloading

2004-08-18 Thread Antony Dovgal
. However, I don't think it should be implemented in PHP ever, 'cos this (and many more) functionality is/should be implemented in SRM. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / README.CVS-RULES

2004-08-06 Thread Antony Dovgal
On Thu, 5 Aug 2004 09:38:55 -0700 Andrei Zmievski [EMAIL PROTECTED] wrote: Why is it not recommended anymore?? It was approved by Derick, that @ screws up things, so it's not recommended ATM. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP

[PHP-DEV] [PATCH for ZE] is_callable() doesn't differentiate private/protected methods from public ones

2004-08-05 Thread Antony Dovgal
Hi all. The patch fixes bug #29210 perfectly, but I'm not sure if the implementation is the best. The appropriate test is attached too. Any comments are welcome. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] Index: zend_API.c

Re: [PHP-DEV] [PATCH for ZE] fix for #29504

2004-08-04 Thread Antony Dovgal
On Tue, 3 Aug 2004 18:53:13 +0200 Marcus Boerger [EMAIL PROTECTED] wrote: Hello Antony, your patch is not exactly correct, but i am on it now you identified the causing source lines. Also i assume you meant bug #29505. That's right. Thanks, Marcus =) --- WBR, Antony Dovgal aka

Re: [PHP-DEV] PHP 5.0.1

2004-08-03 Thread Antony Dovgal
On Mon, 02 Aug 2004 11:21:12 -0700 Andi Gutmans [EMAIL PROTECTED] wrote: At 11:16 AM 8/2/2004 +0400, Antony Dovgal wrote: On Sat, 31 Jul 2004 17:43:35 -0700 Andi Gutmans [EMAIL PROTECTED] wrote: As I mentioned about a week ago, I'd like to roll 5.0.1 (mainly due to the auth bug

[PHP-DEV] [PATCH for ZE] fix for #29504

2004-08-03 Thread Antony Dovgal
Hi all! In attachment you can find really tiny patch, that fixes #29504 (improper handling of default array properties). --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] Index: zend_builtin_functions.c

Re: [PHP-DEV] PHP 5.0.1

2004-08-02 Thread Antony Dovgal
at it, but it seems he was too busy to do it. And what about typos in php.ini/mail.c? Jakub says, that they were introduced early in PHP 5. See: http://lists.php.net/php.internals/11510 --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Seg fault

2004-08-02 Thread Antony Dovgal
. Please try my patch: http://tony2004.phpclub.net/dev/tmp/session.diff --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] bug #29336

2004-07-26 Thread Antony Dovgal
, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] bug #29336

2004-07-26 Thread Antony Dovgal
On Mon, 26 Jul 2004 09:58:01 +0200 (CEST) Sascha Schumann [EMAIL PROTECTED] wrote: On Mon, 26 Jul 2004, Antony Dovgal wrote: Hi all! Plz, take a look at bug #29336 ( http://bugs.php.net/29336 for lazy ones =)). HEAD segfaults on session_start() after empty_string - STR_EMPTY_ALLOC

Re: [PHP-DEV] [PATCH] two small typos in php.ini.* and mail.c

2004-07-24 Thread Antony Dovgal
=) See the appropriate bug, there are some people, that were bitten by those typos, perhaps they can tell you more about it. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

[PHP-DEV] [PATCH] two small typos in php.ini.* and mail.c

2004-07-23 Thread Antony Dovgal
Hi all! Two small patches to fix typos in php.ini-dist, php.ini-recommended mail.c These patches fix bug #29122. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROTECTED] Index: ext/standard/mail.c === RCS file

<    3   4   5   6   7   8   9   >