Re: [PHP-DEV] Consistent function names

2015-03-04 Thread christopher jones
On 3/4/15 9:03 AM, Rowan Collins wrote: On Wed, Mar 4, 2015 at 10:24 AM Rasmus Lerdorf wrote: Yasuo, please stop. This isn't going to happen. Changing strlen() to str_len() is just ridiculous. -Rasmus Trevor Suarez wrote on 04/03/2015 15:33: ... well that's a constructive way of going abo

Re: [PHP-DEV] Fixing bundled extension version mess

2015-04-14 Thread christopher jones
On 4/14/15 7:21 PM, Pierre Joye wrote: hi, We tried that many times but we fail to handle the version of bundled extensions. Along with some installer work and other integration (projects dependencies management, composer or other), we need to find a way to get rid of this problem. What do y

Re: [PHP-DEV] Fixing bundled extension version mess

2015-04-15 Thread christopher jones
On 4/14/15 9:58 PM, Pierre Joye wrote: On Wed, Apr 15, 2015 at 10:51 AM, christopher jones wrote: On 4/14/15 7:21 PM, Pierre Joye wrote: hi, We tried that many times but we fail to handle the version of bundled extensions. Along with some installer work and other integration (projects

Re: [PHP-DEV] Re: PDO Oracle driver

2015-04-22 Thread christopher jones
On 4/22/15 6:39 AM, Stelian Mocanita wrote: The removal of pdo_oci had been suggested as part of the "Removal of dead or not yet PHP7 ported SAPIs and extensions" RFC, but there has been feedback from Christopher Jones, that the extension will be supported by Oracle.[1] [

Re: [PHP-DEV] PDO Oracle driver

2015-04-22 Thread christopher jones
On 4/22/15 2:40 AM, Stelian Mocanita wrote: Hello internals, I would like to ask what on your thoughts on removing the Oracle drive for PDO from the documentation (http://us1.php.net/manual/en/ref.pdo-oci.php) at least since it's been experimental for a long time now, and it has long standing

Re: [PHP-DEV] Re: PDO Oracle driver

2015-04-22 Thread christopher jones
" RFC, but there has > been feedback from Christopher Jones, that the extension will be > supported by Oracle.[1] > [1] > < >https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts#extpdo_oci_and_extoci8 > > Thanks for the info. Having Or

[PHP-DEV] Reordering PDO statement dtor sequence?

2015-07-15 Thread Christopher Jones
We are looking at reordering the PDO statement-free dtors to fix a resource leak in PDO_OCI. Let me know if this will affect other drivers. Chris *** pdo_stmt.c.orig 2015-07-15 09:56:18.986187123 -0700 --- pdo_stmt.c 2015-07-15 09:57:22.292453715 -0700 *** *** 2300,2305

Re: [PHP-DEV] Benchmark Results for PHP Master 2015-07-30

2015-07-30 Thread Christopher Jones
On 30/07/2015 11:12 pm, Niklas Keller wrote: 2015-07-30 14:42 GMT+02:00 Andone, Bogdan : -Original Message- From: Niklas Keller [mailto:m...@kelunik.com] Sent: Thursday, July 30, 2015 1:47 PM To: Pierre Joye Cc: lp_benchmark_robot; PHP internals; l...@lists.01.org Subject: Re: [PHP-DE

[PHP-DEV] Adding phpdbg_webhelper to .gitignore

2015-08-12 Thread Christopher Jones
Bob, Is the ext/phpdbg_webhelper sym link really needed ? If so, can you add it to .gitignore. Thank you, Chris -- http://twitter.com/ghrd -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Adding phpdbg_webhelper to .gitignore

2015-08-18 Thread Christopher Jones
On 12/08/2015 11:31 pm, Ferenc Kovacs wrote: On Wed, Aug 12, 2015 at 1:55 PM, Christopher Jones mailto:christopher.jo...@oracle.com>> wrote: Bob, Is the ext/phpdbg_webhelper sym link really needed ? If so, can you add it to .gitignore. Thank you, Chris --

Re: [PHP-DEV] Adding phpdbg_webhelper to .gitignore

2015-08-20 Thread Christopher Jones
On 19/08/2015 9:17 pm, Bob Weinand wrote: Am 19.08.2015 um 01:46 schrieb Christopher Jones : On 12/08/2015 11:31 pm, Ferenc Kovacs wrote: On Wed, Aug 12, 2015 at 1:55 PM, Christopher Jones mailto:christopher.jo...@oracle.com>> wrote: Bob, Is the ext/phpdbg_webhelper sy

[PHP-DEV] Re: [PECL-DEV] Re: [PHP-DEV] Re: [PECL-CVS] svn: /web/pecl/trunk/ include/pear-prepend.php public_html/error/404.php public_html/package-changelog.php public_html/package-info.php public_htm

2011-12-07 Thread Christopher Jones
On 12/07/2011 05:45 AM, Pierre Joye wrote: again, it was told, many times. Hi Pierre, Searching (via Thunderbird's not so excellent search) didn't immediately give any obvious hits (in your many emails!) Maybe that was at the bottom of some other message? So, with genuine respect, do you m

Re: [PHP-DEV] Return Type Hinting for Methods RFC

2011-12-20 Thread Christopher Jones
On 12/20/2011 06:09 PM, Will Fitch wrote: Hello All, I would like to submit https://wiki.php.net/rfc/returntypehint2 into discussion. A link to the patch for this is provided and can be ran against the current HEAD. There is an older entry still in existence, but this patch is syntacticall

Re: [PHP-DEV] [PATCH] sprintf like functions and "*" modifier

2012-01-13 Thread Christopher Jones
On 1/13/12 5:10 AM, Azat Khuzhin wrote: Hi all, I'v add support of "*" modifier for sprintf, it exist in sprintf C implementation (http://www.cplusplus.com/reference/clibrary/cstdio/printf/) Usage: sprintf("%.*f", 2, 2) // output "2.00" sprintf("%.2f", 2) // output "2.00" My patch attached

Re: [PHP-DEV] Patch inclusions

2012-01-24 Thread Christopher Jones
On 01/24/2012 03:36 AM, Jason Gerfen wrote: I just have a general question regarding patch inclusions. When a patch is submitted is there a formal review and testing of the patch prior to inclusion? From what I have been following from this list is that the process is patches get applied to new

Re: [PHP-DEV] Change bug tracker "bogus" to "not-bug"?

2012-01-24 Thread Christopher Jones
On 01/24/2012 03:11 PM, Justin Martin wrote: Hello, With some frequency, I find bugs which are not "bogus", so much as they are reported based on a misunderstanding. Usually this happens for documentation problems, where someone has misunderstood what the documentation says, or hasn't read t

Re: [PHP-DEV] Change bug tracker "bogus" to "not-bug"?

2012-01-24 Thread Christopher Jones
On 01/24/2012 03:21 PM, Charlie Somerville wrote: It'd also be nice to see a more receptive approach to bug reports. It's concerning that so many legitimate bug reports get labelled as bogus for whatever reason. To be 100% clear, this is just a proposed wording change. The bugs you mention w

Re: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-05 Thread Christopher Jones
On 2/5/12 10:26 AM, Timm Friebe wrote: Hi, As many of you know we made huge improvements in PHP 5.4 memory usage (enabling higher concurrency) and runtime performance. Here are the unit test results for https://github.com/xp-framework/xp-framework and https://github.com/xp-framework/xp-lan

Re: [PHP-DEV] Security risk how to use find recommended in php.ini-*

2012-02-08 Thread Christopher Jones
On 02/08/2012 03:35 PM, Ondřej Surý wrote: This is very wrong to recommend: ; NOTE: If you are using the subdirectory option for storing session files [...] ; find /path/to/sessions -cmin +24 | xargs rm because it is prone to '\n' attack. You can see the security considerations of G

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/main/output.c trunk/main/output.c

2012-02-15 Thread Christopher Jones
On Feb 15, 2012, at 1:07 AM, Michael Wallner wrote: > On Tue, 14 Feb 2012 12:50:40 -0800, Christopher Jones wrote: > >> It would be great to have a NEWS entry and a testcase and a bug number. >> > > Definitely. > > Seriously, there's no code in cor

[PHP-DEV] Apache 2.4 support in PHP 5.4.0?

2012-02-24 Thread Christopher Jones
Stas, David, If you're planning to have a PHP 5.4 RC9, should Apache 2.4 support be included? This would reduce any negative user sentiment that "PHP 5.4 doesn't even support the latest Apache". There is a patch attached to https://bugs.php.net/bug.php?id=61172 It needs review and wider testin

Re: [PHP-DEV] Apache 2.4 support in PHP 5.4.0?

2012-02-24 Thread Christopher Jones
On 02/24/2012 11:57 AM, Stas Malyshev wrote: Hi! If you're planning to have a PHP 5.4 RC9, should Apache 2.4 support be included? This would reduce any negative user sentiment that "PHP 5.4 doesn't even support the latest Apache". Latest Apache is about 3 days old now :) If somebody expects

Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure

2012-02-24 Thread Christopher Jones
On 02/24/2012 02:38 PM, Kris Craig wrote: Thanks for the input! You're right, I'll go ahead and clarify that in the RFC. I'll probably initiate voting on Monday unless something changes between now and then. --Kris Re https://wiki.php.net/rfc/apxs-loadmodule The RFC needs more work before

Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure

2012-02-24 Thread Christopher Jones
On 02/24/2012 02:38 PM, Kris Craig wrote: Thanks for the input! You're right, I'll go ahead and clarify that in the RFC. I'll probably initiate voting on Monday unless something changes between now and then. --Kris The real issue with the PHP install is that it doesn't add "AddType" or "Se

Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure

2012-02-24 Thread Christopher Jones
On 02/24/2012 03:54 PM, Kris Craig wrote: LoadModule clashes still happen in the current releases. I haven't tested it on 5.5-dev but it definitely exists on 5.3.x. I have yet to test it on 5.4 but I'm not aware of any changes there that would've affected this. So this is an existing problem,

Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure

2012-02-24 Thread Christopher Jones
On 02/24/2012 04:14 PM, Kris Craig wrote: No, it happens and it's even clearly documented in APXS. Basically, if you specify the "-a" option in APXS, it overwrites your httpd.conf (or apache.conf or whatever it is on your system) and adds the LoadModule line to it. In PHP's configure script,

Re: [PHP-DEV] pecl, zts, non-zts, fastcgi and Apache

2012-02-27 Thread Christopher Jones
On 02/27/2012 01:12 PM, William A. Rowe Jr. wrote: On 2/27/2012 6:58 AM, jpauli wrote: Recently we had a bug with the new Apache 2.4 API where apxs doesn't answer about the MPM configuration anymore, leading to a ZTS build by default. This bug has now been fixed, was https://bugs.php.net/bug

Re: [PHP-DEV] pecl, zts, non-zts, fastcgi and Apache

2012-02-28 Thread Christopher Jones
On 02/28/2012 08:51 AM, William A. Rowe Jr. wrote: On 2/27/2012 6:46 PM, Christopher Jones wrote: On 02/27/2012 01:12 PM, William A. Rowe Jr. wrote: On 2/27/2012 6:58 AM, jpauli wrote: Recently we had a bug with the new Apache 2.4 API where apxs doesn't answer about the MPM configur

Re: [PHP-DEV] pecl, zts, non-zts, fastcgi and Apache

2012-02-28 Thread Christopher Jones
On 02/28/2012 02:29 PM, William A. Rowe Jr. wrote: On 2/28/2012 3:41 PM, Sebastian Bergmann wrote: On 02/28/2012 02:44 PM, Christopher Jones wrote: Build PHP with ZTS enabled by default. Allow it to be explicitly disabled during 'configure' Why punish everyone by default

Re: [PHP-DEV] hash / tiger regression in PHP 5.4.0

2012-03-08 Thread Christopher Jones
On 03/08/2012 05:05 PM, Adam Harvey wrote: Agreed. I'm happy to mark them as XFAIL if that's what's expected. Mike? Adam If the 5.4 behavior is deemed correct for 5.4+, then the expected output should be updated for 5.4+ tests - they should not be XFAIL. The UPGRADING file, migration doc,

Re: [PHP-DEV] Release process nit

2012-03-12 Thread Christopher Jones
On 03/12/2012 03:06 PM, Alexey Shein wrote: 13 марта 2012 г. 3:00 пользователь Stas Malyshev написал: Hi! are they in svn? I can't see them in 5.4 They are not in SVN, but at least for autom4te.cache ones they seem to be generated when configure script is generated, and the packing scri

Re: [PHP-DEV] set the PHP_INI_ENTRY_* values the same as for php.ini-production

2012-03-14 Thread Christopher Jones
On 03/14/2012 10:27 AM, Rasmus Lerdorf wrote: The biggest problem with the concept of virgin PHP settings being geared for production is that by definition that isn't very developer friendly. Keeping the learning curve shallow has always been a goal for PHP which is why things like display_err

Re: [PHP-DEV] php-src is now on git

2012-03-19 Thread Christopher Jones
On 03/19/2012 10:19 AM, David Soria Parra wrote: Also a small thing - gitfaq recommends git config core.autocrlf input, but we have some files in win32 which do not work with this setting (at least on my Mac). ah okay, can you remove it please? Thanks Done. -- Email: christopher.jo...@ora

Re: [PHP-DEV] php-src is now on git

2012-03-19 Thread Christopher Jones
On 03/19/2012 11:34 AM, Kris Craig wrote: I noticed that the workflow page recommends using the SSH URL for cloning. However, isn't that one much more limited access? I.e. for myself at least, it just prompts for a password (presumably for the SSH "git" user) which of course I don't have. Is

Re: [PHP-DEV] php-src is now on git

2012-03-19 Thread Christopher Jones
On 03/19/2012 11:46 AM, Alexander Moskaliov wrote: Really it was a mistake to do this option recommended (I did it =)). But I think for webprojects and documentation will need to mention this option. With regards, Alexander Moskaliov ir...@irker.net Do you want to a

Re: [PHP-DEV] php-src is now on git

2012-03-19 Thread Christopher Jones
On 03/19/2012 01:31 PM, Kris Craig wrote: I added an entry to the FAQ about the merge.ff option available in newer clients. Would it be more visible if that comment was moved to the Recommended Git Settings section? Chris -- Email: christopher.jo...@oracle.com Tel: +1 650 506 8630 Blog:

Re: [PHP-DEV] php-src is now on git

2012-03-19 Thread Christopher Jones
On 03/19/2012 01:31 PM, Kris Craig wrote: Here's what I wound-up doing: The merge entries on the workflow page now contain "--no-ff" and I added an entry to the FAQ about the merge.ff option available in newer clients. This way we should be covered either way. =) --Kris Is this supported by t

Re: [PHP-DEV] php-src is now on git

2012-03-19 Thread Christopher Jones
On 03/19/2012 03:26 PM, Kris Craig wrote: On Mon, Mar 19, 2012 at 3:07 PM, Christopher Jones< christopher.jo...@oracle.com> wrote: On 03/19/2012 01:31 PM, Kris Craig wrote: Here's what I wound-up doing: The merge entries on the workflow page now contain "--no-ff" an

Re: [PHP-DEV] Fixing a bug : a personal report

2012-03-20 Thread Christopher Jones
On 03/20/2012 05:43 AM, François Gannaz wrote: Hi I wrote a report of my first dive into php-src in an attempt to fix a bug. https://github.com/mytskine/php-src/wiki/bug40531-mbsubstr I tried to detail everything as a personal memo, then for a friend of mine, and now I've put it into a gith

Re: [PHP-DEV] [PATCH] readline extension bug fixes and enhancements

2012-03-20 Thread Christopher Jones
On 03/20/2012 12:06 PM, Osama Abu Elsorour wrote: All, I was recently involved in a project that relied heavily on readline to provide console text input capabilities. However I soon noticed that the current readline extension has a serious bug and is lacking some important functionality.

[PHP-DEV] Git merging fun and a local clone-per branch workflow

2012-03-22 Thread Christopher Jones
1. I had fun with a couple of small git merges today. I was trying to use local clones as briefly outlined on irc by dsp. The goal is to have different local directories for each of the three branches: 5.3, 5.4 and 'trunk'. The resulting pushes I made today are a little strange and

Re: [PHP-DEV] Git merging fun and a local clone-per branch workflow

2012-03-22 Thread Christopher Jones
On 03/22/2012 05:09 PM, Kiall Mac Innes wrote: Right - `git diff` shows the different between HEAD (The last commit of the branch your are currently on) and what you have yet to commit. I was doing the diffs compared with the origin/* branches, as shown in the gist, https://gist.github.com/21

Re: [PHP-DEV] Git merging fun and a local clone-per branch workflow

2012-03-24 Thread Christopher Jones
On 3/24/12 8:30 AM, Alexey Shein wrote: 24 марта 2012 г. 18:23 пользователь David Soria Parra написал: On 2012-03-24, Alexey Shein wrote: Hello, Just wanted to say that I updated multiple working dirs scenario here https://gist.github.com/2165086/, which is *much* more simplified now, than

Re: [PHP-DEV] Git merging fun and a local clone-per branch workflow

2012-03-24 Thread Christopher Jones
On 3/24/12 11:17 AM, Alexey Shein wrote: Nice work Alexey. Can you expand on the "if necessary" part of the setting the pushurl? I removed that part and added some explanation about clone urls in the beginning. Since this workflow is generally for core devs ssh/https are read/write so you don

Re: [PHP-DEV] Git merging fun and a local clone-per branch workflow

2012-03-27 Thread Christopher Jones
On 03/24/2012 11:17 AM, Alexey Shein wrote: Done: https://wiki.php.net/vcs/gitfaq#multiple_working_copies_workflow I tried it out today. It mostly went smoothly. Because of differing file contents in the branches (from my merge attempts last week) I had to resolve conflicts when merging to

Re: [PHP-DEV] (*PATCH*) getters/setters Implementation

2012-03-29 Thread Christopher Jones
On 03/28/2012 08:13 PM, Clint M Priest wrote: What are the next steps to get this added to some future release? Attached is a patch against ~/trunk A couple of brief comments from the sidelines without having followed previous discussion in detail: - The RFC appears to have open questions

Re: [PHP-DEV] Change all XFAIL tests to FAIL

2012-03-30 Thread Christopher Jones
On 3/29/12 3:00 PM, Alexey Shein wrote: Hi, internals! I've got a suggestion about refactoring our tests suite. I'd like to remove XFAIL institution and mark all failing tests just as FAIL. XFAIL has a problem that it hides attention from failing tests depending on not yet fixed bugs (most imp

Re: [PHP-DEV] Change all XFAIL tests to FAIL

2012-03-30 Thread Christopher Jones
On 3/30/12 4:20 AM, Alexey Shein wrote: That's not a noise. See p.1 above. If we don't setup *constant* notifications, people won't feel pressure. We do get constant notification of bugs assigned to us. I don't believe it has any impact on the fix rate. We need a balance between carrot & s

Re: [PHP-DEV] PHP 5.4.1 RC1 Released

2012-03-30 Thread Christopher Jones
On 3/30/12 12:52 AM, Stas Malyshev wrote: Hi! I know this is controversial and some people have been committing to both 5.3 and 5.4 NEWS files. However, we have clear guidance for this: OK, we need to have specific policy on it, because I'm hearing people having contradictory opinions on th

Re: [PHP-DEV] Change all XFAIL tests to FAIL

2012-04-01 Thread Christopher Jones
On 3/31/12 2:38 PM, Alexey Shein wrote: 1 апреля 2012 г. 0:27 пользователь Johannes Schlüter написал: On Sat, 2012-03-31 at 13:21 +0500, Alexey Shein wrote: By constantly publishing newsletter with failed / xfail bugs you're telling them "That's our current problems. Maybe you could help us

Re: [PHP-DEV] sqlite moved to PECL - but where is it

2012-04-01 Thread Christopher Jones
On 4/1/12 12:47 AM, Helmut Tessarek wrote: Hello, The removal of sqlite in PHP 5.4 has not been thoroughly thought through. In the documentation it says it has been moved to PECL. Then you go to PECL and the only thing you find is the version from 2004, which states that this package is not m

Re: [PHP-DEV] release process with git

2012-04-09 Thread Christopher Jones
On 04/08/2012 11:54 PM, Stas Malyshev wrote: Hi! 5.4.1 will be the first release we're releasing using our new git setup. I would like to refine a process that we used to have for releases and make small tweaks hopefully to allow us more predictable release schedule and faster releases. What I

Re: [PHP-DEV] release process with git

2012-04-09 Thread Christopher Jones
On 4/9/12 3:21 PM, Stas Malyshev wrote: Hi! I would like to see clarity on when fixes have been merged to the RC branch (git emails are still a bit hard to grok). It would help to have early communication about fixes you have decided against so we can argue their merits and so we don't assum

Re: [PHP-DEV] [RFC] Allow "use( $longname as $alias)" syntax for closures declaration

2012-04-13 Thread Christopher Jones
On 04/13/2012 08:49 AM, Stas Malyshev wrote: At now this is there should not alter of course. What really needed is 'named parameters' That's entirely different topic. https://wiki.php.net/rfc/namedparameters -- Email: christopher.jo...@oracle.com Tel: +1 650 506 8630 Blog: http://blog

Re: [PHP-DEV] release process with git

2012-04-16 Thread Christopher Jones
On 04/10/2012 03:46 PM, Stas Malyshev wrote: Hi! I think my main point still stands: if the git emails are too obscure to follow, let us know what goes in via email to internals. Do you want to bring the NEWS updating process into this discussion? Sure, though that would be another discuss

Re: [PHP-DEV] release process with git

2012-04-16 Thread Christopher Jones
On 04/16/2012 01:12 PM, Stas Malyshev wrote: Hi! I think that once PHP-5.4.1 was branched, then PHP-5.4 should have become 5.4.2-dev. You're right. As an exercise, I submitted a pull request fixing this. Chris -- christopher.jo...@oracle.com http://twitter.com/#!/ghrd -- PHP Internals

Re: [PHP-DEV] '9223372036854775807' == '9223372036854775808'

2012-04-17 Thread Christopher Jones
On 04/13/2012 04:01 AM, Gustavo Lopes wrote: Currently, when two strings are compared, PHP tries to do a numerical comparison first. Therefore: var_dump("010" == "10"); //true I'm replying to this old mail now, because of the current discussion about hex numbers. The phrase "numerical com

Re: [PHP-DEV] voting without vcs accounts

2012-04-17 Thread Christopher Jones
On 04/17/2012 03:50 PM, Stas Malyshev wrote: Hi! sorry, I can't really follow you with that. do you have a problem allowing the non-vcs users (defined by the voting rfc) to vote, or do you have a problem providing a clear way for them to get their voting karma? I have a problem that we don'

Re: [PHP-DEV] Re: Addition of calendar to intl

2012-04-19 Thread Christopher Jones
On 04/19/2012 12:53 AM, Gustavo Lopes wrote: On Wed, 18 Apr 2012 23:54:00 +0200, Stas Malyshev wrote: I think the documentation part in this case is not as problematic, because the interface has been thoroughly documented in the ICU project. Most of your next questions can be answered by re

Re: [PHP-DEV] running tests in parallel?

2012-05-03 Thread Christopher Jones
On 05/03/2012 03:54 AM, zoe slattery wrote: Hi Some years ago (in 2009) Stefan Priebsch, myself and a GSOC student worked on a version of run-tests.php which would run tests in parallel - I wrote about it here: http://zoomsplatter.blogspot.co.uk/2009/07/on-no-not-more-tests.html. The code w

Re: [PHP-DEV] NEWS again

2012-06-01 Thread Christopher Jones
On 06/01/2012 12:48 AM, Gustavo Lopes wrote: > If the RMs are unwilling to do such merging, we should change the policy to require updating the > NEWS files in every stable branch to which the fix was merged. This makes sense to me. Chris -- christopher.jo...@oracle.com http://twitter.com/#

Re: [PHP-DEV] [PATCH - PR] Disable ATTR_EMULATE_PREPARES by default for PDO_Mysql

2012-06-15 Thread Christopher Jones
Am 15.06.2012 03:01, schrieb Anthony Ferrara: I raised this topic on list over a year ago ( http://marc.info/?l=php-internals&m=130417646507744&w=2 ). It was determined that it wasn't time yet to disable prepared statement emulation for MySQL yet. Does this need to be an RFC (should I draft

Re: [PHP-DEV] [PATCH - PR] Disable ATTR_EMULATE_PREPARES by default for PDO_Mysql

2012-06-15 Thread Christopher Jones
On 06/15/2012 09:36 AM, Anthony Ferrara wrote: Chris, Does this need to be an RFC (should I draft one)? Or can it just be pulled as-is? It needs an RFC because it needs to document whether or not the other DB drivers should also be changed. It's a PDO driver-specific change. So to me it'

Re: [PHP-DEV] [PATCH - PR] Disable ATTR_EMULATE_PREPARES by default for PDO_Mysql

2012-06-19 Thread Christopher Jones
On 06/16/2012 12:19 AM, Ulf Wendel wrote: Am 15.06.2012 18:28, schrieb Christopher Jones: On 06/15/2012 08:34 AM, Ulf Wendel wrote: As long as client-side escaping is done properly, there is no practical difference between the [client vs server -prepare] approaches. The big problem with

Re: [PHP-DEV] bug 54547

2012-06-21 Thread Christopher Jones
On 06/14/2012 10:42 PM, OISHI Kazuo wrote: I know this was discussed a number of times here, but just to bring it to a conclusion - I intend to apply patch in the bug report - which removes conversion for strings that do not convert to integers - to 5.4. If anybody sees anything that breaks bec

Re: [PHP-DEV] bug 54547

2012-06-26 Thread Christopher Jones
On 06/22/2012 12:08 AM, OISHI Kazuo wrote: Hi, In addition to == operator, >, <, >=, and <= operators are influenced. And, hexdecimal format for big number is now case-sensitive. http://www.mail-archive.com/internals@lists.php.net/msg58789.html Can you add some phpt tests for all the cas

Re: [PHP-DEV] bug 54547

2012-06-27 Thread Christopher Jones
On 06/26/2012 09:06 PM, OISHI Kazuo wrote: Does this need an architecture specific SKIPIF? See the mention of PHP_INT_SIZE on http://qa.php.net/write-test.php Like this? === --SKIPIF-- ==

Re: [PHP-DEV] concatenation operator

2012-07-02 Thread Christopher Jones
On 06/30/2012 04:51 PM, Johannes Schlüter wrote: On Sat, 2012-06-30 at 03:53 -0700, Adi Mutu wrote: Only thing that helps is learning the code structure and digging through it. Any hint/documentation to learn that? Use the source. ;-) A bit more seriously: No, there's no good single plac

Re: [PHP-DEV] [DRAFT RFC] Adding Simplified Password Hashing API

2012-07-02 Thread Christopher Jones
On 06/27/2012 07:16 AM, Anthony Ferrara wrote: Arvids, On Wed, Jun 27, 2012 at 9:23 AM, Arvids Godjuks wrote: Hello. I personally think that using PASSWORD_DEFAULT for algorythm by default is a bad idea. This should be defined by user in the code. Even worse if it is defined by .ini setting

Re: [PHP-DEV] [DRAFT RFC] Adding Simplified Password Hashing API

2012-07-02 Thread Christopher Jones
On 06/26/2012 08:25 AM, Anthony Ferrara wrote: Hello All, I've taken the conversation of the previous simplified password hashing API, and generated a patch and draft RFC for it. The patch isn't ready yet (needs review, cleanup and testing), but it's a start. https://wiki.php.net/rfc/password

Re: [PHP-DEV] [DRAFT RFC] Adding Simplified Password Hashing API

2012-07-02 Thread Christopher Jones
On 07/02/2012 01:55 PM, Anthony Ferrara wrote: Chris, Can you update the RFC (aka future documentation) and make this obvious to an end user? I just made an update (in the behavior sections). Let me know if additional clarification is needed. To be honest, a note next to PASSWORD_DEFAULT

Re: [PHP-DEV] Contribute to PHP

2012-07-12 Thread Christopher Jones
On 07/12/2012 12:28 AM, Ziad Jammal wrote: Deal all phpiers, It took me a while before I hit the send key. I have been a php developer for some time and I got certified beginning of this year. I have always wanted to start contributing to php and zend framework, but I am unable to find the r

Re: [PHP-DEV] Bug 55544

2012-07-17 Thread Christopher Jones
On 07/17/2012 07:25 AM, Christian Kaps wrote: Hi, please can someone look into this issue. It seems that in version 5.4.4-1 the bug was fixed, but in newer versions this issue still exists. So please can someone merge the patch with the newer versions? https://bugs.php.net/bug.php?id=55544

Re: [PHP-DEV] Any chance to fix php-trunk for windows?

2012-07-17 Thread Christopher Jones
On 07/17/2012 06:22 AM, Anatoliy Belsky wrote: Hi Marian, since last week current master snaps can be found here http://windows.php.net/downloads/snaps/master/ Cheers anatoliy How does that really relate to http://windows.php.net/snapshots/ ? Are you going to make the links on http://windo

Re: [PHP-DEV] [PATCH] pdo_odbc: fix pdo_odbc_error's use of SQLGetDiagRec()

2012-07-18 Thread Christopher Jones
On 07/18/2012 08:48 AM, Joe Orton wrote: The "state" parameter passed to SQLGetDiagRec() needs to be six bytes not 5; the attached patch fixes this, from Martin Osvald. Hi Joe, Is there any chance you can log this in https://bugs.php.net/ and/or submit a pull request at https://github.com

Re: [PHP-DEV] Release Frequency, NEWS, etc.

2012-07-26 Thread Christopher Jones
On 07/26/2012 08:41 AM, Johannes Schlüter wrote: I would therefore like to reduce the 5.3 pace. This is reasonable. The current idea would be to skip every second release (unless security issues demand something else) both in release date as well as version number. Skipping numbers will c

Re: [PHP-DEV] [RFC] Remove calls with incompatible Context

2012-07-30 Thread Christopher Jones
On 07/30/2012 01:32 PM, Gustavo Lopes wrote: 3. There are other low-cost alternatives, namely the obvious one: pass the object via an extra parameter instead of operating on $this directly and unconditionally. This is really easy to do. This kind of thing should be mentioned in the RFC. C

Re: [PHP-DEV] Traits behavior still up in the air in 5.4

2012-08-01 Thread Christopher Jones
On 07/31/2012 04:23 PM, Stan Vass wrote: I'd like to point out some puzzling behaviors in Traits as they exist in the production releases of PHP 5.4. Regardless of the outcome of the mail thread, can you review the traits tests and create new tests for any behaviour not already covered? Ch

Re: [PHP-DEV] [PATCH] sapi/apache2*: Use ap_state_query where possible instead of old method of creating a pool userdata entry.

2012-08-08 Thread Christopher Jones
On 08/08/2012 10:33 AM, Cristian Rodríguez wrote: sapi/apache2filter/sapi_apache2.c | 11 +-- sapi/apache2handler/sapi_apache2.c | 12 ++-- 2 files changed, 19 insertions(+), 4 deletions(-) Patches to the mail list are very likely to get lost. It's probably better to attac

Re: [PHP-DEV] Re: Bogusing bot (Was: [PHP-DEV] Reference handling change and PHP4.4.0)

2005-09-15 Thread Christopher Jones
of information required to log a bug." 3. Ponder changing the "Bogus" status text to "Not a bug" 4. It's been a while since I logged & updated a bug. Is there a clear message/reminder for bug loggers who add text telling them to change the status

[PHP-DEV] Using OnUpdateUTF8String in PHP 6

2007-10-16 Thread Christopher Jones
till convert to UTF-16 when unicode.semantics=Off. PS. Patch is attached - if it gets through. -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/f8jad --- zend_ini.c 2007-10-02 11:07:32.0 -0700 +++ zen

Re: [PHP-DEV] Splitting the subject: the PECL/PHP relationship

2008-02-13 Thread Christopher Jones
you anticipate will change for PECL with Phar/Pyrus for Windows and non-Windows? Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/f8jad -- PHP Internals - PHP Runtime Development Mai

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

2008-02-13 Thread Christopher Jones
just to 'fix half of the > problem' with a solution at is still showing a significant decrease in > performance over native drivers managed transparently in ADOdb. You miss the unstated implication that PDO V2 will offer par or better performance, and potentially more functionality.

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

2008-02-13 Thread Christopher Jones
erstanding is that because of its collaborative nature, contributing to PDO V2 has new and very different implications. Arguments using past contributions to show the ad-hoc development model is feasible are (unfortunately) not tenable. Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel

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

2008-02-13 Thread Christopher Jones
Pierre Joye wrote: Hi Chris, On Feb 14, 2008 2:48 AM, Christopher Jones <[EMAIL PROTECTED]> wrote: Pierre Joye wrote: > The targets were these/this companies(y) pushing CLA in php.net when > it is not necessary to contribute. It has been proven already since > months on

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

2008-02-14 Thread Christopher Jones
ike me to do). The people are also able to help shape their future databases to help the PHP user, for example, Oracle's Database Resident Connection Pooling (DRCP). Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/

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

2008-02-14 Thread Christopher Jones
ly involved have some level of skill with PHP extension writing, and they certainly have some skill in writing software. I hope that the data access providers are not the only people contributing to, or gate-checking, the drivers. Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Te

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

2008-02-14 Thread Christopher Jones
Lukas Kahwe Smith wrote: > > On 14.02.2008, at 22:07, Christopher Jones wrote: > >> >> >> Pierre Joye wrote: >> >> > You (as group) >> >> We are individuals, all members of the mail lists. > > Ok, could the Microsoft and IBM peopl

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

2008-02-14 Thread Christopher Jones
ided other than the proposal that was presented for the community to evaluate. I think most multi-person plans that impact an existing OSS project have had some genesis in private discussions before being broadcast. For PDO V2, this discussion was just really slow and intermittent. Chris -- Christ

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

2008-02-14 Thread Christopher Jones
Once we > see actual value being contributed, the willingness to compromise and > change will be much higher. I want to see the effort spent will have value to the community. Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.c

Re: [PHP-DEV] [RFC] Conditional INI support

2008-02-18 Thread Christopher Jones
into pecl.php.net (adding to Steph's idea of releasing binaries on pecl.php.net), and the Windows binaries being built from their correct branch (whatever happened to this project - it seemed so close?) Chris PS Lukas, sorry for the three line signature. -- Christopher Jones,

Re: [PHP-DEV] Re: [PECL-DEV] About that PECL versioning thing

2008-03-24 Thread Christopher Jones
up to the RM to hunt those extensions down and make sure the > version info is accurate? I'd suggest so. Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/f8jad Follow me: http://fr

Re: [PHP-DEV] [VOTE] Double quoted NOWDOC is HEREDOC

2008-04-01 Thread Christopher Jones
OK, fine. From now on this is an official vote. There is no need to vote again if you did it before, but please raise you voice if you did not. So let's extend the period until Friday, 4th April 2008, 0:00h CET. cu, Lars +1 -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel:

[PHP-DEV] Supporting External Authentication in the Oracle OCI8 Extension

2008-05-08 Thread Christopher Jones
Oracle documentation discussing External Authentication is in: http://download.oracle.com/docs/cd/B28359_01/network.111/b28531/authentication.htm#CHDEGIFB Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http

Re: [PHP-DEV] Supporting External Authentication in the Oracle OCI8 Extension

2008-05-09 Thread Christopher Jones
Michael B Allen wrote: On Thu, May 8, 2008 at 2:02 PM, Christopher Jones <[EMAIL PROTECTED]> wrote: I've had a couple of recent requests for the OCI8 extension to support "External Authentication" (aka OS authentication). I also recall a discussion or two in the

Re: [PHP-DEV] Add deg2grad() and grad2deg() in PHP5.3

2008-05-20 Thread Christopher Jones
hose aswell. >>> >>> >>> Cheers >>> Kalle >>> >>> -- >>> PHP Internals - PHP Runtime Development Mailing List >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >>> >> >> >> >

[PHP-DEV] pear proxy install patch

2008-05-30 Thread Christopher Jones
r". Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/f8jad Index: Makefile.frag === RCS file: /repository/php-src/pear/Attic/

Re: [PHP-DEV] case folding array string keys

2008-06-16 Thread Christopher Jones
ave done and found. Do you have any benchmarks? Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/f8jad -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] case folding array string keys

2008-06-16 Thread Christopher Jones
ess the changed code. I'm new to the php-dev scene, I'll take a look at the wiki and other RFCs posted. The RFC page is at http://wiki.php.net/rfc Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: ht

Re: [PHP-DEV] [PATCH] [RFC] Closures and lambda functions in PHP

2008-06-17 Thread Christopher Jones
HP 5.3. Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/f8jad -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   3   4   >