Re: [PHP-CVS] com php-src: Implement phase 1 of rfc/incompat_ctx: Zend/tests/incompat_ctx_user.phpt Zend/zend_vm_def.h Zend/zend_vm_execute.h

2013-09-01 Thread Stas Malyshev
Hi! Log: Implement phase 1 of rfc/incompat_ctx Just changing the error level of the message from E_STRICT to E_DEPRECATED. This comes one version later than the timeline mentioned in the RFC. Please add it to UPGRADING and NEWS. -- Stanislav Malyshev, Software Architect SugarCRM:

Re: [PHP-CVS] com php-src: Fixed Bug #65475: ext/session/mod_files.c ext/session/mod_mm.c ext/session/tests/bug65475.phpt ext/session/tests/rfc1867.phpt ext/session/tests/rfc1867_cleanup.phpt ext/sess

2013-08-20 Thread Stas Malyshev
Hi! May I cherry pick the commit? Or could you merge it to 5.5.3 branch? 5.5.3 is for fixing one specific problem - UMR in openssl fix. So I don't think we should add more code to it, I think it'd be fine to get this in a scheduled 5.5.4 release. -- Stanislav Malyshev, Software Architect

Re: [PHP-CVS] com php-src: Re-fix Bug #65372 (Segfault in gc_zval_possible_root when return reference fails): Zend/zend_vm_def.h Zend/zend_vm_execute.h

2013-08-06 Thread Stas Malyshev
Hi! Commit:a831499b4a1029118dc45375e62af42043110ade Author:Xinchen Hui larue...@php.net Tue, 6 Aug 2013 15:37:20 +0800 Parents: 47d66a0b4ea83bc4e1c9bfaa5c478cd42e28337c Branches: PHP-5.4 PHP-5.5 master Link:

Re: [PHP-CVS] com php-src: Merge from GitHub: ext/opcache/ZendAccelerator.c ext/opcache/ZendAccelerator.h

2013-08-02 Thread Stas Malyshev
Hi! Something like the following? (it wasn't tested) #define ACCELERATOR_VERSION_BASE 7.0.3 #define ACCELERATOR_VERSION_SUFFIX -dev #iif PHP_EXTRA_VERSION # define ACCELERATOR_VERSION ACCELERATOR_VERSION_BASE ACCELERATOR_VERSION_SUFFIX #else # define ACCELERATOR_VERSION

Re: [PHP-CVS] com php-src: Merge from GitHub: ext/opcache/ZendAccelerator.c ext/opcache/ZendAccelerator.h

2013-07-30 Thread Stas Malyshev
Hi! I agree, this -dev suffix is annoying in PHP releases. However, I don't see a simple way to avoid it. Can we reuse PHP_EXTRA_VERSION from php_version.h? This was dev code will keep -dev, but releases would have no suffix. RCs would be marked as RC but that shouldn't be a big problem I

Re: [PHP-CVS] com php-src: Add optional second arg to unserialize(): ext/standard/basic_functions.c ext/standard/tests/serialize/serialization_error_001.phpt ext/standard/tests/serialize/unserialize_c

2013-07-04 Thread Stas Malyshev
Hi! Please add a note to UPGRADING as well. Thanks! I understand UPGRADING still not updated? Could you please update it? Cheers, On Fri, May 17, 2013 at 12:18 AM, Sara Golemon poll...@php.net wrote: Commit:cfd104582220d578ab1b78a5991065d038e1f931 Author:Sara Golemon

Re: [PHP-CVS] com php-src: FIX BUG #64338, #64808, #63638: ext/pdo_dblib/dblib_driver.c ext/pdo_dblib/dblib_stmt.c ext/pdo_dblib/php_pdo_dblib_int.h

2013-06-03 Thread Stas Malyshev
Hi! I probably futs that all up, but the fixes are now in 5.4 and 5.5 branches. I guess the norm is to commit to the lowest branch and merge upwards :? Yes, this is usually how it is done. Thanks, I'll check if the branches are in sync. -- Stanislav Malyshev, Software Architect SugarCRM:

Re: [PHP-CVS] com php-src: FIX BUG #64338, #64808, #63638: ext/pdo_dblib/dblib_driver.c ext/pdo_dblib/dblib_stmt.c ext/pdo_dblib/php_pdo_dblib_int.h

2013-06-03 Thread Stas Malyshev
Hi! I probably futs that all up, but the fixes are now in 5.4 and 5.5 branches. I guess the norm is to commit to the lowest branch and merge upwards :? I've merged up the changes, could you check out 5.4, 5.5 and master and verify that the code changes are correct? -- Stanislav Malyshev,

Re: [PHP-CVS] com php-src: FIX BUG #64338, #64808, #63638: ext/pdo_dblib/dblib_driver.c ext/pdo_dblib/dblib_stmt.c ext/pdo_dblib/php_pdo_dblib_int.h

2013-06-02 Thread Stas Malyshev
Hi! Commit:0e2bcf3373d914a215784c041a2a4c3b6afc2034 Author:Stanley Sufficool ssuffic...@php.net Fri, 31 May 2013 22:53:08 -0700 Parents: d22c7368e77d3da464e66898e96c0457b6f2d672 Branches: master Link:

Re: [PHP-CVS] com php-src: Add optional second arg to unserialize(): ext/standard/basic_functions.c ext/standard/tests/serialize/serialization_error_001.phpt ext/standard/tests/serialize/unserialize_c

2013-05-17 Thread Stas Malyshev
Hi! Imho this should have been briefly discussed on internals beforehand. At least to me this seems rather dubious (why is it needed? why are you manually parsing a part of the DLL serialization?) and also clashes with Stas' proposed changes to unserialize. I don't remember any discussion

Re: [PHP-CVS] com php-src: Fix bug #64729: compilation failure on x32: Zend/zend_alloc.c Zend/zend_multiply.h

2013-04-30 Thread Stas Malyshev
Hi! Log: Fix bug #64729: compilation failure on x32 Could you explain this patch? I regularly compile PHP on both 32-bit and 64-bit platforms and never had any errors. Is it some special version of the compiler? Some particular OS? -- Stanislav Malyshev, Software Architect SugarCRM:

Re: [PHP-CVS] com php-src: Fix conversion from unsigned char to char: sapi/cgi/cgi_main.c

2013-04-29 Thread Stas Malyshev
Hi! Are you sure about this change? Because this actually changes the semantics of the code. The following piece of code will now evaluate differently than before: *p = ' ' I also don't understand this change - this means 0xFF would now be skipped as space while before it was not. Is it the

Re: [PHP-CVS] com php-src: add code to check if we know flock definition on this system: ext/opcache/config.m4

2013-03-25 Thread Stas Malyshev
Hi! replacing void main() {} with int main() {return 0;} solves the problem for me. Ah, well, yes, you're right - the return value... I'll fix it. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List

Re: [PHP-CVS] com php-src: Backported fix for bug #62852: NEWS ext/date/php_date.c ext/date/tests/bug62852.phpt ext/date/tests/bug62852_var2.phpt ext/date/tests/bug62852_var3.phpt

2013-03-20 Thread Stas Malyshev
Hi! The issue is that a warning wouldn't destroy that object. That object will occasionally segfault PHP. E_ERROR is the simplest solution which doesn't change the behavior of the normal operations. Can't we just reset the object data to some known zero state? Having E_ERROR in a function

Re: [PHP-CVS] com php-src: ZO+ NEWS: NEWS

2013-03-19 Thread Stas Malyshev
Hi! - Core: + . Added Zend Optimizer+ extension and enable it by default. More details here: +https://wiki.php.net/rfc/optimizerplus. (Dmitry) I think building it is enabled by default, but extension itself isn't? Am I wrong? -- Stanislav Malyshev, Software Architect SugarCRM:

Re: [PHP-CVS] com php-src: Backported fix for bug #62852: NEWS ext/date/php_date.c ext/date/tests/bug62852.phpt ext/date/tests/bug62852_var2.phpt ext/date/tests/bug62852_var3.phpt

2013-03-19 Thread Stas Malyshev
Hi! + if (!php_date_initialize_from_hash(return_value, dateobj, myht TSRMLS_CC)) { + php_error(E_ERROR, Invalid serialization data for DateTime object); + } Why this is E_ERROR? Can't we recover from this problem? Bad serialization data is E_NOTICE for unserialize(),

Re: [PHP-CVS] com php-src: Made test compatible with O+: Zend/tests/bug55156.phpt Zend/tests/ns_026.phpt ext/phar/tests/create_new_and_modify.phpt ext/phar/tests/delete_in_phar.phpt ext/phar/tests/del

2013-03-16 Thread Stas Malyshev
Hi! Commit:e9641141aaad136757af06fddd6d870147ac2000 Author:Dmitry Stogov dmi...@zend.com Sat, 16 Mar 2013 16:11:00 +0400 Parents: 92430bcf5dd76bf9b12363693efcc471b3527618 Branches: PHP-5.5 master Link:

Re: [PHP-CVS] com php-src: Fixed compatibility with ext/phar: ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_module.c

2013-03-16 Thread Stas Malyshev
Hi! Commit:92430bcf5dd76bf9b12363693efcc471b3527618 Author:Dmitry Stogov dmi...@zend.com Sat, 16 Mar 2013 16:08:11 +0400 Parents: ac05e68f5523a2cd1b4972f43188e65c29ef4ae4 Branches: PHP-5.5 master Link:

Re: [PHP-CVS] com php-src: Fixed timestamp update on Phar contents modification.: NEWS

2013-03-01 Thread Stas Malyshev
Hi! +- Phar: + . Fixed timestamp update on Phar contents modification. (Dmitry) Is that an old fix already included in 5.3/5.4? What is the commit/bug number for it? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing

Re: [PHP-CVS] com php-src: Fixed bug #64142 (dval to lval different behavior on ppc64): NEWS Zend/zend_operators.h

2013-02-04 Thread Stas Malyshev
Hi! - if (d LONG_MAX) { + if (d = LONG_MAX) { return (long)(unsigned long) d; } return (long) d; Could you please explain this one? I thought LONG_MAX is a largest permissible long value, why when d==LONG_MAX we need to convert? Also, why this patch -

Re: [PHP-CVS] com php-src: Fixed bug #63980 (object members get trimmed by zero bytes): NEWS Zend/zend.c Zend/zend_builtin_functions.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_vm_def.h Zend/z

2013-01-14 Thread Stas Malyshev
Hi! Commit:62059c16ee2f2802caa00f2aad2fa44c867dd1f1 Author:Xinchen Hui larue...@php.net Mon, 14 Jan 2013 16:23:22 +0800 Parents: fe27146b1b533e046e9a5841bb6e5685296208a8 Branches: PHP-5.5 Link:

Re: [PHP-CVS] com php-src: Fixed bug #63882 (zend_std_compare_objects crash on recursion): NEWS Zend/tests/bug63882.phpt Zend/zend_object_handlers.c Zend/zend_objects_API.c Zend/zend_objects_API.h

2013-01-09 Thread Stas Malyshev
Hi! Doesn't change of zend_objects_API.h change binary API? I'm not sure we can do it in 5.4. On 1/8/13 11:30 PM, Dmitry Stogov wrote: Commit:f9e8678dd3a41ed8a100d8201153a41d6fd25f2e Author:Dmitry Stogov dmi...@zend.com Wed, 9 Jan 2013 11:30:50 +0400 Parents:

Re: [PHP-CVS] com php-src: Remove a useless memory write in zend_llist_del_element: Zend/zend_llist.c

2012-12-25 Thread Stas Malyshev
Hi! On 12/25/2012 05:45 PM, Pierrick Charron wrote: Commit:fad960a4045da86cdbd8308a165ffc47892f05b9 Author:Pierrick Charron pierr...@php.net Tue, 25 Dec 2012 20:45:24 -0500 Parents: a2b6d9c1047a4e5f3419ebc3489a66d62aa12d07 Branches: PHP-5.3 PHP-5.4 PHP-5.5 master

Re: [PHP-CVS] com php-src: Fixed warning of no return in non-void funciton: Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_gen.php

2012-12-14 Thread Stas Malyshev
Hi! Commit:9fb5cfdeb1f13f2e3ab3751494cdd366bc78cb38 Author:Xinchen Hui larue...@php.net Fri, 14 Dec 2012 17:21:43 +0800 Parents: 359d91a80756cd9a9ce945c0e3aa1d2038633e7a Branches: PHP-5.5 Link:

Re: [PHP-CVS] com php-src: Fixed warning of no return in non-void funciton: Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_gen.php

2012-12-14 Thread Stas Malyshev
Hi! Zend/zend_generators.c:734: warning: control reaches end of non-void function yes it's nothing difference , just make the compiler happy zend_error_noreturn already supposed to do that. Why it does not do it in your case? Which compiler do you use? -- Stanislav Malyshev, Software

Re: [PHP-CVS] com php-src: Fixed warning of no return in non-void funciton: Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_gen.php

2012-12-14 Thread Stas Malyshev
Hi! a couple of compilers or analyzers are confused by this macro, not sure why, but reducing the noises at no cost help to get a better view in future checks. There is a cost - now we have both zend_error_noreturn and return statements, which is unneeded. If we say zend_error_noreturn does

Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Stas Malyshev
Hi! Commit:94cbd6374adcb3e2ac15303dd47a212953f93e98 Author:Anatoliy Belsky a...@php.net Wed, 5 Dec 2012 09:55:49 +0100 Parents: 31ab57e052925305008c20e787f514c159d3469d Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link:

Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Stas Malyshev
Hi! Why removing tests and not putting them as XFAIL? There is no platfrom specific XFAIL. I asked if we could add that to run-tests some time ago, that would be very handy. Yes, looks like it. I'll try to look into in on the weekend and see if I can figure out how to add it. Maybe we

Re: [PHP-CVS] com php-src: Test for #63336, xfail now: Zend/tests/bug63336.phpt

2012-10-23 Thread Stas Malyshev
Hi! +class Base { +const DUMMY = XXX; +public function foo($var=TEST, $more=null) { return true; } +public function bar($var, $more=self::DUMMY) { return true; } +} + +class Child extends Base { +const DUMMY = DDD; +public function foo($var=TEST) { return true; } +

Re: [PHP-CVS] com php-src: Bug #63000: MCAST_JOIN_GROUP on OSX is broken: NEWS ext/sockets/multicast.h ext/sockets/tests/bug63000.phpt

2012-09-19 Thread Stas Malyshev
Hi! Commit:188c124a57a27e3d6baf786608a45d713d4595f6 Author:Lars Strojny lstro...@php.net Wed, 19 Sep 2012 22:17:35 +0200 Parents: ee172ce3cc65b5cb8ec49020c9579d108aca9ea1 Branches: PHP-5.4 Link:

Re: [PHP-CVS] com php-src: Strong types for the result codes SUCCESS FAILURE. These are common symbol names and using #defines can cause conflicts.: Zend/zend.h

2012-08-26 Thread Stas Malyshev
Hi! +typedef enum { + SUCCESS = 0, + FAILURE = -1, /* this MUST stay a negative number, or it may affect functions! */ +} RESULT_CODE; If you use a type here, I'd suggest using zend_ prefix since otherwise you just stomp on another (frequently used) global symbol. --

Re: [PHP-CVS] com php-src: Fixed bug that can not get default value of parameter if it's not `optional`: ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_DefaultValueConstant_e

2012-08-02 Thread Stas Malyshev
Hi! Commit:170ee90bf962d288bdcf6cf0c8c4a2a30c5c1ba2 Author:Xinchen Hui larue...@php.net Thu, 2 Aug 2012 22:28:04 +0800 Parents: 3b5defd3b09bf827239087126261ce9abdc13d09 Branches: PHP-5.4 Link:

Re: [PHP-CVS] com php-src: Add optional depth parameter to json_encode #62369: ext/json/json.c ext/json/php_json.h ext/json/tests/bug62369.phpt

2012-07-26 Thread Stas Malyshev
Hi! Commit:45d596ea1e32792c7b7b7f28be220dea861b6708 Author:Florian Anderiasch f...@php.net Tue, 24 Jul 2012 13:15:16 +0200 Parents: dd9d64b21e4bbc8a106a6156dc6ffefbcc33ec02 Branches: master Link:

Re: [PHP-CVS] del php-src: .travis.yml LICENSE Makefile.gcov NEWS README.md UPGRADING UPGRADING.INTERNALS Zend/tests/bug18556.phpt Zend/tests/bug60738.phpt Zend/tests/bug61681.phpt Zend/tests/const_de

2012-07-24 Thread Stas Malyshev
Hi! On 7/24/12 5:15 PM, Johannes Schlüter wrote: Branch: PHP-5.4 Deleted commits count: 2298 User: Johannes Schlüter johan...@php.net Wed, 25 Jul 2012 00:15:30 + What does this push do? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] del php-src: .travis.yml LICENSE Makefile.gcov NEWS README.md UPGRADING UPGRADING.INTERNALS Zend/tests/bug18556.phpt Zend/tests/bug60738.phpt Zend/tests/bug61681.

2012-07-24 Thread Stas Malyshev
Hi! I wonder if anybody can suggest a way to detect such commits automatically so we can catch them. `git diff` and others show nothing of relevance. We could get some commit that is only in master (like NEWS edits, for example) and check for it - if it's ever pushed into 5.4 that's trouble.

Re: [PHP-CVS] com php-src: Revert Fix bug #62112: number_format() is not binary safe: ext/standard/math.c ext/standard/tests/math/bug62112.phpt

2012-07-18 Thread Stas Malyshev
Hi! Shouldn't the ticket be reopened then? The revert is only for release version, 5.4 branch still has it fixed. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-CVS] com php-src: Fix test fails: ext/standard/tests/general_functions/bug27678.phpt: ext/standard/math.c ext/standard/tests/general_functions/bug27678.phpt

2012-07-17 Thread Stas Malyshev
Hi! Commit:b47d6b32ba8d6dc1b9d1fc91a83eef29a28363c5 Author:Reeze Xia reeze@gmail.com Tue, 17 Jul 2012 23:01:20 +0800 Committer: Gustavo André dos Santos Lopes cataphr...@php.net Tue, 17 Jul 2012 23:08:11 +0200 Parents: d0e58bf6eb54676a711d98d3b72a13e828e2deef

Re: [PHP-CVS] com php-src: Fix test fails: ext/standard/tests/general_functions/bug27678.phpt: ext/standard/math.c ext/standard/tests/general_functions/bug27678.phpt

2012-07-17 Thread Stas Malyshev
Hi! I think that's overly cautious given the simplicity of the problem and the fix, but it's your call. But even as a matter of principle, I don't know why you'd need a new RC in one case, but not in the other. You'd have a release different from the Because revert means going back

Re: [PHP-CVS] com php-src: Fixed bug #61964 (finfo_open with directory cause invalid free): ext/fileinfo/libmagic/apprentice.c ext/fileinfo/tests/bug61964.phpt

2012-07-15 Thread Stas Malyshev
Hi! I think this also needs an update of the patch file. Or did I overlook that somewhere? Ah, yes, probably. But I'm not sure how to properly do it. Any takers? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List

Re: [PHP-CVS] com php-src: Fixed bug #62477 LimitIterator int overflow: ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/bug62477_1.phpt ext/spl/tests/bug62477_2.phpt

2012-07-11 Thread Stas Malyshev
Hi! I'm not sure that this change is right. As it is now one could no longer pass in 123 (as a string) or 123.0 (as a float) as limit/offset. This goes against usual PHP semantics. I agree, this: - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, O|ll, zobject,

Re: [PHP-CVS] com php-src: fix (signed) integer overflow (part of bug #52550: Zend/zend_hash.h

2012-07-06 Thread Stas Malyshev
Hi! Ok. I don 't have a MSVC setup handy. Can you please test if replacing that line with 'idx = 0 - idx;' fixes the warnings for you? Seems to do the trick. Is 0- same as - for unsigned on all compilers (I know common sense says it should be but when compilers are concerned it's better to be

Re: [PHP-CVS] com php-src: fix (signed) integer overflow (part of bug #52550: Zend/zend_hash.h

2012-07-04 Thread Stas Malyshev
Hi! Commit:91ce8041a3e85594e81466a528f8d55cdc164c1f Author:Nuno Lopes nlop...@php.net Mon, 2 Jul 2012 01:31:40 -0400 Parents: be4053cea0462c9de5396641f4e4fa2f56f5a675 Branches: PHP-5.4 Link:

Re: [PHP-CVS] com php-src: fix (signed) integer overflow (part of bug #52550: Zend/zend_hash.h

2012-07-02 Thread Stas Malyshev
Hi! Could you please explain this commit? idx is ulong, why this change improves anything? Commit:91ce8041a3e85594e81466a528f8d55cdc164c1f Author:Nuno Lopes nlop...@php.net Mon, 2 Jul 2012 01:31:40 -0400 Parents: be4053cea0462c9de5396641f4e4fa2f56f5a675 Branches: PHP-5.4

Re: [PHP-CVS] com php-src: Add json_last_error_msg() function: ext/json/json.c ext/json/tests/003.phpt ext/json/tests/004.phpt ext/json/tests/007.phpt ext/json/tests/bug54058.phpt ext/json/tests/bug61

2012-06-30 Thread Stas Malyshev
Hi! I hope you picked this function name to fuel the PHP is so inconsistent lovers. Could I suggest picking something a little less a) different from everything else, and b) different from *everything* else? I think function name should be changed, and also all these big changes better

Re: [PHP-CVS] com php-src: Revert Add PBKDF2 support via openssl(): ext/openssl/openssl.c ext/openssl/php_openssl.h ext/openssl/tests/openssl_pkcs5_pbkdf2_hmac.phpt

2012-06-13 Thread Stas Malyshev
Hi! this wasn't merged into master. I'm not sure whether it should be NULL-merged so the code is kept in master or whether it should be removed from master, too. yeah, was busy. Will do later. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext.

Re: [PHP-CVS] com php-src: Merge branch '5.4': ext/openssl/openssl.c

2012-06-12 Thread Stas Malyshev
Hi! I checked with Stas and he said ok for 5.4. Looks like there's a disagreement about this one and whether it should be in hash or openssl, so I'll revert this for now from 5.4 and after we discuss it on internals and decide where we want it, we'll decide where it goes. Sorry for

Re: [PHP-CVS] com php-src: Add PBKDF2 support via openssl(): ext/openssl/openssl.c ext/openssl/php_openssl.h ext/openssl/tests/openssl_pkcs5_pbkdf2_hmac.phpt

2012-06-11 Thread Stas Malyshev
Hi! Commit:b5b8ea1050837fba5a6cee55e41b4574ed64158e Author:Scott MacVicar scott...@php.net Mon, 11 Jun 2012 00:16:30 -0700 Parents: a18cede1c5094d5255daeb99cd6debe09938399d Branches: PHP-5.4 Link:

Re: [PHP-CVS] com php-src: NEWS entry for boolval(): NEWS

2012-06-07 Thread Stas Malyshev
Hi! Log: NEWS entry for boolval() What about UPGRADING? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] com php-src: Updated UPGRADING with changes to ext/intl.: UPGRADING

2012-05-13 Thread Stas Malyshev
Hi! +- MessageFormatter::format() and related functions now don't error out when + an insufficient argument count is provided. Instead, the placeholders will + remain unsubstituted. Is it how ICU behaves? +- The intl extension now requires ICU 4.0+. Not all Linux distros still on 4.0

Re: [PHP-CVS] com php-src: Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object): NEWS Zend/tests/bug62005.phpt Zend/zend_execute.c

2012-05-12 Thread Stas Malyshev
Hi! Hi: this bug is kind of a serious one, since it's behavior wrongly. so maybe this one should merged to 5.3 and 5.4 branch.. Could you explain why the change you did fixes the bug? Why does it matter where zend_error is called? -- Stanislav Malyshev, Software Architect SugarCRM:

Re: [PHP-CVS] com php-src: Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object): NEWS Zend/tests/bug62005.phpt Zend/zend_execute.c

2012-05-12 Thread Stas Malyshev
Hi! in the zend_error-php_error_cb, it will rebuild the active_symbol_table(if it is not built), which will change the execute_data-CVs[0] . then ~ Hmmm... changing CVs when there are active pointers to them may be pretty bad idea. I think this fix does not fix the actual problem, only hides

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-14 Thread Stas Malyshev
Hi! Hi: you may want to review this patch. I have make sure all tests passed, but still not sure is there any side-effect. I'm not sure this is a good idea - output buffers can include output functions IIRC, but you have already shut down modules. I would be very, very careful with

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-14 Thread Stas Malyshev
Hi! I'm not sure this is a good idea - output buffers can include output functions IIRC, but you have already shut down modules. I would be very, Stas, they are request shutdown, not module shutdown :) Request shutdown IIRC destroys functions and module's per-request data structures, which

Re: [PHP-CVS] com php-src: Fix bug #61537 (json_encode() incorrectly truncates/discards information) and remove a test case that's now mooted by this fix.: NEWS ext/json/json.c ext/json/php_json.h ext

2012-04-12 Thread Stas Malyshev
Any people with more git merging experience want to point to a guide to dealing with that sort of thing? I've used git for years, but I'm really having a hard time wrapping my head around the way we're using it, even with the guides on the Wiki. That's a good point, I think we need to add

Re: [PHP-CVS] com php-src: Fixed bug in new stream_get_line() when using NUL as a delimiter.: ext/standard/tests/streams/stream_get_line_NUL_delimiter.phpt main/streams/streams.c

2012-04-09 Thread Stas Malyshev
Hi! This fixes a problem caused by a change that's not in any released PHP version. Which change caused the problem? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] sorry for spam

2012-03-28 Thread Stas Malyshev
Hi! Sorry for tags spam - my git somehow didn't sync the tag rename and recreated ton of the old tags :( I'll clean it up in a minute. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List (http://www.php.net/) To

Re: [PHP-CVS] com karma: Use author/email format that can be copied and pasted for use in e-mail clients.: lib/Git/PostReceiveHook.php

2012-03-20 Thread Stas Malyshev
Hi! Hi: On 20 Mar 2012, at 10:05, Derick Rethans wrote: Commit: f05ac19fc6481815958655f483ef8d0d4fbc3bbe Author: Derick Rethans(git...@derickrethans.nl) Tue, 20 Mar 2012 08:57:53 + Committer: Derick Rethans(git...@derickrethans.nl) Tue, 20 Mar 2012 09:05:42 +

Re: [PHP-CVS] com karma: Use author/email format that can be copied and pasted for use in e-mail clients.: lib/Git/PostReceiveHook.php

2012-03-20 Thread Stas Malyshev
Hi! It would also be nice to change times - + is obviously not needed as it's always UTC and we don't really need the seconds probably. We could Wait, I was wrong on that - it's not always the same, my sample was too small :) Maybe we should convert it to always UTC? Also, maybe we can

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ ext/standard/tests/general_functions/bug60227.phpt ext/standard/tests/general_functions/bug60227_1.phpt ext/standard/tests/general_functions/bug60227_

2012-03-07 Thread Stas Malyshev
Hi! What about NEWS? It's already fixed in 5.3... -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/fileinfo/ fileinfo.c tests/bug61173.phpt

2012-03-07 Thread Stas Malyshev
Hi! This one (#61173) isn't in 5.4 NEWS, since it was only fixed in 5.3.11. Do we now duplicate 5.3 and 5.4 NEWS? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/fileinfo/ fileinfo.c tests/bug61173.phpt

2012-03-07 Thread Stas Malyshev
Hi! Users should be able to see the fixes in 5.4 by reading only 5.4 NEWS. That's why we merge 5.3 news before the release. I think the 5.3 5.4 branches have to be considered distinct from now on. What's different now? -- Stanislav Malyshev, Software Architect SugarCRM:

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/fileinfo/ fileinfo.c tests/bug61173.phpt

2012-03-07 Thread Stas Malyshev
Hi! I think what Chris is asking is to have NEWS entries in the branch where a commit is done, no mater if the fix was already reported in a previous branch NEWS file. It'd mean instead of easy merge on release we'd have to have hard and time-consuming cleanup of old NEWS - I'd have to go

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/Zend/ README.ZEND_MM zend_API.c

2012-03-06 Thread Stas Malyshev
Hi! +Since PHP 5.4 it is possible to prevent shared extensions from unloading so Since 5.4 doesn't look right in 5.3 upgrading :) ITYM since 5.3.11? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/Zend.m4 branches/PHP_5_4/Zend/zend.h branches/PHP_5_4/main/main.c trunk/Zend/Zend.m4 trunk/Zend/zend.h trunk/main/main.c

2012-02-15 Thread Stas Malyshev
Hi! Did you run the tests? Just from a quick skim I think this would break both the pcntl and the posix extension. Yes, I did - no (new) fails both on Mac and Linux. If you see any please tell me. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug60825.phpt branches/PHP_5_3/Zend/zend_vm_def.h branches/PHP_5_3/Zend/zend_vm_execute.h trunk/NEWS trunk/Zend/tests

2012-01-25 Thread Stas Malyshev
Hi! Considering this little fix, it is no harm to commit to RC. :) Anyway it also okey for me to commit after release, since this is really a trivial bug and there are already one patche for me need to be remembered ci after 5.4.0 released. :) OK, it looks like we're going to have another

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug60825.phpt branches/PHP_5_3/Zend/zend_vm_def.h branches/PHP_5_3/Zend/zend_vm_execute.h trunk/NEWS trunk/Zend/tests

2012-01-24 Thread Stas Malyshev
Hi! Now it looks fine. I think it should be committed into 5.4 as well. Stas? That would probably require new RC, i.e. release will have to be pushed back. How serious is the problem we're talking about? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug60825.phpt branches/PHP_5_3/Zend/zend_vm_def.h branches/PHP_5_3/Zend/zend_vm_execute.h trunk/NEWS trunk/Zend/tests

2012-01-24 Thread Stas Malyshev
Hi! Still a known crash bug though. This is what our RCs are supposed to catch, right? Right, but judging by current patten we're pushing the release further and further without any obvious end in sight. If we will wait with the release until we have 0 bugs in PHP (or even 0 possibility of

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetGroup=5Fbasic.phpt_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetOwner=5Fbasic.phpt_bra

2012-01-08 Thread Stas Malyshev
Hi! rasmus Sun, 08 Jan 2012 18:43:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321937 Log: These tests don't work if run as root Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/tests/DirectoryIterator_getGroup_basic.phpt

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/zlib/ zlib.c

2011-12-26 Thread Stas Malyshev
Hi! was only present in 5.4 as far as I can tell, see Stas' commit yesterday. Not sure what you mean as I did identical commits to both 5.4 and trunk. I also think it might be better to do it on RINIT, just in case. -- Stanislav Malyshev, Software Architect SugarCRM:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/tokenizer/tests/bug54089.phpt branches/PHP_5_4/ext/tokenizer/tests/token_get_all_variation16.phpt branches/PHP_5_4/ext/tokenizer/tokenizer.c trunk

2011-11-08 Thread Stas Malyshev
Hi! On Tue, Nov 8, 2011 at 5:59 AM, Stanislav Malyshevs...@php.net wrote: Hi Stas, you meant #54089 in your comment, right? Yes I did. Sorry, typo :) -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/Zend/ zend_signal.c

2011-11-08 Thread Stas Malyshev
Hi! rasmus Tue, 08 Nov 2011 20:32:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318921 Log: This really shouldn't fail, but if it does, like on OSX under Valgrind, let's just issue a warning. Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/bug33532.phpt branches/PHP_5_4/ext/date/tests/gmstrftime_variation22.phpt branches/PHP_5_4/ext/date/tests/strftime_variation22.phpt bra

2011-09-26 Thread Stas Malyshev
Hi! On 9/26/11 4:47 PM, Ferenc Kovacs wrote: Hi Stas. does this fixes https://bugs.php.net/bug.php?id=55546 ? if not, can you reproduce the problem described there? These two do not fail for me now. The fix looks the same, so I'm closing the bug. -- Stanislav Malyshev, Software Architect

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/crypt.c branches/PHP_5_3/ext/standard/tests/strings/crypt_variation1.phpt branches/PHP_5_4/ext/standard/crypt.c bra

2011-09-12 Thread Stas Malyshev
Hi! On 9/12/11 3:04 AM, Hannes Magnusson wrote: Shouldn't this be merged to trunk too? Thanks, somehow I forgot to merge it. Done now. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List (http://www.php.net/) To

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tests/rfc1867_inv

2011-09-10 Thread Stas Malyshev
Hi! care to comment? It looks like neither me nor others (inluding gcov machine) are getting that message. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/mysqli/tests/bug55582.phpt trunk/ext/mysqli/tests/bug55582.phpt

2011-09-06 Thread Stas Malyshev
Hi! On 9/6/11 12:28 AM, Andrey Hristov wrote: this bug was really mysqli@mysqlnd. No other tests test this, this is why we were not able to catch this before. Therefore, it should be enabled also for libmysql, because it checks right behavior. It's about regression testing, and if libmysql

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/mysqli/tests/bug55582.phpt trunk/ext/mysqli/tests/bug55582.phpt

2011-09-06 Thread Stas Malyshev
Hi! On 9/6/11 1:24 AM, Andrey Hristov wrote: no, it's about consistency, which you want. mysqlnd should behave like libmysql, and it is a test that can test it. What libmysql returns in filtered in mysqli, mysqli_num_rows() is a direct wrapper around mysql_num_rows(), and this is what we test.

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt trunk/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt

2011-09-06 Thread Stas Malyshev
Hi! On 9/6/11 5:11 AM, Ulf Wendel wrote: Am 06.09.2011 07:20, schrieb Stanislav Malyshev: stas Tue, 06 Sep 2011 05:20:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316205 Log: fix test FAIL LOAD DATA INFILE - open_basedir

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt trunk/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt

2011-09-06 Thread Stas Malyshev
Hi! On 9/6/11 5:11 AM, Ulf Wendel wrote: FAIL LOAD DATA INFILE - open_basedir [ext/mysql/tests/mysql_query_load_data_openbasedir.phpt] Please check if the current fix works for you. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/dom/tests/DOMDocument_loadHTML_error1.phpt branches/PHP_5_4/ext/dom/tests/DOMDocument_relaxNGValidate_error2.phpt branches/PHP_5_4/ext/fileinfo/te

2011-09-05 Thread Stas Malyshev
Hi! On 9/5/11 4:11 AM, Hannes Magnusson wrote: You broke the iconv/tests/iconv_stream_filter.phpt test for me :] According to the changelog for that test it is version dependent We can however simply suppress the errormessage for older versions, like I have done now. Could you verify it still

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/mysql/tests/connect.inc_branches/PHP=5F5=5F3/ext/mysql/tests/mysql=5Faffected=5Frows.phpt_branches/PHP=5F5=5F3/ext/mysql/tests/mysql

2011-09-04 Thread Stas Malyshev
Hi! On 9/4/11 7:21 AM, Tjerk Anne Meesters wrote: datibbaw Sun, 04 Sep 2011 14:21:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316108 Log: Patch to run two more mysql test cases that would usually be skipped. Replaced

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/intl/grapheme/grapheme_string.c branches/PHP_5_4/ext/intl/tests/bug55562.phpt trunk/ext/intl/grapheme/grapheme_string.c trunk/ext/intl/tests/bug55

2011-09-04 Thread Stas Malyshev
Hi! On 9/4/11 2:44 PM, Pierre Joye wrote: 5.3? It changes the API (even though old one is wrong IMO) so I'm not sure if it belongs there. Up to 5.3 RM. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/tests/strings/htmlentities15.phpt trunk/ext/standard/tests/strings/htmlentities15.phpt

2011-08-31 Thread Stas Malyshev
Hi! On 8/30/11 11:32 PM, Gustavo André dos Santos Lopes wrote: cataphract Wed, 31 Aug 2011 06:32:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315851 Log: - Fixed test htmlentities15.phpt. Changed paths: U

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/date/tests/DateTime=5Fdata-dates.inc_branches/PHP=5F5=5F3/ext/date/tests/DateTime=5Fdata-february.inc_branches/PHP=5F5=5F3/ext/date/

2011-08-23 Thread Stas Malyshev
On 8/23/11 9:40 AM, Daniel Convissor wrote: danielc Tue, 23 Aug 2011 16:40:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315376 Log: Fix differences in some sub() results that were causing tests to fail. I don't understand this fix. How

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/php_crypt_r.c branches/PHP_5_4/ext/standard/php_crypt_r.c trunk/ext/standard/php_crypt_r.c

2011-08-19 Thread Stas Malyshev
Hi! On 8/19/11 4:06 PM, Scott MacVicar wrote: Sigh, I wonder how many str*l* functions were introduced that were incorrect? Looks like there wasn't an understanding that strlcat is for the destination not source. Well, I guess unit tests should show some breakage if it's there (like crypt

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-08-16 Thread Stas Malyshev
Hi! On 8/16/11 6:19 AM, Johannes Schlüter wrote: It saves one character of typing. For me, it's the reason enough to prohibit it altogether :) Writing weird code to save one character of typing is the worst habit we could promote. But I digress since the idea of this patch was obviously not

Re: [PHP-CVS] utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F4/ext/ereg/ereg.c_br anches/PHP=5F5=5F4/ext/ereg/regex/regerror.c_branches/PHP=5F5=5F4/ext/stan dard/var.c_branches/PHP=5F5=5F4/main/streams

2011-08-14 Thread Stas Malyshev
On 8/14/11 4:25 AM, Derick Rethans wrote: On Fri, 12 Aug 2011, Xinchen Hui wrote: laruence Fri, 12 Aug 2011 07:47:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314808 Log: Omitted GCC warning comparison is always false I don't get this

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_API.c trunk/Zend/zend_API.c

2011-08-07 Thread Stas Malyshev
Hi! On 8/7/11 8:24 AM, Rasmus Lerdorf wrote: True, but the problem here is that name may be free'ed at that point. On line 3355 we have: property_info.name = (char*)name; and then on 3365: if (ce-type == ZEND_USER_CLASS) { efree(property_info.name); }

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/basic_functions.c branches/PHP_5_4/ext/standard/basic_functions.c trunk/ext/standard/basic_functions.c

2011-08-07 Thread Stas Malyshev
Hi! On 8/7/11 7:25 AM, Xinchen Hui wrote: laruence Sun, 07 Aug 2011 14:25:30 + memset(opts, 0, count * sizeof(opt_struct)); + if (!opts) { + RETURN_FALSE; + } + I'm not sure I understand

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/Zend/ zend_string.c zend_string.h

2011-07-28 Thread Stas Malyshev
Hi! On 7/28/11 12:04 AM, Pierre Joye wrote: hi Gobal, Could you add a note in UPGRADING.INTERNALS about this change please? AFAIK, 5.3 had no interned strings. So it's not clear what upgrading means here. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/sybase_ct/ php_sybase_ct.c

2011-07-28 Thread Stas Malyshev
On 7/28/11 3:58 AM, Pierre Joye wrote: pajoye Thu, 28 Jul 2011 10:58:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313834 Log: - Fix #55301 (sybase part) check if malloc succeded Bug: https://bugs.php.net/55301 (error getting bug

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/basic_functions.c branches/PHP_5_4/ext/standard/head.c trunk/ext/standard/basic_functions.c trunk/ext/standard/head

2011-07-11 Thread Stas Malyshev
Hi! On 7/11/11 8:56 PM, Kalle Sommer Nielsen wrote: kalleTue, 12 Jul 2011 03:56:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313156 Log: Changed http_response_code() to be able to set a response code Are you sure this patch is right

Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug53727.phpt branches/PHP_5_3/Zend/tests/is_a.phpt branches/PHP_5_3/Zend/zend_builtin_fu

2011-07-07 Thread Stas Malyshev
Hi! On 7/7/11 2:08 PM, Johannes Schlüter wrote: On Thu, 2011-07-07 at 20:27 +0200, Pierre Joye wrote: what kind of troubles do they see? https://pear.php.net/bugs/bug.php?id=18656 Even if the Warning is good it's questionable for 5.3, especially during RC. Yes, I had problem with it too

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS configure.in main/php_version.h

2011-07-06 Thread Stas Malyshev
Hi! On 7/6/11 12:12 PM, Hannes Magnusson wrote: Hmmmh.. So the news for alpha2 will not be separated from alpha1? Thats going to make it hard to see the difference for users :] Well, alphas aren't really for users - i.e., it should not be used in any setting where the difference (as opposed

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS configure.in main/php_version.h

2011-07-06 Thread Stas Malyshev
Hi! On 7/6/11 12:20 PM, Rasmus Lerdorf wrote: Given the pretty big changes that are likely to occur between alpha releases, I think it would be a good idea to have separated NEWS sections. And yes, when we put out the first beta we merge them all. OK, I'll split them. -- Stanislav Malyshev,

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/filestat.c branches/PHP_5_4/ext/standard/tests/file/userstreams_007.phpt branches/PHP_5_4/main/php_streams.h branch

2011-05-25 Thread Stas Malyshev
Hi! There seem to be a lot of unrelated code cleanup here, and I am in general a bit confused in this code. Could you review http://php.net/streamwrapper and write up the changes to it? There shouldn't be any changes except for adding one stream handler (see rfc:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/filestat.c branches/PHP_5_4/ext/standard/tests/file/userstreams_007.phpt branches/PHP_5_4/main/php_streams.h branch

2011-05-25 Thread Stas Malyshev
Hi! Besides that, did we even approve that change? Gustavo and I were two that did not like the current implemenation/design. There were no objections and/or proposals for improving it since I posted the patch, which as about 2 months ago, so I assumed it's ok. If you have any specific

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/filestat.c branches/PHP_5_4/ext/standard/tests/file/userstreams_007.phpt branches/PHP_5_4/main/php_streams.h branch

2011-05-25 Thread Stas Malyshev
Hi! No time to actually proper design and propose alternatives yet. That does mean we have to accept something just because it is ready. Sorry No, I think if we have working solution for a real problem, even if it's not perfect - it is the reason to use it and I can vaguely imagine

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/trunk/_NEWS_ext/intl/config.m4_ext/intl/config.w32_ext/intl/php=5Fintl.c_ext/intl/spoofchecker/spoofchecker.c_ext/intl/spoofchecker/spoofchecker.h_ext/intl/sp

2011-01-12 Thread Stas Malyshev
Hi! Some of questions: 1. Why clone is not defined? uspoof_clone exists. 2. /* {{{ proto void Spoofchecker::areConfusable( string $str1, string $str2[, int $error_code ] ) + * Checks if a given text contains any confusable characters + */ It says void but code returns bool. Same with

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/intl/dateformat/dateformat_format.c branches/PHP_5_3/ext/intl/tests/dateformat_format.phpt trunk/ext/intl/dateformat/datefor

2010-11-20 Thread Stas Malyshev
Hi! not saying that it is not cool to finally have that but we are in the RC phase Sorry for being late, but this seems not to be very intrusive and next 5.3 would probably be in quite some time... But if it's not OK I could wait. -- Stanislav Malyshev, Software Architect SugarCRM:

Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/tests/bug51421.phpt branches/PHP_5_2/Zend/zend_compile.c branches/PHP_5_3/Zend/tests/bug51421.phpt branches/PHP_5_3

2010-06-28 Thread Stas Malyshev
Hi! 1) arguments can be gathered dynamically in the function, using func_get_args. For that reason, PHP gracefully allow a call with too many arguments. Isn't it the case today? Maybe also we can add some syntax like: function foo($a, $b, ...) - where ... means I'll deal with those arguments

  1   2   >