]> granicus.if.org Git - php/log
php
12 years agoremove comments
Pierre Joye [Mon, 25 Mar 2013 02:14:27 +0000 (03:14 +0100)]
remove comments

12 years agofix generic rotation and 90 degrees & multiples rotation, take #2
Pierre Joye [Sun, 24 Mar 2013 15:52:20 +0000 (16:52 +0100)]
fix generic rotation and 90 degrees & multiples rotation, take #2

12 years agoFix some errors in mysqlnd charset list
Nikita Popov [Sun, 24 Mar 2013 15:04:45 +0000 (16:04 +0100)]
Fix some errors in mysqlnd charset list

I fixed the stuff that seemed obviously wrong, but there are some more
differences with the SHOW COLLATIONS output:

 * The whole range of "utf16" collations missing
 * "filename" missing
 * "ucs2_general_mysql500_ci" and "utf8_general_mysql500_ci" missing

I wasn't sure whether those omissions are intentional, so I didn't add
them.

12 years agoMerge commit '1ec484d' into PHP-5.5
David Soria Parra [Sun, 24 Mar 2013 13:05:55 +0000 (14:05 +0100)]
Merge commit '1ec484d' into PHP-5.5

* commit '1ec484d':
  - add imageaffinematrixget and imagematrixconcat
  - add affine matrix helper for translate, scale, rotate and shear
  - fix unix build
  - add new files for interpolation
  - config.m4 sync with .w32
  - add new interpolation method   . imagescale   . imageaffine   . replace imagerotate with new generic and optimized new implementations   . imagesetinterpolationmethod, to set the default interpolation to be     used with the new functions   . add imagepalettetotruecolor

12 years agoFix version check in test
Nikita Popov [Sun, 24 Mar 2013 11:52:56 +0000 (12:52 +0100)]
Fix version check in test

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Pierre Joye [Sun, 24 Mar 2013 12:29:16 +0000 (13:29 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - add reminder for checking return values

12 years ago- add reminder for checking return values
Pierre Joye [Sun, 24 Mar 2013 12:27:00 +0000 (13:27 +0100)]
- add reminder for checking return values

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Sat, 23 Mar 2013 21:43:58 +0000 (22:43 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - fix x64 issues on windows with the various time types (overflow, signed and unsigned bits ops, etc.) causing crashes on start, error or log, must be done in win32/time.c for some of these functions too

12 years ago- fix x64 issues on windows with the various time types (overflow, signed and unsigne...
Pierre Joye [Sat, 23 Mar 2013 09:18:31 +0000 (10:18 +0100)]
- fix x64 issues on windows with the various time types (overflow, signed and unsigned bits ops, etc.) causing crashes on start, error or log, must be done in win32/time.c for some of these functions too

Signed-off-by: Anatol Belski <ab@php.net>
12 years agoFix cli server tests on travis
Nikita Popov [Sat, 23 Mar 2013 20:43:55 +0000 (21:43 +0100)]
Fix cli server tests on travis

This passes an absolute path to the executable, rather than a relative.
Maybe this is something that should be done automatically by
run-tests.php as it doesn't apply only to travis.

12 years agoSkip locale dependent test if locale not available
Nikita Popov [Sat, 23 Mar 2013 20:05:29 +0000 (21:05 +0100)]
Skip locale dependent test if locale not available

12 years agoMissed two occurances of Revision:
Nikita Popov [Sat, 23 Mar 2013 20:02:14 +0000 (21:02 +0100)]
Missed two occurances of Revision:

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Sat, 23 Mar 2013 20:00:46 +0000 (21:00 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Reworked the changes for bug #64452

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Sat, 23 Mar 2013 19:59:47 +0000 (20:59 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Reworked the changes for bug #64452

12 years agoReworked the changes for bug #64452
Anatol Belski [Sat, 23 Mar 2013 19:57:59 +0000 (20:57 +0100)]
Reworked the changes for bug #64452

12 years agophar phpinfo uses Id instead of Revision
Nikita Popov [Sat, 23 Mar 2013 19:11:06 +0000 (20:11 +0100)]
phar phpinfo uses Id instead of Revision

12 years agoUse NEWS merge driver for UPGRADING and UPGRADING.INTERNALS
Nikita Popov [Sat, 23 Mar 2013 17:26:11 +0000 (18:26 +0100)]
Use NEWS merge driver for UPGRADING and UPGRADING.INTERNALS

12 years agoShow diffs on Travis CI
Nikita Popov [Sat, 23 Mar 2013 17:25:18 +0000 (18:25 +0100)]
Show diffs on Travis CI

12 years agoMove some internal changes from UPGRADING to UPGRADING.INTERNALS
Nikita Popov [Sat, 23 Mar 2013 17:06:25 +0000 (18:06 +0100)]
Move some internal changes from UPGRADING to UPGRADING.INTERNALS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Sat, 23 Mar 2013 16:48:05 +0000 (17:48 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed possible precision loss in microtime

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Sat, 23 Mar 2013 16:47:39 +0000 (17:47 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed possible precision loss in microtime

12 years agoFixed possible precision loss in microtime
Anatol Belski [Sat, 23 Mar 2013 16:40:06 +0000 (17:40 +0100)]
Fixed possible precision loss in microtime

This is related to the fix for bug #64370. MSVC natively supports __int64 type,
so calculating with 32 bit ints is neither necessary nor reliable. Therefore
an older piece of code is reused.

12 years agoNote about bison version
David Soria Parra [Fri, 22 Mar 2013 16:44:32 +0000 (17:44 +0100)]
Note about bison version

12 years agoAdd SplDoublyLinkedList::add to UPGRADING
Etienne Kneuss [Fri, 22 Mar 2013 10:35:45 +0000 (11:35 +0100)]
Add SplDoublyLinkedList::add to UPGRADING

12 years agoTweaks an add OPcache info to UPGRADING
Rasmus Lerdorf [Fri, 22 Mar 2013 06:14:16 +0000 (23:14 -0700)]
Tweaks an add OPcache info to UPGRADING

12 years agoAdd OPCache ini settings to php.ini
David Soria Parra [Thu, 21 Mar 2013 14:50:21 +0000 (15:50 +0100)]
Add OPCache ini settings to php.ini

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 21 Mar 2013 13:32:32 +0000 (21:32 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoFix bug in reflectionClass relate to #64239
Xinchen Hui [Thu, 21 Mar 2013 13:29:02 +0000 (21:29 +0800)]
Fix bug in reflectionClass relate to #64239

12 years agoUpdate NEWS
Xinchen Hui [Thu, 21 Mar 2013 13:11:15 +0000 (21:11 +0800)]
Update NEWS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 21 Mar 2013 13:10:32 +0000 (21:10 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoFixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11)
Xinchen Hui [Thu, 21 Mar 2013 13:09:30 +0000 (21:09 +0800)]
Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11)

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 21 Mar 2013 07:58:08 +0000 (15:58 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoFix test after f8b91d9acff10ede7bd3f2bc631794a3abef8ff7
Xinchen Hui [Sat, 16 Mar 2013 15:14:06 +0000 (23:14 +0800)]
Fix test after f8b91d9acff10ede7bd3f2bc631794a3abef8ff7

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 21 Mar 2013 03:14:36 +0000 (11:14 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoFixed bug #64432 (more empty delimiter warning in strX methods)
Xinchen Hui [Thu, 21 Mar 2013 03:14:10 +0000 (11:14 +0800)]
Fixed bug #64432 (more empty delimiter warning in strX methods)

12 years agofix memory leak
Xinchen Hui [Thu, 21 Mar 2013 02:56:30 +0000 (10:56 +0800)]
fix memory leak

the value shouldn't be ref, use z_add_ref is enough

12 years agoadd array_column()
Stanislav Malyshev [Wed, 20 Mar 2013 21:14:17 +0000 (14:14 -0700)]
add array_column()

12 years agoNEWS section for beta 2
David Soria Parra [Wed, 20 Mar 2013 14:07:08 +0000 (15:07 +0100)]
NEWS section for beta 2

12 years agoNEWS for beta 1
David Soria Parra [Wed, 20 Mar 2013 14:06:15 +0000 (15:06 +0100)]
NEWS for beta 1

12 years agoAllow local override of PHPROOT in makedist
David Soria Parra [Wed, 20 Mar 2013 14:16:24 +0000 (15:16 +0100)]
Allow local override of PHPROOT in makedist

12 years agoNEWS for array_column
David Soria Parra [Wed, 20 Mar 2013 12:14:20 +0000 (13:14 +0100)]
NEWS for array_column

12 years agoMerge branch 'pull-request/257' into PHP-5.5
David Soria Parra [Wed, 20 Mar 2013 12:02:33 +0000 (13:02 +0100)]
Merge branch 'pull-request/257' into PHP-5.5

* pull-request/257:
  array_column: Fix compile-time warnings
  array_column: Removed array_pluck() alias
  array_column: Set array_pluck as an alias for array_column
  array_column: Implement ability to specify an index column
  Cleaning up a memory leak.
  array_column: Adding test for IS_OBJECT and converting object to string
  array_column: Using add_next_index_zval() at nikic's recommendation.
  array_column: Improved tests
  array_column: Cleaning up, as recommended in pull request #56 comments
  Fixing typo in test for array_column()
  Simplify the code and use zend_hash_next_index_insert()
  Adding test for columns not present in all rows for array_column().
  Adding tests for the negative results of array_column()
  Implement new array function array_column()

12 years ago- add imageaffinematrixget and imagematrixconcat
Pierre Joye [Wed, 20 Mar 2013 11:19:03 +0000 (12:19 +0100)]
- add imageaffinematrixget and imagematrixconcat

12 years ago- add affine matrix helper for translate, scale, rotate and shear
Pierre Joye [Wed, 20 Mar 2013 10:01:37 +0000 (11:01 +0100)]
- add affine matrix helper for translate, scale, rotate and shear

12 years ago- fix unix build
Pierre Joye [Wed, 20 Mar 2013 08:24:54 +0000 (09:24 +0100)]
- fix unix build

12 years agoupdated NEWS
Anatol Belski [Wed, 20 Mar 2013 08:15:16 +0000 (09:15 +0100)]
updated NEWS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Wed, 20 Mar 2013 08:14:13 +0000 (09:14 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  updated NEWS
  Fixed bug #64452 Zip PHPTs crash intermittently

12 years agoupdated NEWS
Anatol Belski [Wed, 20 Mar 2013 08:13:13 +0000 (09:13 +0100)]
updated NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Wed, 20 Mar 2013 08:12:33 +0000 (09:12 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #64452 Zip PHPTs crash intermittently

12 years agoFixed bug #64452 Zip PHPTs crash intermittently
Anatol Belski [Wed, 20 Mar 2013 08:10:10 +0000 (09:10 +0100)]
Fixed bug #64452 Zip PHPTs crash intermittently

12 years ago- add new files for interpolation
Pierre Joye [Wed, 20 Mar 2013 07:10:54 +0000 (08:10 +0100)]
- add new files for interpolation

12 years ago- config.m4 sync with .w32
Pierre Joye [Wed, 20 Mar 2013 06:52:23 +0000 (07:52 +0100)]
- config.m4 sync with .w32

12 years ago- add new interpolation method
Pierre Joye [Wed, 20 Mar 2013 06:46:59 +0000 (07:46 +0100)]
- add new interpolation method
  . imagescale
  . imageaffine
  . replace imagerotate with new generic and optimized new implementations
  . imagesetinterpolationmethod, to set the default interpolation to be
    used with the new functions
  . add imagepalettetotruecolor

12 years agoclarify NEWS
Stanislav Malyshev [Wed, 20 Mar 2013 05:32:50 +0000 (22:32 -0700)]
clarify NEWS

12 years agoarray_column: Fix compile-time warnings
Ben Ramsey [Wed, 20 Mar 2013 01:44:19 +0000 (20:44 -0500)]
array_column: Fix compile-time warnings

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Tue, 19 Mar 2013 20:22:49 +0000 (21:22 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Backported fix for bug #62852

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Tue, 19 Mar 2013 20:22:09 +0000 (21:22 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Backported fix for bug #62852

12 years agoBackported fix for bug #62852
Anatol Belski [Tue, 19 Mar 2013 20:19:55 +0000 (21:19 +0100)]
Backported fix for bug #62852

12 years agoRefer to Zend Optimizer as Zend Opcache from now on
David Soria Parra [Tue, 19 Mar 2013 15:15:54 +0000 (16:15 +0100)]
Refer to Zend Optimizer as Zend Opcache from now on

12 years agoZO+ NEWS
David Soria Parra [Tue, 19 Mar 2013 14:26:40 +0000 (15:26 +0100)]
ZO+ NEWS

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Anatol Belski [Tue, 19 Mar 2013 14:15:31 +0000 (15:15 +0100)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

12 years agofix C89 compat
Anatol Belski [Tue, 19 Mar 2013 14:13:27 +0000 (15:13 +0100)]
fix C89 compat

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
David Soria Parra [Tue, 19 Mar 2013 14:11:48 +0000 (15:11 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix typos

12 years agoFix typos
Carson McDonald [Tue, 12 Mar 2013 08:15:50 +0000 (04:15 -0400)]
Fix typos

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Anatol Belski [Tue, 19 Mar 2013 13:50:05 +0000 (14:50 +0100)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

12 years agoFix #48358 add() method for SplDoublyLinkedLis
Mark Baker [Mon, 18 Mar 2013 21:01:42 +0000 (22:01 +0100)]
Fix #48358 add() method for SplDoublyLinkedLis

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Tue, 19 Mar 2013 13:44:20 +0000 (14:44 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix C90 compat

12 years agofix C90 compat
Anatol Belski [Tue, 19 Mar 2013 13:42:18 +0000 (14:42 +0100)]
fix C90 compat

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Tue, 19 Mar 2013 13:04:35 +0000 (17:04 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #63976 (Parent class incorrectly using child constant in class property)

Conflicts:
NEWS

12 years agoFixed bug #63976 (Parent class incorrectly using child constant in class property)
Dmitry Stogov [Tue, 19 Mar 2013 12:59:01 +0000 (16:59 +0400)]
Fixed bug #63976 (Parent class incorrectly using child constant in class property)

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Tue, 19 Mar 2013 11:47:43 +0000 (15:47 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Partial fix for bug #64239

12 years agoPartial fix for bug #64239
Dmitry Stogov [Tue, 19 Mar 2013 11:45:48 +0000 (15:45 +0400)]
Partial fix for bug #64239

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Tue, 19 Mar 2013 11:00:24 +0000 (15:00 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #62343 (Show class_alias In get_declared_classes())

Conflicts:
NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Tue, 19 Mar 2013 10:59:08 +0000 (14:59 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62343 (Show class_alias In get_declared_classes())

12 years agoFixed bug #62343 (Show class_alias In get_declared_classes())
Dmitry Stogov [Tue, 19 Mar 2013 10:56:53 +0000 (14:56 +0400)]
Fixed bug #62343 (Show class_alias In get_declared_classes())

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Tue, 19 Mar 2013 09:07:32 +0000 (13:07 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error)

Conflicts:
NEWS
Zend/zend_compile.c

12 years agoFixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error)
Dmitry Stogov [Tue, 19 Mar 2013 08:48:23 +0000 (12:48 +0400)]
Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error)

12 years agostrlen() returns size_t
Dmitry Stogov [Tue, 19 Mar 2013 06:45:38 +0000 (10:45 +0400)]
strlen() returns size_t

12 years agoRenamed Zend Optimizer+ into Zend OPcache
Dmitry Stogov [Tue, 19 Mar 2013 06:32:24 +0000 (10:32 +0400)]
Renamed Zend Optimizer+ into Zend OPcache

12 years agoAdd stats to phpinfo
Dmitry Stogov [Tue, 19 Mar 2013 06:17:44 +0000 (10:17 +0400)]
Add stats to phpinfo

12 years agoAvoid trailing line break
Dmitry Stogov [Mon, 18 Mar 2013 09:36:31 +0000 (13:36 +0400)]
Avoid trailing line break

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Dmitry Stogov [Mon, 18 Mar 2013 09:17:42 +0000 (13:17 +0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  fix NEWS
  fix NEWS

12 years agoAdd oom, wasted, hash and manual restart counters to help identify potential configur...
Dmitry Stogov [Mon, 18 Mar 2013 09:13:35 +0000 (13:13 +0400)]
Add oom, wasted, hash and manual restart counters to help identify potential configuration problems

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 18 Mar 2013 07:52:36 +0000 (00:52 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanislav Malyshev [Mon, 18 Mar 2013 07:52:27 +0000 (00:52 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix NEWS

12 years agofix NEWS
Stanislav Malyshev [Mon, 18 Mar 2013 07:52:15 +0000 (00:52 -0700)]
fix NEWS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 18 Mar 2013 07:51:35 +0000 (00:51 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix NEWS

12 years agofix NEWS
Stanislav Malyshev [Mon, 18 Mar 2013 07:51:16 +0000 (00:51 -0700)]
fix NEWS

12 years agoAdd optional flag to opcache_get_status()
Dmitry Stogov [Mon, 18 Mar 2013 07:23:26 +0000 (11:23 +0400)]
Add optional flag to opcache_get_status()

12 years agomerge with 5.4
Boris Lytochkin [Sun, 17 Mar 2013 16:52:55 +0000 (20:52 +0400)]
merge with 5.4

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Boris Lytochkin [Sun, 17 Mar 2013 16:52:12 +0000 (20:52 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  more test coverage: missing square bracket error message
  Fixed bug #61981

12 years agomore test coverage: missing square bracket error message
Boris Lytochkin [Sun, 17 Mar 2013 16:40:15 +0000 (20:40 +0400)]
more test coverage: missing square bracket error message

12 years agoFixed bug #61981
Boris Lytochkin [Sun, 17 Mar 2013 16:29:14 +0000 (20:29 +0400)]
Fixed bug #61981

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Boris Lytochkin [Sun, 17 Mar 2013 16:02:34 +0000 (20:02 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #61981

12 years agoFix bug #61981
Boris Lytochkin [Sun, 17 Mar 2013 16:00:37 +0000 (20:00 +0400)]
Fix bug #61981

12 years agoLoad "black list" only if O+ is enabled
Dmitry Stogov [Sun, 17 Mar 2013 08:17:04 +0000 (12:17 +0400)]
Load "black list" only if O+ is enabled

12 years agoMade opcache_get_status() return statistics during O+ restart
Dmitry Stogov [Sun, 17 Mar 2013 07:56:04 +0000 (11:56 +0400)]
Made opcache_get_status() return statistics during O+ restart

12 years agoAdded ability to load zend_extensions without absolute path names
Dmitry Stogov [Sun, 17 Mar 2013 07:42:25 +0000 (11:42 +0400)]
Added ability to load zend_extensions without absolute path names

12 years agoEnabled O+ build by default (it may be disabled before 5.0.0 release)
Dmitry Stogov [Sun, 17 Mar 2013 06:58:30 +0000 (10:58 +0400)]
Enabled O+ build by default (it may be disabled before 5.0.0 release)

12 years agoRemoved files that are neccessary only for standalone pecl branch
Dmitry Stogov [Sun, 17 Mar 2013 06:40:59 +0000 (10:40 +0400)]
Removed files that are neccessary only for standalone pecl branch