]> granicus.if.org Git - php/shortlog
php
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...
2008-07-24 Dmitry StogovLSB parent/self forwarding
2008-07-24 Steph Fox- Utilize new UNIX_PATHS flag in SPL
2008-07-24 Arnaud Le BlancMFH: Allow filters to work on INPUT_SERVER in CLI ...
2008-07-24 Steph FoxMFH Make test x-platform
2008-07-24 Steph FoxMFH SPL_FILE_DIR_UNIXPATHS.
2008-07-24 Frank M. KromannAdd a couple of methods to SWFVideoStream
2008-07-24 Antony Dovgalbump copyright year
2008-07-24 Frank M. KromannSyncronize the ming extension with libming 0.4
2008-07-24 Antony Dovgalfix test
2008-07-24 Felipe Pena- MFH: Improved parameter handling
2008-07-24 Scott MacVicarUpdate pdo_sqlite to use the amalgamation, much easier...
2008-07-23 Hartmut HolzgraefeMFH: corrected library search path order in tests
2008-07-23 Lars Strojnyarray_intersect_ukey tests by Sanjay Mantoor
2008-07-23 Derick Rethans- MFH: Fixed an issue with "first <weekday> of" in...
2008-07-23 Jani Taskinen80 chars per line..
2008-07-23 Stanislav Malyshevadd compose syntax as per request #14266
2008-07-23 Felipe Pena- MFH: New parameter parsing API
2008-07-23 Derick Rethans- MFH: Fixed bug #43452 (strings containing a weekday...
2008-07-23 Felipe Pena- MFH: Fixed bug #45605 (array_uintersect_assoc gives...
2008-07-23 Lars StrojnyAllowing "%unicode|string%" as a placeholder (backport...
2008-07-23 Jani TaskinenMFH: Fix test (bug #44985)
2008-07-23 Andrey HristovNEWS!:
2008-07-23 Andrey HristovMFH: Fixed bug#44897 - failed to prepare statement
2008-07-23 Ulf WendelMFH
2008-07-23 Antony DovgalMFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
2008-07-23 Antony Dovgalfix test
2008-07-23 Antony Dovgalfix test names
2008-07-23 Antony Dovgalfix test
2008-07-23 Antony Dovgalfix test
2008-07-23 Arnaud Le BlancMFH: Fix tests: need simplexml
2008-07-23 Antony DovgalMFH: add PHP_STREAM_FLAG_FCLOSE to zip streams
2008-07-23 Hartmut Holzgraefesplitted test cases for lo_create and lo_import, added...
2008-07-23 Antony DovgalMFH: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be...
2008-07-23 Arnaud Le BlancMFH: Fix tests: soap tests in schema/ needs the xml...
2008-07-23 Arnaud Le BlancMFH: Fix test: use canonical name to avoid problems...
2008-07-23 Marcus Boerger- [DOC] Add FilesystemIterator::SKIP_DOTS (flag to...
2008-07-23 Marcus Boerger- MFH Add new classes
2008-07-23 Stanislav Malyshevadd test
2008-07-23 Stanislav Malyshevadd acceptFromHttp
2008-07-23 Hartmut Holzgraefeadded support for object ids in pg_lo_create() and...
2008-07-22 Andrey HristovMFH: Two less failing tests, one of which was definitel...
2008-07-22 Marcus Boerger- MFH Add MultipleIterator (Arnaud, Marcus)
2008-07-22 Scott MacVicarFix windows build error.
2008-07-22 Stanislav Malyshevuse correct locale check
2008-07-22 Stanislav Malyshevtypofixes
2008-07-22 Stanislav Malyshevrefactor ctors, cleanup code
2008-07-22 Felipe Pena- MFH: The error level must be E_ALL | E_STRICT.
2008-07-22 Andrey HristovMFH: Fix a leak with pconn and mysqlnd
2008-07-22 Scott MacVicarMFH: Add test for escapeshellcmd and restore previous...
2008-07-22 Andrey HristovMore debugging info for the trace log
2008-07-22 Jani Taskinenws + cs
2008-07-22 Jani TaskinenMFH: unused stuff
2008-07-22 Felipe Pena- MFH: Fixed bug #44246 (closedir() accepts a file...
2008-07-22 Rob RichardsMFH: Visibility (bug #45557)
2008-07-22 Steph FoxMFH Add missing help text
2008-07-22 Moriyoshi Koizumi- Remove duplicated lines.
2008-07-22 Jani Taskinenws
2008-07-22 Dmitry StogovClosure object cannot have properties
2008-07-22 Derick Rethans- This test works fine (patch by Lars Strojny)
2008-07-22 Dmitry StogovFixed test
2008-07-22 Dmitry StogovImproved webPhar speed (frontcontroller11.phar.phpt...
2008-07-22 Pierre Joye- MFH: Segfault when an exception is thrown on persiste...
2008-07-22 Felipe Pena- MFH: Added arginfo
next