Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c/ext/reflection/tests 024.phpt pecl/sdo/SCA/Bindings/atom .cvsignoreAtom1.0.xsd AtomDas.php Proxy.php RequestTester.php SCA_AtomServer.phpSCA

2008-08-11 Thread Steph Fox
I received the warnings when commiting: Ohh. It's supposed to just fail... - Steph -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests 024.phpt pecl/sdo/SCA/Bindings/atom .cvsignore Atom1.0.xsd AtomDas.php Proxy.php RequestTester.php SCA_AtomServer.php

2008-08-11 Thread Felipe Pena
Em Seg, 2008-08-11 às 21:24 +0200, [EMAIL PROTECTED] escreveu: > On 11/08/2008, Felipe Pena <[EMAIL PROTECTED]> wrote: > > felipe Mon Aug 11 13:35:49 2008 UTC > > > > Removed files: > > /pecl/sdo/SCA/Bindings/atom AtomDas.php Atom1.0.xsd > >

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests 024.phpt pecl/sdo/SCA/Bindings/atom .cvsignore Atom1.0.xsd AtomDas.php Proxy.php RequestTester.php SCA_AtomServer.php

2008-08-11 Thread Steph Fox
I can't see any changes being made (or files removed for that matter) browsing viewvc.. and I thought this dir (along with all other IBM projects) were CLAd and therefore with explicit unavail lines? It is. It's also not a development branch - it's the release-only branch! Best write a nice let

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests 024.phpt pecl/sdo/SCA/Bindings/atom .cvsignore Atom1.0.xsd AtomDas.php Proxy.php RequestTester.php SCA_AtomServer.php

2008-08-11 Thread hannes . magnusson
On 11/08/2008, Felipe Pena <[EMAIL PROTECTED]> wrote: > felipeMon Aug 11 13:35:49 2008 UTC > > Removed files: > /pecl/sdo/SCA/Bindings/atom AtomDas.php Atom1.0.xsd > ServiceRequestHandler.php > S

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c

2007-08-20 Thread Marcus Boerger
Hello Johannes, iirc this is based on fixing a bug, thus came in later. marcus Friday, August 17, 2007, 4:21:01 PM, you wrote: > johannesFri Aug 17 14:21:01 2007 UTC > Modified files: > /php-src/ext/reflection php_reflection.c > Log: > - Mark the

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/standard array.c basic_functions.c string.c ZendEngine2 zend_API.h zend_execute_API.c

2006-12-19 Thread Marcus Boerger
Hello Andrei, you're right again. This versionis actually in line with the order of zend_u_hash*(), too. best regards marcus Tuesday, December 19, 2006, 10:39:00 PM, you wrote: > andrei Tue Dec 19 21:39:00 2006 UTC > Modified files: > /ZendEngine2zend_API

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug39067.phpt

2006-10-06 Thread Johannes Schlüter
Hi Andrei, most parts off it work in unicode mode, there are a few places which need little work, see Dmitry's "FIXME: Unicode support" comments to get an idea. Basically I'm in writing tests and writing a patch but currently have less time than expected... johannes Andrei Zmievski wrote: A

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug39067.phpt

2006-10-06 Thread Antony Dovgal
On 10/06/2006 10:14 PM, Andrei Zmievski wrote: Any idea if ext/reflection is Unicode-ready or how much work it needs to get there? I don't think it should be something complex, but no it's not ready yet. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug39067.phpt

2006-10-06 Thread Andrei Zmievski
Any idea if ext/reflection is Unicode-ready or how much work it needs to get there? -Andrei On Oct 6, 2006, at 11:02 AM, Antony Dovgal wrote: tony2001Fri Oct 6 18:02:51 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/t

RE: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug38942.phpt

2006-09-26 Thread Dmitry Stogov
Ops. Thank you for catching this. Dmitry. > -Original Message- > From: Hannes Magnusson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 26, 2006 12:07 PM > To: Dmitry Stogov > Cc: php-cvs@lists.php.net > Subject: Re: [PHP-CVS] cvs: php-src /ext/reflection >

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug38942.phpt

2006-09-26 Thread Hannes Magnusson
Hi Dmitry On 9/26/06, Dmitry Stogov <[EMAIL PROTECTED]> wrote: dmitry Tue Sep 26 07:55:54 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/tests bug38942.phpt Log: Fixed bug #38942 (Double old-style-ctor inheritance) [s

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c

2006-06-04 Thread Steph Fox
Helly, hi, This won't work unless zend_compile.h is included in zend_API.c... (and I still think you need the ABSTRACT flag in there for Reflector too ;) - Steph - Original Message - From: "Marcus Boerger" <[EMAIL PROTECTED]> To: Sent: Sunday, June 04, 2006 12:11 PM Subject: [PHP-C

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c

2006-02-21 Thread Marcus Boerger
Hello Sebastian, watch ya WS :-) marcus Tuesday, February 21, 2006, 9:23:10 PM, you wrote: > sebastian Tue Feb 21 20:23:10 2006 UTC > Modified files: > /php-src/ext/reflection php_reflection.c > Log: > Add ReflectionMethod::isDeprecated(). Patch rev

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests 007.phpt

2006-01-27 Thread Andi Gutmans
OK in that case it's probably best not to add inconsistency and leave it this way. At 12:44 AM 1/25/2006, Marcus Boerger wrote: Hello Andi, it was Sebastians idea and he took the name from invokeArgs(). I don't care, so if you can sleep better with your proposal change both names and live wi

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests 007.phpt

2006-01-25 Thread Marcus Boerger
Hello Andi, it was Sebastians idea and he took the name from invokeArgs(). I don't care, so if you can sleep better with your proposal change both names and live with BC break. marcus Wednesday, January 25, 2006, 3:46:16 AM, you wrote: > Might be nicer to call it newInstanceWithArgs() but it'

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests 007.phpt

2006-01-24 Thread Andi Gutmans
Might be nicer to call it newInstanceWithArgs() but it's a matter of taste so I'll leave it up to you to decide if you think it's nicer or not :) Andi At 12:19 PM 1/24/2006, Marcus Boerger wrote: helly Tue Jan 24 20:19:49 2006 UTC Added files: /php-src/ext/reflection/tests

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c

2005-11-21 Thread Marcus Boerger
TED] >> Sent: Monday, November 21, 2005 4:56 PM >> To: Dmitry Stogov >> Cc: php-cvs@lists.php.net >> Subject: Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c >> >> >> >> How about 'rm -f main/php3_compat.h&#x

RE: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c

2005-11-21 Thread Dmitry Stogov
Really, I just found it. :) But removing it make sense. Dmitry. > -Original Message- > From: Jani Taskinen [mailto:[EMAIL PROTECTED] > Sent: Monday, November 21, 2005 4:56 PM > To: Dmitry Stogov > Cc: php-cvs@lists.php.net > Subject: Re: [PHP-CVS] cvs: php-s

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c

2005-11-21 Thread Jani Taskinen
How about 'rm -f main/php3_compat.h' ? :) --Jani On Mon, 21 Nov 2005, Dmitry Stogov wrote: dmitry Mon Nov 21 05:57:33 2005 EDT Modified files: /php-src/ext/reflection php_reflection.c Log: Fixed "getParameters" method http://cvs.php.net/diff.php/php-src/ext/re

Re: [PHP-CVS] cvs: php-src /ext/reflection php_reflection.c php_reflection.h

2005-11-17 Thread Jani Taskinen
You propably should not add this if you think this extension can't be compiled as shared: +#ifdef COMPILE_DL_REFLECTION +ZEND_GET_MODULE(reflection) +#endif On Thu, 17 Nov 2005, Marcus Boerger wrote: helly Thu Nov 17 17:59:41 2005 EDT Modified files: /php-src/ext/refl