]> granicus.if.org Git - php/shortlog
php
2006-06-26 Antony Dovgaladd new tests
2006-06-26 Antony DovgalMFH: zero-terminate strings produced with FORCE_DEFLATE
2006-06-26 Antony Dovgaldon't try to inflate empty strings (and stop segfaulting!)
2006-06-26 Hannes Magnussonnuke obsolete arginfo
2006-06-26 Hannes MagnussonMFH: argument info
2006-06-26 Hannes MagnussonMFH: test for bug #37244
2006-06-26 Antony Dovgaladd new tests, improve the old ones
2006-06-26 Antony DovgalMFH: detect empty mode string and avoid off-by-one
2006-06-26 Hannes MagnussonUpdated protos & vim folding
2006-06-26 Hannes MagnussonMFH: argument info for php_user_filter
2006-06-26 Hannes MagnussonMFH: use the ZEND_ACC_DEPRECATED flag rather than custo...
2006-06-26 Hannes MagnussonMFH: Removed obsolete arginfo include
2006-06-26 Hannes MagnussonAdded SimpleXMLElement::saveXML() as an alias for Simpl...
2006-06-26 Dmitry StogovFixed bug #37862 (Integer pointer comparison to numeric...
2006-06-26 Rasmus LerdorfMFH: fix sapi_getenv() leak
2006-06-25 Hannes MagnussonMFH http_build_query() & parse_url() news
2006-06-25 Antony Dovgalimprove test file
2006-06-25 Hannes MagnussonAdded image_type_to_extension()
2006-06-25 Hannes MagnussonWS fix
2006-06-25 Hannes MagnussonMFH: image_type_to_mime_type()
2006-06-24 Marcus Boerger- MFH Fix ReflectionObject::getProperties() + dyn prope...
2006-06-23 Antony Dovgalplug leak
2006-06-23 Ilia AlshanetskyChange E_ERROR to E_RECOVERABLE_ERROR
2006-06-23 Antony DovgalMFH: fix typo and bug #37886
2006-06-23 Michael Wallner- use %zu to format size_t
2006-06-22 Antony Dovgalfix typo
2006-06-22 Antony DovgalMFH: add wrappers for timelib_day_of_week_ex()
2006-06-22 Antony DovgalMFH:
2006-06-21 Ilia AlshanetskyFixed compiler warnings.
2006-06-21 Antony DovgalMFH: improve check for stream mode, add tests
2006-06-21 Antony DovgalMFH: don't try to read or write from/to a stream if...
2006-06-21 Antony DovgalMFH: fix invalid read with bzopen("","") and prevent...
2006-06-20 Ilia AlshanetskyRemoved pointless callbacks.
2006-06-20 Nuno Lopesmake sure the test outputs what we want
2006-06-20 Hannes MagnussonBug fix news...
2006-06-20 Hannes MagnussonRenamed to bug37864.phpt
2006-06-20 Hannes MagnussonMFH
2006-06-20 Antony Dovgaldon't leave garbage in tmp dir
2006-06-20 Hannes MagnussonMFH: test for file_get_contents leaking on empty file
2006-06-20 Hannes MagnussonMFH: plug memleak
2006-06-20 Hannes MagnussonMFH: Missing header include
2006-06-20 Antony DovgalMFH: init variables
2006-06-20 Antony Dovgalinit vatiables
2006-06-20 Antony DovgalMFH: nuke unused variables and init variables when...
2006-06-20 Antony Dovgalfix test
2006-06-20 Antony Dovgalfix test
2006-06-20 Antony DovgalMFH: initialize pointers
2006-06-19 Ilia AlshanetskyAdded missing ifdef block.
2006-06-19 Antony DovgalMFH: display oci8 version in phpinfo()
2006-06-19 Antony DovgalMFH: plug leak in CGI SAPI when running scripts with...
2006-06-19 Antony Dovgalfix tests
2006-06-19 Antony DovgalBFN
2006-06-19 Antony Dovgalfix #37848 (ext/odbc compile failure)
2006-06-19 Michael Wallner- Fix Bug #37780 memory leak trying to execute a non...
2006-06-19 Antony DovgalMFH: fix #37807 (segmentation fault during SOAP schema...
2006-06-19 Antony DovgalMFH: add missing ifdef and avoid "unused variable"...
2006-06-19 Ilia AlshanetskyAdded posix_initgroups() function.
2006-06-17 Hannes MagnussonMFH: arg ifno
2006-06-17 Hannes MagnussonFix test
2006-06-17 Nuno Lopesplug memory leak in sapi_putenv, by using setenv()...
2006-06-17 Nuno Lopeschange the timezone used (per Derick request)
2006-06-16 Nuno Lopesnew tests. the .re file coverage increases to 96%....
2006-06-16 Seiji Masugatachanged GINIT definition.
2006-06-16 Rasmus LerdorfMFH: Backported allow_url_include from HEAD. This...
2006-06-16 Stefan EsserMFH: Only care about wrong flex version, when needed.
2006-06-16 Dmitry StogovNew crypt() implementation for win32 which is about...
2006-06-16 foobarFix build. (gmp_nextprime() was added in PHP 6!)
2006-06-15 Rasmus LerdorfMFH: Optimize the other string conversion functions...
2006-06-15 Rasmus LerdorfMFH:
2006-06-15 Dmitry StogovAdded automatic module globals management
2006-06-15 Nuno Lopesfix bug #37800: preg_replace() limit parameter odd...
2006-06-15 Hannes MagnussonMFH: Revert array type hinting
2006-06-15 Dmitry StogovAdded automatic module globals management
2006-06-15 Dmitry StogovMFH: Added automatic module globals management.
2006-06-15 foobarfix news. gaps left intentionally..
2006-06-14 Hannes MagnussonMFH: argument info..
2006-06-14 Nuno Lopesfix memory leak uncovered by the pcre_extra.phpt test
2006-06-14 Nuno Lopesmore tests (and fix 2 from yesterday)
2006-06-14 Nuno Lopesremove the pcre_dfa_exec.c file, as it is needed (we...
2006-06-14 Nuno Lopesmissing newline
2006-06-14 Ilia AlshanetskyE_ERROR -> E_RECOVERABLE_ERROR
2006-06-14 Christian StockerMFH
2006-06-13 Nuno Lopesalso ignore lcov generated files
2006-06-13 Nuno Lopesadd new tests, increasing coverage by about 10%
2006-06-13 Marcus Boerger- MFH Arginfo fix (Hannes)
2006-06-13 Ilia AlshanetskyRemoved unused variables.
2006-06-13 Dmitry StogovRemoved warnings
2006-06-13 Dmitry StogovRemoved warning
2006-06-13 Stefan EsserMFH: Added hook for compile_string()
2006-06-12 Ilia AlshanetskyFixed compiler warning
2006-06-11 Ilia AlshanetskyImproved performance of the implode() function on assoc...
2006-06-11 Ilia AlshanetskyFixed ZTS build
2006-06-11 Hannes MagnussonMFH: fix typo
2006-06-11 Hannes MagnussonMFH: argument infos
2006-06-11 Ilia AlshanetskyMake zend_print_zval_r_ex() use the write callback...
2006-06-11 Ilia AlshanetskyFully print array() in phpinfo().
2006-06-11 Hannes MagnussonMFH: arginfo, protos, vim folding
2006-06-11 Hannes MagnussonMFH: fix test
2006-06-10 Ilia AlshanetskyImproved performance of str_replace() when doing 1...
2006-06-10 Hannes MagnussonMFH
next