]> granicus.if.org Git - php/shortlog
php
2009-01-09 Antony Dovgalokay, no news for new internal functions then
2009-01-09 David Soria... MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_...
2009-01-09 Antony Dovgalnews
2009-01-09 Antony DovgalMFH: add zend_ts_hash_copy_to_hash()
2009-01-09 Ilia AlshanetskyMFH: Corrected fix for bug #46844 to only trigger on...
2009-01-09 Antony Dovgalfix ZTS build
2009-01-09 Ilia Alshanetsky[DOC]
2009-01-09 Johannes SchlüterMFH: Fixed bug #46653
2009-01-09 Sanjay MantoorNew testcases for localtime function
2009-01-09 Felipe Pena- Fixed tests
2009-01-08 Antony DovgalMFH: use correct check for constants and stop segfaulting
2009-01-08 Antony Dovgalfix tests
2009-01-08 Antony Dovgalfix test
2009-01-08 andy wharmbyNew PHPT tests for math functions. Tested on Windows...
2009-01-08 Felipe Pena- Fixed test [only in this branch]
2009-01-08 Arnaud Le BlancMFH: XFAIL test
2009-01-08 Felipe Pena- MFH: Fixed tests
2009-01-08 Felipe PenaMFH:
2009-01-08 Arnaud Le BlancMFH:
2009-01-08 Felipe Pena- MFH: Fixed bug #47035 (dns_get_record returns a garba...
2009-01-08 Arnaud Le BlancMFH: Fixed error conditions handling in stream_filter_a...
2009-01-08 Ilia AlshanetskyImproved parameter fixing & address a compiler warning
2009-01-08 Scott MacVicarFix test again...
2009-01-08 Scott MacVicarFix broken test
2009-01-08 andy wharmbyFix bogus file tests - addresses 2 failures in PHP...
2009-01-08 Ilia AlshanetskySimplify parameter parsing
2009-01-08 Felipe Pena- MFH: Removed WRONG_PARAM_COUNT usage
2009-01-07 Felipe Pena- MFH: Fixed test
2009-01-07 Felipe Pena- MFH: More suitable parameter checking
2009-01-07 Felipe PenaMFH:
2009-01-07 Andrei ZmievskiAdd test for last commit.
2009-01-07 Andrei ZmievskiChanged __call() to be invoked on private/protected...
2009-01-07 Antony DovgalMFH: fix test
2009-01-07 Felipe Pena- Fixed test
2009-01-07 Felipe PenaMFH:
2009-01-07 Felipe Pena- Checking 0 param in the new way [only in this branch]
2009-01-07 Felipe Pena- MFH: Fixed duplicate errmsg
2009-01-07 Felipe Pena- Fixed bug #47029 (quoted_printable_decode() produces...
2009-01-07 Johannes SchlüterMFH: Proper ctor usage (Fix #46044)
2009-01-07 andy wharmbyNew pcre extension tests. Tested on Windows, Linux...
2009-01-07 Derick Rethans- MFH: Fixed bug #47027 (var_export doesn't show numeri...
2009-01-07 andy wharmbyNew hash extension tests. Tested on Windows, Linux...
2009-01-07 Pierre Joye- fix regression introduced by the move to the new...
2009-01-07 Pierre Joye- fix parameter parsing options
2009-01-07 Pierre Joye- declaration and impl match
2009-01-07 Pierre Joye- remove PHP_FE(dl) (actually removing the commented...
2009-01-07 Pierre Joye- sanity check if we got an A as well (valid too but...
2009-01-06 Ilia AlshanetskyParam parsing cleanup
2009-01-06 Pierre Joye- these ifdefs are a mess, fix build on win
2009-01-06 Pierre Joye- [DOC] VC6 does not have NAPTR
2009-01-06 Pierre Joye- fix build
2009-01-06 Pierre Joye- add multi threaded build support (automatic detection...
2009-01-06 Pierre Joye- [MFH]
2009-01-06 Pierre Joye- add DNSApi for the DNS functions
2009-01-06 Uwe SchindlerMFH: the #ifdef was never working. If Sun extends its...
2009-01-06 Felipe Pena- Fix for #46701 merged into 5_2
2009-01-05 Felipe Pena- New test
2009-01-05 Felipe Pena- BFN
2009-01-05 Felipe PenaMFH:
2009-01-05 Ilia AlshanetskyMFB: Improved parameter handling
2009-01-05 Antony Dovgalcreate temporary db in the current dir and cleanup...
2009-01-05 Antony Dovgalfix ws
2009-01-05 Antony DovgalMFH: only add "# original source" if a redirect is...
2009-01-05 Antony Dovgalfix memleaks correctly and make valgrind happy
2009-01-04 Pierre Joye- fix build
2009-01-04 Ilia AlshanetskyAdded missing initialization
2009-01-04 Antony DovgalMFH: fix PDO and other 'redirected' tests - add that...
2009-01-04 Antony Dovgalfix test
2009-01-04 Marcus Boerger- MFH Add compiler globals as
2009-01-04 Antony DovgalMFH
2009-01-04 Marcus Boerger- MFH - Set scope when copying a closure with a new...
2009-01-03 Felipe PenaMFH:
2009-01-03 Marcus Boerger- MFH Minor corrections and a new test
2009-01-03 Marcus Boerger- MFH Show closure's bound as static parameter
2009-01-03 Marcus Boerger- MFH Prevent instantiation from Reflection
2009-01-03 Marcus BoergerMFH
2009-01-03 Marcus Boerger- MFH Overlooked one instance number
2009-01-03 Marcus Boerger- MFH Fix refcounting
2009-01-03 Marcus Boerger- MFH Rebind closure when binding to property
2009-01-03 Marcus Boerger- MFH Improved closure support
2009-01-03 Marcus Boerger- MFH Add minimalistic closure support
2009-01-03 Marcus Boerger- MFH Add reflection support helpers
2009-01-03 Felipe Pena- MFH: Windows part
2009-01-02 Felipe Pena- MFH: Errr, rule nº 1: be portable :)
2009-01-02 Felipe Pena- MFH: Working with unintialized errno (#46917, noticed...
2009-01-02 Felipe Pena- MFH: Year++
2009-01-02 Ilia AlshanetskyFixed a possible crash when phar_create_signature(...
2009-01-02 Marcus Boerger- MFH Catch exceptions in cli -a
2009-01-02 Kalle Sommer... MFH: Check if configure script was copied, and output...
2009-01-02 Kalle Sommer... MFH: Redirect the "1 file(s) copied" message to nul
2009-01-02 Andi Gutmans- Remove NO_RECURSE as it causes a huge performance...
2009-01-02 Scott MacVicarAdd some missing NEWS items
2009-01-02 Scott MacVicarMFH Fix bug #46944 - UTF-8 characters outside the BMP...
2009-01-02 Pierre Joye- fix build (declaration first please)
2009-01-02 Pierre Joye- year++
2009-01-02 Pierre Joye- fix filename property read
2009-01-02 Pierre Joye- MFB: restore overwrite feature (regression introduced...
2009-01-02 Pierre Joye- MFB: restore fix for binary mode on win (regression...
2009-01-01 Ilia AlshanetskyBFN
2009-01-01 Ilia AlshanetskyFixed bug #46844 (php scripts or included files with...
next