]> granicus.if.org Git - php/shortlog
php
2007-01-11 Antony Dovgaluse closesocket() on Win32 and close() on *nix
2007-01-11 Antony Dovgalfix #39988 (type argument of oci_define_by_name() is...
2007-01-11 Antony Dovgalfix #40078 (ORA-01405 when fetching NULL values using...
2007-01-11 Antony Dovgaladd misssing temp directories to .cvsignore
2007-01-11 Sara Golemon#ifdef out the rest of that getpwuid_r() patch, see...
2007-01-11 Sara GolemonSome platforms have getpwnam_r() but are missing _SC_GE...
2007-01-11 <changelog... ChangeLog update
2007-01-11 Marcus Boerger- Fix a few things
2007-01-10 Andrei ZmievskiRename php5 module to php6. Remove version number from
2007-01-10 Andrei ZmievskiUpdate with rewrites by me and Evan G.
2007-01-10 Andrei ZmievskiUpdate with info from README.UNICODE.
2007-01-10 Sara GolemonAdd convenience function for openeing files with unicod...
2007-01-10 Johannes Schlüter- Bump year
2007-01-10 Hannes MagnussonMFB: Add missing ifdefs
2007-01-10 Marcus Boerger- Fix mem access
2007-01-10 Andrei ZmievskiRemove const warnings. (Andrey)
2007-01-10 Dmitry StogovFixed tests
2007-01-10 Dmitry Stogov- Fixed bug #35106 (nested foreach fails when array...
2007-01-10 Hannes MagnussonMFB: fix ifdefs
2007-01-10 Antony Dovgalfix #40083
2007-01-10 <changelog... ChangeLog update
2007-01-10 Marcus Boerger- Fix shutdown issue (keep the speed)
2007-01-10 Marcus Boerger- Simplify/Add comment
2007-01-09 Marcus Boerger- Simplify
2007-01-09 Marcus Boerger- Fix write support & simplify
2007-01-09 Marcus Boerger- Simplify
2007-01-09 Marcus Boerger- Cleanup
2007-01-09 Marcus Boerger- MFH (Ilia's changes)
2007-01-09 Marcus Boerger- Improve debugging and fix #40073
2007-01-09 Andrei ZmievskiFix 'b' prefix in highlighting and tokenizer. (Matt W)
2007-01-09 Dmitry StogovClose open files in case of failure (Amit)
2007-01-09 Dmitry StogovFixed bug #40076 (zend_alloc.c: Value of enumeration...
2007-01-09 Ilia AlshanetskyMFB: Added key_length intialization for intergers
2007-01-09 Dmitry StogovFixed bug #40002 (Try/Catch performs poorly)
2007-01-09 Dmitry StogovBump year.
2007-01-09 Antony Dovgalzerofill info_data and fix possible segfault
2007-01-09 Marcus Boerger- Fix test
2007-01-09 Marcus Boerger- Fix fname and alias hash table handling
2007-01-09 Marcus Boerger- Easy debugging
2007-01-09 <changelog... ChangeLog update
2007-01-09 Marcus Boerger- Add new test
2007-01-09 Marcus Boerger- Add Phar::getSignature()
2007-01-08 Marcus Boerger- Add initial hash support write/read/verify md5/sha1...
2007-01-08 Nuno LopesMFB
2007-01-08 Nuno LopesMFB: remove mshutdown func
2007-01-08 Nuno LopesMFB: constify
2007-01-08 Sara GolemonAdd CURLOPT_TCP_NODELAY
2007-01-08 Sara GolemonAllow libxml DomNodes to remain persistent when request...
2007-01-08 Marcus Boerger- Be picky about names
2007-01-08 Marcus Boerger- Better handler names (group by prefixing)
2007-01-08 Andrei ZmievskiFix IMAP check.
2007-01-08 Andrei ZmievskiLet caller issue error.
2007-01-08 Andrei ZmievskiNote.
2007-01-08 Ilia AlshanetskyMFB: Use safe_emalloc() rather then emalloc()
2007-01-08 <changelog... ChangeLog update
2007-01-08 Edin KadribasicMake mt more silent
2007-01-07 Marcus Boerger- Fix test
2007-01-07 Greg Beaverfix unlink
2007-01-07 Greg Beavernew test for unset()
2007-01-07 Greg Beaveranother attempt to fix unlink()/unset()
2007-01-07 Greg Beaverfix unlink - make sure it actually erases the file
2007-01-07 Sara GolemonTypo
2007-01-07 Greg Beaveradd test to make sure the phar is modified on disk
2007-01-07 Marcus Boerger- Fix memory issues
2007-01-07 Marcus Boerger- Fix a memleak
2007-01-07 Hannes MagnussonUse relative timestamp
2007-01-07 Sara GolemonRemaining unicode updates for user filters
2007-01-07 Sara GolemonAdd add_property_zstr(l)(_ex)()
2007-01-07 Sara GolemonAdd pestrndup()
2007-01-07 Sara GolemonFix prior commit noticing this time that persistent...
2007-01-07 Sara GolemonFlesh out some missing API calls
2007-01-07 <changelog... ChangeLog update
2007-01-06 Nuno Lopesmake a var static
2007-01-06 Nuno LopesMFB
2007-01-06 Nuno LopesMFB: fix build with libming 0.3
2007-01-06 Edin KadribasicVar declarations first (fixes windows build)
2007-01-06 Rob Richardsparameter entity argument (pe) should be bool
2007-01-06 Hannes MagnussonMFB: fix skipif
2007-01-06 Hannes MagnussonRemove bugfix entry (will be in 5.2.1)
2007-01-06 Hannes MagnussonFix parameter parsing
2007-01-06 Dmitry StogovImproved proc_open(). Now on Windows it can run externa...
2007-01-06 Georg Richtermerged from 5_2 (mysqli_info crash)
2007-01-06 <changelog... ChangeLog update
2007-01-05 Sara GolemonRefix posix_ttyname(), test for a working implementatio...
2007-01-05 Sara GolemonBSD4.1 (possibly others) doesn't support _SC_TTY_NAME_MAX
2007-01-05 Sara GolemonUpdate create_function()
2007-01-05 Andrei ZmievskiClean up set_include_path().
2007-01-05 Sara GolemonDon't bother with conversion when the converter is...
2007-01-05 Hannes MagnussonMFB: Fix tests
2007-01-05 Sebastian BergmannFix ZTS issues.
2007-01-05 Greg Beaveradd unset support and test
2007-01-05 Greg Beaveradd support for creating new files via array access
2007-01-05 Sara GolemonAllow ext/session to use ext/hash's algorithms for...
2007-01-05 Greg Beaverfix creation of phar from scratch, add test case
2007-01-05 Sara GolemonUnicode Updates
2007-01-05 Greg Beaveradd test for delete in phar, we needed to check the...
2007-01-05 Greg Beaverfix creation of new files within an existing phar,...
2007-01-05 <changelog... ChangeLog update
2007-01-05 Greg Beaverrevert changes to test
2007-01-05 Greg Beaverfixed crc - write test works
next