]> granicus.if.org Git - php/shortlog
php
2008-06-23 Pierre Joye- use stdout for MESSAGE (thx Steph)
2008-06-23 Dmitry StogovFixed possible buffer overflow
2008-06-23 Pierre Joye- set PHP_[EXTNAME] to yes for spl, pcre and reflection...
2008-06-23 Pierre Joye- add a MESSAGE function
2008-06-23 Pierre Joye- fix ADD_EXTENSION_DEP detection so it can match it...
2008-06-23 Greg Beavertrue fix for potential segfault in phar_build
2008-06-23 Greg Beaverfix tar-related failures
2008-06-23 Felipe Pena- New parameter parsing API
2008-06-22 Pierre Joye- really check for the dependency, libs and header...
2008-06-22 Pierre Joye- bindlib has its own package
2008-06-22 Pierre Joye- return true/false when a dep addition was succeeded...
2008-06-22 Pierre Joye- don't show zlib as available when libs or headers...
2008-06-22 Pierre Joye- do not show libxml as enabled when libs are missing...
2008-06-22 Felipe Pena- Fix build where __USE_GNU is used instead of _GNU_SOU...
2008-06-22 Pierre Joye- add a list of the enabled extensions and how they...
2008-06-22 Pierre Joye- clean new line (unix only now)
2008-06-22 Olivier HillNew parameter parsing API for string, part I
2008-06-22 Felipe Pena- Fixed tests
2008-06-22 Uwe SchindlerMFH: Response to: [PHP-DEV] cleaning up the functions...
2008-06-22 Steph Fox- Revert the two blocks of code that implement the...
2008-06-22 Etienne KneussMFH: Add some tests to increase code coverage
2008-06-22 Felipe Pena- New parameter parsing API
2008-06-22 Alexey Zakhlestinupdated to the new parameter-parsing api
2008-06-22 Steph Fox- Revert the tar.c part of the inode calculation fix
2008-06-22 Rob Richardsfix parameter parsing change
2008-06-22 Alexey Zakhlestinupdated to the new parameter-parsing api
2008-06-22 Felipe Pena- New parameter parsing API
2008-06-22 Steph Fox- ws, typo fix
2008-06-22 Felix De VliegherBasic test for ob_get_length(), testfest.php.net task...
2008-06-22 Alexey Zakhlestinupdated to the new parameter-parsing api
2008-06-22 Felipe Pena- Removed unused variables
2008-06-22 Timm Friebe- Changed zend_get_parameters_ex -> zend_parse_parameters
2008-06-22 Sebastian BergmannFix build.
2008-06-22 David Soria... Testfest task 93. Written by Sebastian Deutsch.
2008-06-22 Greg Beaverfix inode calculation, we need fname to be set for...
2008-06-22 Greg Beavernew tests for phar.cache_list
2008-06-21 Felipe Pena- Fix segfault
2008-06-21 Felipe Pena- New parameter parsing API
2008-06-21 Alexey Zakhlestinupdated to the new parameter-parsing api
2008-06-21 Steph Fox- Don't free stuff you still need
2008-06-21 Steph Fox- Kill a couple of double frees and a memleak
2008-06-21 Steph Fox- pefree pemalloc'd filename
2008-06-21 Steph Fox- Fix macro definition syntax
2008-06-21 Steph Fox- fix for segfault in 5.2 (patch from Greg)
2008-06-21 Steph Fox- ws
2008-06-21 Felipe Pena- New parameter parsing API
2008-06-21 Greg Beaverdefine ALLOC_PERMANENT_ZVAL for PHP 5.2
2008-06-21 Greg BeaverPHP 5.2 fixes to direct include of compressed archives
2008-06-21 Felipe Pena- New parameter parsing API
2008-06-21 Greg Beaverclose stream on failure
2008-06-21 Greg Beaver82x(./profile2) speedup for buildFrom*()
2008-06-21 Greg Beaverfix leak
2008-06-21 Felipe Pena- New parameter parsing API
2008-06-20 David Coallier- New parsing parameter API cleanups
2008-06-20 Felipe Pena- New parameter parsing API
2008-06-20 Stanislav Malyshevfix buglet
2008-06-20 Olivier Hill- New parameter parsing API for var.c & tests
2008-06-20 Felipe Pena- New parameter parsing API
2008-06-20 Dmitry StogovAllowed to override internal classaes with "use"
2008-06-20 Steph Fox- 5_2 compatibility stuff (so we can stay in sync with...
2008-06-20 Felipe Pena- New parameter parsing API
2008-06-20 Steph Fox- Use SKIP_SLOW_TESTS where it's most useful
2008-06-20 Steph Fox- Kill the last compiler warning under 5.3 (release...
2008-06-20 Felipe Pena- New parameter parsing API
2008-06-20 Steph FoxThe only reason that particular 'real solution' wasn...
2008-06-20 Felipe Pena- Fix ws
2008-06-20 Johannes Schlüter- Fix ZTS build (not required on HEAD, patch by Uwe...
2008-06-20 Greg Beaverminor performance improvement
2008-06-20 Greg Beavermaking progress - up to 42/phar vs. 48/disk with these...
2008-06-20 Greg Beaverrevert really bad solution to the zend_init_rsrc_list...
2008-06-20 Raghubansh... New testcases for vfprintf(), Committed for Felix De...
2008-06-19 Christopher... MFH:
2008-06-19 Pierre Joye- remove debug code
2008-06-19 Steph FoxOops.
2008-06-19 Steph FoxTwo new options for Travis to come to terms with:
2008-06-19 Steph FoxTwo new options for Travis to come to terms with:
2008-06-19 Christopher... Test updates and bundle 1.3.3
2008-06-19 Stanislav Malyshevupdate the docs
2008-06-19 Steph Fox- ext/standard currently has a dependency on ext/ereg...
2008-06-19 Steph Fox- '' != 'no'
2008-06-19 Pierre Joye- NEWS for fpdf and ncurses > PECL
2008-06-19 Pierre Joye- move fpdf to PECL
2008-06-19 Pierre Joye- mvoe ncurses to PECL
2008-06-19 Dmitry StogovAdded test for bug #45312
2008-06-19 Dmitry StogovFixed #45307 (define() crashes because of uninitialized...
2008-06-18 Stanislav Malyshevfix tests for builtin Zend functions using new parsing API
2008-06-18 Stanislav MalyshevUse new parameter parsing API for builtin functions
2008-06-18 Steph Fox- inherited methods don't unixify paths along the way...
2008-06-18 Steph Fox- Kill 10 MSVC compiler warnings due to type conflict
2008-06-18 Etienne KneussMFH: Rename everything from SplFastArray to SplFixedArray
2008-06-18 Pierre Joye- really fix the windows builds, don't cast many times...
2008-06-18 Etienne KneussMFH: Fix #45216 (Add a default size for fgetss)
2008-06-18 Dmitry StogovFixed SOAP binding selection
2008-06-18 Greg Beaverfix windows build and more performance jumps (these...
2008-06-18 Philip OlsonMFH: updated website team info
2008-06-17 Raghubansh... Committed for Felix De Vliegher, TestFest Task No:...
2008-06-17 Raghubansh... Committed for Felix De Vliegher, TestFest Task No:...
2008-06-16 Zoe SlatteryTest committed for felixdv
2008-06-16 Rob RichardsMFH: add parameter allowing node to be exported into...
2008-06-16 Greg Beaverremove unused variables in phar_fix_filepath
next