]> granicus.if.org Git - php/shortlog
php
2008-07-30 Felipe Pena- New test
2008-07-30 Antony Dovgalfix folding
2008-07-30 Antony Dovgalfix tests
2008-07-30 Jani Taskinenws
2008-07-30 Kalle Sommer... Add test for imagecolorclosesthwb()
2008-07-30 Kalle Sommer... MFB: Add test case for #44849
2008-07-30 <changelog... ChangeLog update
2008-07-30 Felipe Pena- Fixed BC break: The magic constants must be case...
2008-07-30 George Wangmake it compatible with PHP 6.0 using new php output API
2008-07-29 Pierre Joye- missing in the previous crypt commit (shutdown frees...
2008-07-29 Arnaud Le BlancAdded pcntl_sigwaitinfo(), pcntl_sigtimedwait() and...
2008-07-29 Felipe Pena- Fix memory leak
2008-07-29 Arnaud Le BlancAdded pcntl_signal_dispatch()
2008-07-29 Felipe Pena- Fix crash when NULL is passed to bindtextdomain(...
2008-07-29 Dmitry StogovFixed memory leak
2008-07-29 Arnaud Le BlancFixed previous fix
2008-07-29 Dmitry StogovFixed memory leak
2008-07-29 Felipe Pena- Fix the fix
2008-07-29 Felipe Pena- Fix mem. leak
2008-07-29 Felipe Pena- Fixed tests
2008-07-29 Dmitry StogovFixed test
2008-07-29 Dmitry StogovRemoved warning
2008-07-29 Antony Dovgalfix 5 years old copy/paste error (patch by Mikko)
2008-07-29 Antony Dovgalfix test
2008-07-29 Antony Dovgalmake ReflectionProperty::getValue() and ReflectionPrope...
2008-07-29 Antony Dovgaladd zend_u_read_property() and zend_u_update_property()
2008-07-29 Marcus Boerger- Exclude bundled libs from gcov processing
2008-07-29 Antony Dovgalno need for FETCH anymore..
2008-07-29 Antony Dovgalmore similar fixes
2008-07-29 Antony Dovgaladd TSRMLS_DC and fix crash in ZTS mode
2008-07-29 <changelog... ChangeLog update
2008-07-29 Scott MacVicarAdd freelist for tracking sqlite statements to free...
2008-07-28 Scott MacVicarMFB: Fix error when fetchArray reaches the last row
2008-07-28 Derick Rethans- Updated to version 2008.5 (2008e)
2008-07-28 Arnaud Le BlancWhen automatically redirecting an HTTP request, use...
2008-07-28 Elizabeth Marie... Secure versions of string functions don't exist for VC6
2008-07-28 Pierre Joye- vc6 is picky about brackets when used with a defined...
2008-07-28 Etienne KneussIncrease coverage a bit
2008-07-28 Dmitry StogovFixed constant substitution (Matt)
2008-07-28 Felipe Pena- New tests
2008-07-28 Jani Taskinen- Fix EOLs
2008-07-28 Jani Taskinen- Fix EOLs. (Pierre: yea, mac2unix..try not touch files...
2008-07-28 Pierre Joye- not here anymore (old crypt implementation)
2008-07-28 Pierre Joye- silent warning with vc8 + dbg mode
2008-07-28 Pierre Joye- #45430, windows implementation of crypt is not TS
2008-07-28 Pierre Joye- mac to unix
2008-07-28 Pierre Joye- mac to unix format
2008-07-28 Pierre Joye- Fix ZTS build
2008-07-28 Moriyoshi Koizumi- Touch.
2008-07-28 Moriyoshi Koizumi- Another portion to merge.
2008-07-28 Moriyoshi Koizumi- Sync function signature with the 5.3 branch
2008-07-28 <changelog... ChangeLog update
2008-07-27 David Soria... MFB: - Fixed the fix for not requiring C++ always
2008-07-27 Derick Rethans- Fixed DateTime::setTimestamp() and added a test for it.
2008-07-27 Christopher... Update README. Bump ver ready for PECL release
2008-07-27 Felipe Pena- Fixed tests
2008-07-27 Christopher... Sync oci8.default_prefetch example value with recent...
2008-07-27 Jani Taskinen- Fixed the fix for not requiring C++ always
2008-07-27 Dmitry StogovFix for bug #43487 (Wrong conversion of float to string)
2008-07-27 <changelog... ChangeLog update
2008-07-27 Jani Taskinen*sigh*
2008-07-26 Jani Taskinen- Fix build
2008-07-26 Jani Taskinen- Fixed build with bundled library
2008-07-26 Jani Taskinenjfc..*SIGH*
2008-07-26 Jani TaskinenNO Winblows EOLs here!!!
2008-07-26 Jani Taskinenfix folding tag
2008-07-26 Jani Taskinenupdate credits
2008-07-26 Jani Taskinen- Fix ws/cs (please do not invent your own CS...) and...
2008-07-26 Jani Taskinencorrect year and version
2008-07-26 Jani Taskinen- Fix EOLs
2008-07-26 Jani Taskinentune
2008-07-26 Jani Taskinen- No tabs.
2008-07-26 Dmitry StogovAdded checks for destroied objects
2008-07-26 Dmitry StogovFixed bug #44660 (Indexed and reference assignment...
2008-07-26 Dmitry StogovAdded support for overloaded functions (e.g. COM) in...
2008-07-26 Dmitry Stogov. Added support for using static HEREDOCs to initialize...
2008-07-26 Dmitry StogovFixed bug #45608 (closures don't work in static methods)
2008-07-26 Dmitry StogovFixed crashes and memory leak for objects with NULL...
2008-07-26 Dmitry StogovFixed is_callable/call_user_func mess that had done...
2008-07-26 Arnaud Le BlancFix bug #45622 (isset($arrayObject->p) misbehaves with...
2008-07-26 <changelog... ChangeLog update
2008-07-26 Scott MacVicarForgot to add these earlier
2008-07-25 Scott MacVicarSQLite3 extension, still has 2 failing tests that will...
2008-07-25 Felipe Pena- Added arginfo
2008-07-25 Antony Dovgalfix warnings
2008-07-25 Moriyoshi Koizumi- Fix warnings
2008-07-25 Moriyoshi Koizumi- Fix wrong cast
2008-07-25 Felipe Pena- Fixed the parameter type expected. set_time_limit...
2008-07-25 Jani Taskinen- Fix PDO configure dependancy: If --disable-pdo is...
2008-07-25 Moriyoshi Koizumi- fix a typo in mb_stripos() that caused segfault.
2008-07-25 Andrey HristovFix bug#45019 Segmentation fault with SELECT ? and...
2008-07-25 Rob Richardsfix zts build
2008-07-25 Pierre Joye- fix EXT_FOO_SHARED usage as dep mgt broke it (one...
2008-07-25 Jani Taskinen- Fixed a minor problem in not enabling c++/g++ when...
2008-07-25 Felipe Pena- MFB: New parameter parsing API (set_time_limit)
2008-07-25 Felipe Pena- Fix build
2008-07-25 Antony Dovgalfix typo
2008-07-25 Dmitry StogovFixed support for static methods
2008-07-25 Moriyoshi Koizumi- Allow the results of a partial run to be saved when...
2008-07-25 Jani TaskinenMFB: generated with a bit newer re2c
next