Re: [PHP-DEV] GSoC

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

Re: [PHP-DEV] php6CVS cannot be compiled

2007-03-21 Thread Antony Dovgal
On 03/21/2007 07:30 PM, paul sohier wrote: /root/php/cvs/php6/ext/standard/basic_functions.c:45:34: error: zend_language_parser.h: No such file or directory make: *** [ext/standard/basic_functions.lo] Error 1 You need to install flex 2.5.4. -- Wbr, Antony Dovgal -- PHP Internals - PHP

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-19 Thread Antony Dovgal
can find the sendmail binary, but still doesn't compile it's mail function. What other dependencies are there for the mail function? Do `make clean` before rebuilding. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

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

2007-03-19 Thread Antony Dovgal
On 03/19/2007 02:24 AM, Doug Goldstein wrote: Hi, I'm going to be taking over maintaining ext/ldap as per my discussions with Antony Dovgal and Ilia Alshanetsky. So I need to get setup with a CVS account to be able to commit. Confirmed. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

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

2007-03-19 Thread Antony Dovgal
to support the patch. If all the people saying yes, please write a test case and send it to the list, the coverage would be pretty good, I guess. Oh, and of course we can't include it into 5.2, it's only for HEAD (and maybe for 5.3, that's up to Ilia). -- Wbr, Antony Dovgal -- PHP Internals - PHP

Re: [PHP-DEV] GSoC

2007-03-15 Thread Antony Dovgal
of ideas can be seen here http://php.net/ideas. If you have not heard of the Google Summer of Code, then have a look here http://code.google.com/soc. --- No objections. Hannes also has some ideas on improving our bug tracker as a GSoC project. -- Wbr, Antony Dovgal -- PHP Internals

Re: [PHP-DEV] [Patch] bcompiler

2007-03-09 Thread Antony Dovgal
look about it to see where some more ZEND_ENGINE_X_X preprozessor directives may be needed. I believe sending it to the bcompiler maintainer should work. I CCed Val. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The way the engine works?

2007-03-05 Thread Antony Dovgal
4.3.9 and as new as 5.2.1. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The way the engine works?

2007-03-05 Thread Antony Dovgal
5.2.0, on Mac OS X. You should really upgrade to 5.2.1 first. On my Linux boxes I am getting smaller numbers, more like what you guys are reporting so I assume you are using Linux. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] LDAP functions implemented poorly

2007-03-01 Thread Antony Dovgal
On 03/01/2007 01:11 AM, Doug Goldstein wrote: Antony Dovgal wrote: On 03/01/2007 12:35 AM, Doug Goldstein wrote: Did you really test it with non-NULL terminated strings? Don't you need to add '\0' manually? The test is that you run the example code from bug #38819, watch PHP crash. Apply my

Re: [PHP-DEV] LDAP functions implemented poorly

2007-02-28 Thread Antony Dovgal
: cvs -d :pserver:[EMAIL PROTECTED]/repository co -r PHP_5_2 php-src -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] LDAP functions implemented poorly

2007-02-28 Thread Antony Dovgal
PROTECTED]/repository co -r PHP_5_2 php-src You might want to update your instructions to people since the user is cvsread and not anonymous. Oh, that's just my memory. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] LDAP functions implemented poorly

2007-02-28 Thread Antony Dovgal
was the initial idea behind it. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] LDAP functions implemented poorly

2007-02-28 Thread Antony Dovgal
On 03/01/2007 12:46 AM, Antony Dovgal wrote: I removed PHP_FE(ldap_get_values) because it's a pointless function. The point is that the patch should FIX this function, not REMOVE it. And it's still there, but commented out (which makes not sense). Uhm.. Ignore that, I need to sleep more

Re: [PHP-DEV] Benchmark Suite

2007-02-27 Thread Antony Dovgal
in this. No point in working on this if nobody cares, right? :-) I like it. Please continue. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Benchmark Suite

2007-02-27 Thread Antony Dovgal
On 02/27/2007 02:42 PM, Sebastian Bergmann wrote: Antony Dovgal wrote: I like it. Please continue. Okay, great. Now: where should I put it? I think the current approach of having bench.php duplicated in each branch of the Zend Engine is sub- optimal. Maybe we could create a new top-level

Re: [PHP-DEV] Benchmark Suite

2007-02-27 Thread Antony Dovgal
module but a seperate one sounds better. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ext/session/mod_mm.c compile failure for PHP5_2 CVS

2007-02-26 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] PHP 5.2.1 twice as slow?

2007-02-25 Thread Antony Dovgal
can't see any difference between 5.2.0 (14.4 +- 0.1) and 5.2.1 (14.4 +- 0.1) on my laptop. -- 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.1 twice as slow?

2007-02-25 Thread Antony Dovgal
On 02/26/2007 01:58 AM, Andrew Hutchings wrote: Antony Dovgal wrote: I guess you were using different configure options, but I don't know, you didn't say anything about that.. Personally I can't see any difference between 5.2.0 (14.4 +- 0.1) and 5.2.1 (14.4 +- 0.1) on my laptop. Apologies

Re: [PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-25 Thread Antony Dovgal
On 02/26/2007 02:26 AM, Andrew Hutchings wrote: Antony Dovgal wrote: Please remove all these options and try with just ./configure --disable-all. Will do in the morning and report back. I will also try an un-optimised standard i386 build of each as see what happens. Thanks in advance. Btw

Re: [PHP-DEV] PHP 5.2.1 twice as slow?

2007-02-25 Thread Antony Dovgal
On 02/26/2007 05:12 AM, Andrew Hutchings wrote: Antony Dovgal wrote: Thanks in advance. Btw, I would appreciate if you also try 5.2.2-dev snapshot, just to see if it makes any difference. Up very late with my youngest son being sick so just compiled the snapshot made about 40 minutes ago

Re: [PHP-DEV] CVS heads-up

2007-02-23 Thread Antony Dovgal
On 02/23/2007 11:31 PM, William A. Rowe, Jr. wrote: FYI, a cvs rtag -d php5_5_0 might be in order before somebody trips over this (if 5.2 ever evolves to 5.5, sort of unlikely but who knows?) ? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] CVS heads-up

2007-02-23 Thread Antony Dovgal
On 02/24/2007 12:03 AM, William A. Rowe, Jr. wrote: Antony Dovgal wrote: On 02/23/2007 11:31 PM, William A. Rowe, Jr. wrote: FYI, a cvs rtag -d php5_5_0 might be in order before somebody trips over this (if 5.2 ever evolves to 5.5, sort of unlikely but who knows?) Was there ever

Re: [PHP-DEV] CVS heads-up

2007-02-23 Thread Antony Dovgal
On 02/24/2007 12:16 AM, William A. Rowe, Jr. wrote: Antony Dovgal wrote: Probably somebody set this tag several years ago. Is this a problem? Of course, if you are the person who goes to tag php5_5_0, which will blow up loudly Well, we're not going to use in anyway, because it doesn't

Re: [PHP-DEV] RCs explained (draft)

2007-02-20 Thread Antony Dovgal
On 02/20/2007 03:15 AM, Mike R wrote: Antony Dovgal write: On 02/19/2007 08:40 PM, Marcus Boerger wrote: If they only help us they wouldn't do anything. So we need to make clear that they help themselves by running the tests and their own software. Well, saying that they help only

Re: [PHP-DEV] pcre build problems

2007-02-20 Thread Antony Dovgal
! Rebuilding with ./cvsclean run! -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: pcre build problems

2007-02-20 Thread Antony Dovgal
and RCs appear there. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PROPOSAL] Change (just slightly) read/write_property() and get_property_ptr_ptr() usage

2007-02-19 Thread Antony Dovgal
]= array(1) { [0]= array(1) { [0]= string(5) third } } } } -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PROPOSAL] Change (just slightly) read/write_property() and get_property_ptr_ptr() usage

2007-02-19 Thread Antony Dovgal
On 02/19/2007 02:42 PM, Peter Hodge wrote: --- Antony Dovgal [EMAIL PROTECTED] wrote: I believe you can start buying drinks for Dmitry =) Is that in 5.2.1? Yes. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] RCs explained (draft)

2007-02-19 Thread Antony Dovgal
the tests and their own software. Well, saying that they help only themselves is not true. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC announcements at php.net

2007-02-16 Thread Antony Dovgal
parts: 1) Releases 2) Release Candidates (which would disappear when there are no RCs). -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RCs explained (draft)

2007-02-16 Thread Antony Dovgal
On 02/16/2007 01:21 AM, Antony Dovgal wrote: We also can add a detailed description of what is release candidate, what's the difference comparing to a release etc. to qa.php.net and add a link to that page in the block. Actually, I'll try to write something tomorrow. Please comment and correct

Re: [PHP-DEV] RCs explained (draft)

2007-02-16 Thread Antony Dovgal
, because a test suite will never cover everything. But I do agree with the wording, yes. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RC announcements at php.net

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

Re: [PHP-DEV] RC announcements at php.net

2007-02-15 Thread Antony Dovgal
on the early stage anyway. I wouldn't like to miss a bug just because someone missed an RC announcement. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC announcements at php.net

2007-02-15 Thread Antony Dovgal
mind if we merge this part of qa.php.net into php.net. It's just a small block, but it would help us to gain a lot of feedback. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC announcements at php.net

2007-02-15 Thread Antony Dovgal
in the announcements and on the download page (qa.php.net?) that RC's are for test purposes only? That depends on the wording and I hope you'll help us to find the best one, as a native speaker =) Thanks in advance =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] RC announcements at php.net

2007-02-15 Thread Antony Dovgal
On 02/15/2007 05:38 PM, Antony Dovgal wrote: Hello all. Now that the conference ads are gone, I think we should add release candidates announcements to the first page of php.net. This will add some more attention to the RCs and (I hope) will help users to help us in making the releases more

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-02-09 Thread Antony Dovgal
On 02/09/2007 10:29 PM, Olivier Hill wrote: On 2/9/07, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: you can always file a feature request in a bug report. It would rapidly be flagged as bogus ;) You didn't even try it, did you? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-02-09 Thread Antony Dovgal
Unicode, therefore we cannot keep it PHP6, which major feature is Unicode support. _BUT_ it is possible to use PCRE to emulate ereg, so yes, the existing code should continue working. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] PHP 5.2.1 crashing Apache/IIS...

2007-02-09 Thread Antony Dovgal
= str_ireplace(\n, br, $Data); $Data = str_ireplace(\r\n, br, $Data); $Data = str_ireplace(\n, br, $Data); $Data = str_ireplace(\r\n, br, $Data); $Data = str_ireplace(\n, br, $Data); ? Fixed in CVS, thanks for the reproduce case. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] PHP 5.2.1 crashing Apache/IIS...

2007-02-09 Thread Antony Dovgal
, but not now - it's 4am here already =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Known Issues with PHP6 on Windows?

2007-02-07 Thread Antony Dovgal
/httpd.conf: Can't locate API module structure `php6_module' in file C:/php6/php6apache2.dll: No error It's still php5_module. But this should be changed in the next snapshot. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] RE : [PHP-DEV] [PATCH] better implementation for __HALT_COMPILER();

2007-02-07 Thread Antony Dovgal
__HALT_COMPILER() but does not use the __COMPILER_HALT_OFFSET__ constant. So, for PHK, there is no BC issue with your patch. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] C++ in non-threaded PHP

2007-02-07 Thread Antony Dovgal
) (executor_globals.v) +BEGIN_EXTERN_C() extern ZEND_API zend_executor_globals executor_globals; +END_EXTERN_C() #endif /* Language Scanner */ -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] C++ in non-threaded PHP

2007-02-07 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] segfault when running header?

2007-02-07 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] segfault when running strpos (was header)!

2007-02-07 Thread Antony Dovgal
/paste it and reproduce the problem. With this code I can see only Notice: Undefined index: ffcheck in .., but no segfault. Thank you. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] segfault when running strpos (was header)!

2007-02-07 Thread Antony Dovgal
? Still no segfault. Valgrind says 0 errors from 0 contexts. Try clean build using fresh CVS snapshot/checkout? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Syntactic improvement to array

2007-02-04 Thread Antony Dovgal
usually not in favor of having more than one way to do things, I think it'd look much more elegant especially (but not only) for nested arrays. It doesn't look more elegant to me. -1 -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] ldap extended functions

2007-01-31 Thread Antony Dovgal
it will take to include the patches regarding this that seem to have been mailed to you in the recent past? Could you point me to this patches? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ldap extended functions

2007-01-31 Thread Antony Dovgal
. Of course, if you have enough spare time and willingness, you can try to apply these patches, write some tests for the extension to be sure these new patches do not add any new problems and I'm sure this will speed up the process very much. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] ldap extended functions

2007-01-31 Thread Antony Dovgal
the patches. It comes with tests included. :-) And I wish I had your programming skills... :-) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP6 - x64 SegFault

2007-01-26 Thread Antony Dovgal
?)? What compiler did you use (GCC 4.1?)? -- 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.1RC4 Released

2007-01-26 Thread Antony Dovgal
. Testing with fopen(http://...;) works, so all streams are available. This bug was also in RC3 but I thought it was related to http://bugs.php.net/bug.php?id=40168 and did not start any separate bug report. Fixed, thanks. It was my fault, sorry. -- Wbr, Antony Dovgal -- PHP Internals - PHP

Re: [PHP-DEV] Re: PHP 5.2.1RC3 Released

2007-01-25 Thread Antony Dovgal
. Is it that difficult to replace strcasecmp with locale independent case insensitive comparison function? We're open for patches. Feel free to send one. -- 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.1RC3 Released

2007-01-25 Thread Antony Dovgal
. Lowercase ASCII characters are in 0x61-0x7A range, uppercase characters are in 0x41-0x5A. Maybe you can add 0x20 to all 0x41-0x5A byte values and use strcmp() instead of strcasecmp(). Looks way overcomplicated comparing to the Ilia's solution. -- Wbr, Antony Dovgal -- PHP Internals - PHP

Re: [PHP-DEV] PHP Cross Compilation for Arm

2007-01-20 Thread Antony Dovgal
is failing due to missing iconv. config.log should have some more information. Though, I guess the reason is that you're using i386 libiconv in ARM build. -- 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.1RC3 Released

2007-01-20 Thread Antony Dovgal
php5ts.dll. And it no longer has the real_path bug above. I no longer have any 5.2.0 files around, and even tried restarting the machine to no effect. I always install manually, never using the msi installer. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Problems on PHP5 object instantiation

2007-01-18 Thread Antony Dovgal
in compile time, therefore they cannot be initialized with expressions, which are executed in runtime. -- 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: cbaughman

2007-01-18 Thread Antony Dovgal
with developing the runtime. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP issues.

2007-01-15 Thread Antony Dovgal
you please explain what do you mean by exhausts memory ? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP issues.

2007-01-15 Thread Antony Dovgal
On 01/15/2007 12:14 PM, BuildSmart wrote: Examine: http://www.daleenterprise.com:8081/info.php Look at 'Registered PHP Streams', 'Registered Stream Socket Transports' and 'Registered Stream Filters' This should be fixed in CVS. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Newbie help: Segmentation fault

2007-01-15 Thread Antony Dovgal
what's wrong. It seems like the error lies in the 'ret != NULL'. The module compiled against php 5.1.6 and runs under linux version 2.6.15.4 (Debian). - zval *ret; + zval *ret = NULL; -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] Newbie help: Segmentation fault

2007-01-15 Thread Antony Dovgal
no idea where the the stands for. Then your problem is elsewhere. GDB or an other debugger will help you to locate it. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP issues.

2007-01-15 Thread Antony Dovgal
by exhausts memory ? Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 268324864 bytes) in /www/maia/admin/configtest.php on line 182 This code works just fine here. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] [PATCH] New functions: array_key_index(), array_first(), array_last()

2007-01-06 Thread Antony Dovgal
, -1 [, $value]); -1 Implementing these functions _in_ PHP can't take more than a minute. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Return value of convert_to_*()

2007-01-03 Thread Antony Dovgal
and I'm sure it should be still okay to do it as long as there are no technical reasons to prevent it, which I'm unable to see. On Dec 27, 2006, at 1:23 PM, Antony Dovgal wrote: On 12/28/2006 12:12 AM, Andrei Zmievski wrote: It's perfectly legal to do it in 5.2 and I don't see why PHP6

Re: [PHP-DEV] Re: cvs: php-src /sapi/apache2filter php_functions.c /sapi/apache2handler php_functions.c

2007-01-03 Thread Antony Dovgal
On 01/03/2007 10:23 PM, Sebastian Bergmann wrote: Antony Dovgal wrote: tony2001Wed Jan 3 18:52:23 2007 UTC Modified files: /php-src/sapi/apache2filter php_functions.c /php-src/sapi/apache2handler php_functions.c Log: fix magic numbers Sorry

Re: [PHP-DEV] Return value of convert_to_*()

2007-01-03 Thread Antony Dovgal
it means I can fix them freely.. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Include fileinfo in core

2006-12-30 Thread Antony Dovgal
cannot enable it anyway. So, to make myself 100% clear, I'm certainly -1 on moving any more extensions to core, including fileinfo. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Include fileinfo in core

2006-12-30 Thread Antony Dovgal
hostings, especially taking into account that this extension has an external dependency (libfile). Also, I'm not sure I understand what portability you're talking about. ext/mime_magic can be also missing if your sysadmin did not enable it when building PHP. -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] Include fileinfo in core

2006-12-30 Thread Antony Dovgal
be certainly appreciated, though I don't believe it could change anything. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Return value of convert_to_*()

2006-12-27 Thread Antony Dovgal
as changing the E_RECOVERABLE to E_ERROR - users won't have any way to workaround it, even though this was the original intention of E_RECOVERABLE. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Return value of convert_to_*()

2006-12-27 Thread Antony Dovgal
want it. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] New hexdump manipulation functions for PHP5

2006-12-25 Thread Antony Dovgal
'hexdump_descr.txt'. Please elaborate on how these functions can be useful, why in your opinion they should be added to the core (and not PECL) and why this cannot be implemented in PHP itself. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] Re: New hexdump manipulation functions for PHP5

2006-12-25 Thread Antony Dovgal
On 12/25/2006 06:07 PM, Alexander Demin wrote: On Mon Dec 25 09:46:13 2006, Antony Dovgal wrote: this patch for PHP5 adds four new string functions into the extension 'standard': - hexdump() - packhex() - smart_hexdump() - smart_packhex() Please elaborate on how these functions can

Re: [PHP-DEV] Moving COM, Socket mhash to PECL

2006-12-20 Thread Antony Dovgal
add add a comment to a defect when I start investigating it and then post any fixes I come up with to list for review ? Yes, that would work. Thanks. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] foreach with referenced values

2006-12-12 Thread Antony Dovgal
( [0] = a [1] = b ) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Unicode support for *printf()

2006-12-11 Thread Antony Dovgal
not run any benchmarks yet, but I don't expect it to cause any major slowdown. I would like to hear your comments before applying the patch, so don't hesitate to post them. -- Wbr, Antony Dovgal Index: ext/standard/formatted_print.c

Re: [PHP-DEV] Moving COM, Socket mhash to PECL

2006-12-08 Thread Antony Dovgal
On 12/08/2006 07:03 PM, Ilia Alshanetsky wrote: COM: mhash: sockets: +1 +1 +1 -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] zend_u_strtod() 400% speed up

2006-12-06 Thread Antony Dovgal
of course. :-)) I've just committed the patch, thanks a lot. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/serialize 003.phpt /ext/standard/tests/strings sprintf_f.phpt /main snprintf.c snprintf.h spprintf.c Ze

2006-12-06 Thread Antony Dovgal
any problems with this patch atm, but I'll need to play with it for some time. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Interesting dependecies

2006-12-06 Thread Antony Dovgal
/standard/array.o(.text+0x6c2): In function `zif_count': /home/andrey/dev/6/ext/standard/array.c:316: undefined reference to `spl_ce_Countable' `make clean` helps. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Making a method called list or other language constructs names.

2006-12-04 Thread Antony Dovgal
and cannot be used for other purposes. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] IDE for PHP development

2006-12-04 Thread Antony Dovgal
://www.amazon.com/Extending-Embedding-PHP-Developers-Library/dp/067232704X/sr=8-1/qid=1165244412/ref=sr_1_1/002-2389427-7040856?ie=UTF8s=books -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] persistent memory management

2006-12-03 Thread Antony Dovgal
; And Andrey is right, valgrind is priceless when it comes to debugging memory errors. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] persistent memory management

2006-12-03 Thread Antony Dovgal
) ==25913==by 0x832F43D: main (in /usr/bin/php5) --enable-debug would help to get some more info. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] zend_u_strtod() 400% speed up

2006-11-17 Thread Antony Dovgal
, 0.0E-2, 0.02E+3, 121231312., 000., , text, str_repeat(text, 1000) ); $start = microtime(true); for ($i = 0; $i100; $i++) { foreach ($a as $d) { $double = (double)$d; } } var_dump(microtime(true) - $start); ? -- Wbr, Antony Dovgal -- PHP Internals - PHP

Re: [PHP-DEV] zend_u_strtod() 400% speed up

2006-11-17 Thread Antony Dovgal
methods, of course. [1] http://news.php.net/php.internals/26538 -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] fgets()/fgetss() BC break in HEAD

2006-11-16 Thread Antony Dovgal
The issue is now solved, thank you. EOD On 11/14/2006 12:38 AM, Antony Dovgal wrote: Hello all. I'd like to continue recent IRC discussion here, to draw more attention to this issue. At the moment functions fgets() and fgetss() are broken in HEAD, as they return maxlen characters instead

Re: [PHP-DEV] zend_u_strtod() 400% speed up

2006-11-16 Thread Antony Dovgal
Wilmas wrote: Hi Antony, - Original Message - From: Antony Dovgal Sent: Friday, November 10, 2006 On 11/10/2006 02:14 PM, Matt Wilmas wrote: Hi Antony, - Original Message - From: Antony Dovgal Sent: Friday, November 10, 2006 Hello all. I would like to propose a replacement

Re: [PHP-DEV] typo in zend_API.h (add_index_ascii_string)

2006-11-15 Thread Antony Dovgal
); \ if ((flags) ZSTR_AUTOFREE) { \ efree(str); \ -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] fgets()/fgetss() BC break in HEAD

2006-11-14 Thread Antony Dovgal
Message- From: Antony Dovgal [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 1:39 PM To: php-dev Subject: [PHP-DEV] fgets()/fgetss() BC break in HEAD Hello all. I'd like to continue recent IRC discussion here, to draw more attention to this issue. At the moment functions fgets

Re: [PHP-DEV] fgets()/fgetss() BC break in HEAD

2006-11-14 Thread Antony Dovgal
well documented and pretty much expected). -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] fgets()/fgetss() BC break in HEAD

2006-11-14 Thread Antony Dovgal
the purists happier. However, as a counter argument, a quick search in codesearch/koders show that very few people rely on this behavior. I don't think the number of people relying on this behaviour changes the fact that it's a BC break. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

[PHP-DEV] fgets()/fgetss() BC break in HEAD

2006-11-13 Thread Antony Dovgal
this is an unreasonable BC break and I strongly believe it should be fixed. There are 0 reasons to do it (without any discussion) and it can only result in more users' confusion, even if the original purpose was the contrary. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] memory manager panic

2006-11-12 Thread Antony Dovgal
in php_output_end_all (tsrm_ls=0x841a018) at /home/mike/cvs/php-src/main/output.c:358 #11 0x0824a042 in php_request_shutdown (dummy=0x0) at /home/mike/cvs/php-src/main/main.c:1388 #12 0x08360230 in main (argc=5, argv=0xbffdcf14) at /home/mike/cvs/php-src/sapi/cli/php_cli.c:1270 Regards, -- Wbr, Antony

[PHP-DEV] zend_u_strtod() 400% speed up

2006-11-10 Thread Antony Dovgal
); ? The only question here is which locale to use for number parsing/formatting. I used en_US_POSIX and it doesn't seem to create any new problems, though I'd like to hear your comments. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

<    1   2   3   4   5   6   7   8   9   >