]> granicus.if.org Git - php/shortlog
php
2006-09-22 Ilia AlshanetskyRestore support for unquoted -d options
2006-09-22 Dmitry StogovPrevent access to dead zval
2006-09-21 Ilia AlshanetskyFixed test
2006-09-21 Seiji MasugataUpdated bundled oniguruma library (used for multibyte...
2006-09-20 Rui Hirokawafixed compilation problem on Mac OS/X. (bug #38892...
2006-09-20 Dmitry StogovAdded ability to make SOAP call userspace PHP<->XML...
2006-09-20 Dmitry StogovFixed bug #38579 (include_once() may include the same...
2006-09-19 Ilia Alshanetskymake input_get_args() not modify the original values.
2006-09-19 Ilia Alshanetskyarray_key_exists() should not work by by-ref
2006-09-19 Dmitry StogovFixed bugs #34065 and #38623 (throw in foreach/switch...
2006-09-19 Dmitry StogovMFH: Fixed mess with CGI/CLI -d command line option...
2006-09-19 Ilia AlshanetskyFixed bug #37870 (pgo_pgsql tries to de-allocate unused...
2006-09-19 Hannes Magnussonfix test
2006-09-19 Stefan EsserDelete empty temporary files if file upload hook forbid...
2006-09-19 Antony Dovgalargh.. nuke UEXPECTF
2006-09-19 Antony Dovgalsupport objects in array_walk*()
2006-09-19 Antony Dovgalfix tests
2006-09-19 Antony DovgalMFH: fix #34066 (recursive array_walk causes segfault)
2006-09-18 Ilia AlshanetskyAvoid generating php_errormsg twice in some instances.
2006-09-18 Antony Dovgaladd PHP version detection to this branch too, since...
2006-09-18 Hannes MagnussonAdd .libs to .cvsignore
2006-09-18 Hannes MagnussonFix tests
2006-09-18 Ilia AlshanetskyFixed bug #38574 (missing curl constants and improper...
2006-09-18 Dmitry StogovSmall optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_EL...
2006-09-18 Antony Dovgalfix test (the error message is different across the...
2006-09-18 Dmitry StogovFixed non-specialized executor
2006-09-18 Ilia AlshanetskyFixed memory leak on require() error
2006-09-17 Pierre Joye- add test for callback and input_get and input_get_args
2006-09-16 Nuno Lopesfix compiler warnings introduced in my previous commit
2006-09-16 Ilia AlshanetskyOne last expand_filepath() check
2006-09-16 Ilia AlshanetskyAdditional expand_filepath() checks
2006-09-16 Nuno Lopesplug leaks that in the previous patch
2006-09-16 Nuno Lopesadd missing checks around expand_filepath()
2006-09-16 Ilia AlshanetskyAdded missing validation checks around expand_filepath()
2006-09-16 Nuno Lopesfix possible crash in posix_access()
2006-09-16 Nuno Lopesuse relative paths, so that we dont break the lcov...
2006-09-16 Rob RichardsBFN
2006-09-16 Rob Richardsimplement workaround for bug #38823 (DOMComment->append...
2006-09-16 Nuno Lopesfix mem leak. hash keys dont need to be strdup'ed
2006-09-15 Ilia AlshanetskyAdded a check for PQftable() function
2006-09-15 Nuno Lopesfix a valgrind warning. this also provides a 5x speedup...
2006-09-15 Antony DovgalMFH: missing part of the fix for #38844
2006-09-15 Antony Dovgalstill output an error, even if there is no curl_easy_st...
2006-09-15 Nuno Lopesmark some huge arrays as read-only
2006-09-15 Antony DovgalMFH: fix segfault in curl_multi_info_read()
2006-09-15 Nuno Lopesremove warning. thanks Tony for noticing
2006-09-15 Nuno Lopesremove more old code and macros. also remove the module...
2006-09-15 Antony DovgalMFH: fix #38844 (curl_easy_strerror() is defined only...
2006-09-15 Pierre Joye- MFH: PECL Bug #8700, zipArchive::getFromIndex() fails
2006-09-15 Antony DovgalMFH: fix leak when call to shutdown function fails
2006-09-15 Antony Dovgalfix leak with `php -c /path -h`
2006-09-15 Antony DovgalMFH: free node pointer using correct function
2006-09-15 Antony DovgalMFH: fix double free(), add test
2006-09-15 Dmitry StogovFixed memory leak
2006-09-14 Ilia AlshanetskyBack to dev
2006-09-14 Ilia AlshanetskyPHP 5.2.0RC4
2006-09-14 Ilia AlshanetskyMake float filter handle things like 02.324 properly
2006-09-14 Nuno Lopesadd --STDIN-- support
2006-09-14 Antony Dovgalseparate zval only when needed (fixes 035.phpt and...
2006-09-14 Rob RichardsBFN
2006-09-14 Rob Richardsfix bug #38813 (DOMEntityReference->__construct crashes...
2006-09-14 Dmitry StogovReinamed variables to avoid name conflicts
2006-09-14 Dmitry StogovRemoved unused macro USE_ZEND_ALLOC
2006-09-14 Dmitry StogovWrite valid run-time value for Zend Memeory Manager
2006-09-14 Dmitry StogovAdded is_zend_mm() to allow runtime check for zend...
2006-09-13 Stanislav Malyshevadd for VC build
2006-09-13 Stanislav Malyshevfix VC build:
2006-09-13 Stanislav Malyshevfix fcgi build
2006-09-13 Ilia AlshanetskyFixed name
2006-09-13 Ilia AlshanetskyFixed test for systems without INFILE/OUTFILE support
2006-09-13 Antony Dovgalfix tests on MacOS
2006-09-13 Dmitry StogovFix memory leaks
2006-09-13 Dmitry StogovFix for bug #38757 (MultiPart Form Uploads fail with...
2006-09-13 Antony DovgalMFH
2006-09-12 Antony Dovgalnew tests
2006-09-12 Antony Dovgaldeclare oci_lob_seek()
2006-09-12 Antony DovgalMFH: improve spelling (fixes #38780)
2006-09-12 Derick Rethans- Make passing filter flags as LONG work again.
2006-09-12 Ilia AlshanetskyFixed bug #37779 (empty include_path leads to search...
2006-09-12 Pierre Joye- PECL Bug #8676, addFile was not updated and still...
2006-09-12 Antony DovgalMFH: fix leak when binding a variable to the same place...
2006-09-12 Dmitry StogovFixed bug #38772 (inconsistent overriding of methods...
2006-09-12 Antony Dovgalremove a leftover
2006-09-12 Antony Dovgalfix test
2006-09-11 Ilia AlshanetskyTypo fix from Steph
2006-09-11 Johannes Schlüter- MFH: Print the type of the original value
2006-09-11 Ilia AlshanetskyBFN
2006-09-11 Sara GolemonMFH: Bug #38687 - sockaddr local storage insufficient...
2006-09-11 Johannes Schlüter- MFH: Fix #37923 (Display constant value in reflection...
2006-09-11 Ilia AlshanetskyFixed bug #38096 (large timeout values ignored on 32bit...
2006-09-11 Antony DovgalBFN
2006-09-11 Antony DovgalMFH: fix #38779 (engine crashes when require()'ing...
2006-09-11 Antony Dovgalfix tests
2006-09-11 Antony Dovgaladd tests
2006-09-11 Ilia AlshanetskyUpgrading updates from Steph
2006-09-11 Antony Dovgalfix test
2006-09-11 Dmitry StogovDon't try to do safe connection close in case of FastCG...
2006-09-11 Ilia AlshanetskyFixed a typo
2006-09-10 Hannes Magnussondissallowing->disallowing
2006-09-10 Antony Dovgalnew tests
next