hirokawa Sat, 05 Nov 2011 04:44:16 +
Revision: http://svn.php.net/viewvc?view=revision&revision=318803
Log:
MFH: added japanese encoding to maintain compatibility with PHP 5.3.
Changed paths:
U php/php-src/branches/PHP_5_4/ext/standard/html_tables.h
Mod
hirokawa Sat, 05 Nov 2011 04:43:35 +
Revision: http://svn.php.net/viewvc?view=revision&revision=318802
Log:
added japanese encoding to maintain compatibility with PHP 5.3.
Changed paths:
U php/php-src/trunk/ext/standard/html_tables.h
Modified: php/php-s
gron Sat, 05 Nov 2011 02:05:28 +
Revision: http://svn.php.net/viewvc?view=revision&revision=318794
Log:
Fixed inconsistent whitespace.
# Belongs to svn rev. 318793.
Changed paths:
U php/php-src/branches/PHP_5_4/Zend/zend_compile.c
U php/php-src
gron Sat, 05 Nov 2011 01:46:40 +
Revision: http://svn.php.net/viewvc?view=revision&revision=318793
Log:
Fixed Bug #60217 (Requiring the same method from different traits)
- also added test to check for inconsistent abstract method definitions, they
need to
could you look into?
I found it weird that the behavior was only changed for 5.3
On Fri, Nov 4, 2011 at 9:05 PM, Ferenc Kovacs wrote:
> Hi.
>
> I see this test failing on http://ci.qa.php.net/ for 5.4 and trunk.
>
> 003+ string(50) "Cannot call method on an uninitialized Phar object"
> 003- stri
Hi.
I see this test failing on http://ci.qa.php.net/ for 5.4 and trunk.
003+ string(50) "Cannot call method on an uninitialized Phar object"
003- string(103) "In the constructor of MyPhar, parent::__construct()
must be called and its exceptions cannot be cleared"
On Mon, Aug 29, 2011 at 4:17 PM
patrickallaert Fri, 04 Nov 2011 19:13:37 +
Revision: http://svn.php.net/viewvc?view=revision&revision=318784
Log:
Added test for #60104
Bug: https://bugs.php.net/60104 (Open) Segmentation Fault in pdo_sqlite when
using sqliteCreateFunction()
Changed paths: