]> granicus.if.org Git - php/shortlog
php
2005-06-14 foobarPartial revert: AC_DEFINE / PHP_HAVE_DEF need to be...
2005-06-14 foobaruse PHP_CHECK_PDO_INCLUDES
2005-06-14 foobarAllow different things to be done when found / not...
2005-06-14 foobar- Fixed some places which might cause problems
2005-06-14 foobar- Added PHP_CHECK_PDO_INCLUDES macro (caches the result)
2005-06-13 foobarws
2005-06-13 Hartmut Holzgraefeadded news item for GLOB_ERR fix
2005-06-13 Edin KadribasicMFB: MSVC++ 6.0 doesn't support long long type
2005-06-13 Dmitry StogovSpecializer optimization
2005-06-13 Dmitry StogovFixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliase...
2005-06-13 Antony Dovgaldestroy session after destroying error handle
2005-06-13 foobar- Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro...
2005-06-13 Dmitry StogovFixed bug #33312 (ReflectionParameter methods do not...
2005-06-13 <changelog... ChangeLog update
2005-06-12 Ilia AlshanetskyRemoved unused var.
2005-06-12 Hartmut HolzgraefeSupport for GLOB_ERR so that glob() reports permission...
2005-06-12 <changelog... ChangeLog update
2005-06-12 Hartmut Holzgraefethinko fix (E_COMMIT_AFTER_MIDNIGHT)
2005-06-12 Hartmut HolzgraefeRemoved bogus fix for bug #28355 (it was dead code...
2005-06-11 foobarrevert
2005-06-11 foobarAnother netware fix
2005-06-11 foobarMerge the bug fix entries from PHP_5_0 branch
2005-06-11 foobarregenerated with re2c 0.9.7
2005-06-11 Andi Gutmans- Back to -dev
2005-06-11 Andi Gutmans- b2 (will post it to internals@)
2005-06-11 Wez Furlonghunting for a bug. Looks like it might be yet-another...
2005-06-11 Dan ScottPDO_ODBC returns strings for all data types. Bring...
2005-06-11 Wez Furlongbecome a better config.m4 citizen
2005-06-11 Wez FurlongFix for PECL #3714: beginTransaction doesn't work if...
2005-06-11 Wez Furlongand the lesson is, test everything before you commit...
2005-06-11 <changelog... ChangeLog update
2005-06-11 Wez Furlongcouple of conceptual errors here
2005-06-10 Andi Gutmans- Back to -dev
2005-06-10 Andi Gutmans- Go with 5.1.0b1
2005-06-10 Andi Gutmans- Go with Beta 1
2005-06-10 foobar- Fix phpize: need to eval path variables for them...
2005-06-10 Dmitry StogovAdd some entries that was forgotten
2005-06-10 Dmitry StogovAdded test for bug #30162 (it is already fixed but...
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
next