]> granicus.if.org Git - php/shortlog
php
2008-07-29 Marcus Boerger- MFH Exclude bundled libs from gcov processing
2008-07-29 Scott MacVicarFix build where __const is already defined like OS X.
2008-07-29 Scott MacVicarMFH: Add freelist for tracking sqlite statements to...
2008-07-29 Moriyoshi Koizumi- Typo.
2008-07-28 Scott MacVicarFix error when fetchArray reaches the last row, and...
2008-07-28 Derick Rethans- Updated to version 2008.5 (2008e)
2008-07-28 Arnaud Le BlancMFH: When automatically redirecting an HTTP request...
2008-07-28 Elizabeth Marie... Secure versions of string functions don't exist for VC6
2008-07-28 Pierre Joye- MFH: vc6 is picky about brackets when used with a...
2008-07-28 Etienne KneussMFH: Increase coverage a bit
2008-07-28 Dmitry StogovFixed constant substitution (Matt)
2008-07-28 Felipe Pena- MFH: New tests
2008-07-28 Jani Taskinen- Fix EOLs
2008-07-28 Pierre Joye- nothing to do here
2008-07-28 Pierre Joye-MFH:
2008-07-28 Moriyoshi Koizumi- Touch.
2008-07-28 Moriyoshi Koizumi- SCNG(input_filter) can be null if the script encoding...
2008-07-28 Moriyoshi Koizumi- ???
2008-07-28 Moriyoshi Koizumi- Touch
2008-07-28 Moriyoshi Koizumi- WS
2008-07-28 Moriyoshi Koizumi- touch
2008-07-28 Moriyoshi Koizumi- Fix __halt_compiler() weirdness with zend-mulibyte...
2008-07-27 Marcus Boerger- Allow building with ming-0.4rc1 (the latest available...
2008-07-27 David Soria... MFB: - Fixed the fix for not requiring C++ always
2008-07-27 Derick Rethans- MFH: Fixed DateTime::setTimestamp() and added a test...
2008-07-27 Christopher... MFH Update README. Bump ver ready for PECL release
2008-07-27 Christopher... MFH: Sync oci8.default_prefetch example value with...
2008-07-27 Christopher... Add OCI8 changes
2008-07-27 Jani TaskinenMFH:- 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 Marcus Boerger- Fix openssl check
2008-07-27 Jani Taskinennuke \r\n
2008-07-26 Jani TaskinenMFH: fix build
2008-07-26 Jani TaskinenMFH: build fixes, cs, ws, etc.
2008-07-26 Jani Taskinen- Removed merge typos
2008-07-26 Jani Taskinenupdate credits
2008-07-26 Jani TaskinenMFH:tune
2008-07-26 Jani Taskinen- No tabs.
2008-07-26 Dmitry Stogov*** empty log message ***
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 BlancMFH: Fix bug #45622 (isset($arrayObject->p) misbehaves...
2008-07-25 Felipe PenaMFH:
2008-07-25 Antony Dovgalfix warnings
2008-07-25 Moriyoshi Koizumi- MFH: Fix warnings
2008-07-25 Moriyoshi Koizumi- MFH: Fix wrong cast
2008-07-25 Felipe Pena- MFB: Fixed the parameter type expected. set_time_limi...
2008-07-25 Jani TaskinenMFH: Fix PDO configure dependancy: If --disable-pdo...
2008-07-25 Moriyoshi Koizumi- MFH: Fix a typo in mb_stripos() that caused segfaults...
2008-07-25 Andrey HristovMFH: Fixed bug#45019 Segmentation fault with SELECT...
2008-07-25 Rob RichardsMFH: fix zts build
2008-07-25 Pierre Joye- MFH: fix EXT_FOO_SHARED usage as dep mgt broke it...
2008-07-25 Jani TaskinenMFH: Fixed a minor problem in not enabling c++/g++...
2008-07-25 Jani Taskinen- Fix description
2008-07-25 Jani Taskinen- No tabs, fix indent in configure --help
2008-07-25 Moriyoshi Koizumi- Fix tests.
2008-07-25 Antony Dovgalfix typo
2008-07-25 Dmitry StogovFixed support for static methods
2008-07-25 Moriyoshi Koizumi- MFH: Allow the results of a partial run to be saved...
2008-07-25 Jani TaskinenMFH: enable fileinfo by default
2008-07-25 Jani TaskinenUpdate credits
2008-07-25 Jani TaskinenMFH: cleanup
2008-07-25 Dmitry StogovFixed uninitialized data
2008-07-25 Antony Dovgalfix typos
2008-07-25 Michael Wallner- Changed HTTP stream wrapper to accept any code betwee...
2008-07-25 Dmitry StogovFixed uninitialised data
2008-07-25 SVN MigrationThis commit was manufactured by cvs2svn to create branc...
2008-07-25 Dmitry StogovSubstitute persistent constants by their values at...
2008-07-25 Moriyoshi Koizumi- MFH: suppress signedness warnings
2008-07-25 Scott MacVicarSQLite3 extension, still has 2 failing tests that will...
2008-07-25 SVN MigrationThis commit was manufactured by cvs2svn to create branc...
2008-07-24 Moriyoshi Koizumi- No need to advance the cursor
2008-07-24 Moriyoshi Koizumi- Revived zend multibyte
2008-07-24 Moriyoshi Koizumi- MFH: Suppress signedness warnings
2008-07-24 Moriyoshi Koizumi- MFH: Constify read-only arguments
2008-07-24 Felipe Pena- MFH: Added TSRMLS_DC to apply_func_args_t and zend_ha...
2008-07-24 Frank M. KromannFix parameter types for a couple of methods
2008-07-24 Moriyoshi Koizumi- MFH: fix win32 build
2008-07-24 Pierre Joye- MFH: force static for now, broken now
2008-07-24 Felipe Pena- Removed unused variable.
2008-07-24 Arnaud Le BlancMFH: Fixed bug #45614 (ArrayIterator::current(), :...
2008-07-24 Christopher... MFH
2008-07-24 Ulf WendelMFH (prepare() fallback logic)
2008-07-24 Arnaud Le BlancFixed #42663 (gzinflate() try to allocate all memory...
2008-07-24 Scott MacVicarMFH: Remove non existent defines and change THREADSAFE...
2008-07-24 Antony DovgalMFH: set GCC to "no" if ICC was detected
2008-07-24 Andrey HristovMFH: Added test file
2008-07-24 Moriyoshi Koizumi- MFH: Fix tests.
2008-07-24 Moriyoshi Koizumi- MFH: Fixed warnings.
2008-07-24 Dmitry StogovOptimized ZEND_SIGNED_MULTIPLY_LONG() (Matt)
2008-07-24 Moriyoshi Koizumi- MFH: Added "mbstring.http_output_conv_mimetypes"...
2008-07-24 Ulf WendelMFH (32bit fix)
2008-07-24 Felipe Pena- MFH: New parameter parsing API
2008-07-24 Dmitry StogovFixed bug #45178 (memory corruption on assignment resul...
2008-07-24 Scott MacVicarMFH: Add .cvsignore, update config.w32 and remove the...
next