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

2006-11-10 Thread Antony Dovgal
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 for current zend_u_strtod() implementation. The patch: http://tony2001.phpclub.net/dev/tmp/u_strtod.diff

Re: [PHP-DEV] Feature request

2006-11-10 Thread Antony Dovgal
confirmed or cannot be reproduced by developers. Please go over the reports trying to reproduce each one and provide some more data. /off -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] strange php_stream_from_zval requires return_value

2006-11-10 Thread Antony Dovgal
; \ nb } Obviously this macro is not what you need. I guess you need zend_fetch_resource(), which is the function actually used in ZEND_FETCH_RESOURCE2(). -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] PHP user session handlers

2006-10-25 Thread Antony Dovgal
resolved or if not, how it could be resolved? It basically makes large-scale user-defined session handlers impossible (for general website handling). It has been discussed previously, but no solution has been proposed as of yet. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] Memcache session handler

2006-10-20 Thread Antony Dovgal
? I guess you need to contact current PECL/memcache developers. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Memcache session handler

2006-10-20 Thread Antony Dovgal
? i.e. Can I provide it as an optional compile flag in the configure script? I personally don't think it could/should be a merged into the core, while I'm absolutely fine with merging it to PECL/memcache. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Default long/lat. Why?

2006-10-12 Thread Antony Dovgal
=qhl=enq=31.7667+35.2333ie=UTF8z=12ll=31.766705,35.233154spn=0.155871,0.484085t=kom=1iwloc=A -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PDO/Unicode Migration Strategies

2006-10-09 Thread Antony Dovgal
be to merge the whole of PDO from 5_2 to HEAD. Yes, PDO's HEAD is out of sync. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Release php-5.2.0RC6

2006-10-07 Thread Antony Dovgal
it goes, so let's make it as stable as we can and push it out of the door without any hurry. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_2) /ext/mbstring config.m4

2006-10-02 Thread Antony Dovgal
On 02.10.2006 13:29, Sebastian Bergmann wrote: Antony Dovgal wrote: Please don't forget to merge this patch into HEAD. Is the mbstring extension not supposed to be removed from HEAD anyway? AFAIK we were going to leave it for BC reasons. -- Wbr, Antony Dovgal -- PHP Internals - PHP

Re: [PHP-DEV] Filter Vote

2006-09-29 Thread Antony Dovgal
in a manner backwards compatible to the current code. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Filter Vote

2006-09-29 Thread Antony Dovgal
On 29.09.2006 17:37, Ilia Alshanetsky wrote: On 29-Sep-06, at 5:06 AM, Antony Dovgal wrote: On 29.09.2006 03:52, Ilia Alshanetsky wrote: A good deal of time has passed and it seems Derick and Pierre are no closer to the consensus about the filter extension and in the meantime 5.2 release

Re: [PHP-DEV] Can't compile PHP6 snapshot

2006-09-28 Thread Antony Dovgal
On 28.09.2006 11:55, Markus Fischer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Antony Dovgal wrote: Derick has fixed it in CVS ~1 hour ago. Thanks for the heads up. Marvelous! Didn't ran real tests yet, but it compiled fine away and phpinfo works. It seems HEAD doesn't identify

Re: [PHP-DEV] RSS feed for bugs.php.net

2006-09-28 Thread Antony Dovgal
On 28.09.2006 19:08, Ilia Alshanetsky wrote: Actually, Firefox and Safari show [rss] icon/link at the right hand side of the URL for bug searches already. So does Opera. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] PHP bug search

2006-09-28 Thread Antony Dovgal
/search.php?limit=10direction=ASCcmd=displaystatus=Allbug_type%5B%5D=COM+relatedbug_age=0 -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Can't compile PHP6 snapshot

2006-09-27 Thread Antony Dovgal
, - - Markus -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFGl4I1nS0RcInK9ARAtuQAKCdawlAlRLAUWl379lRW6hn/o+lkwCdE2LK jSsEklRafu6lB0MbZXXMDQo= =uB9X -END PGP SIGNATURE- -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] Building C++ extensions

2006-09-25 Thread Antony Dovgal
, so you can use its config.m4 as an example. Here it is: http://cvs.php.net/viewvc.cgi/pecl/rar/config.m4?revision=1.6view=markup -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-09-12 Thread Antony Dovgal
On 12.09.2006 21:05, Pierre wrote: Hello, On 9/12/06, Antony Dovgal [EMAIL PROTECTED] wrote: On 12.09.2006 16:57, Derick Rethans wrote: On Thu, 31 Aug 2006, Antony Dovgal wrote: tony2001 Thu Aug 31 22:11:35 2006 UTC Modified files: /php-src/ext/filter filter.c

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Antony Dovgal
as described above. This is a lot of work and will probably result in quite a few edge cases where we used to rely on stability of one mode (such as APC or serialization, for example). -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard string.c

2006-08-29 Thread Antony Dovgal
and do not try to optimize this code, even though it looks like it can be optimized by moving the emalloc() call to the beginning of the function. Please try to understand what I've really said before posting your comments again. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net

Re: [PHP-DEV] php-5.1.5 without sqlite3 support?

2006-08-23 Thread Antony Dovgal
instead of sqlite_open. Is someone working on a --with-sqlite3 option? Regards Marten -- 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: skaurus

2006-08-21 Thread Antony Dovgal
On 20.08.2006 01:11, Dmitriy Shalashov wrote: Translate PHP documentation to Russian If you really want to translate the docs, please send you patches to [EMAIL PROTECTED] No need to have a CVS account for that, at least at the moment. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Re: increase the default memory limit in 5.2.0+

2006-08-16 Thread Antony Dovgal
with 12M. That looks quite fair to me. But , why the hell is this not a configurable limit by build ? JFYI: Its value is configurable in php.ini, configure option just enables or disables the limit itself. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] ext/msql move to PECL

2006-08-10 Thread Antony Dovgal
support msql. Well, moving to PECL without creating a PECL project is virtually the same. Also, you know that the approved policy is to _move_ and not to _delete_. So I think one more dead/obsolete/unsupported module won't hurt PECL. Antony Dovgal wrote: Hi all. I'd like to move ext/msql (Msql

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

2006-08-09 Thread Antony Dovgal
@, there are enough people to commit them. Quite possible that after several patches you'll get some CVS karma. -- 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: chenybin

2006-07-26 Thread Antony Dovgal
SAPI into the core and you might want to include it in PECL instead. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] memory_get_usage with new Memory Manager

2006-07-25 Thread Antony Dovgal
internal caches. Shouldn't we make the old behavior the default here? Agree. -- 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(PHP_5_2) / zend_object_handlers.c /tests bug32660.phpt bug37667.phpt

2006-07-23 Thread Antony Dovgal
error message (E_ERROR - E_NOTICE) in case of indirect modification of overloaded property. Shouldn't this be E_STRICT instead? I don't think it should be E_STRICT - it's not about coding style or something that is going to change soon, it's more don't do that, it doesn't work. -- Wbr, Antony

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main rfc1867.c rfc1867.h

2006-07-23 Thread Antony Dovgal
committing experimental code to stable branches just for testing - this is what UNstable branches are for. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main rfc1867.c rfc1867.h

2006-07-23 Thread Antony Dovgal
the patch and leave it for the next release. Wait that would be a too easy check and you would not be able to flame... (Wait... the same check would have catched the Zend fault in 5.1.3...) Aw, you're so smart, but you didn't catch the problem either, did you? -- Wbr, Antony Dovgal

Re: [PHP-DEV] Adding pecl/zip to 5.2

2006-07-20 Thread Antony Dovgal
, for example, development version in PECL and stable version in the core, you HAVE to stabilize your code before any PHP release, because it's basically the same code. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Possible problem in Zend

2006-07-19 Thread Antony Dovgal
, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PEAR::Date broken (Was: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c php_date.h)

2006-07-19 Thread Antony Dovgal
On 19.07.2006 11:46, Michael Wallner wrote: Andi Gutmans wrote: I agree completely. Can't we just call the damn thing DateTime stick it into RC1 of PHP 5.2, and move on? +1 for DateTime and DateTimezone; +1 the flame was funny, but let's move on, please. Yes, please. -- Wbr, Antony

Re: [PHP-DEV] Possible problem in Zend

2006-07-19 Thread Antony Dovgal
with clean checkout, looks like you somehow have messed the things up.. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Adding pecl/zip to 5.2

2006-07-19 Thread Antony Dovgal
of #ifdef's. So I'm basically against it, but I can live with this as long as the package is actively maintained. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: More valuable error message handling

2006-07-18 Thread Antony Dovgal
here. $err = error_get_last(); echo $err[message]; vs. echo error_get_last()-message; And if there was no error before that - what would you get? One can still cast the stdClass instance to an array. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] PEAR::Date broken (Was: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c php_date.h)

2006-07-18 Thread Antony Dovgal
timezone_abbreviations_list() and timezone_identifiers_list() are quite useful. font size=1000+1/font. -- 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 Status Update

2006-07-18 Thread Antony Dovgal
compatibility, you do prefix the class name with PHP, but when namespaces come into play, using the php namespace effectively removes the PHP prefix (e.g. PHPDate == php::Date). -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] bugs for ex-PHP extension (PECL or dead)

2006-07-17 Thread Antony Dovgal
be re-classified as oci8 and left on bugs.php.net. Below is a rough list of these bugs. Fixed, thanks a lot for the detailed list, Chris. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] E_STRICT

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

Re: [PHP-DEV] E_STRICT

2006-07-12 Thread Antony Dovgal
On 13.07.2006 02:37, Lukas Smith wrote: Antony Dovgal wrote: Lukas, I thought we already discussed and agreed that the only acceptable solution is NOT to add any E_STRICT messages if the recommended way didn't exist in first release of the major version. This apparently requires versioning

Re: [PHP-DEV] Re: More valuable error message handling

2006-07-11 Thread Antony Dovgal
On 11.07.2006 14:38, Lukas Smith wrote: Michael Wallner wrote: - error_get_last() Get the last error message. my wish would be that this one should work even if track_errors is not enabled. Yes, these functions should not depend on any INI directives. -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] Use of empty character constant?

2006-07-10 Thread Antony Dovgal
confusion. Please report it to LXR developers: http://lxr.linux.no/ -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Extending include path to support stream wrappers

2006-07-10 Thread Antony Dovgal
does pretty much the same? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Use of empty character constant?

2006-07-08 Thread Antony Dovgal
]=='0' (str[1]=='x' || str[1]=='X')) { conv_base=16; } which is easy to understand :-) became if (length=2 str[0]=='' (str[1]=='x' || str[1]=='X')) { conv_base=16; } '0' became '' ? Why would _character_ 0 become nothing? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Use of empty character constant?

2006-07-08 Thread Antony Dovgal
On 08.07.2006 15:10, Matt W wrote: Hi Antony, - Original Message - From: Antony Dovgal On 08.07.2006 14:48, Matt W wrote: Hi Pierre, :-O I was just going to give you an example from zend_operators.h, is_numeric_string() and guess what? It's the correct way that I thought

Re: [PHP-DEV] PATCH - Charset in ext/mysql

2006-07-06 Thread Antony Dovgal
functionality than ext/mysql and you should be using it instead. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] mysql-* versus db_* statements

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

Re: [PHP-DEV] [PATCH] typo fix

2006-06-22 Thread Antony Dovgal
STANDARD_MODULE_PROPERTIES \ - NO_MODULE_GLOBASLS, NULL, STANDARD_MODULE_PROPERTIES_EX + NO_MODULE_GLOBALS, NULL, STANDARD_MODULE_PROPERTIES_EX #define NO_VERSION_YET NULL -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Binary searches

2006-06-07 Thread Antony Dovgal
- 1.4 +++ ext/xmlrpc/libxmlrpc/queue.c6 Jun 2006 22:59:44 - @@ -859,7 +859,7 @@ hi = q-size - 1; while(low = hi) { - mid = (low + hi) / 2; + mid = ((unsigned) (low + high)) 1; val = Comp(key, index[ mid ]); if(val 0) -- Wbr, Antony

Re: [PHP-DEV] Compilation failure on AIX with 5.1.4

2006-06-07 Thread Antony Dovgal
: #if defined (__STDC__) || defined (__cplusplus) int yyparse (void) #else int yyparse () ; #endif The compilation succeeds after I delete the line containing the semicolon. I downloaded a 5.2 snapshot and verified that this line is still present. Do you have a patch? -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] Compilation failure on AIX with 5.1.4

2006-06-07 Thread Antony Dovgal
On 08.06.2006 01:56, Antony Dovgal wrote: On 07.06.2006 22:53, Mark Spruiell wrote: Building PHP 5.1.4 on AIX fails in two places with a syntax error: Zend/zend_language_parser.c:2585 Zend/zend_ini_parser.c:1081 The offending code is the same in both cases, which is not surprising since

Re: [PHP-DEV] Compilation failure on AIX with 5.1.4

2006-06-07 Thread Antony Dovgal
On 08.06.2006 01:13, Mark Spruiell wrote: On 08.06.2006 01:56, Antony Dovgal wrote: Do you have a patch? I was a bit concerned about the fact that these are bison-generated files. Doesn't that imply a bug in whatever version of bison was used to generate these files? And wouldn't the bug

Re: [PHP-DEV] tsrm_shutdown() and the CLI SAPI

2006-05-31 Thread Antony Dovgal
used common config file, and I don't see any reason for this exceptions. Especially because it was the reason of bug, and masked other bugs that may be reproduced on linux with ZTS. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] [RFC] E_STRICT

2006-05-31 Thread Antony Dovgal
that E_STRICT notices introduced in 6.x will become E_FATALs only in 7.0 and so on. -- 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(PHP_5_2) / zend_compile.c zend_object_handlers.c /tests bug37632.phpt

2006-05-30 Thread Antony Dovgal
-common.prototype = parent-common.prototype ? parent-common.prototype : parent; } -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] profiling extension and minimal-php-sapi

2006-05-20 Thread Antony Dovgal
TSRMLS_CC); return; } const char* function_name = execute_data_ptr-function_state.function-common.function_name; ... } You have to move const char* declaration to the beginning to of the func. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] Flamewar Summary

2006-05-17 Thread Antony Dovgal
. E_STRICT should not. Addition of support for dynamic statics ala: class foo {} foo::$bar = 1; -1. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP Release Process Sucks

2006-05-15 Thread Antony Dovgal
trolling session and start writing new tests or at least doing something more productive than you're doing now. Thank you. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP Release Process Sucks

2006-05-15 Thread Antony Dovgal
-the-big-tony-from-zend] decided to spent a night on tests and asked Ilia to wait with the release for at least several hours. Do you think I got a $0.01 for this? No, I got only your I-hate-those-zenders email. Your help is priceless, thank you. -- Wbr, Antony Dovgal -- PHP Internals

Re: [PHP-DEV] allow extension writers to ignore E_NOTICE warnings about unset variables

2006-05-11 Thread Antony Dovgal
boil down somewhere into: * #define ZEND_SEND_BY_VAL 0 * #define ZEND_SEND_BY_REF 1 This one is what you need. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] allow extension writers to ignore E_NOTICE warnings about unset variables

2006-05-11 Thread Antony Dovgal
On 12.05.2006 03:05, D. Dante Lorenso wrote: Antony Dovgal wrote: On 12.05.2006 02:49, D. Dante Lorenso wrote: * #define ZEND_SEND_BY_REF 1 This one is what you need. I don't think it is. The variable did not exist before the function was called and should STILL not exist afterwards

Re: [PHP-DEV] patch: zend_API.c - compile file

2006-05-10 Thread Antony Dovgal
On 10.05.2006 17:41, Rob Richards wrote: The extra semi-colon is causing build to fail here. Committed, thanks. Just interesting: what compiler do you use? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP6 OOP compiler feature question / request

2006-05-10 Thread Antony Dovgal
; } } $test = new TestReservedKeywordMethods(); $test-isset(); $test-unset(); ? -- 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 Branched

2006-05-08 Thread Antony Dovgal
including it in the core doesn't make much sense. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] more candidates for PECL

2006-04-25 Thread Antony Dovgal
% users have never heard of it. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] more candidates for PECL

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

Re: [PHP-DEV] Security Patch for #33605

2006-04-25 Thread Antony Dovgal
+ len) = s1_len) { + php_error_docref(NULL TSRMLS_CC, E_WARNING, The start position cannot exceed initial string length.); + RETURN_FALSE; } cmp_len = (uint) (len ? len : MAX(s2_len, (s1_len - offset))); -- Wbr, Antony Dovgal -- PHP Internals

[PHP-DEV] more candidates for PECL

2006-04-24 Thread Antony Dovgal
, and the implementation is also.. weird. Not sure if it's possible to move SAPIs to PECL, but having 9 (yes, NINE) unmaintained/unsupported SAPIs sounds like a bit overkill to me. (aolserver, apache_hooks, caudium, continuity, milter, phttpd, pi3web, roxen, tux - yup, nine..) -- Wbr, Antony Dovgal -- PHP

Re: [PHP-DEV] compiling a 64-bit PHP on a mac G5

2006-04-19 Thread Antony Dovgal
On 20.04.2006 02:18, Wez Furlong wrote: Sounds like those libraries are not 64-bit. .. and you need to use --with-libdir=lib64 -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2006-04-18 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] ext/filter, custom decimal separator, supports leading 0, regexp

2006-04-10 Thread Antony Dovgal
: http://pecl.php.net/~pierre/filter_float.phps Any ideas or comments are welcome, --Pierre -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Coverity report

2006-04-07 Thread Antony Dovgal
:) So, did you manage to get the account? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Coverity report

2006-04-04 Thread Antony Dovgal
about a day or two. I would like to take a look at it and help to fix the 42 detected bugs. s/bugs/pieces of code that Coverity doesn't like/ -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Coverity report

2006-04-04 Thread Antony Dovgal
/ yes, of course. I bet most are just false positives. That's why there are now only 42 defects comparing to initial 204 =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Multiple MySQL Connections

2006-03-13 Thread Antony Dovgal
ids (#1, #2), but mysql_query(“select * from table”, $l1) somehow uses the second connection. Yes, this is the same connection. This is by design. If you need to open a separate connection - use mysql_connect() with 4th parameter set to TRUE. -- Wbr, Antony Dovgal -- PHP Internals - PHP

Re: [PHP-DEV] GOTO and/or BREAK LABEL

2006-03-07 Thread Antony Dovgal
4) +0.5 -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Unexpected silent type-cast with initialized but un-set members

2006-02-16 Thread Antony Dovgal
( [baz] = blah ) ) --- ?php $a-bar = 1; var_dump($a); ? This code is much simpler, huh? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SplObjectStorage

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

Re: [PHP-DEV] [Patch] tidy node and getParent

2006-01-25 Thread Antony Dovgal
/whitespaces). Also, some .phpt tests testing new method would be great. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] problem with zend_register_internal_class

2006-01-16 Thread Antony Dovgal
can help me to fix my problem. If I add TSRMLS_CC to line 101 and 104 I don´t get these error-messages but after compiling php I get a memory-access error. - Jan Pieper -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] problem with zend_register_internal_class

2006-01-16 Thread Antony Dovgal
On 16.01.2006 19:38, Jan Pieper wrote: Antony Dovgal wrote: You forgot to add TSRMLS_CC macro: zend_register_internal_class(ce TSRMLS_CC); see also http://www.php.net/manual/en/zend-api.zend-register-internal-class.php Yeah thanks. It works, but I am wondering why it works without

Re: [PHP-DEV] do_bind_inherited_class()

2006-01-15 Thread Antony Dovgal
- Missing class information for %R, Z_TYPE(opline-op1.u.constant), Z_UNIVAL(opline-op1.u.constant)); return NULL; } else { ce = *pce; } same as do_bind_class()? I'll submit that as a proper patch if you prefer. -- Tim Starling -- Wbr, Antony Dovgal -- PHP Internals

Re: [PHP-DEV] Re: Named arguments revisited

2006-01-13 Thread Antony Dovgal
trigger an error. This way internal functions and extensions can be upgraded with named parameter support as time goes on. What a horror. -10 billions. P.S. Or are you kidding? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

[PHP-DEV] Exception::fillException() proposal

2006-01-10 Thread Antony Dovgal
/bug.php?id=33407 -- Wbr, Antony Dovgal Index: Zend/zend_exceptions.c === RCS file: /repository/ZendEngine2/zend_exceptions.c,v retrieving revision 1.94 diff -u -p -d -r1.94 zend_exceptions.c --- Zend/zend_exceptions.c 4 Jan 2006

Re: [PHP-DEV] [PATCH] entry #35269

2006-01-10 Thread Antony Dovgal
*/ + zend_alter_ini_entry(error_reporting, sizeof(error_reporting), 341, 3, ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME); } ZEND_VM_NEXT_OPCODE(); } -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Exception::fillException() proposal

2006-01-10 Thread Antony Dovgal
. Could you plz elaborate? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Exception::fillException() proposal

2006-01-10 Thread Antony Dovgal
adding this function violates the KISS approach. Could you plz elaborate? You are turining Exceptions into Normalities. Huh? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] compiling own extension for php-5.1.1

2006-01-03 Thread Antony Dovgal
you should be using extension=php_webcontrol.dll instead. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Problem compiling sapi/cgi stuff in HEAD

2005-12-29 Thread Antony Dovgal
the impossibility to compile a file named ''. I've worked things around with the attached patch, reported below since it's a one-liner. Committed, thanks. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] configure caching

2005-12-22 Thread Antony Dovgal
, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Changes between 5.1.1 5.1.2-dev breaks PHP - Smarty plugin

2005-12-16 Thread Antony Dovgal
, $this, $_block_repeat=false); } array_pop($this-_tag_stack); ? Best regards -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] bug #34429 - Output buffering cannot be turned off with FastCGI

2005-12-07 Thread Antony Dovgal
On 07.12.2005 01:08, Ilya M. Slepnev wrote: Hi, Now, flush() works in fastcgi... It seems, that the developers forgot about lazy compilation!-) What the heck is that? What do you think about that? I think you need to explain what are you trying to fix and why. -- Wbr, Antony Dovgal

Re: [PHP-DEV] $this-this and avoiding circular references

2005-12-07 Thread Antony Dovgal
On 07.12.2005 18:40, Alan Pinstein wrote: Hi all- skip Please use php-general@lists.php.net for questions regarding development *in* PHP. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] multiple definition of pcre_module_entry in 5.0.5

2005-11-30 Thread Antony Dovgal
: *** [libphp5.la] Error 1 Here's part of my dmesg: Linux version 2.4.21-32.0.1.ELsmp ([EMAIL PROTECTED]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-52)) #1 SMP Thu May 26 09:34:46 EDT 2005 Any ideas, please? Thanks, --Dan -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] is_int/is_numeric possible bug

2005-11-29 Thread Antony Dovgal
tonight - just want to get it confirmed first. Cheers. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] is_int/is_numeric possible bug

2005-11-29 Thread Antony Dovgal
On 29.11.2005 20:22, Gareth Ardron wrote: Antony Dovgal wrote: ./sapi/cli/php -r 'var_dump(is_int(jkhdsjh));' bool(false) ./sapi/cli/php -v PHP 5.1.2-dev (cli) What am I doing wrong? well that's interesting. I think it's something to do with the way the var is passed - so could even

Re: [PHP-DEV] PHP 5.0.5?

2005-11-28 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.0.5?

2005-11-28 Thread Antony Dovgal
On 28.11.2005 15:35, Lester Caine wrote: Antony Dovgal wrote: On 28.11.2005 15:01, Lester Caine wrote: Edin You are missing my point - I'd rather STOP people downloading the stuff that is CAUSING problems everywhere !!! I am still playing catchup with 5.0.5 and now there ase 'complaints

Re: [PHP-DEV] Re: Syntax in PHP 6

2005-11-26 Thread Antony Dovgal
(){ $THAT-print($THAT-var); $THAT-str_sub($THAT-var2); } } [ This message is a joke. A bitter one. ] -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

<    2   3   4   5   6   7   8   9   >