stas Wed, 30 Jun 2010 04:23:32 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300873
Log:
sync version with PECL
Changed paths:
U php/php-src/branches/PHP_5_3/ext/intl/php_intl.h
U php/php-src/trunk/ext/intl/php_intl.h
Modified:
ssufficool Wed, 30 Jun 2010 03:16:04 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300872
Log:
pdo_dblib - improve test skip messages
Changed paths:
U php/php-src/trunk/ext/pdo_dblib/tests/bug_38955.phpt
U php/php-src/trunk/ext/pdo_dbl
felipe Wed, 30 Jun 2010 02:30:14 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300869
Log:
- MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage)
# To commit a new common fix
Bug: http://bugs.php.net/48930 (Closed) __COMPILER
ssufficool Tue, 29 Jun 2010 14:08:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300858
Log:
PDO DBLIB test fixups
Changed paths:
U php/php-src/trunk/ext/pdo_dblib/tests/bug_38955.phpt
U php/php-src/trunk/ext/pdo_dblib/tests/bug_4587
Hi Dmitry,
2010/6/29 Dmitry Stogov
> Hi Felipe,
>
> Changing common global structure (e.g. addition shebang_len field into
> compiler_globals structture in 5.3 brunch) are not allowed in minor
> releases, because it breaks binary compatibility.
>
> Please revert this patch for 5.3.
>
>
Alright.
tony2001 Tue, 29 Jun 2010 10:50:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=300853
Log:
fix build
Changed paths:
U php/php-src/trunk/ext/sybase_ct/config.m4
Modified: php/php-src/trunk/ext/sybase_ct/config.m4
Hi Felipe,
Changing common global structure (e.g. addition shebang_len field into
compiler_globals structture in 5.3 brunch) are not allowed in minor
releases, because it breaks binary compatibility.
Please revert this patch for 5.3.
Thanks. Dmitry.
Felipe Pena wrote:
felipe