]> granicus.if.org Git - php/shortlog
php
2007-12-25 <changelog... ChangeLog update
2007-12-24 Greg Beaverfix windows build
2007-12-24 Greg Beaverremove unused variable
2007-12-24 Greg Beaverfix mem leak
2007-12-24 Dmitry StogovAdditional fix for bug #42868
2007-12-24 Raghubansh... new testcases for dir() function
2007-12-24 Raghubansh... fix tests
2007-12-24 Raghubansh... Changing the regex for %f so the it will match e-,...
2007-12-23 Greg Beavercomplete re-factoring of front controller. Now it...
2007-12-22 Greg Beavernew test for front controller
2007-12-22 Greg Beaverfirst attempt at major new feature: default front contr...
2007-12-22 <changelog... ChangeLog update
2007-12-21 Johannes Schlüter- Fix #43450 (Memory leak on some functions with implic...
2007-12-21 Greg Beaversame fix we used in linux to make all extension deps...
2007-12-21 Dmitry StogovFixed test
2007-12-21 Greg Beaveron second thought, hooking into getcwd() is a bad idea...
2007-12-21 <changelog... ChangeLog update
2007-12-20 Greg Beaverimplement cleaning of crap paths - major functionality...
2007-12-20 Raghubansh... fix tests
2007-12-20 Dmitry Stogovx86_64 assembler optimization (Brain Shire)
2007-12-20 Robert NicholsonNew test - Indexing - various special cases
2007-12-20 Robert Nicholsonnew tests for array_map usage variations - string keys...
2007-12-20 Greg Beaverremove minor (and unnecessary I might add) windows...
2007-12-20 <changelog... ChangeLog update
2007-12-19 Derick Rethans- Fixed rest warnings
2007-12-19 Raghubansh... fix test
2007-12-19 Greg Beaverholy cow - include/fopen/cwd magic fully working on...
2007-12-19 Greg Beavermaking progress (include magic works)
2007-12-19 <changelog... ChangeLog update
2007-12-18 Steve SeearAdding PHPT tests for the ReflectionProperty class...
2007-12-18 Greg Beaver[unfinished] magically handle getcwd() and fopen()...
2007-12-18 Ilia AlshanetskyMFB: Fixed bug #43620 (Workaround for a bug inside...
2007-12-18 Derick Rethans- Fixed var_export() for array keys
2007-12-18 Derick Rethans- Fixed typo.
2007-12-18 Greg Beaveroops, need to make these things optional, not required
2007-12-18 <changelog... ChangeLog update
2007-12-17 Marcus Boerger- Fix folding (again)
2007-12-17 Raghubansh... fix tests
2007-12-17 Hannes MagnussonMFB5.3: - Allow to specify php executable on commandline
2007-12-17 Dmitry StogovFixed bug #42868 (Floats cast to integer droduce unpred...
2007-12-17 Jani Taskinen- Fix indent of macros
2007-12-17 Sara GolemonAdd support for encoding options
2007-12-17 Sara GolemonAdd scoping braces for variable declaration
2007-12-17 <changelog... ChangeLog update
2007-12-16 Johannes Schlüter- Fix #43611 SplObjectStorage is available since 5.1.2
2007-12-16 Hannes MagnussonMFB5.3: Fix test
2007-12-16 Ilia AlshanetskyFixed bug #43589 (a possible infinite loop in bz2_filter.c)
2007-12-16 Ilia AlshanetskyMFB: Fixed bug #43606 (define missing depencies of...
2007-12-16 Greg Beaverfully implement Phar->copy(), fix test
2007-12-16 <changelog... ChangeLog update
2007-12-16 Greg Beaveradd failing test
2007-12-16 Greg BeaverPhar::copy() [not yet working]
2007-12-15 Hannes MagnussonMFB: Fix protos
2007-12-15 Antony Dovgalfix test
2007-12-15 <changelog... ChangeLog update
2007-12-15 David Coallier- MFB: Bug #41528
2007-12-14 Etienne KneussFix folding
2007-12-14 Greg BeaverPhar->buildFromIterator now can also accept a stream...
2007-12-14 Greg Beaverfix test
2007-12-14 Greg Beaverfix alias overloading detection on windows
2007-12-14 Greg Beaverfix test
2007-12-14 Greg Beaverfix terrible logic discovered in windows testing (not...
2007-12-14 Raghubansh... New testcases for token_get_all() function
2007-12-14 Scott MacVicarMFB: Change createFromTimestamp to setTimestamp
2007-12-14 Scott MacVicar- Add Datetime::createFromTimestamp to allow setting...
2007-12-14 Dmitry Stogovexecutor optimization
2007-12-14 Greg Beaverwindows fixes #2 (thanks Steph you rule)
2007-12-14 Greg Beaverwindows fixes (thanks Steph you rule)
2007-12-14 Greg Beaverfix test
2007-12-14 Greg Beaverremove stupid*$(# debug code
2007-12-14 David Coallier- Added other test with some unicode words (Sorry if...
2007-12-14 David Coallier- MFB: Merged bug41528.phpt test from 5_3
2007-12-14 Greg Beaverbetter fix, revert unintentional commit to Makefile...
2007-12-14 Greg Beaverfix build on windows, fix segfault in tsrm by uninitial...
2007-12-14 <changelog... ChangeLog update
2007-12-13 Antony Dovgaladd workaround for glibc issue
2007-12-13 Douglas Goldsteinadd tests for ldap_dn2ufn()
2007-12-13 Douglas Goldsteinexpand ldap_explode_dn() tests.
2007-12-13 Antony Dovgaladd new tests written by Felipe Pena
2007-12-13 Dmitry StogovAllowed import of global classes "use ::GlobalClassName...
2007-12-13 Dmitry StogovAllowed multiple namespaces per file (Gregory)
2007-12-13 Dmitry StogovFixed test
2007-12-13 Greg Beavernew test
2007-12-13 <changelog... ChangeLog update
2007-12-13 Greg Beavernew test
2007-12-13 Greg Beavercode re-organize to make it more logical
2007-12-13 Greg Beavernew test
2007-12-13 Greg Beaverfix test, new test
2007-12-13 Greg BeaverPhar->buildFromIterator: fix another mem leak, fix...
2007-12-13 Greg Beaverkill 1 memleak
2007-12-13 Greg BeaverPhar->buildFromIterator: use spl_iterator_apply(),...
2007-12-13 Ilia AlshanetskyMFB: Fixed bug #43580 (removed bogus declaration of...
2007-12-12 Greg Beaverimplement Phar::buildFromIterator()
2007-12-12 Antony Dovgaladd support for Valgrind 3.3.0 (which doesn't have...
2007-12-12 <changelog... ChangeLog update
2007-12-11 Greg Beaveruse thread-safe global var to store zend_compile_file...
2007-12-11 Greg Beaveruse stream_copy_to_stream again, figured out how to...
2007-12-11 Greg Beaverfix test in 5.3+
2007-12-11 Douglas Goldsteinadd skipif case if the ldap extension is not loaded
2007-12-11 Douglas Goldsteinput ldap_explode_dn.phpt in proper directory
next