Re: [PHP-DEV] git anyone?

2010-12-01 Thread Jani Taskinen
On Dec 1, 2010, at 5:16 PM, Johannes Schlüter wrote: On Wed, 2010-12-01 at 10:01 -0500, David Soria Parra wrote: On 2010-12-01, Pierre Joye pierre@gmail.com wrote: hi, I think we have enough feedback about this topic. We will come back with a detailed proposal explaining how it could

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

2010-11-27 Thread Jani Taskinen
+1 for PHP 7.0. :) Stuff like this accumulating in trunk kinda makes it more and more something else than minor release.. --Jani 27.11.2010 19:40, Johannes Schlüter kirjoitti: Hi, every now and then while writing classes I forget to add the function keyword between my visibility modifier

Re: [PHP-DEV] Re: Hold off 5.4

2010-11-25 Thread Jani Taskinen
Who says it has to be 5.4? People seem to be a bit fixated on the version there. Major BC breaks just means the version released from trunk is 6.0. And it's just a number. Big number, but still just a number. Merging (by and or by magic :) features into branch created from 5.3 just sounds

Re: [PHP-DEV] Re: Hold off 5.4

2010-11-25 Thread Jani Taskinen
the language is perceived to some degree). My 2c. Zeev -Original Message- From: Johannes Schlüter [mailto:johan...@schlueters.de] Sent: Thursday, November 25, 2010 7:55 PM To: Andi Gutmans Cc: Jani Taskinen; da...@php.net; PHP Internals Subject: RE: [PHP-DEV] Re: Hold off 5.4 On Thu, 2010-11

Re: [PHP-DEV] Restructuring NEWS?

2010-11-19 Thread Jani Taskinen
On Nov 19, 2010, at 11:38 AM, Johannes Schlüter wrote: On Fri, 2010-11-19 at 10:30 +0100, Johannes Schlüter wrote: And get rid of those ancient Changelog* files as well. :) I proposed this in the past. See http://www.mail-archive.com/internals@lists.php.net/msg46669.html If nobody

Re: [PHP-DEV] Magic quotes in trunk

2010-11-18 Thread Jani Taskinen
On Nov 18, 2010, at 12:12 PM, Johannes Schlüter wrote: Yes. We have to get rid of them! I was +1 for the old PHP 6 as that breaks so much stuff that it is nowhere a drop in replacement. And as such I'm happy to drop it in any release breaking lots of applications. I'm not happy about dropping

Re: [PHP-DEV] Magic quotes in trunk

2010-11-18 Thread Jani Taskinen
On Nov 18, 2010, at 12:41 PM, Patrick ALLAERT wrote: Disabling it by default is the first mandatory step, [done] in PHP 5.3, magic_quotes_gpc has been turned off by default at the same time as providing a -development and -production version of the php.ini file. AFAICT magic_quotes_gpc is

Re: [PHP-DEV] Restructuring NEWS?

2010-11-18 Thread Jani Taskinen
19.11.2010 0:39, Johannes Schlüter kirjoitti: Hi, after the 5.3.3 release I was approached with the request to restructure the NEWS file -- for instance by grouping entries by extension -- so users can identify whether there are bug fixes relevant for them etc. Something that I did in trunk

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-13 Thread Jani Taskinen
13.11.2010 23:24, Matti Bickel kirjoitti: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/13/2010 08:50 PM, Stanley Sufficool wrote: 2010/11/13 Jérôme Loyetjer...@loyet.net: Le 12 novembre 2010 23:57, Jani Taskinenjani.taski...@iki.fi a écrit : I updated the patch:

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-12 Thread Jani Taskinen
and no binaries have been selected, we should trigger an error message. The configture is terminating normaly et make does nothing (normal). ++ Jerome --Jani 12.11.2010 2:40, Jani Taskinen kirjoitti: I'm working on an improvement on how all binaries are build thus enabling building all such in one

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Jani Taskinen
11.11.2010 18:46, Kalle Sommer Nielsen kirjoitti: Hi Jérôme 2010/11/11 Jérôme Loyetjer...@loyet.net: If this is a normal behaviour, we should add an error at configure telling that only one SAPI is supported at once. It not, we should correct it. Did I miss something ? On Windows we have no

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Jani Taskinen
I'm working on an improvement on how all binaries are build thus enabling building all such in one go if one wants to. I already added a check for multiple sapi _modules_ being build, it will error out. Stay tuned, I'll post the patch once I've tested it a bit. --Jani 12.11.2010 0:03,

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Jani Taskinen
And here's the patch: http://pecl.php.net/~jani/patches/multi-sapi.patch Note: It's not quite finished, the 'make install' might not work.. ;) --Jani 12.11.2010 2:40, Jani Taskinen kirjoitti: I'm working on an improvement on how all binaries are build thus enabling building all

Re: [PHP-DEV] Output buffering patch

2010-03-24 Thread Jani Taskinen
24.3.2010 12:54, Lukas Kahwe Smith wrote: Hey, Could one of you write up a short RFC on this patch? Just some details about the bugs fixed, known BC breaks and (undocumented) edge case changes. This would be helpful for anyone wanting to review their code and testing as well as

Re: [PHP-DEV] trunk is alive and open

2010-03-24 Thread Jani Taskinen
24.3.2010 12:02, Lukas Kahwe Smith wrote: On 23.03.2010, at 23:04, Andi Gutmans wrote: What about defining a release manager for the next release? I think that is an important aspect of moving things forward. I also thought the dual RM in PHP 5.3 worked quite well although it is not

[PHP-DEV] Tests repository (was: Re: [PHP-DEV] PHP 6)

2010-03-12 Thread Jani Taskinen
Having tests in multiple branches is PITA. Hasn't anyone considered that the best way would be to move all tests into their own repository (directory..whatever :) in SVN..? Considering they are supposed to be used for testing against regressions and BC breaks, they should always be runnable

Re: [PHP-DEV] Tests repository

2010-03-12 Thread Jani Taskinen
On 03/12/2010 12:29 PM, Hannes Magnusson wrote: On Fri, Mar 12, 2010 at 11:18, Jani Taskinenjani.taski...@iki.fi wrote: Having tests in multiple branches is PITA. Hasn't anyone considered that the best way would be to move all tests into their own repository (directory..whatever :) in SVN..?

Re: [PHP-DEV] PHP 6 as we know it suddenly died?

2010-03-12 Thread Jani Taskinen
On 03/12/2010 01:40 PM, Keryx Web wrote: If the next update is quite big and breaks backwards compatibility in some ways, go directly to 7. Yes, I hope others get over the version-fobia too. :) We can't call the new (soon to be?) trunk PHP 6. Calling it 5.4 is not working either considering

Re: [PHP-DEV] PHP 6

2010-03-12 Thread Jani Taskinen
On 03/11/2010 11:41 PM, Christopher Jones wrote: Ilia Alshanetsky wrote: +1. I think we need we need to make HEAD a common use branch where most of the developers trees are at and current HEAD iteration is just not it. I'm +1. Jani's recent 5.3 changes should be reverted, PHP_5_4

Re: [PHP-DEV] Tests repository

2010-03-12 Thread Jani Taskinen
On 03/12/2010 01:48 PM, Ulf Wendel wrote: Jani Taskinen schrieb: Having tests in multiple branches is PITA. Hasn't anyone considered that the best way would be to move all tests into their own repository (directory..whatever :) in SVN..? Considering they are supposed to be used for testing

Re: [PHP-DEV] PHP 6

2010-03-12 Thread Jani Taskinen
Is that new implementation in trunk already? Is it (or will it be) backwards compatible with the current one? --Jani On 03/12/2010 06:38 PM, Moriyoshi Koizumi wrote: I'd love to see my brand-new mbstring implementation in the release. Dropping mbstring completely won't be any good because

Re: [PHP-DEV] Tests repository

2010-03-12 Thread Jani Taskinen
On 03/12/2010 08:08 PM, Stanislav Malyshev wrote: Hi! Having tests in multiple branches is PITA. Hasn't anyone considered that the best way would be to move all tests into their own repository (directory..whatever :) in SVN..? Considering they are supposed to be Yes, but: some tests are

Re: [PHP-DEV] Tests repository

2010-03-12 Thread Jani Taskinen
On 03/12/2010 04:15 PM, Ulf Wendel wrote: For a transition period there's likely to be more work and the number of test failures is likely to go up. That is nothing to really worry about as long as you manage to educate users that it is not a quality defect of PHP as such but a temporary matter

Re: [PHP-DEV] Tests repository

2010-03-12 Thread Jani Taskinen
13.3.2010 0:18, Stanislav Malyshev wrote: Hi! There are going to be some technical challenges. Some (maybe a lot) of test will need updates or rewriting. run-tests.php may need more improvements than what is already planned. Knowing this, I would still rather update run-tests.php and fix the

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ README.NEW-OUTPUT-API Zend/zend_highlight.c Zend/zend_indent.c ext/iconv/iconv.c ext/session/session.c ext/soap/soap.c ext/standard/basi

2010-03-11 Thread Jani Taskinen
On 03/11/2010 12:50 PM, Johannes Schlüter wrote: On Thu, 2010-03-11 at 10:24 +, Jani Taskinen wrote: jani Thu, 11 Mar 2010 10:24:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296062 Log: MFH: Improved / fixed output buffering

Re: [PHP-DEV] Re: svn: /php/php-src/branches/PHP_5_3/ README.NEW-OUTPUT-API Zend/zend_highlight.c Zend/zend_indent.c ext/iconv/iconv.c ext/session/session.c ext/soap/soap.c ext/standard/basic_function

2010-03-11 Thread Jani Taskinen
On 03/11/2010 02:38 PM, Sebastian Bergmann wrote: Lukas Kahwe Smith wrote: php6 not moving forward is the root cause there So lets just close the PHP 5.2 branch and open the PHP 5.4 branch. The focus of PHP 5.4 could be the new output layer and traits (one can dream, right?). I'm not

Re: [PHP-DEV] Re: svn: /php/php-src/branches/PHP_5_3/ README.NEW-OUTPUT-API Zend/zend_highlight.c Zend/zend_indent.c ext/iconv/iconv.c ext/session/session.c ext/soap/soap.c ext/standard/basic_functi

2010-03-11 Thread Jani Taskinen
On 03/11/2010 04:41 PM, Lukas Kahwe Smith wrote: @jani: committing to a stable branch because you are getting a new laptop is not really a convincing argument. :) Losing the one with the changes in it is. Doing patches will only cause endless headaches. Please move on, nothing to see here,

Re: [PHP-DEV] Re: svn: /php/php-src/branches/PHP_5_3/ README.NEW-OUTPUT-API Zend/zend_highlight.c Zend/zend_indent.c ext/iconv/iconv.c ext/session/session.c ext/soap/soap.c ext/standard/basic_functi

2010-03-11 Thread Jani Taskinen
On 03/11/2010 06:21 PM, Scott MacVicar wrote: On Mar 11, 2010, at 10:22 AM, Jani Taskinen wrote: On 03/11/2010 04:41 PM, Lukas Kahwe Smith wrote: @jani: committing to a stable branch because you are getting a new laptop is not really a convincing argument. :) Losing the one

Re: [PHP-DEV] PHP 6

2010-03-11 Thread Jani Taskinen
11.3.2010 19:22, Rasmus Lerdorf wrote: So I think Lukas and others are right, let's move the PHP 6 trunk to a branch since we are still going to need a bunch of code from it and move development to trunk and start exploring lighter and more approachable ways to attack Unicode. We have a few

Re: [PHP-DEV] PHP 6

2010-03-11 Thread Jani Taskinen
11.3.2010 19:54, Johannes Schlüter wrote: On Thu, 2010-03-11 at 18:46 +0100, Lukas Kahwe Smith wrote: +1 for moving trunk to a branch and moving 5.3 to trunk. not moving 5.3 to trunk but a 5.3 copy (branched of), 5.3 should be stable stuff (fixes) only. Guess you meant to say that, but better

[PHP-DEV] TNBT beta online at http://bugs-beta.php.net/

2010-02-22 Thread Jani Taskinen
FYI: I installed the new bug tracker to ez1.php.net for easier testing. Feel free to test it and comment to this thread. If the DNS has not propagated yet, just add this to your hosts file: 128.39.198.38 bugs-beta.php.net Keep in mind it's NOT totally new, it's simply been cleaned up and

Re: [PHP-DEV] TNBT beta online at http://bugs-beta.php.net/

2010-02-22 Thread Jani Taskinen
22.2.2010 17:28, Richard Quadling wrote: A couple of low level things Nitpicking, are we? :D 1 - Can/should the PHP Versions include release candidates? Yes, they're outdated. This is one part that should be automated/centralized, it's enough PITA for the RMs already to remember all the

Re: [PHP-DEV] TNBT beta online at http://bugs-beta.php.net/

2010-02-22 Thread Jani Taskinen
22.2.2010 19:15, Johannes Schlüter wrote: - Patches / file attachements I like the idea of calling it patch so users won't immediatly upload large big applications. Is there a size limit? No limits apart from what is set in either httpd.conf or php.ini, also, they need to be text

Re: [PHP-DEV] Execution point of session save handler on shutdown

2010-02-19 Thread Jani Taskinen
I've used APC + custom session handler for ages without any problems. And couldn't this be fixed without such nasty hooks..? --Jani On 02/19/2010 05:54 PM, Christian Seiler wrote: Hello, [CC to pecl-dev since this is APC-related.] I have been investigating a problem occuring when using APC

Re: [PHP-DEV] function call chaining

2010-01-20 Thread Jani Taskinen
Instead of adding yet-another feature, how about fixing the bugs in the existing ones first? f.e. there is open bug related to closures, fixing that might be good idea before adding yet another way to abuse them: http://bugs.php.net/50230 And in total there are 33 scripting engine

Re: [PHP-DEV] function call chaining

2010-01-19 Thread Jani Taskinen
On 01/19/2010 09:29 AM, Eddie Drapkin wrote: On Tue, Jan 19, 2010 at 2:14 AM, Alexey Zakhlestinindey...@gmail.com wrote: Would be nice if something like this worked too: (new Class())-method(); I was just looking at some Java code and thinking, man I wish PHP did this Funny, I was

Re: [PHP-DEV] Debian PHP patches

2010-01-18 Thread Jani Taskinen
On 01/17/2010 05:19 AM, Raphael Geissert wrote: Jani Taskinen wrote: 16.1.2010 20:10, Raphael Geissert wrote: Some of the other patches include: libdb_is_-ldb Why? Potentially breaks things when you assume db/ being correct place.. Do you have an example of any actual case? Do you have

Re: [PHP-DEV] Debian PHP patches

2010-01-16 Thread Jani Taskinen
16.1.2010 20:10, Raphael Geissert wrote: Some of the other patches include: libdb_is_-ldb Why? Potentially breaks things when you assume db/ being correct place.. 115-autoconf_ftbfs.patch Hell no. You're breaking the configure again with this crap. I already reverted the idiocy once,

Re: [PHP-DEV] Debian PHP patches

2010-01-16 Thread Jani Taskinen
17.1.2010 0:29, Alexey Zakhlestin wrote: On 17.01.2010, at 1:05, Gwynne Raskind wrote: On Jan 16, 2010, at 4:18 PM, Jani Taskinen wrote: 115-autoconf_ftbfs.patch Hell no. You're breaking the configure again with this crap. I already reverted the idiocy once, don't even think about doing

Re: [PHP-DEV] 5.3 release schedule and other bits

2010-01-13 Thread Jani Taskinen
On 01/12/2010 10:48 PM, Raphael Geissert wrote: Hello, At Debian we are planning to include PHP 5.3 in Squeeze, the next stable release. As such, I would like to know for example when we could expect 5.3.2 and 5.3.3 to be released. Wouldn't we all. Haven't seen any merges to the release

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

2009-12-15 Thread Jani Taskinen
On 12/14/2009 10:16 PM, Jérôme Loyet wrote: Hi tony, There is several things in this patch: 1- makes log message about pool concistent. I set it to [pool %s] message. Before there where different variants: pool %s, foo (pool %s) bar [pool %s] [%s] 2- corrects some log messages which were not

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

2009-12-15 Thread Jani Taskinen
On 12/15/2009 11:14 AM, Antony Dovgal wrote: On 15.12.2009 12:04, Jani Taskinen wrote: 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) Wouldn't

Re: [PHP-DEV] Breaking APIs for no good reason is a bad thing. (tm)

2009-12-09 Thread Jani Taskinen
On 12/09/2009 08:37 PM, Sara Golemon wrote: Now, I'll take some blame here for not being involved over the past couple years and having not noticed this inanity sooner, but could someone explain this cluster-f? It's also bad thing to abandon code like some people tend to do. And to ignore bug

Re: [PHP-DEV] Towards 5.3.2

2009-12-07 Thread Jani Taskinen
Derick Rethans wrote: On Mon, 7 Dec 2009, Ilia Alshanetsky wrote: While the separate branch release for 5.3.1 was a worthwhile experiment, I think it creates too much opportunity for missed patches and quite frankly makes the whole release process confusing and complicated. My personal

[PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysql/ config.m4

2009-11-28 Thread Jani Taskinen
1. Why are you constantly not merging stuff to HEAD? 2. Isn't this related to bug #50231 and why are you not using the proper commit message then? Hint: - Fixed bug.. It's getting quite annoying that some people (Rasmus included) tend to ignore that we have a development branch (HEAD, trunk)

[PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysql/ config.m4

2009-11-28 Thread Jani Taskinen
Rasmus Lerdorf wrote: Jani Taskinen wrote: 1. Why are you constantly not merging stuff to HEAD? 2. Isn't this related to bug #50231 and why are you not using the proper commit message then? Hint: - Fixed bug.. It's getting quite annoying that some people (Rasmus included) tend to ignore

Re: [PHP-DEV] Backporting bypass_shell and posix_pipe() from trunk to 5.3

2009-11-28 Thread Jani Taskinen
Gwynne Raskind wrote: Some while ago, I committed a patch to trunk which adds the shell_bypass option to proc_open() on UNIX. I'd like to backport that patch to 5.3.2, along with posix_pipe(), which helps quite a bit in using it. The patch can be found at http://pastebin.ca/raw/1691644. It's

Re: [PHP-DEV] autoconf version check on trunk?

2009-11-27 Thread Jani Taskinen
It works fine as soon as I find the typo Rasmus has done with his fixes for autoconf 2.13.. --Jani On 11/27/2009 10:56 AM, Arvind Srinivasan wrote: There was some discussion on the version (2.13 vs newer) of autoconf to use for trunk but I'm not sure whether there was any consensus. It

Re: [PHP-DEV] autoconf version check on trunk?

2009-11-27 Thread Jani Taskinen
Make that me. It's either my upgrade of libtool or combined changes by me and Rasmus. And it affects ALL branches.. :( I'm investigating this bug atm, stay tuned. --Jani On 11/27/2009 11:26 AM, Jani Taskinen wrote: It works fine as soon as I find the typo Rasmus has done with his fixes

Re: [PHP-DEV] autoconf version check on trunk?

2009-11-27 Thread Jani Taskinen
This is caused by the divert() patch Rasmus committed. Nice work. I'll try figure out how to do it properly. --Jani On 11/27/2009 01:08 PM, Jani Taskinen wrote: Make that me. It's either my upgrade of libtool or combined changes by me and Rasmus. And it affects ALL branches.. :( I'm

Re: [PHP-DEV] autoconf version check on trunk?

2009-11-27 Thread Jani Taskinen
On 11/27/2009 02:30 PM, Rasmus Lerdorf wrote: Jani Taskinen wrote: This is caused by the divert() patch Rasmus committed. Nice work. I'll try figure out how to do it properly. Getting rid of just the diverts in ext/standard/config.m4 fixes this for me. There is still an unrelated libtool

Re: [PHP-DEV] autoconf version check on trunk?

2009-11-27 Thread Jani Taskinen
-patch code for 5.2.12? The other option is to generate the build on a machine with the later autoconf, 2.59 seems to work fine. On 2009-11-27, at 7:30 AM, Rasmus Lerdorf wrote: Jani Taskinen wrote: This is caused by the divert() patch Rasmus committed. Nice work. I'll try figure out how to do

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 Jani Taskinen
Alexey Zakhlestin wrote: On 25.11.2009, at 13:43, Antony Dovgal wrote: 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. Is that

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-src

2009-11-24 Thread Jani Taskinen
Sebastian Bergmann wrote: Rasmus Lerdorf wrote: rasmus Wed, 25 Nov 2009 01:30:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=291283 Log: Someone strap down Jani and give him a sedative please. This makes our toolchain work with the latest

[PHP-DEV] NEWS out of sync..

2009-11-21 Thread Jani Taskinen
Hi Johannes, You did forget something: merging back the NEWS stuff to PHP_5_3/NEWS which has this note: ?? ??? 2009, PHP 5.3.1 # Will be merged in from branches/PHP_5_3_1 once released # Pleas add stuff under 5.3.2 The next release, can we do it like Ilia does them? The way this process was

Re: [PHP-DEV] Patch: Add INTERNALDATE to imap_append()

2009-10-21 Thread Jani Taskinen
On 10/21/2009 01:10 AM, Nick Fortenberry wrote: Hey everyone, Jake Levitt and I created this patch which adds the option to set a message's INTERNALDATE when appending it to a mail server using imap. Any chance we can get this included into the php 5.3 and 6 development branches? The diff

Re: [PHP-DEV] Patch: Add INTERNALDATE to imap_append()

2009-10-21 Thread Jani Taskinen
1. Top-posting is considered evil. 2. Look harder, timelib_* has several functions for this, be creative.. 3. Tabs instead of spaces, NO C++ comments! --Jani On 10/21/2009 06:37 PM, Nick Fortenberry wrote: Hey Jani, We looked through the date library but it doesn't look like there are any

Re: [PHP-DEV] [patch] Allow array_change_key_case to support ucfirst and lcfirst

2009-09-22 Thread Jani Taskinen
Matthew Fonda wrote: Hi All, I came across a situation where I had to make the first character of an arrays keys uppercase, and found the array_change_key_case function, but noticed it only supported CASE_UPPER and CASE_LOWER. Attached is a patch to also add support for CASE_LCFIRST and

Re: [PHP-DEV] Functions that fails on large files

2009-09-14 Thread Jani Taskinen
This is the current patch for bug #27792: http://www.php.net/~wez/lfs.diff --Jani On 09/13/2009 01:20 PM, X Ryl wrote: The patch in 27792 doesn't work, but the one in 48886 does (from my own tests) 2009/9/13 Laurent Léonardlaur...@open-minds.org Hi, What about that bug ?

Re: [PHP-DEV] mb_string.func_overload has secretly been changed from PERDIR to SYSTEM

2009-09-10 Thread Jani Taskinen
On 09/10/2009 04:46 PM, Tony Marston wrote: You are missing the point. I'm not trying to set the encoding for any HTML output as that is handled differently. What I am concerned about is the func_overload option which, ever since PHP 4.2.0, we have been able to turn on or off using an htaccess

Re: [PHP-DEV] [sapi] PHP-FPM (FastCGI Process Manager), by Andrei Nigmatulin - upstream Y/n?

2009-09-09 Thread Jani Taskinen
On 09/09/2009 03:01 AM, Rasmus Lerdorf wrote: This has been discussed before. See: http://news.php.net/php.internals/44476 http://news.php.net/php.internals/44480 http://news.php.net/php.internals/44484 http://news.php.net/php.internals/44485 Basically it comes down to figuring out whether to

Re: [PHP-DEV] [sapi] PHP-FPM (FastCGI Process Manager), by Andrei Nigmatulin - upstream Y/n?

2009-09-09 Thread Jani Taskinen
On 09/09/2009 08:55 AM, sean finney wrote: On Wed, Sep 09, 2009 at 03:42:44AM +0100, dreamcat four wrote: Not sure about bundling libevent though - does it have to be bundled? Don't know. Libevent is frozen in there and a couple of files were modified with references back into the fpm headers.

Re: [PHP-DEV] [sapi] PHP-FPM (FastCGI Process Manager), by Andrei Nigmatulin - upstream Y/n?

2009-09-09 Thread Jani Taskinen
On 09/09/2009 10:53 AM, Stanislav Malyshev wrote: As separate SAPI, wouldn't it duplicate a LOT of code, basically for nothing? I'd rather see the good parts of this merged into the one-and-only sapi/cgi/ code instead of creating yet another SAPI nobody maintains for real. If the code will be

[PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend_object_handlers.c branches/PHP_5_3/NEWS branches/PHP_5_3/main/fopen_wrappers.c branches/PHP_5_3/sapi/cgi/cgi_main.c trunk/main/fop

2009-09-07 Thread Jani Taskinen
On 09/07/2009 09:25 AM, Dmitry Stogov wrote: Hi, I'm wondered why the shebang line support was removed from scanner. Because it didn't make any sense for other SAPIs. You could ask Ilia more about it: - r273178 | iliaa

Re: [PHP-DEV] shebang skipping in 5.3.0

2009-09-05 Thread Jani Taskinen
It's very legit to use with CGI since you might not be able to run PHP any other way. So this is definately a bug, CGI should handle it the same as CLI. The bug report clearly explains it too: http://bugs.php.net/bug.php?id=49182 --Jani Andi Gutmans wrote: Shebang is for command line

Re: [PHP-DEV] shebang skipping in 5.3.0

2009-09-05 Thread Jani Taskinen
You obviously don't understand at all what this is used for. Consider the case where you can't change webserver's configs. Or that you want to quickly test different PHP versions. What would be easier than simply switching the version in the shebang line? Quite legitimate and useful to me. And

Re: [PHP-DEV] shebang skipping in 5.3.0

2009-09-05 Thread Jani Taskinen
Pierre Joye wrote: On Sat, Sep 5, 2009 at 2:48 PM, Jani Taskinenjani.taski...@sci.fi wrote: You obviously don't understand at all what this is used for. Consider the case where you can't change webserver's configs. Or that you want to quickly test different PHP versions. What would be easier

Re: [PHP-DEV] shebang skipping in 5.3.0

2009-09-05 Thread Jani Taskinen
Marco Tabini wrote: It would be really nice if everyone could consider that the other do understand what is being discussed but actually disagree. The question was actually: is it worth the effort? Who is seriously using CGI (not meaning fastcgi) with php these days? On shared hosts, CGI is

Re: [PHP-DEV] Timezone for php_error_log.

2009-09-03 Thread Jani Taskinen
Errors output from MINIT can not and will not ever have any other timezone than what is the system's timezone. If you're reporting a bug, please do it at http://bugs.php.net/. Anyways the code in sqlsrv is pretty horrible. I'd cleanup that mess first. Unless of course you can reproduce same

Re: [PHP-DEV] Really going to 5.3.1RC1

2009-08-31 Thread Jani Taskinen
On 08/29/2009 05:33 PM, Johannes Schlüter wrote: Hi, I thought I sent the warning out on thursday but can't find it in my internals folder therefore the notice: We certainly should get 5.3.1 rolling and therefore I'm planning RC1 on Tuesday evening European time I'm not t used to

Re: [PHP-DEV] silent startup errors msg about deprecated (or other) warnings

2009-08-31 Thread Jani Taskinen
On 08/31/2009 12:06 AM, Pierre Joye wrote: Hi, While trying to fix some tests, I found that display_startup_errors is ignored by some startup errors like deprecated ini settings. Using: php -d display_startup_errors=0 -d safe_mode=1 foo.php See also bug #49362

Re: [PHP-DEV] [patch] error masks

2009-08-25 Thread Jani Taskinen
On 08/25/2009 12:42 AM, Stanislav Malyshev wrote: Hi! Quite boring to read this thread where two persons argue about something abstract. Stas, can you give a real life example where your patch is necessary..? Any code where you either use @ or error_reporting which is not -1 would benefit

Re: [PHP-DEV] [patch] error masks

2009-08-25 Thread Jani Taskinen
On 08/25/2009 10:35 AM, Stanislav Malyshev wrote: Hi! Just wondering why nobody hasn't suggested the obvious (?) alternative yet: Why not fix error_reporting to work like one expects. As in: If an error level isn't in it, then nothing happens. Adding an extra option to do that seems a bit

Re: [PHP-DEV] [patch] error masks

2009-08-25 Thread Jani Taskinen
Daniel Convissor wrote: Hello Jani: On Tue, Aug 25, 2009 at 11:11:19AM +0300, Jani Taskinen wrote: On 08/25/2009 10:35 AM, Stanislav Malyshev wrote: Because it would break other funcions (namely, $php_errormsg, error handlers, etc.) which may be used by some. Well, not necessarily. How

Re: [PHP-DEV] [patch] error masks

2009-08-24 Thread Jani Taskinen
Quite boring to read this thread where two persons argue about something abstract. Stas, can you give a real life example where your patch is necessary..? --Jani Stanislav Malyshev wrote: Hi! Unless your code is ridden or if you prefer filled with @ and/or errors the speed improvement would

Re: [PHP-DEV] mysqlnd as a shared extension ?

2009-08-17 Thread Jani Taskinen
On 08/17/2009 08:12 PM, Remi Collet wrote: Hi, Building 5.3.1 snapshot with options --with-mysql=shared,mysqlnd --with-mysqli=shared,mysqlnd --with-pdo-mysql=shared,mysqlnd create 3 .so files, ok. But mysqlnd extension still build as static within php core. It's not an

Re: [PHP-DEV] PHP 5.3.1 RC 1

2009-08-07 Thread Jani Taskinen
Top poster! And Windows only bugs are not critical. That error_log crash alone should have caused an immediate release weeks ago.. --Jani On 08/07/2009 01:06 AM, Pierre Joye wrote: hi Johannes, I do not have the chance to match this planning. I'll be back from holidays on Monday and will

Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error

2009-08-03 Thread Jani Taskinen
On 08/03/2009 07:52 AM, dan...@zoltak.com wrote: Jani Taskinen wrote: [snip] You obviously do not have the correct sources then. Try get them directly using SVN: # svn co http://svn.php.net/repository/php/php-src/branches/PHP_5_2/ And if those don't work either, you need to provide a GDB

Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error

2009-08-03 Thread Jani Taskinen
On 08/03/2009 02:52 PM, dan...@zoltak.com wrote: Quoting Jani Taskinen jani.taski...@sci.fi: On 08/03/2009 07:52 AM, dan...@zoltak.com wrote: Jani Taskinen wrote: [snip] Obviously you haven't compiled using --enable-debug OR most likely are not using the compiled libphp5.so. Check your

Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error

2009-08-03 Thread Jani Taskinen
On 08/03/2009 03:19 PM, dan...@zoltak.com wrote: Quoting Jani Taskinen jani.taski...@sci.fi: Well, this is using PHP 5.2.10. And you were supposed to test the snapshot. How about the backtrace using latest PHP_5_2 checkout? I downloaded the latest snap and tar.bz2 it in the php-5.2.10 folder

Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error

2009-08-02 Thread Jani Taskinen
Dan Zoltak wrote: Jani Taskinen wrote: [snip] There is a bug in 5.2.10 that might cause this, try latest SVN checkout of PHP_5_2 branch, it should be fixed now. I've download and tested the latest snap (php5.2-200908020630) and I am still having the same issue. I have performed an strace

Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error

2009-08-02 Thread Jani Taskinen
Rasmus Lerdorf wrote: Jani Taskinen wrote: Dan Zoltak wrote: Jani Taskinen wrote: [snip] There is a bug in 5.2.10 that might cause this, try latest SVN checkout of PHP_5_2 branch, it should be fixed now. I've download and tested the latest snap (php5.2-200908020630) and I am still having

Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error

2009-07-31 Thread Jani Taskinen
On 07/31/2009 03:10 AM, dan...@zoltak.com wrote: [snip] The above code has been works fine in PHP 5.2.6. In PHP 5.2.10 it works except when an .htaccess is defined with the following: --BEGIN SNIP .htaccess-- php_value error_log '/home/st/stu/studio1.com.au/www/logs/php_err.log' --END SNIP--

Re: [PHP-DEV] Re: Alternative mbstring implementation using ICU

2009-07-29 Thread Jani Taskinen
I'm just waiting for you to just commit it.. :) --Jani On 07/29/2009 12:08 PM, Moriyoshi Koizumi wrote: Aren't there any interests on this? If you think PHP 6 is gonna cover all of the functionality that allegedly-cruft mbstring currently provides, that is almost wrong :-p Moriyoshi On Tue,

Re: [PHP-DEV] Re: svn: /php/php-src/branches/PHP_5_3/ext/gd/ libgd/gdft.c tests/bug48555.phpt tests/bug48732.phpt tests/bug48801.phpt

2009-07-28 Thread Jani Taskinen
Gwynne Raskind wrote: On Jul 27, 2009, at 6:31 PM, Takeshi Abe wrote: Just to be sure, is there any consensus on this? I thought I should use svn merge. README.SVN-RULES says 1. All changes should first go to trunk and then get merged from trunk (aka MFH'ed) to all other relevant

Re: [PHP-DEV] Re: SOAP_MARSHAL_DATETIME (or: bug #44383)

2009-07-28 Thread Jani Taskinen
Dmitry Stogov wrote: David Zülke wrote: On 28.07.2009, at 13:32, Dmitry Stogov wrote: Hi David, I took only a quick look, but I like the patch. In case it doesn't break any tests, it should be committed at least into HEAD. I agree to commit it into 5.3 too, but RMs take the final decision.

Re: [PHP-DEV] Re: svn checkout suggestion

2009-07-20 Thread Jani Taskinen
Can I suggest you not to suggest any other VCS from now on? If you like some VCS better, just keep that info to yourself, no need to spam the mailing lists about it. --Jani On 07/20/2009 01:38 PM, Arnold Daniels wrote: Hi, Can I suggest having a look at GIT (http://git-scm.com). It has

Re: [PHP-DEV] Patch for Bug #

2009-07-20 Thread Jani Taskinen
On 07/15/2009 08:49 PM, David Zülke wrote: Hi there, attached are patches for http://bugs.php.net/48929. Big kudos to Tjerk Anne and Arnaud, this forking HTTP server stuff for testing the stream wrapper is genius. Ehem..was this ever committed? And don't you have svn access yourself anyway?

Re: [PHP-DEV] PATCH for bug 48774

2009-07-20 Thread Jani Taskinen
On 07/18/2009 07:03 PM, Sriram Natarajan wrote: Jani Taskinen wrote: Sriram Natarajan wrote: Hi I was looking into CR: 48774(http://bugs.php.net/bug.php?id=48774thanks=3) and was hoping if some one can kindly review this patch. This patch does address the SEGV issue reported in the bug. Can

Re: [PHP-DEV] PATCH for bug 48774

2009-07-18 Thread Jani Taskinen
Sriram Natarajan wrote: Hi I was looking into CR: 48774(http://bugs.php.net/bug.php?id=48774thanks=3) and was hoping if some one can kindly review this patch. This patch does address the SEGV issue reported in the bug. Can this be applied to PHP 5.3 and PHP 5.2 as well ? Index:

Re: [PHP-DEV] svn checkout suggestion

2009-07-17 Thread Jani Taskinen
On 07/17/2009 01:24 AM, Jani Taskinen wrote: Rasmus Lerdorf wrote: One of the benefits of svn is that we can do cross-branch commit pretty easily now and thus avoid multiple similar commits with annoying MFH/MFB commit log messages that are hard to track. I did a commit today on all 3

Re: [PHP-DEV] [PATCH] Bug #47481

2009-07-16 Thread Jani Taskinen
On 07/14/2009 05:38 AM, Herman Radtke wrote: This bug only exists in PHP 5.x. The unicode support in PHP 6 takes care of it already, but I added a PHP 6 version of the test case as well. Committed. I fixed the test to work in all branches. :) --Jani -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Renaming php-cvs to php-svn ?

2009-07-16 Thread Jani Taskinen
Uwe Schindler wrote: Or just to something more generic like php-commits@ ? The same with zend-commits? Only php-commits@ is necessary since there is no separate Zend stuff anymore..? --Jani -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] svn checkout suggestion

2009-07-16 Thread Jani Taskinen
Rasmus Lerdorf wrote: One of the benefits of svn is that we can do cross-branch commit pretty easily now and thus avoid multiple similar commits with annoying MFH/MFB commit log messages that are hard to track. I did a commit today on all 3 branches and it worked fine except for the fact that

Re: [PHP-DEV] bug tracker planning

2009-07-15 Thread Jani Taskinen
Sriram Natarajan wrote: Hi bug tracking system also need the ability to mark a current bug as duplicate . Currently, all those bugs are marked as 'Bogus'. Also, it would be nice if we can have the ability to capture related bugs together. - Sriram Again: DO NOT TOP POST!! And we're not

Re: [PHP-DEV] bug tracker planning

2009-07-15 Thread Jani Taskinen
Sriram Natarajan wrote: Jani Taskinen wrote: Please don't top post! And what you ask for is already there. --Jani Sriram Natarajan kirjoitti: Hi I very much miss the ability to add my email address to the bugs that I am interested in. This used to allow to me to track its progress. I

Re: [PHP-DEV] SVN Conversion Complete

2009-07-11 Thread Jani Taskinen
Gwynne Raskind kirjoitti: The conversion from CVS to SVN is complete. CVS read AND write access has been completely disabled. SVN is now up and running, however *we Why is CVS read access disabled? I had some patches brewing in my checkouts and getting them out now is kinda PITA.. Also

Re: [PHP-DEV] bug tracker planning

2009-07-11 Thread Jani Taskinen
Please don't top post! And what you ask for is already there. --Jani Sriram Natarajan kirjoitti: Hi I very much miss the ability to add my email address to the bugs that I am interested in. This used to allow to me to track its progress. I wasn't not sure, if that is what you meant within

Re: [PHP-DEV] Type hinting/casting request for vote

2009-07-08 Thread Jani Taskinen
Ilia Alshanetsky wrote: On 7-Jul-09, at 8:43 PM, Rasmus Lerdorf wrote: That doesn't really change the timing, especially since you said you have been using it for 2 years. Why pick the week after the 5.3 release to propose it for 5.3? It makes very little sense to me, and I think consensus

Re: [PHP-DEV] Type hinting/casting request for vote

2009-07-08 Thread Jani Taskinen
Jani Taskinen wrote: Ilia Alshanetsky wrote: On 7-Jul-09, at 8:43 PM, Rasmus Lerdorf wrote: That doesn't really change the timing, especially since you said you have been using it for 2 years. Why pick the week after the 5.3 release to propose it for 5.3? It makes very little sense to me

  1   2   3   4   5   6   7   8   9   >