]> granicus.if.org Git - php/shortlog
php
2008-07-24 Antony Dovgaldrop freeing of uninitialized variable
2008-07-24 Antony Dovgaldo not include libmagic/file.c into the build
2008-07-24 Scott MacVicarRemove non existent defines, change THREADSAFE to SQLIT...
2008-07-24 Andrey HristovAdded test file
2008-07-24 Antony Dovgalset GCC to "no" if ICC was detected
2008-07-24 Moriyoshi Koizumi- Fix tests.
2008-07-24 Dmitry StogovOptimized ZEND_SIGNED_MULTIPLY_LONG() (Matt)
2008-07-24 Moriyoshi Koizumi- Fixed warnings.
2008-07-24 Derick Rethans- Bundle the data file - you can still use the external...
2008-07-24 Moriyoshi Koizumi- Add mbstring.http_output_conv_mimetypes that allows...
2008-07-24 Ulf WendelMake the test pass on 32bit and not bail out because...
2008-07-24 Felipe Pena- New parameter parsing API
2008-07-24 Dmitry StogovFixed bug #45178 (memory corruption on assignment resul...
2008-07-24 Scott MacVicarAdd .cvsignore, update config.w32 and remove the other...
2008-07-24 Dmitry StogovLSB parent/self forwarding
2008-07-24 Arnaud Le BlancAllow filters to work on INPUT_SERVER in CLI (bug ...
2008-07-24 Steph Fox- Make test x-platform
2008-07-24 Steph Fox- Introduce SPL_FILE_DIR_UNIXPATHS.
2008-07-24 Antony Dovgalfix test
2008-07-24 Felipe Pena- Fixed tests
2008-07-24 Felipe Pena- Improved parameter handling
2008-07-24 <changelog... ChangeLog update
2008-07-24 Scott MacVicarMFB: Update pdo_sqlite to use the amalgamation, much...
2008-07-23 Hartmut Holzgraefecorrected library search path order in tests
2008-07-23 Lars Strojnyarray_intersect_ukey tests by Sanjay Mantoor
2008-07-23 Stanislav Malyshevimplement bug #14266
2008-07-23 Stanislav Malyshevtypoes
2008-07-23 Derick Rethans- Fixed an issue with "first <weekday> of" in case...
2008-07-23 Felipe Pena- Fixed tests
2008-07-23 Felipe Pena- New parameter parsing API
2008-07-23 Derick Rethans- Fixed bug #43452 (strings containing a weekday, or...
2008-07-23 Stanislav Malyshevadd test
2008-07-23 Stanislav Malyshevadd locale_accept_from_http
2008-07-23 Felipe Pena- Fixed bug #45605 (array_uintersect_assoc gives incorr...
2008-07-23 Lars StrojnyAllowing "%unicode|string%" as a placeholder. In 6...
2008-07-23 Jani TaskinenFix test (bug #44985)
2008-07-23 Andrey HristovFixed bug#44897 - failed to prepare statement
2008-07-23 Ulf WendelThis little detail seems MySQL version/setup dependent
2008-07-23 Antony Dovgalinvert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
2008-07-23 Antony Dovgalfix test
2008-07-23 Antony Dovgalfix tests names
2008-07-23 Antony Dovgalfix test
2008-07-23 Antony Dovgalsync test with other branches
2008-07-23 Hartmut HolzgraefeMFB + Unicode:
2008-07-23 Arnaud Le BlancFix tests: need simplexml
2008-07-23 Antony Dovgaladd PHP_STREAM_FLAG_FCLOSE to zip streams
2008-07-23 Antony Dovgaladd PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed...
2008-07-23 Arnaud Le BlancFix tests: soap tests in schema/ needs the xml extension
2008-07-23 Arnaud Le BlancFix test: use canonical name to avoid problems with...
2008-07-23 Marcus Boerger- MFH [DOC] Add FilesystemIterator::SKIP_DOTS (flag...
2008-07-23 Marcus Boerger- Add new classes
2008-07-23 <changelog... ChangeLog update
2008-07-22 Andrey HristovTwo less failing tests, one of which was definitely...
2008-07-22 Marcus Boerger- Add MultipleIterator (Arnaud, Marcus)
2008-07-22 Stanislav MalyshevMFB: constructors fixes and cleanup
2008-07-22 Scott MacVicarMFB: Fix windows build error.
2008-07-22 Felipe Pena- The error level must be E_ALL | E_STRICT.
2008-07-22 Ulf WendelFixing some tests to expect unicode instead of (binary...
2008-07-22 Andrey HristovFix a leak with pconn and mysqlnd
2008-07-22 Jani TaskinenMFB:- Fixed bug #38680 (Added missing handling of...
2008-07-22 Scott MacVicarAdd test for escapeshellcmd and restore previous behavi...
2008-07-22 Andrey HristovMore debugging info
2008-07-22 Jani TaskinenMFB: sync
2008-07-22 Jani Taskinenws + cs + sync with PHP_5_3
2008-07-22 Jani Taskinen- Add missing tests (thanks for being so fucking lazy...
2008-07-22 Felipe Pena- Fixed bug #44246 (closedir() accepts a file resource...
2008-07-22 Rob Richards- Visibility (bug #45557)
2008-07-22 Pierre Joye- fix build
2008-07-22 Steph Fox- Add missing help text
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 Pierre Joye- Segfault when an exception is thrown on persistent...
2008-07-22 Felipe Pena- Added arginfo
2008-07-22 <changelog... ChangeLog update
2008-07-22 Scott MacVicarFix integer oveflow in strrpos()
2008-07-21 Felipe Pena- Fixed tests (patch by Lars Strojny)
2008-07-21 Lars StrojnyFixing tests broken by the introduction E_USER_DEPRECATED
2008-07-21 Scott MacVicarOptimisation for zend_memnstr when the needle is only...
2008-07-21 Pierre Joye- #41996, Problem accessing Oracle ROWID (Martin Jansen)
2008-07-21 Dmitry StogovAdded check for small ZEMD_MM_SEG_SIZE
2008-07-21 Pierre Joye- MFB: sync changes with 5.3...
2008-07-21 Jani Taskinen- Visibility (bug #45564)
2008-07-21 Rob RichardsSync with 5_3 changes
2008-07-21 Jani TaskinenSync with PHP 5.3 (might not work 100% yet due to huge...
2008-07-21 Felipe Pena- Fixed tests
2008-07-21 Felipe Pena- MFB: New parameter parsing API
2008-07-21 Johannes Schlüter- Add mysqlnd support for PDO_mysql, fixes at least...
2008-07-21 Andrey HristovMFB :
2008-07-21 Jani Taskinen- forgot to commit to HEAD
2008-07-21 Felipe Pena- Removed unicode_semantics()
2008-07-21 Jani TaskinenMFB: The rest of the fix too for previous commit
2008-07-21 Kalle Sommer... Forgot to fix title
2008-07-21 Jani Taskinen- This is still available in HEAD, so keep the override...
2008-07-21 Jani Taskinen- Sync to PHP_5_3
2008-07-21 Jani TaskinenMFB:- Fixed bug #40079 (php_get_current_user() not...
2008-07-21 Jani Taskinenws
2008-07-21 Steph FoxMFB Removed generated file (no longer used for .dsp...
2008-07-21 Steph FoxMFB Make compiler/architecture info potentially cross...
next