]> granicus.if.org Git - php/shortlog
php
2006-09-21 Andrei ZmievskiFix protos.
2006-09-21 Sara GolemonAdd double-width ripemd tests to package2.xml as well
2006-09-21 Andrei ZmievskiFix protos.
2006-09-21 Sara GolemonAdd double-width ripemd tests to package.xml
2006-09-21 Rob Richardsfix domcomment property handler so it inherits from...
2006-09-21 Rob Richardsfinish unicode updates
2006-09-21 Dmitry StogovZTS fix
2006-09-21 <changelog... ChangeLog update
2006-09-20 Sara GolemonBackfill protos for ext/unicode functions
2006-09-20 Andrei ZmievskiBug fixes for substr_replace().
2006-09-20 Andrei ZmievskiInstall SPL headers.
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-20 Sara GolemonAdd ripemd256 and ripemd320 algos
2006-09-20 <changelog... ChangeLog update
2006-09-20 Sara GolemonPHP6 Updates
2006-09-19 Ilia AlshanetskyMFB: make input_get_args() not modify the original...
2006-09-19 Ilia AlshanetskyMFB: array_key_exists() should not work by by-ref
2006-09-19 Sara GolemonStrip unused implementations of md5(), md5_file(),...
2006-09-19 Sara GolemonRefactor parameter parsing into the 21st century and...
2006-09-19 Dmitry StogovFixed bugs #34065 and #38623 (throw in foreach/switch...
2006-09-19 Andrei ZmievskiUse internal converter name to speed up instantiation.
2006-09-19 Andrei ZmievskiUnicode support in preg_grep().
2006-09-19 Sara GolemonAdd INI controlled default stream encoding (unicode...
2006-09-19 Andrei ZmievskiUpgrade preg_quote() to support Unicode.
2006-09-19 Andrei ZmievskiFix offset calculation in add_offset_pair().
2006-09-19 Ilia AlshanetskyMFB:
2006-09-19 Antony Dovgalfix tests
2006-09-19 Antony Dovgalfix spl tests
2006-09-19 Antony Dovgalfix tests
2006-09-19 Antony Dovgalfix leak in preg_split()
2006-09-19 Antony Dovgalfix test
2006-09-19 Antony Dovgalfix tests
2006-09-19 Dmitry StogovDisabled autoconversion of hash keys (from string to...
2006-09-19 Antony Dovgalsupport objects in array_walk*()
2006-09-19 Antony Dovgalfix #34066 (recursive array_walk causes segfault)
2006-09-19 Dmitry StogovForgotten part of patch (Small optimization of ZEND_INI...
2006-09-19 Dmitry StogovZTS fix
2006-09-19 Dmitry StogovFixed PCRE related compilation errors
2006-09-19 <changelog... ChangeLog update
2006-09-18 Ilia AlshanetskyMFB: Avoid generating php_errormsg twice in some instances.
2006-09-18 Andrei ZmievskiUpgrade preg_split() to support Unicode strings.
2006-09-18 Andrei ZmievskiMore work on Unicode support in PCRE. When UG(unicode...
2006-09-18 Ilia AlshanetskyMFB: Fixed bug #38574 (missing curl constants and impro...
2006-09-18 Dmitry StogovSmall optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_EL...
2006-09-18 Antony Dovgalfix test
2006-09-18 Dmitry StogovFixed non-specialized executor
2006-09-18 <changelog... ChangeLog update
2006-09-17 Johannes Schlüter- Unicode fix
2006-09-17 <changelog... ChangeLog update
2006-09-16 Ilia AlshanetskyMFB: One last expand_filepath() check
2006-09-16 Nuno LopesMFB: fix compiler warnings introduced in my previous...
2006-09-16 Ilia AlshanetskyMFB: Additional expand_filepath() checks
2006-09-16 Ilia AlshanetskyMFB: Added missing validation checks around expand_file...
2006-09-16 Nuno LopesMFB
2006-09-16 Nuno LopesMFB
2006-09-16 Nuno Lopesfix lcov report
2006-09-16 Rob RichardsMFB: implement workaround for bug #38823 (DOMComment...
2006-09-16 Nuno LopesMFB
2006-09-16 <changelog... ChangeLog update
2006-09-15 Ilia AlshanetskyMFB: Added a check for PQftable() function
2006-09-15 Nuno LopesMFB
2006-09-15 Antony Dovgalmissing part of the fix for #38844
2006-09-15 Antony DovgalMFB: still output an error, even if there is no curl_ea...
2006-09-15 Nuno LopesMFB
2006-09-15 Antony Dovgalfix segfault in curl_multi_info_read()
2006-09-15 Nuno LopesMFB
2006-09-15 Nuno LopesMFB
2006-09-15 Antony Dovgalfix #38844 (curl_easy_strerror() is defined only since...
2006-09-15 Pierre Joye- PECL Bug #8700, zipArchive::getFromIndex() fails
2006-09-15 Antony Dovgalfix leak when call to shutdown function fails
2006-09-15 Antony Dovgalfix leaks with `php -d option=value -c /path -h`
2006-09-15 Antony Dovgalfree node pointer using correct function
2006-09-15 Antony Dovgalfix double free(), add test
2006-09-15 Dmitry StogovFixed memory leak
2006-09-15 <changelog... ChangeLog update
2006-09-14 Ilia AlshanetskyMFB: Make float filter handle things like 02.324 properly
2006-09-14 Nuno LopesMFB
2006-09-14 Antony DovgalMFB
2006-09-14 Antony Dovgalfix test
2006-09-14 Rob RichardsMFB: fix bug #38813 (DOMEntityReference->__construct...
2006-09-14 Dmitry StogovReinamed variables to avoid name conflicts
2006-09-14 Dmitry Stogov*** empty log message ***
2006-09-14 Dmitry StogovWrite valid run-time value for Zend Memory Manager
2006-09-14 Dmitry StogovAdded is_zend_mm() to allow runtime check for zend...
2006-09-14 <changelog... ChangeLog update
2006-09-13 Ilia AlshanetskyMFB: Fixed test for systems without INFILE/OUTFILE...
2006-09-13 Antony Dovgalfix tests
2006-09-13 Dmitry StogovFixed memory leaks
2006-09-13 Dmitry StogovFix for bug #38757 (MultiPart Form Uploads fail with...
2006-09-13 Antony Dovgalchange test to work with Oracle 10
2006-09-13 <changelog... ChangeLog update
2006-09-12 Antony Dovgalnew tests
2006-09-12 Antony Dovgaluhm.. declare oci_lob_seek() along with OCI-Lob->seek...
2006-09-12 Antony Dovgalimprove spelling (fixes #38780)
2006-09-12 Ilia AlshanetskyMFB: Fixed bug #37779 (empty include_path leads to...
2006-09-12 Pierre Joye- MFB:PECL Bug #8676, addFile was not updated and still...
2006-09-12 Antony Dovgalfix leak when binding a variable to the same placeholde...
2006-09-12 Dmitry StogovFixed bug #38772 (inconsistent overriding of methods...
2006-09-12 Antony Dovgalremove a leftover
next