Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-04-03 Thread Johannes Schlüter
On Sat, 2010-04-03 at 18:21 +0200, Johannes Schlüter wrote: > dl()ed or loaded using the extension directive in php.ini, persistent is > statically compiled-in. eh I meant to write "dl()ed is temporary, persistent is statically compiled-in or loaded using the extension directive in php.ini" > Doc

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-04-03 Thread Johannes Schlüter
On Sat, 2010-04-03 at 14:53 +, Hannes Magnusson wrote: > 2010/3/30 Johannes Schlüter : > > johannes Tue, 30 Mar 2010 20:50:42 + > > > > Revision: http://svn.php.net/viewvc?view=revision&revision=297202 > > > > Log: > > Add ReflectionExtension::isTemporary() a

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-04-03 Thread Kalle Sommer Nielsen
2010/4/3 Hannes Magnusson : > 2010/3/30 Johannes Schlüter : >> johannes                                 Tue, 30 Mar 2010 20:50:42 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=297202 >> >> Log: >> Add ReflectionExtension::isTemporary() and >> ReflectionExtension::isPersist

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-04-03 Thread Hannes Magnusson
2010/3/30 Johannes Schlüter : > johannes                                 Tue, 30 Mar 2010 20:50:42 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=297202 > > Log: > Add ReflectionExtension::isTemporary() and > ReflectionExtension::isPersistent(). Whattaheck is a temporary ext

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-03-30 Thread Johannes Schlüter
johannes Tue, 30 Mar 2010 20:50:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=297202 Log: Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent(). Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/