[PHP-DEV] Re: [PHP-CVS] com php-src: FPM: change "listen = port" behavior from IPv4 catch-all to IPv6 catch-all (+ IPv4-mapped): UPGRADING sapi/fpm/fpm/fpm_sockets.c sapi/fpm/php-fpm.conf.in

2015-10-20 Thread Antony Dovgal
-; '[::]:port'- to listen on a TCP socket to all addresses +; 'port' - to listen on a TCP socket to all addresses ;(IPv6 and IPv4-mapped) on a specific port; ; '/path/to/unix/socket' - to listen on a unix socket. ; Note: This value is mandatory. -- Wb

Re: [PHP-DEV] [RFC] Internal operator overloading and GMP improvements

2013-05-12 Thread Antony Dovgal
, but the proposal A (i.e. the operator overloading part) is definitely an overkill. A simple benchmark should demonstrate that using GMP for basic arithmetic would kill performance in quite a brutal way. -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime

Re: [PHP-DEV] RFC: ext/mysql deprecation

2012-11-12 Thread Antony Dovgal
, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC: ext/mysql deprecation

2012-11-12 Thread Antony Dovgal
is they going to do in that case? Disable the notice, of course. Just a random thought: is it possible to 'emulate' ext/mysql funcs using, say, ext/mysqli, similar to how ext/mhash functions are now emulated by ext/hash? -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP

Re: [PHP-DEV] Recycle PHP Log

2012-10-25 Thread Antony Dovgal
or timestamp: php_error_as_at_2012_10_10.log __ Raymond -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Is the fix for #61238 in PHP 5.4.4 pecl yet?

2012-07-04 Thread Antony Dovgal
now. But now I'll have to make EA work with 5.4 and it's interned string hell.., which is quite different story. You might want to look at my EA fork, though: https://github.com/tony2001/eaccelerator/tree/alt -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP

Re: [PHP-DEV] ECDSA support in the openssl extension

2012-03-21 Thread Antony Dovgal
by self and don't depend on any internal code. Is any chance that EVP_PKEY_EC check would be added in the next release? Could I do something to speed up ECDSA adding process? Yes! You can always provide a patch and attach it to the bug report =) -- Wbr, Antony Dovgal --- http://pinba.org - realtime

Re: [PHP-DEV] PHP-FPM and max_execution_time

2012-03-07 Thread Antony Dovgal
/mod_fcgid.html#fcgidiotimeout ? The error in the *Apache* logs kinda means the Apache has hit a timeout, not PHP. offtopicUgh.. nice anchor/directive name, Apache guys./offtopic -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] PHP 5.4RC4 does not compile

2012-01-06 Thread Antony Dovgal
it with RC5? I can't see any problems here both with and without bison installed (which is used to generate this file from zend_ini_parser.y). -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] bug 52062

2011-12-26 Thread Antony Dovgal
On 12/26/2011 12:40 PM, Derick Rethans wrote: I'll have a look when I get back home. Is there anything else you want me to look at? Yes! https://bugs.php.net/bug.php?id=53437 =) -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Proposal for updating zbacktrace in gdbinit

2011-12-06 Thread Antony Dovgal
On 12/06/2011 10:33 AM, Laruence wrote: Hi: I am plan to commit a new change to 5.4-trunk/.gdbinit which can be found at http://pastebin.com/N6hTRMRA. Looks nice, please commit it. -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime

[PHP-DEV] [patch] export zend_on_timeout()

2011-11-21 Thread Antony Dovgal
Hello all. I'd like to commit a one-liner to 5_4/trunk if there are no objections. See it in the attachment. Stas, do you mind if I commit it to 5_4 now? -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP Index: Zend/zend.h

Re: [PHP-DEV] PHP CLI + Valgrind = FAIL

2011-11-08 Thread Antony Dovgal
and it works just perfectly. Mine is 3.6.1, too. -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] zend memory managment null pointer dereference

2011-10-03 Thread Antony Dovgal
more info. -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] zend memory managment null pointer dereference

2011-10-03 Thread Antony Dovgal
, you didn't specify which kind of cache is that. Also would you like to me open a bug ticket to track this issue? It depends on the kind of cache you're using (there are several caches on the market that aren't part of PHP project) and whether the cache is guilty or not. -- Wbr, Antony Dovgal

Re: [PHP-DEV] open_basedir bypass - errata tempnam()

2011-09-28 Thread Antony Dovgal
On 09/28/2011 02:39 AM, Reindl Harald wrote: PLEASE REPLY ONLY TO THE LIST Please provide a short (10 lines max) but complete reproduce script. At the moment your explanations do not make any sense. -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals

Re: [PHP-DEV] An implementation of a short syntax for closures

2011-08-04 Thread Antony Dovgal
the |= I have proposed) is a solution that works because: Please stop that, it's not funny anymore. -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] An implementation of a short syntax for closures

2011-08-04 Thread Antony Dovgal
easily readable, not to turn it into perl-ish write-only gibberish. -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] new gcov.php.net machine is up

2011-07-23 Thread Antony Dovgal
to Nexcess for offering a new machine to replace the old one. Nuno -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Big patch for FPM (config and initialization)

2011-07-03 Thread Antony Dovgal
go ahead and break the config file. Other than that, looks ok to me (assuming you've tested it and does continue to work the way it worked before all those cosmetic changes). -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] RFC: Short syntax for Arrays (redux)

2011-06-01 Thread Antony Dovgal
On 06/01/2011 01:59 AM, Rasmus wrote: Other than a couple of grumpy old-timers, I think we are in agreement that we should add a short array syntax. Well, thanks for calling me that! =) But seriously, I don't think all of these people are grumpy old-timers: Contra: Antony Dovgal, Derick

Re: [PHP-DEV] RFC: Short syntax for Arrays (redux)

2011-06-01 Thread Antony Dovgal
On 05/31/2011 10:42 PM, Brian Moon wrote: https://wiki.php.net/rfc/shortsyntaxforarrays I can has vote on this RFC https://wiki.php.net/rfc/shortsyntaxforfunctions ? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] Bug in zend_hash_init()

2011-04-28 Thread Antony Dovgal
On 04/28/2011 02:53 PM, Anton Dobkin wrote: // No checking on return value? Yes, it doesn't check for NULL. See ecalloc() sources in Zend/zend_alloc.c around line 2434 to see why. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime

Re: [PHP-DEV] PHPUnit segfault

2011-04-23 Thread Antony Dovgal
-generating-backtrace.php -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Zend mm

2011-01-28 Thread Antony Dovgal
=) of information. If you have any exact questions, no need to ask if anybody can help you, just ask your questions right away. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] fully enabling dl() for FPM SAPI

2011-01-18 Thread Antony Dovgal
anybody could load any C extension - while that can be fixed by advertising disable_function=dl That's right, disabling it is not a problem. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

[PHP-DEV] fully enabling dl() for FPM SAPI

2011-01-14 Thread Antony Dovgal
Hi all! Are there any objections if I disable E_DEPRECATED notice in dl() for FPM SAPI? The notice is already disabled for CGI/FastCGI, CLI and Embed SAPIs. I believe there's no reason for this notice in case of FPM, too. Patch: http://dev.daylessday.org/diff/fpm_dl_notice.diff -- Wbr, Antony

Re: [PHP-DEV] [PATCH] fix memory leak in fpm_conf_set_array()

2010-12-27 Thread Antony Dovgal
, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SVN Account Request: lytboris

2010-12-22 Thread Antony Dovgal
On 12/14/2010 10:10 PM, Boris Lytochkin wrote: Mantain ext/snmp extension: src docs Did somebody recommend you to apply for an account? (..and is ready to vouch for you?) Or did you start sending patches and have reached a moment when an account is really needed? -- Wbr, Antony Dovgal

Re: [PHP-DEV] SVN Account Request: lytboris

2010-12-22 Thread Antony Dovgal
On 12/22/2010 06:09 PM, Larry Adams wrote: I support. He has one of the worlds largest cacti installs and I have reviewed and found the patch good. Which patch are you talking about? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime

Re: [PHP-DEV] RFC: Making T_FUNCTION optional in method declarations

2010-12-02 Thread Antony Dovgal
, static, final) should still be required for keeping readability. RFC: http://wiki.php.net/rfc/optional-t-function Patch: http://schlueters.de/~johannes/php/zend_optional_t_function.diff johannes -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP

Re: [PHP-DEV] git anyone?

2010-11-25 Thread Antony Dovgal
and here, only trying to get a feeling/poll about git usage. Cheers, -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-06 Thread Antony Dovgal
. get the original source tarball from php.net and check if the problem actually exists there. After that you're welcome to fill a bug-report. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] zlib compile

2010-10-26 Thread Antony Dovgal
the logic behind both options. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Problems with iconv on AIX 5.3 and 6.1 - maybe a bug

2010-10-12 Thread Antony Dovgal
info of the BUILD_CLI issue. Personally I find it very strange as it used to work fine (the string does not look to have changed in a long time. I would guess it is some security 'improvement' in make or ksh. GNU bash and GNU make should certainly fix it. -- Wbr, Antony Dovgal --- http

Re: [PHP-DEV] Problems with iconv on AIX 5.3 and 6.1 - maybe a bug

2010-10-11 Thread Antony Dovgal
. ./configure is generated and it's not supposed to be read. Also I'd suggest you to try 5.3 branch, I can see that AIX iconv support exists only there. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] APC in trunk

2010-06-21 Thread Antony Dovgal
On 06/20/2010 10:21 PM, Ilia Alshanetsky wrote: I for one think it is a really good idea, there is no compelling reason not to include APC, I would even go as far as say we should enable it by default. +1 on adding into the distro -1 on enabling by default -- Wbr, Antony Dovgal --- http

Re: [PHP-DEV] APC in trunk

2010-06-21 Thread Antony Dovgal
and then (weird, last segfault was ~2 weeks ago..). -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-24 Thread Antony Dovgal
On 24.05.2010 21:54, Ilia Alshanetsky wrote: Denis, Could you merge the patches into a single for easier code review. Hint: `diff -u` produces a bit more human-readable patch. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Re: Compilation of trunk with --enable-dtrace

2010-05-06 Thread Antony Dovgal
with a nice errmsg if it fails. Also you might want to detect dtrace's version before running it. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-26 Thread Antony Dovgal
of a cleaner way to do it. PECL/memtrack does it already. I still don't get why do you want to duplicate it in FPM? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-26 Thread Antony Dovgal
On 26.04.2010 12:15, Jérôme Loyet wrote: 2010/4/26 Antony Dovgal t...@daylessday.org: On 26.04.2010 10:58, Jérôme Loyet wrote: Le 26 avril 2010 04:02, looyao teng tly.phpf...@gmail.com a écrit : in linux, read the /proc/self(pid)/status, and the VmRSS(real memory usage) or VmSize(virtual

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-26 Thread Antony Dovgal
systems anyway, you can't help it. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-26 Thread Antony Dovgal
the beginning. How are you going to detect how much memory a thread consumes? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-26 Thread Antony Dovgal
or FastCGI. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-26 Thread Antony Dovgal
libs leaking memory not accounted by Zend MM, you can always lower the max_requests parameter in your config file. That's all. Problem solved. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-26 Thread Antony Dovgal
proposed in the original patch. And even that is not required as you can always adjust max_requests and live happily ever after. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-26 Thread Antony Dovgal
;content-type=text%2Fx-cvsweb-markup Yes? Did you notice the word 'memory' is not even present on that page? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Debugging a PHP Extension via GDB

2010-04-22 Thread Antony Dovgal
break-point. Make sure the extension is loaded and it was compiled with debug symbols (-g3 helps a lot). You might also want to compile the extension statically, I personally find it much more convenient way to debug. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-15 Thread Antony Dovgal
/memtrack to not just throw a warning, but terminate the process when it hits some limit? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-15 Thread Antony Dovgal
On 15.04.2010 12:23, Jérôme Loyet wrote: 2010/4/15 Antony Dovgal t...@daylessday.org: On 06.04.2010 11:11, 滕路遥 wrote: So I suggest that if we could add a config option to PHP-FPM, so that PHP-FPM could just kill a PHP process if it consumes too much memory (say more than 256M). I personally

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-15 Thread Antony Dovgal
-threaded SAPIs will have to do it in an other way. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-15 Thread Antony Dovgal
. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] One suggestion to PHP-FPM

2010-04-15 Thread Antony Dovgal
On 15.04.2010 15:17, Ferenc Kovacs wrote: If this is the case, then it should be stable for now, isn't it? I guess you can call it that, yes. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] SVN Account Request: looyao

2010-04-14 Thread Antony Dovgal
be consumed under high server load. What's worse, this even cause our server to crash frequently. So I rewrote the PHP-FPM , when the memory beyond the limit,child process will exit. You don't need an SVN account to propose a patch. -- Wbr, Antony Dovgal --- http://pinba.org - realtime

Re: [PHP-DEV] SVN Account Request: looyao

2010-04-14 Thread Antony Dovgal
On 14.04.2010 11:20, Ferenc Kovacs wrote: agree, but he did proposed the patch. and it seems that nobody bothered to answer/review: http://www.mail-archive.com/internals@lists.php.net/msg45918.html Which definitely doesn't mean he can go ahead and commit it himself. -- Wbr, Antony Dovgal

Re: [PHP-DEV] php and multithreading (additional arguments)

2010-04-01 Thread Antony Dovgal
nonsense - that's exactly the task C/C++ do much better/faster. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php and multithreading (additional arguments)

2010-04-01 Thread Antony Dovgal
threads in userspace, of course. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FPM RFC

2010-03-25 Thread Antony Dovgal
not and start doing something useful instead. Writing some code might be a good start for you. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FPM RFC

2010-03-24 Thread Antony Dovgal
to work, too. It shouldn't be part of php.ini, but it'd be nice if it was part of php config system. It has nothing to do with PHP config system, it's a different thing and it has it's own configuration. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP

Re: [PHP-DEV] FPM RFC

2010-03-24 Thread Antony Dovgal
is too complex for mere mortals - I won't do it. If there are any volunteers to do this - go ahead, let's see what happens. If there are none - fine, I have enough stuff to maintain already. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime

Re: [PHP-DEV] FPM RFC

2010-03-24 Thread Antony Dovgal
people) agrees with me, I tend to think this point is not so major as you think. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] FPM RFC

2010-03-23 Thread Antony Dovgal
Hello all. Derick (and other people) asked me to create an RFC for FPM describing what it is and why do we need it. Quite.. ahem.. laconic version of such RFC can be found here: http://wiki.php.net/rfc/fpm I'm open for your questions. -- Wbr, Antony Dovgal --- http://pinba.org - realtime

Re: [PHP-DEV] FPM RFC

2010-03-23 Thread Antony Dovgal
On 03/23/2010 08:15 PM, Jani Taskinen wrote: 23.3.2010 18:42, Antony Dovgal wrote: Hello all. Derick (and other people) asked me to create an RFC for FPM describing what it is and why do we need it. Quite.. ahem.. laconic version of such RFC can be found here: http://wiki.php.net/rfc/fpm

Re: [PHP-DEV] FPM RFC

2010-03-23 Thread Antony Dovgal
. Patches are also appreciated, no need to wait for a 'go ahead' from anyone to do this. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FPM RFC

2010-03-23 Thread Antony Dovgal
On 03/23/2010 10:37 PM, Pierre Joye wrote: hi Tony, On Tue, Mar 23, 2010 at 6:25 PM, Antony Dovgal t...@daylessday.org wrote: Does it really need to be separate SAPI? I mean, just replace the old sapi/cgi with it? Keep the name 'cgi' though. :) I don't see any need to touch sapi/cgi

Re: [PHP-DEV] FPM RFC

2010-03-23 Thread Antony Dovgal
is even easier to read and understand than php.ini. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FPM RFC

2010-03-23 Thread Antony Dovgal
of something that wasn't supposed to be used this way. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FPM RFC

2010-03-23 Thread Antony Dovgal
them it turns into a real mess. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FPM RFC

2010-03-23 Thread Antony Dovgal
On 24.03.2010 01:08, Zeev Suraski wrote: At 23:58 23/03/2010, Antony Dovgal wrote: Okay, here is XML based config quickly converted to php.ini-style syntax: Here's mine - a bit more representative of how .ini files look instead of trying to convert a nested XML file: I'm sure you understand

Re: [PHP-DEV] Re: Commits to PHP_5_3

2010-03-18 Thread Antony Dovgal
, not a complete interface to the multiple tokyo cabinet APIs. Are you sure you want to add it to ext/dba? dba is .. well.. dead, and it sound like a complete waste of time. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] PHP 5.4 branch and trunk

2010-03-17 Thread Antony Dovgal
On 03/16/2010 07:13 PM, Derick Rethans wrote: + merge php-fpm branch? Can't see why not. Is there an RFC for this? No, there are no RFCs on that. Just copy sapi/fpm to 5_4 and you've merged it. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP

Re: [PHP-DEV] PHP 5.4 branch and trunk

2010-03-16 Thread Antony Dovgal
? Makes sense to me. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Scary note for gettype() in docs

2010-03-01 Thread Antony Dovgal
in 6.0. What exactly are you trying to fix? And what exactly are you proposing? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] function call chaining

2010-01-19 Thread Antony Dovgal
On 01/19/2010 01:30 PM, Jani Taskinen wrote: Funny, I was just thinking the opposite man I wish PHP never allows this :) Can of worms I say, can of worms.. Exactly my thought. Please, let's not open it. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP

Re: [PHP-DEV] Apache has two versions on my extension loaded!

2010-01-15 Thread Antony Dovgal
/to/your/extension This is what I meant, of course. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Apache has two versions on my extension loaded!

2010-01-14 Thread Antony Dovgal
. For some reason, both extensions were loaded simultaneously -- as reported by 'lsof' lsof might be wrong or you need to stopstart your apache. In any case, you should have used ldd instead of lsof. apache version 1.3.37 PHP version 5.2.3 Btw, it's time to upgrade these. -- Wbr, Antony

Re: [PHP-DEV] php for android

2010-01-10 Thread Antony Dovgal
are they needed? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PATCH] typo: make arguments list clearer

2009-12-16 Thread Antony Dovgal
() if it's not a valid arg. Thanks. I was going to do it myself, but it's nice that you've managed to do it first =) -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PATCH] bug: some event from parent might be triggered by children

2009-12-16 Thread Antony Dovgal
elaborate? The patch certainly does no harm, but maybe it's worth investigating why parent events are triggered in child processes? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] [PATCH] bug when requesting a non existing file

2009-12-16 Thread Antony Dovgal
, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] fpm/typo: change some log about dynamic + homogenize log message about pool

2009-12-15 Thread Antony Dovgal
? And thus allow people to log how they prefer.. Surely log_level is configurable. Jerome just changed error level of some error messages to reduce the amount of notices in the log. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime

Re: [PHP-DEV] [PATCH] fpm/typo: change some log about dynamic + homogenize log message about pool

2009-12-15 Thread Antony Dovgal
Configurable error messages, huh? 3- Some log level have been switched from NOTICE to DEBUG, so that the log_file in normal operation would not be a nightmare to read (with a lot of anoying and useless messages for end users) Configurable error level for certain error messages? -- Wbr, Antony

Re: [PHP-DEV] [PATCH] fpm/typo: change some log about dynamic + homogenize log message about pool

2009-12-15 Thread Antony Dovgal
and line. With log_level=debug all of them are printed, in other cases only time gets into the log, which makes perfect sense to me. 2) Configure the log level threshold, though I think that should already be there in the first place. -- Wbr, Antony Dovgal --- http://pinba.org - realtime

Re: [PHP-DEV] [PATCH] fpm/feature: apache_like or dynamic spawning (for testing)

2009-12-14 Thread Antony Dovgal
a lot. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] fpm/feature: apache_like or dynamic spawning (for testing)

2009-12-14 Thread Antony Dovgal
On 13.12.2009 22:06, Jérôme Loyet wrote: Hi all, I spent some time working on the missing apache_like feature in FPM. The attached patch is the first version and is for testing. Committed, thanks! -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP

Re: [PHP-DEV] [PHP-FPM] syntax of configuration file

2009-12-09 Thread Antony Dovgal
it was the will of the original authors We already discussed pros/cons of the two solutions. But why don't we allow several syntaxes ? And let the end user to choose the better one for its need ? No. Thank you. EOD -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals

Re: [PHP-DEV] FPM is available in a separate SVN branch

2009-12-07 Thread Antony Dovgal
. But you know me, I have neither knowledge nor desire to work on it myself. Also a heavy loaded server on Windows is something out of this world to me. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] FPM is available in a separate SVN branch

2009-12-07 Thread Antony Dovgal
it with PHP releases That's the thing I want to avoid, actually. Moving something out of PHP just because you're afraid of its release cycles means you make it harder to maintain, not easier. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime

Re: [PHP-DEV] FPM is available in a separate SVN branch

2009-12-07 Thread Antony Dovgal
them to internals@ and CC me, this way they won't be lost for sure. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] FPM is available in a separate SVN branch

2009-12-04 Thread Antony Dovgal
not fully official, we don't have a category @ bugs.php.net yet). -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FPM is available in a separate SVN branch

2009-12-04 Thread Antony Dovgal
? I'm planning to remove some more unused/unnecessary code from fpm_main.c. I guess this will somewhat reduce the amount of porting between the copy and original file. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] [PATCH] default session serialization

2009-11-26 Thread Antony Dovgal
On 26.11.2009 03:43, Stanislav Malyshev wrote: I think it makes sense. One note: your code allows numeric session keys, previously not allowed. Not sure if it's important. This might be important for 32bit-64bit interaction using serialized data. -- Wbr, Antony Dovgal --- http://pinba.org

Re: [PHP-DEV] Re: svn: / pecl/pdo_4d/trunk/config.m4 pecl/pdo_ibm/trunk/config.m4 pecl/pdo_informix/trunk/config.m4 pecl/pdo_user/trunk/config.m4 php/php-src/branches/PHP_5_2/acinclude.m4 php/php-s

2009-11-25 Thread Antony Dovgal
there is no way to fix it. And also no point to fix it, since it still works fine, even with all these warnings. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: svn: / pecl/pdo_4d/trunk/config.m4 pecl/pdo_ibm/trunk/config.m4 pecl/pdo_informix/trunk/config.m4 pecl/pdo_user/trunk/config.m4 php/php-src/branches/PHP_5_2/acinclude.m4 php/php-sr

2009-11-25 Thread Antony Dovgal
On 25.11.2009 13:36, Alexey Zakhlestin wrote: Wouldn't following recommendations printed in warnings help? Sure, but only for newer autoconf versions. Which means we would break autoconf 2.13 if we follow them. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP

Re: [PHP-DEV] No core file being created

2009-11-10 Thread Antony Dovgal
be created in the same directory the file is executing. However, I do not see one. I've even run the command as sudo ($ sudo php /file.php) to make sure PHP has the permissions to write the file. # sudo gdb php gdb r /file.php This way you don't need any core files at all. -- Wbr, Antony

Re: [PHP-DEV] bug when using foreach with references?

2009-10-22 Thread Antony Dovgal
=41603 http://bugs.php.net/bug.php?id=43501 http://bugs.php.net/bug.php?id=43806 http://bugs.php.net/bug.php?id=43988 http://bugs.php.net/bug.php?id=47388 -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] run-tests now works in HEAD

2009-08-01 Thread Antony Dovgal
On 01.08.2009 03:46, Greg Beaver wrote: Hi, Finally found the problem in run-tests crashing, turns out it had nothing to do with the zend engine. Now we can run tests in PHP 6 without random crashes. Thank you! /me goes to enable HEAD tests.. -- Wbr, Antony Dovgal --- http://pinba.org

Re: [PHP-DEV] Official DVCS mirrors, was: Commit freeze (moving to SVN)!

2009-07-07 Thread Antony Dovgal
is multiplied. If nobody else will, then I'll surely once setup my own GIT-SVN mirror of PHP. Yes, please do. Where are you going to set it up? Github? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] shell_exec, environment, and multithreading servers

2009-05-28 Thread Antony Dovgal
guess. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- 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   >