Re: [PHP-DEV] Removal of unicode_semantics

2008-05-05 Thread Antony Dovgal
your case is very simple and you have nothing to worry about. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2008-05-05 Thread Antony Dovgal
On 05.05.2008 14:13, Derick Rethans wrote: Support for old-style constructors in namespaces Do we really want/need this? I'm not really sure either. 5.3 seems to be perfect candidate for dropping this kind of backward compatibility. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Re: [PHP-QA] Re: Little not about tests lenght

2008-04-30 Thread Antony Dovgal
://news.php.net/php.zend-engine.cvs/6634 -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Unresolved external symbol __mysqlnd_debug

2008-04-23 Thread Antony Dovgal
in function _zif_mysqli_debug Release\php_mysqli.dll : fatal error LNK1120: 1 unresolved externals A similar error is occuring in the snapshot builds at snaps.php.net. Where can I get a more recent version of the library files? (if that is the problem?) -- Wbr, Antony Dovgal -- PHP Internals - PHP

Re: [PHP-DEV] CVS Account Request

2008-04-23 Thread Antony Dovgal
() to accept one more argument? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] valgrind reports a problem in ext/session/tests/session_decode_error2.phpt

2008-04-23 Thread Antony Dovgal
, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Antony Dovgal
every .c compile. http://dev.daylessday.org/diff/readdir_winnt.diff Did I get you right ? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Antony Dovgal
On 22.04.2008 16:23, Richard Quadling wrote: Yes on the patch. There are a few more like this. It is just a cosmetic issue. Scott was faster than me and committed slightly different patch =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] [PATCH] Scanner fixes and tweaks

2008-04-17 Thread Antony Dovgal
are just Matt. I think Ilia just started using that after the first 5. :-P -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FPE in ld-linux-x86-64.so loading custom extension

2008-04-11 Thread Antony Dovgal
and the others? Do the others use different Apache version/build? Other architecture maybe? LD version? I've seen problems with native Apache on SuSE because they seem to add -D_FILE_OFFSET_BITS=64 to CFLAGS, which changes size of many internal structs. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] PHP 5.3 == PHP 6?

2008-04-11 Thread Antony Dovgal
, and complicate support. Which means.. ? (Sorry, I missed your point completely) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.3 == PHP 6?

2008-04-11 Thread Antony Dovgal
even try to compare the codebase? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHPDOC and SPL Documentation

2008-04-11 Thread Antony Dovgal
. Your reply still belongs to the original thread. -- 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: dragos_rusu

2008-04-03 Thread Antony Dovgal
On 03.04.2008 10:50, Rusu Dragos Mihai wrote: Contribute to PHP project. Skills: C/C++ The common practice is to start with patches, CVS account will follow later if the patches are ok. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

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

2008-04-03 Thread Antony Dovgal
On 27.03.2008 18:42, Travis Swicegood wrote: Various debauchery relating to php-src ;-) The common practice is to start with patches, CVS account will follow later if the patches are ok. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] Re: [PECL-DEV] Re: [PHP-DEV] The Untouchables

2008-04-01 Thread Antony Dovgal
On 01.04.2008 17:00, Marcus Boerger wrote: So - plain old CVS attic or 'siberia' for the GPL'd ones? IMO Attic. Yep, attic should be fine. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] zend_ini_parser.c fails to create in latest PHP6

2008-03-30 Thread Antony Dovgal
On 31.03.2008 01:49, Cristian Rodriguez wrote: you need to install re2c and run ./buildconf --force He's using snapshots, so that should not be required. I'd say somebody forgot to upgrade re2c on the snaps machine. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] [PATCH] Allow null to string conversion for PHP 6

2008-03-26 Thread Antony Dovgal
a binary string, null given in Command line code on line 1 I applied slightly different patch, but it does exactly the same. Thanks for the heads up. -- 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: santiago

2008-03-22 Thread Antony Dovgal
On 03/22/2008 08:37 PM, Philip Olson wrote: On 22 Mar 2008, at 10:27, Alexey Romanenko wrote: I would like to request a CVS account to commit the translations to the russian translation of the php manual. I have discussed with Antony Dovgal about it. Hello Alexey- This account has

Re: [PHP-DEV] [PATCH] Bug 43477 - Unicode error mode ignored

2008-03-21 Thread Antony Dovgal
in the new encoding. However, it still was returning an error for illegal sequences. The test suite returns the same results with or without the patch. Test also attached. Patch committed, thanks. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] [PATCH] Bug 43477 - Unicode error mode ignored

2008-03-21 Thread Antony Dovgal
, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] apache and MSHUTDOWN

2008-03-18 Thread Antony Dovgal
or only once if the whole httpd server shuts down? Since Apache children are separate processes, they have their own shutdown sequences and MSHUTDOWN is called for each child (which is pretty easy to check, btw). -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Dropping ze1_compatibility_mode (PHP 5.3)

2008-03-18 Thread Antony Dovgal
, even in tests. Not anymore =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] bug 43053 - scientific notation

2008-03-13 Thread Antony Dovgal
changed to use BSD licensed code (previous version was LGPLed). What you see is just an unintentional side-effect of this update. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] new version of check_parameters.php

2008-03-11 Thread Antony Dovgal
not an error or something bad. Removing an initialization that is not required doesn't fix any problem, even though it _can_ be done without any harm. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Comparison: ('*' == 0) ... True or false

2008-03-11 Thread Antony Dovgal
://www.php.net/manual/en/language.operators.comparison.php Ask such questions in php-general@, please. Thank you. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: 5.3 Release Planning

2008-03-07 Thread Antony Dovgal
not convinced we should include any PECL extensions in the core, I believe it should go the other way round. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: 5.3 Release Planning

2008-03-07 Thread Antony Dovgal
in distribution Well, lets make it convenient then. Including everything into the core is not a solution. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: 5.3 Release Planning

2008-03-07 Thread Antony Dovgal
goes into the distro, it can act as an early live test subject. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: 5.3 Release Planning

2008-03-07 Thread Antony Dovgal
way round. This is secondary, but I'm proposing using phar to test the mechanism that will allow ext/ to migrate to pecl/ and still work as it did in ext/ Ok, here I guess I should and read that thread Steph mentioned.. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing

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

2008-03-06 Thread Antony Dovgal
later if the patches prove to be good enough. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 5.3 Release Planning

2008-03-06 Thread Antony Dovgal
dropping ze1_compatibility_mode and finally drop it in 5.3. It just doesn't work, so there is no point to keep it. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Replace the flex-based scanner with an re2c [1] based lexer

2008-03-05 Thread Antony Dovgal
, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Replace the flex-based scanner with an re2c [1] based lexer

2008-03-04 Thread Antony Dovgal
something half-working. If it takes several months to prepare 5.3 release, let it be so. After all, we're not a commercial company that has to roll out a release every couple of months under pressure of share holders and overall competition. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] PHP footprint and sharing code among SAPI binaries

2008-02-27 Thread Antony Dovgal
for supporting that? What costs 2.5MB? Dynamic linking against libxml2.so? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP footprint and sharing code among SAPI binaries

2008-02-27 Thread Antony Dovgal
2.1MB. Ok, so what are you proposing? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] string operators for assigning class constants

2008-02-21 Thread Antony Dovgal
(2nd stage) and classes are declared in compile-time (1st stage). -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Math functions (new parameter parsing)

2008-02-13 Thread Antony Dovgal
parsing API anyway. Some more tests would not hurt though =) -- 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: nexuslite

2008-02-12 Thread Antony Dovgal
. -- 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: nexuslite

2008-02-11 Thread Antony Dovgal
, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] TSRM mutex return value inconsitencies

2008-02-07 Thread Antony Dovgal
On 06.02.2008 16:13, Scott MacVicar wrote: Hi Dmitry, I don't have karma for TSRM only php-src. Patch committed, thanks a lot. Ilia, should I commit it to 5_2? This looks more like a regular bugfix, not as an improvement. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Re: untie the MD4 code from MD5 replace the MD5 code

2008-02-07 Thread Antony Dovgal
On 07.02.2008 20:05, Dmitry Stogov wrote: I'm wondered, how did I change the comment style, because I didn't do it by hand. :) - The comments in the patch look a bit odd (looks like they were pasted to vim without :set paste). Regards, Stefan - =) -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] Re: untie the MD4 code from MD5

2008-02-07 Thread Antony Dovgal
pasted to vim without :set paste). Yeah, that's what caused it, I believe. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] An Idea for PDO 2

2008-02-01 Thread Antony Dovgal
On 01.02.2008 23:26, Marcus Boerger wrote: Sorry for not writing this earlier. So how does this idea sound? It sounds quite bad. If you want to do something good for PHP - either respect its rules, or go away. Changing the rules to fit your needs is not acceptable. -- Wbr, Antony Dovgal

Re: [PHP-DEV] [RFC] An Idea for PDO 2

2008-02-01 Thread Antony Dovgal
opinions aside, I don't think any of us would actually think that would put PHP in a more healthy situation. Openness is healthy. Adding new rules to make lawyers happy is not. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] nowdocs again

2008-01-30 Thread Antony Dovgal
in this 'nowdoc' thing at all. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] nowdocs again

2008-01-30 Thread Antony Dovgal
$string = it's the \$third way to do the same \thing\, but you want to add a 4th one; -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] BC break with callbacks in 5.3

2008-01-30 Thread Antony Dovgal
differently depending on the way you call them. If calling class::method() directly produces E_STRICT notice, then calling call::method() as a callback should do the same. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] A moving instance

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

Re: [PHP-DEV] nowdocs again

2008-01-30 Thread Antony Dovgal
put into separate files. Embedding them into the code is just a weird fantasy and not a reason for a new construct. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] nowdocs again

2008-01-30 Thread Antony Dovgal
On 30.01.2008 21:40, Stanislav Malyshev wrote: Waiting for better syntax when there's nobody willing to actually work on this syntax is just another way to say kill it. Nobody willing to actually work on this effectively means nobody actually needs it. -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] Re: PDO 2: Request for Comments

2008-01-29 Thread Antony Dovgal
On 29.01.2008 19:49, Cristian Rodriguez wrote: So, are PHP core developers crazy enough to be willing to sign this stuff ? ;-) No way. -- 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: sljabbott01

2008-01-25 Thread Antony Dovgal
On 25.01.2008 03:48, Joshua Abbott wrote: Maintaining the documentation Translating the documentation Maintaining oci / mysql / postgresql extensions amongst others It's usually good idea to start with sending patches, not with requesting an account. -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] Tar archives

2008-01-23 Thread Antony Dovgal
On 23.01.2008 20:37, Sam Barrow wrote: PHP has ZIP, GZip, and BZ2 support, but nothing for tar archives. Is anyone interested in working on a tar extension? Like PECL/archive? http://pecl.php.net/package/archive You can take it over if you like. -- Wbr, Antony Dovgal -- PHP Internals

Re: [PHP-DEV] why we must get rid of unicode.semantics switch ASAP

2008-01-23 Thread Antony Dovgal
On 24.01.2008 01:08, David Zülke wrote: How about allowing bfoo in 5.3 (so people can start migrating their code early) and making unicode strings default in PHP7? :D Too late.. It's already done =) 08 Feb 2007, PHP 5.2.1 - Added forward support for (binary) cast. (Derick) -- Wbr, Antony

Re: [PHP-DEV] [DIFF] phpize won't work on extensions without config.m4

2008-01-22 Thread Antony Dovgal
pages. You're the first person I know of who asked this question. It might make sense to describe in details how configure and build process work, but I see no reason to document something that is neither needed for everyone nor recommended. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] [DIFF] phpize won't work on extensions without config.m4

2008-01-21 Thread Antony Dovgal
dynamically. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] why we must get rid of unicode.semantics switch ASAP

2008-01-21 Thread Antony Dovgal
today. [2] Here is a typical problem: http://bugs.php.net/bug.php?id=42861 Try to fix it without looking at the solution and you'll see what I mean. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [DIFF] phpize won't work on extensions without config.m4

2008-01-21 Thread Antony Dovgal
configure checks over and over again. There are also extensions using config*9*.m4, their configure checks are run last. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PATCH: Minor method prototype doc typos in SplDoublyLinkedList

2008-01-17 Thread Antony Dovgal
implementation, I'm waiting for Etienne to talk about it. One particular issue is that dllist_002.phpt makes valgrind very unhappy - http://phpfi.com/290107 -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Referencing constants in extension code

2008-01-17 Thread Antony Dovgal
} I don't know what foo_status(foo) is supposed to mean here, but this code was never supposed to work. You have to copy the string if you want to store it. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Referencing constants in extension code

2008-01-17 Thread Antony Dovgal
constants directly. I mean, why copy if you don't have to? Because you have to copy something that is going to be freed by PHP. That's how it works worked for ages - you don't have to free the strings you get from zend_parse_parameters() because PHP does it for you. -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] Referencing constants in extension code

2008-01-17 Thread Antony Dovgal
are more aggressive about collecting that memory and now it's caught up with me. No, it always worked this way. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SUMMARY: Array syntax

2008-01-11 Thread Antony Dovgal
, but in this case I don't think so. You're not going to fix bug reports related to the parser, or are you? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SUMMARY: Array syntax

2008-01-11 Thread Antony Dovgal
proposing or he's going to disappear right after it's implemented. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SUMMARY: Array syntax

2008-01-11 Thread Antony Dovgal
On 12.01.2008 02:20, Jeff Griffiths wrote: Antony Dovgal wrote: ... Well, to me it matters whether the author is going to care of the thing he's proposing or he's going to disappear right after it's implemented. I didn't realize there was a section of the code flagged 'syntactic sugar

Re: [PHP-DEV] no read-only, no moderation, just a simple self-enforced checklist

2008-01-10 Thread Antony Dovgal
and I'm getting sick and tired of all this crap on internals, so here once more: We need to put this checklist somewhere and point to it each time the list starts to overfill again. http://www.php.net/reST/ seems to be the best place for it. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Re: Exceptions instead of Fatal Error when calling non existent method?

2007-12-31 Thread Antony Dovgal
that would affect everyone and *forcing everyone* to use exceptions seems to be really bad idea, especially taking into account that your problem can be easily solved without it. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Garbage collector patch

2007-12-25 Thread Antony Dovgal
./buildconf ./configure after applying the patch. -- 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: free_man

2007-12-21 Thread Antony Dovgal
On 21.12.2007 06:35, sungyun wrote: Developing the PHP runtime Translating the documentation Usually we don't give CVS accounts right away. It's recommended to start with sending patches to the appropriate lists. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] faster public domain MD5 implementation

2007-12-21 Thread Antony Dovgal
? Good point, the license should be explicitly specified. I'm going to test the patch on Linux/64bit today. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PATCH: anonymous functions in PHP

2007-12-20 Thread Antony Dovgal
On 20.12.2007 11:18, Alexey Zakhlestin wrote: On 12/20/07, Antony Dovgal [EMAIL PROTECTED] wrote: On 20.12.2007 09:57, Alexey Zakhlestin wrote: being able to do the following (and not to worry about runtime compilation) is a good reason on it's own: array_filter($my_data, function($test

Re: [PHP-DEV] Re: PATCH: anonymous functions in PHP

2007-12-20 Thread Antony Dovgal
-add-that.html -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PATCH: anonymous functions in PHP

2007-12-20 Thread Antony Dovgal
that this is just a new toy? (pretty useless, but funny) =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Garbage collector patch

2007-12-19 Thread Antony Dovgal
On 19.12.2007 13:20, Alexey Zakhlestin wrote: On 12/19/07, Dmitry Stogov [EMAIL PROTECTED] wrote: updated patch. got an error during linking phase You have to run this first: ./cvsclean ./buildconf -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Re: PATCH: anonymous functions in PHP

2007-12-19 Thread Antony Dovgal
not be allowed. Ever. -- 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: danbrown

2007-12-12 Thread Antony Dovgal
accounts right away. It's recommended to start with sending patches to the appropriate lists. We all started this way, after all. And yes, CVS account requests work just fine. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Test case for bug #43495

2007-12-08 Thread Antony Dovgal
/xv0htM54.html -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Thoughts on Feature Request - Arithmetic

2007-12-07 Thread Antony Dovgal
a decent version of this can be written in php (think PEAR) This could be an option either. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Garbage collector patch

2007-12-06 Thread Antony Dovgal
or something? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Garbage collector patch

2007-12-04 Thread Antony Dovgal
it or not, yet another engine mode is bad idea. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FW: [PHP] PHP 5.2.3 segfault with syslog standard extension

2007-12-04 Thread Antony Dovgal
.. :) ). Well, these are two the most useful tools I know of. Tracing code flow with GDB and memory errors with valgrind usually helps to locate any problem. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Garbage collector patch

2007-12-04 Thread Antony Dovgal
more. Companies that are especially concerned of performance/stability are encouraged to step forward and give us a hand. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FW: [PHP] PHP 5.2.3 segfault with syslog standard extension

2007-12-03 Thread Antony Dovgal
. BG(syslog_device) is checked for NULL and freed in openlog() and MSHUTDOWN. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Unable to compile PHP6 with pgsql

2007-11-29 Thread Antony Dovgal
at the pgsql maintainers activity, I wouldn't expect any changes in the nearest future. Want to give them a hand? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Unable to compile PHP6 with pgsql

2007-11-29 Thread Antony Dovgal
On 30.11.2007 04:43, Michael Eshom wrote: Wish I could help, but I don't know what needs to be done or how to go about doing it. That's no problem, we can show what to do =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

[PHP-DEV] Re: [PHP-CVS] cvs: CVSROOT / avail loginfo

2007-11-27 Thread Antony Dovgal
to commit +unavail||pdo-specs +avail|wez,andi,stas,iliaa|pdo-specs -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FW: [PHP] PHP 5.2.3 segfault with syslog standard extension

2007-11-25 Thread Antony Dovgal
#1 0x0f652630 in zif_openlog (ht=3, return_value=0x32838560, return_value_ptr=0x0, this_ptr=0x0, return_value_used=0, tsrm_ls=0x104aee30) at It might also help if you print basic_globals contents: (gdb) p basic_globals -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] FW: [PHP] PHP 5.2.3 segfault with syslog standard extension

2007-11-25 Thread Antony Dovgal
On 25.11.2007 17:30, Rachmel, Nir (Nir) wrote: Do you mean printing the 'tsrm_ls'? There is no 'basic_globals' symbol in the context of any of the frames I tried. Oh, so this is multithreaded version.. That makes it even more complicated. -- Wbr, Antony Dovgal -- PHP Internals - PHP

Re: [PHP-DEV] Banning old versions

2007-11-23 Thread Antony Dovgal
it as clear as possible that other versions are not supported. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Quick question before submitting a feature request...

2007-11-23 Thread Antony Dovgal
= Unknown, line = 0. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Cleanup and maintenance of internal C code

2007-11-22 Thread Antony Dovgal
On 23.11.2007 09:25, Andy Lester wrote: On Nov 23, 2007, at 12:19 AM, Antony Dovgal wrote: Take a look at 5_3 and HEAD, we've done this already a couple of months ago: http://news.php.net/php.cvs/46317 So I see. That's a good sign. There's still plenty of other places to hit, too

Re: [PHP-DEV] Cleanup and maintenance of internal C code

2007-11-22 Thread Antony Dovgal
thought I could help clean up. Take a look at 5_3 and HEAD, we've done this already a couple of months ago: http://news.php.net/php.cvs/46317 5_2 branch is for important bugfixes only, hence this improvement didn't make it there. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Getting path of currently executing file from within stream_opener handler

2007-11-17 Thread Antony Dovgal
exactly what you said, i.e. resolves relative paths. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Restore output buffer in case of exceptions

2007-11-17 Thread Antony Dovgal
: Begin End Following this logic, we would also need to unwind all file descriptors, database transactions, network connections etc. etc. This makes no sense. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC Making compiler info accessible

2007-11-16 Thread Antony Dovgal
of PHP bug reports. I don't think it belongs to php -v, but to phpinfo(). There's a lot of useful stuff you can know about PHP build, and it almost all is in phpinfo(). Yes, phpinfo() seems to be the best place for such info. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] PHP 5.2.3 segfault with syslog standard extension

2007-11-14 Thread Antony Dovgal
:0x33ae6740 $167 = 0xf8b8288 zif_openlog+248 frame 3: 0x33ae6740:0x33ae67c0 $168 = 0xf9838dc -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.2.3 segfault with syslog standard extension

2007-11-13 Thread Antony Dovgal
. Do you have GDB there and what does the backtrace look like? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP 5.2.5 Released - update on extensions versioning information

2007-11-10 Thread Antony Dovgal
their versions only after some major changes/additions, which rarely happen in a bugfix branch (if at all). -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP 5.2.5 Released - update on extensions versioning information

2007-11-10 Thread Antony Dovgal
one etc... ) That is what $Revision$ CVS tag does, version number is totally different thing IMO. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2   3   4   5   6   7   8   9   >