]> granicus.if.org Git - php/shortlog
php
2008-01-22 Marcus Boerger- MFH Bugfix #37076 (SimpleXML ignores .=). (felipe...
2008-01-22 Etienne KneussMFH: Typos (Dan Scott)
2008-01-22 Antony Dovgaladd new test
2008-01-22 Dmitry StogovAdded garbage collector
2008-01-22 Ilia Alshanetskyuse new param parsing API
2008-01-21 Etienne KneussMFH: Add doxygen docs for SplDoublyLinkedList, SplStack...
2008-01-21 Dmitry StogovChanged exception handling. Now each op_array doesn...
2008-01-21 Dmitry StogovYet another comparison optimisation for usual cases
2008-01-21 David Coallier- Added lcfirst() announcement.
2008-01-21 Dmitry StogovEliminate unnecessary checks for INC/DEC IS_CV
2008-01-20 Ilia AlshanetskyOptimize wddx boolean encoding
2008-01-20 Hannes MagnussonAdd note about new getopt() features
2008-01-20 Hannes MagnussonMFH: Fixed bug#43875 (Two error messages returned for...
2008-01-20 Etienne KneussMFH: Fix mem errors
2008-01-19 David Coallier- MFH (lcfirst())
2008-01-19 Andrey HristovFix compile issue
2008-01-18 Christopher... MFH: Add ifdef
2008-01-18 Antony DovgalMFH: fix test
2008-01-18 Pierre Joye- MFB: reflect the correct version
2008-01-18 Greg BeaverMFPECL: install headers
2008-01-18 Greg Beaverupdate module version number
2008-01-17 Nuno Lopespcre 7.5 is in 5.2 branch as well
2008-01-17 Derick Rethans- Fixed bug #41599 (setTime() fails after modify()...
2008-01-17 Derick Rethans- MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00...
2008-01-17 Derick Rethans- MFH: Fixed bug #43808 (date_create never fails (even...
2008-01-17 Derick Rethans- Fixed bug #43003 (Invalid timezone reported for DateT...
2008-01-17 Derick Rethans- MFH: Added support for abbreviation and offset based...
2008-01-17 Lukas SmithMFH
2008-01-17 Ilia AlshanetskyFixed bug #43871 (crash inside dns_get_record)
2008-01-16 Ilia AlshanetskyFixed bug #42779 (Incorrect forcing from HTTP/1.0 reque...
2008-01-16 Marcus Boerger- MFH Fixed Bug #37964 (Reflection shows private method...
2008-01-16 David Coallier- Making sure the tests are not failing after modificat...
2008-01-16 Antony DovgalMFH: fix #43863 (str_word_count() breaks on cyrillic...
2008-01-16 Dmitry StogovFixed wrong type cast
2008-01-16 David Coallier- MFH
2008-01-16 Christopher... MFH: fix #41941 (oci8 extension not lib64 savvy)
2008-01-15 Christopher... MFH: Testcase for #43492 (nested cursors)
2008-01-15 Christopher... MFB: fix #43497 (OCI8 XML/getClobVal aka temporary...
2008-01-15 Rob RichardsMFH: fix win build
2008-01-15 Rob RichardsMFH: fix memleak in sign and verify functions
2008-01-15 Ilia AlshanetskyAllow test to run from any directory
2008-01-15 Marcus Boerger- MFH valgrind detection, note in header
2008-01-15 Etienne KneussFix ZTS build, fix tests
2008-01-15 Dmitry StogovFixed bug #43851 (Memory corrution on reuse of assigned...
2008-01-15 Marcus Boerger- Fix the fix
2008-01-15 Antony Dovgaloops..
2008-01-15 Etienne KneussMFH: Bump year
2008-01-15 Etienne KneussMFH: Implement splDoublyLinkedList, splQueue, splStack...
2008-01-15 Antony DovgalMFH: rename macros
2008-01-14 Brian ShireMFH: Fix bug #42850 array_walk_recursive() leaves refer...
2008-01-14 Ilia AlshanetskyMissing patch bit from the FETCH_GROUP fix
2008-01-14 Marcus Boerger- Fix memleak (found by colder)
2008-01-14 Ilia AlshanetskyFixed in 5.2
2008-01-14 Nuno LopesMFB5.2: fix script for files with short names
2008-01-14 Nuno Lopesignore run-tests generated files
2008-01-14 Greg BeaverMFH: fix windows build for all cases, and always export...
2008-01-13 Greg BeaverMFH: add missing define for statically-built zip ext
2008-01-13 Derick Rethans- Fixed TSRM builds.
2008-01-13 Ilia AlshanetskyFixed test
2008-01-13 Derick Rethans- Added new date/time functionality:
2008-01-13 Nuno LopesFixed bug #42945 (preg_split() swallows part of the...
2008-01-13 Nuno Lopesupgrade PCRE to version 7.5
2008-01-13 Greg Beavera few fixes: overwrite all my careful work in zipint_al...
2008-01-13 Greg BeaverMFH: alias all zip identifiers to avoid potential name...
2008-01-12 Greg Beaverfar better fix for bug #40189
2008-01-12 Greg BeaverMFH: fix faulty fix for Bug #40189, and provide real...
2008-01-12 Greg BeaverMFH: clarify error message on why opening a stream...
2008-01-12 Greg BeaverMFH: export symbols for use by other extensions like...
2008-01-11 Dmitry StogovSimplified assignment to string offset
2008-01-11 Lukas SmithMFH
2008-01-11 Lukas SmithMFH
2008-01-11 Dmitry StogovFixed unspecialized executor
2008-01-11 Lukas SmithMFH
2008-01-11 Dmitry StogovFixed bug #39346 (Unsetting a static variable inside...
2008-01-11 Ilia AlshanetskyFixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP...
2008-01-10 Brian Shire- MFH fix truncation of large values on 64-bit systems...
2008-01-10 Rob RichardsMFH: add errors when missing dependencies (Steph)
2008-01-10 Marcus Boerger- MFH Fix bug in example code found by Surf Chen
2008-01-10 Dmitry StogovAdded missing warning message
2008-01-10 Ilia AlshanetskyFixed test
2008-01-09 Rob RichardsMFH: fix crash when using default algorithm
2008-01-09 Dmitry StogovFixed broken soap.wsdl_cache_enabled
2008-01-09 Antony Dovgalfix typo
2008-01-09 Dmitry StogovRemplemented support for SplArray using Traversable...
2008-01-09 Rob RichardsMFH: fix win32 compile
2008-01-09 Greg Beaverapply proper fix of bug #43793 to zlib.deflate (window...
2008-01-09 Dmitry StogovFixed bug #43703 (Signature compatibility check broken)
2008-01-09 Greg Beaverapply same fix of bug #43793 to zlib.deflate
2008-01-09 Greg Beaverfix Bug #43793: zlib filter is unable to auto-detect...
2008-01-09 Pierre Joye- MFB: #43790, fix crash when no family name has been...
2008-01-08 Ilia AlshanetskyFixed bug #43498 (file_exists() on a proftpd server...
2008-01-08 Ulf WendelMySQL 6 compatibility fix.
2008-01-08 Andrey Hristovstrncpy->strlcpy
2008-01-08 Ulf WendelMerge from HEAD: looks more than it is. Whitespace...
2008-01-07 Ilia AlshanetskyWS
2008-01-06 Ilia AlshanetskyMFB: Fixed a safe_mode bypass in cURL identified by...
2008-01-06 Marcus Boerger- MFH Show info for CL and CGI if both are going to...
2008-01-05 Greg Beaverremove potential preg warnings if --EXPECTHEADERS-...
2008-01-05 Greg Beaverimplement --FILE_EXTERNAL-- section for using an extern...
2008-01-04 Ulf WendelMFH
next