Hi,
On Sat, 2010-06-26 at 22:05 +, Felipe Pena wrote:
> felipe Sat, 26 Jun 2010 22:05:13 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=300770
>
> Log:
> - Fixed bug #51421 (Abstract __construct constructor argument list not
> enforced
Hi,
2010/6/28 Johannes Schlüter
> Hi,
>
> On Sat, 2010-06-26 at 22:05 +, Felipe Pena wrote:
> > felipe Sat, 26 Jun 2010 22:05:13 +
> >
> > Revision: http://svn.php.net/viewvc?view=revision&revision=300770
> >
> > Log:
> > - Fixed bug #51421 (Abstract __c
thekid Mon, 28 Jun 2010 13:35:06 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300806
Log:
- Added test for tds_sysdep_public.h and link against -lct only then
- Added test for libsybct64 and libsybct
# The former is a fix for newer versions of
johannes Mon, 28 Jun 2010 14:45:39 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300809
Log:
Upgrade Ulf to regular dev karma
Changed paths:
U SVNROOT/global_avail
Modified: SVNROOT/global_avail
===
felipe Mon, 28 Jun 2010 16:37:57 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300817
Log:
- Reverted fix for bug #51421
Bug: http://bugs.php.net/51421 (Closed) Abstract __construct constructor
argument list not enforced
Changed paths:
2010/6/28 Johannes Schlüter
> Hi,
>
> On Sat, 2010-06-26 at 22:05 +, Felipe Pena wrote:
> > felipe Sat, 26 Jun 2010 22:05:13 +
> >
> > Revision: http://svn.php.net/viewvc?view=revision&revision=300770
> >
> > Log:
> > - Fixed bug #51421 (Abstract __constr
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
Hi,
On Mon, Jun 28, 2010 at 20:17, Stas Malyshev wrote:
> 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?
>
It's the case at the time of the calls.
pajoye Mon, 28 Jun 2010 23:26:48 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300833
Log:
- typo for iconv DLL .lib
Changed paths:
U php/php-src/branches/PHP_5_3/ext/gd/config.w32
U php/php-src/trunk/ext/gd/config.w32
Modified: p
stas Tue, 29 Jun 2010 00:58:31 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300843
Log:
fix SplObjectStorage unserialization (CVE-2010-2225)
Changed paths:
U php/php-src/branches/PHP_5_2/NEWS
A
php/php-src/branches/PHP_5_2/ext/
ssufficool Tue, 29 Jun 2010 06:04:17 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300844
Log:
Add tests for recent fixes
Changed paths:
A php/php-src/trunk/ext/pdo_dblib/tests/
A php/php-src/trunk/ext/pdo_dblib/tests/bug_38955.phpt
ssufficool Tue, 29 Jun 2010 06:08:51 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300845
Log:
Oops
Changed paths:
U php/php-src/trunk/ext/pdo_dblib/tests/common.phpt
D php/php-src/trunk/ext/pdo_dblib/tests/pdo_dblib.phpt
Modified: ph
ssufficool Tue, 29 Jun 2010 06:20:15 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300846
Log:
Remove PDO DBLIB prefix from PostgreSQL PDO tests
Changed paths:
D php/php-src/trunk/ext/pdo_dblib/tests/common.phpt
Deleted: php/php-src/trunk/e
13 matches
Mail list logo