]> granicus.if.org Git - php/shortlog
php
2005-06-10 Dmitry StogovAdded test file for bug #31177 (not fixed yet)
2005-06-10 Dmitry Stogovtypos
2005-06-10 Dmitry StogovFixed support for ZEND_ACC_SHADOW in ReflectionProperty...
2005-06-10 Dmitry StogovFix so that extensions like xdebug, can overload opcode...
2005-06-10 Dmitry StogovMerge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_I...
2005-06-10 Wez FurlongPatch from zhao ming sen.
2005-06-10 Wez Furlong"Fix" PECL #4411
2005-06-10 Wez Furlongimplement the 'request shutdown' hook; this allows...
2005-06-10 Wez FurlongFix a dumb bug that would effecively ignore persistent...
2005-06-10 <changelog... ChangeLog update
2005-06-10 Wez Furlongadd sqliteCreateAggregate()
2005-06-10 Wez Furlongfinish implementation of sqliteCreateFunction().
2005-06-10 Wez Furlonginitialize type of function
2005-06-10 Wez Furlongwork in progress on UDF.
2005-06-09 Stanislav Malyshev#29689
2005-06-09 Stanislav MalyshevMF50: fix #29689 and more private property problems
2005-06-09 Stanislav Malyshevadd test for this TBF bug
2005-06-09 Stanislav Malyshevdisallow abstrace private methods
2005-06-09 Dmitry StogovFixed double call to php_stream_close() on compiler...
2005-06-09 Ilia AlshanetskyFixed compiler warning.
2005-06-09 Wez Furlongadd --enable-memory-manager switch for win32 too
2005-06-09 Wez Furlonghmm, backing out this change, as it seems to cause...
2005-06-09 Dmitry StogovFixed bug #25922 (In error handler, modifying 5th arg...
2005-06-09 Dmitry StogovFixed bug (Crash on Windows and ZTS) that was introduce...
2005-06-09 Dmitry StogovFixed reference counting and probable crash on fclose...
2005-06-09 Dmitry StogovFixed array type autodetection (use namespace name...
2005-06-09 <changelog... ChangeLog update
2005-06-08 Ilia AlshanetskyFixed bug #33268 (iconv_strlen() works only with a...
2005-06-08 Frank M. KromannUSE_ZEND_ALLOC should be defined here too.
2005-06-08 Dmitry StogovFixed memory allocation bugs in array_reduce() with...
2005-06-08 Dmitry StogovFixed zval_ptr_dtor(&return_value) on uninicialized...
2005-06-08 Dmitry StogovFixed exception handling in getIterator() callback...
2005-06-08 Dmitry StogovFixed valgrind errors
2005-06-08 Dmitry StogovFixed ReflectionClass::setStaticPropertyValue()
2005-06-08 foobarHopefully fixes win32 builds
2005-06-08 Dmitry StogovFixed incorrect usage of zend_mangle_property_name...
2005-06-08 Dmitry StogovFixed lookups for previos opcodes
2005-06-08 Dmitry StogovFixed bug #30140 (Problem with array in static properties)
2005-06-08 Dmitry StogovAdded test for bug #32322 (Return values by reference...
2005-06-08 Dmitry StogovFixed test file affected by fix for bug #30820 (static...
2005-06-08 Dmitry StogovFixed bug #30820 (static member conflict with $this...
2005-06-08 Dmitry StogovFixed bug #30961 (Wrong linenumber in ReflectionClass...
2005-06-08 <changelog... ChangeLog update
2005-06-08 <changelog... ChangeLog update
2005-06-07 foobar- Fix paths when using --libdir and --includedir config...
2005-06-07 foobar- It is nice to close the script with ?>..
2005-06-07 Dmitry StogovFixed bug #26456 (Wrong results from Reflection-API...
2005-06-07 foobar-Moved --disable-zend-memory-manager where it belongs
2005-06-07 foobar- Show "none" when nothing is found
2005-06-07 Dmitry StogovFixed memory allocation bugs. Probably this patch shoul...
2005-06-07 Ilia AlshanetskyFixed ZTS build.
2005-06-07 Derick Rethans- Added the --disable-zend-memory-manager switch to...
2005-06-07 Derick Rethans- Not sure why this wasn't committed...
2005-06-07 Dmitry StogovFixed memory leak in debug_print_backtrace()
2005-06-07 foobar- Allow doing --with-mysql --with-mysqli (no mysql...
2005-06-07 Dmitry Stogovfixed memory leak in bug #28972 ([] operator overflow...
2005-06-07 Derick Rethans- MF44: Problems with user defined error handler and...
2005-06-07 Dmitry StogovFixed bug #33243 (ze1_compatibility_mode does not work...
2005-06-07 Dmitry StogovEnabled test for <any>
2005-06-07 <changelog... ChangeLog update
2005-06-06 Wez Furlongfix build on Solaris
2005-06-06 foobarsilence warning
2005-06-06 Wez Furlongtest commit
2005-06-06 Brad Houselibmonetra-5.0 sync.
2005-06-06 Ilia AlshanetskyBetter storage size for output length.
2005-06-06 Derick Rethans- Regenerate VM files and add warning about regeneration
2005-06-06 Derick Rethans- MH44: Problems with user defined error handler and...
2005-06-06 Derick Rethans- Fixed bug #33242 (Mangled error message when stream...
2005-06-06 Dmitry StogovFixed bug #32428 (The @ warning error supression operat...
2005-06-06 Dmitry StogovFixed bug #32799 (crash: calling the corresponding...
2005-06-06 Dmitry StogovAdded test for bug #32596 (Segfault/Memory Leak by...
2005-06-06 Dmitry StogovFixed bug #32993 (implemented Iterator function current...
2005-06-06 Dmitry StogovFixed bug #33171 (foreach enumerates private fields...
2005-06-06 Marcus Boerger- Expose -a as special mode and show whether it is...
2005-06-06 Wez FurlongDon't crash when compiled with the zend memory manager...
2005-06-06 Wez FurlongAvoid double-freeing streams.
2005-06-06 <changelog... ChangeLog update
2005-06-05 Wez Furlongfixes for #33251
2005-06-05 Wez Furlongdon't screw up the default fd set size when --disable...
2005-06-05 Ilia AlshanetskyFixed bug #33070 (Improved performance of bzdecompress...
2005-06-05 foobar- Proper fix for phpize when dealing with PECL
2005-06-05 Wez Furlongmake "nmake install" more verbose.
2005-06-05 Wez FurlongAdd option for placing the big binaries outside of...
2005-06-05 Wez Furlongtweaks for a recent addition to cygwin
2005-06-05 <changelog... ChangeLog update
2005-06-04 Zeev Suraski__halt_compiler() patch interface
2005-06-04 Zeev SuraskiThought I committed it ages ago... Anyway, without...
2005-06-04 <changelog... ChangeLog update
2005-06-03 foobarnuke crap, end scripts always with ?>
2005-06-03 foobarcs + ws
2005-06-03 Magnus M��tt�Add skipif, test requires iconv.
2005-06-03 foobarnuke duplicate code
2005-06-03 Dmitry StogovAdded test for 5.0 specific bug #30394 (Assignment...
2005-06-03 Dmitry StogovFixed bug #30080 (Passing array or non array of objects)
2005-06-03 Dmitry StogovFixed bug #27598 (list() array key assignment causes...
2005-06-03 Dmitry StogovFixed memory allocation bugs related to magic object...
2005-06-03 Georg Richteradded new function mysqli_get_charset
2005-06-03 George Schlossnagle[Move from branch]
2005-06-03 <changelog... ChangeLog update
2005-06-02 foobar- Revert previous change in build/libtool.m4 and make...
next