Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
Latest PECL Releases (12.08.2015)
Dec 08, 2015 @ 14:05:01

Latest PECL Releases:

  • yaml 2.0.0RC6
    Bugs Fixed:

    • #71045 zend_mm_alloc_small crashes with zend_string_alloc
  • mongodb 1.0.1
    * PHPC-487: Regression tests for check_closed stream handler * PHPC-487: Reverse logic in check_closed stream handler * PHPC-499: Only add the dependency when we're actually enabling the extension
  • v8js 0.4.0
    - Improve -Wno-c++11-narrowing/-Wno-narrowing flag detection (clang/gcc5 support) - Added ability to set properties on V8Function - CommonJS modules now have access to V8Js' var_dump function - V8JsScriptExtensions now reference the normalised module id (instead of just "require") - fatal PHP errors triggered in setModuleLoader callback are now handled gracefully - setModuleLoader callback is now allowed to return an empty string as source of module - V8Js' internal module path normalisation may now be overrode using setModuleNormaliser
  • apcu_bc 1.0.0
    - initial release
  • APCu 5.1.2
    - be really consistent with APC in use of atomics
  • APCu 4.0.10
    - be really consistent with APC in use of atomics, avoid surprises
  • pecl_http 3.0.0RC1
    PHP7 compatible release based on the 2.5.x series with the following backwards incompatible changes: - removed httpUrl::FROM_ENV from the default flags of the httpUrl constructor, use httpEnvUrl instead
  • pq 2.0.0RC1
    * PHP 7 compatible release
  • propro 2.0.0RC1
    * Internals documentation at http://m6w6.github.io/ext-propro/master/ * Travis support * PHP7 compatible version
  • raphf 2.0.0RC1
    * Internals documentation available at http://m6w6.github.io/ext-raphf/master/ * Travis support * PHP 7 compatible version
  • pecl_http 2.5.5
    * Fixed gh-issue #16: No Content-Length header with empty POST requests
  • pq 1.0.0RC1
    * Stable release for PHP 5.4 - 5.6
  • propro 1.0.2RC1
    * Internals documentation at http://m6w6.github.io/ext-propro/v1.0.x/ * Travis support * Fix package.xml's maximum and minumum PHP version
  • raphf 1.1.1RC1
    * Source code documentation available at http://m6w6.github.io/ext-raphf/v1.1.x * Travis support * Fix package.xml's maximum and minimum PHP version
  • SeasLog 1.5.0
    - Support PHP 7. - Fixed issue #63 Fixed trace_exception and trace_error recovery;
  • pthreads 3.1.5
    fix issue with return/param verification overload (32bit), gh issue #523
  • pcs 1.3.0
    - Take example/test client extensions out of the tree (to fix install via the 'pecl' CLI command) - Adapt travis-ci build script
  • v8js 1.0.0
    First PHP 7 release
  • geospatial 0.1.0
    Initial release on PECL (with PHP 7 support).
  • imagick 3.4.0RC2
    - Added support: * PHP 7 * ImageMagick 7. Imagick can be compiled against either ImageMagick 6 or ImageMagick 7 However it must be run with the exact same version it was compiled against. Trying to run Imagick with a different version of ImageMagick than it was compiled against is not supported. Please see http://nextgen.imagemagick.org/script/porting.php for more information about ImageMagick 7. - Minimum versions supported are now PHP >= 5.4.0 and ImageMagick >= 6.5.3-10. Earlier versions may continue to work, but they are no longer supported. - Added methods: * Imagick::getConfigureOptions * Imagick::getFeatures * Imagick::getHDRIEnabled * Imagick::setImageChannelMask (IM7 only) - Added IM7 constants: * Imagick::CHANNEL_READ_MASK * Imagick::CHANNEL_WRITE_MASK * Imagick::CHANNEL_META - Fixes: * ImagickPixel::getColorQuantum, ImagickPixel::getColorValueQuantum and ImagickPixel::setColorValueQuantum now correctly use floats when Imagick was compiled against a HDRI version of ImageMagick * Imagick::exportImagePixels works for all storage types * Version number in extension header
  • imagick 3.4.0RC1
    - Added support: * PHP 7 * ImageMagick 7. Imagick can be compiled against either ImageMagick 6 or ImageMagick 7 However it must be run with the exact same version it was compiled against. Trying to run Imagick with a different version of ImageMagick than it was compiled against is not supported. Please see http://nextgen.imagemagick.org/script/porting.php for more information about ImageMagick 7. - Minimum versions supported are now PHP >= 5.4.0 and ImageMagick >= 6.5.3-10. Earlier versions may continue to work, but they are no longer supported. - Added methods: * Imagick::getConfigureOptions * Imagick::getFeatures * Imagick::getHDRIEnabled * Imagick::setImageChannelMask (IM7 only) - Added IM7 constants: * Imagick::CHANNEL_READ_MASK * Imagick::CHANNEL_WRITE_MASK * Imagick::CHANNEL_META - Fixes: * ImagickPixel::getColorQuantum, ImagickPixel::getColorValueQuantum and ImagickPixel::setColorValueQuantum now correctly use floats when Imagick was compiled against a HDRI version of ImageMagick * Imagick::exportImagePixels works for all storage types
  • imagick 3.3.0
    - Added ImagickKernel class. These can be used with the Imagick::morphology or Imagick::filter functions. - Added methods: * Imagick::brightnessContrastImage() * Imagick::colorMatrixImage() * Imagick::deleteImageProperty() * Imagick::filter() * Imagick::forwardFourierTransformImage() * Imagick::getAntiAlias() * Imagick::getImageCompression() * Imagick::getRegistry() * Imagick::getQuantum() * Imagick::identifyFormat() * Imagick::inverseFourierTransformImage() * Imagick::isPixelSimilarQuantum() * Imagick::listRegistry() * Imagick::morphology() * Imagick::rotationalBlurImage() * Imagick::selectiveBlurImage() * Imagick::setAntiAlias() * Imagick::setImageBiasQuantum() * Imagick::setProgressMonitor() * Imagick::setRegistry() - which allows setting the "temporary-path" used by ImageMagick * Imagick::statisticImage() * Imagick::subImageMatch() * ImagickPixel::getColorQuantum() - Added constants: * Imagick::RESOURCETYPE_TIME * Imagick::RESOURCETYPE_THROTTLE * Imagick::CHANNEL_RGBA * Imagick::ALPHACHANNEL_BACKGROUND * Imagick::FUNCTION_ARCSIN * Imagick::FUNCTION_ARCTAN - Fixed Imagick::clutImage() parameter parsing - Fixed tint image bug - Fixed ImageMagick compiled with HDRI having quantum values as floats - Fixed memory leaks in: * Imagick::getImageBlob() * Imagick::getImagesBlob() * Imagick::getImageChannelStatistics() * Imagick::getImageFormat() * Imagick::getImageMimetype() * Imagick::getSamplingFactors() * Imagick::identifyImage() * Imagick::tintImage - Fixed segfault when compiling statically - ImagickDraw::setFontFamily no longer checks whether the font is available. This allows a font family to be set where the family name is not the same as the font name. However it also means an invalid family name can be set, leading to the default font being used, instead of an exception being thrown. See https://github.com/mkoppanen/imagick/issues/77 - Removed Zend MM support - Excluded deprecated methods: * Imagick::getImageMatte() * Imagick::colorFloodfillImage() * Imagick::matteFloodfillImage() * Imagick::paintFloodfillImage() * Imagick::paintOpaqueImage() * Imagick::paintTransparentImage() * Imagick::mapImage() * Imagick::recolorImage() * Imagick::setImageIndex() * Imagick::getImageIndex() * Imagick::getImageSize() * Imagick::setImageAttribute() * Imagick::getImageAttribute() * Imagick::mosaicImages() * Imagick::averageImages() * Imagick::flattenImages() This is replaced by $im = $im->mergeImageLayers(Imagick::LAYERMETHOD_FLATTEN) * Imagick::getImageChannelExtrema() * Imagick::getImageExtrema() - Ini file changes * Added imagick.skip_version_check. Imagick now checks that it was compiled against the same version of ImageMagick that it is being run with, and will give a warning if it was compiled against a different version of ImageMagick. The skip_version_check setting allows you to suppress this warning. However it is strongly recommended to use the version of ImageMagick that Imagick was compiled against. - Misc: * CI now compiles with CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Werror"
  • xdebug 2.4.0RC2
    Wed, Dec 02, 2015 - xdebug 2.4.0RC2

    = Fixed bugs:

    • Fixed issue #1181: Remote debugging does not handle exceptions after using zend_read_property
    • Fixed issue #1189: Remove address attribute from remote debugging responses
    • Fixed issue #1194: The error message is doubly HTML-encoded with assert()
    • Fixed issue #1210: Segfault with code coverage dead code analysis and foreach on PHP 7
    • Fixed issue #1215: SIGSEGV if xdebug.trace_output_dir directory does not exist
    • Fixed issue #1217: xdebug.show_error_trace should not be enabled by default
    • Fixed issue #1218: Xdebug messes with the exception code, by casting it to int
    • Fixed issue #1219: Set default value for xdebug.overload_var_dump to 2 to include file / line numbers by default
    • Use long for PHP 5, and zend_long for PHP 7 for ini settings in the globals
  • pcs 1.2.1
    - Remove the '-s' option in the embed converter - Add dependencies to pcre and tokenizer (thanks to R. Collet)
  • pthreads 3.1.4
    fix various faults caused by globally allocated strings (removed) minor stability improvements
  • solr 2.3.0
    - Support indexing child/nested documents [Request #70739] - Support nested documents parsing SolrObject [Request #70953] - Support nested documents parsing SolrDocument [Request #70974] - Added maxScore to SolrResponse [Request #68610] - Fixed issues on big endean processors (Remi Collet) - Enhancements on method parameter naming (reflections)
tagged:

Link:


Trending Topics: