]> granicus.if.org Git - php/shortlog
php
2005-10-20 Dmitry StogovFixed bug #31177 (menory leaks and corruption because...
2005-10-20 Dmitry StogovAdded forgotten tests
2005-10-20 <changelog... ChangeLog update
2005-10-20 John CoggeshallImplementing C-level Code coverage (--enable-gcov).
2005-10-19 Ilia AlshanetskyFixed -m memory leak
2005-10-19 Derick Rethans- MF51: Fixed bug #34874 and #33546 (Problems with...
2005-10-19 Ilia AlshanetskyFixed bug #29983 (PHP does not explicitly set mime...
2005-10-19 Rolland Santimano- Unicode impl of str[c]spn()
2005-10-19 Ilia AlshanetskyFixed bug #34623 (Crash in pdo_mysql on longtext fields).
2005-10-19 Ilia AlshanetskyChange E_ERROR to E_WARNING when more_entropy flag...
2005-10-19 Dmitry StogovFixed test
2005-10-19 foobar- Fixed error messages and tests
2005-10-19 Antony Dovgalremove undef HAVE_OCI_STMT_PREPARE2
2005-10-19 Dmitry StogovFixed memory leak in ZTS mode
2005-10-19 Derick Rethans- Improve error messages a bit.
2005-10-19 <changelog... ChangeLog update
2005-10-18 Antony Dovgalinitialize SG(request_info).auth_digest to NULL and...
2005-10-18 Ilia AlshanetskyFixed bug #34905 (Digest authentication does not work...
2005-10-18 Ilia AlshanetskyDo not set authorizer unless safe_mode or open_basedir...
2005-10-18 Antony Dovgalnuke unused var and silence warnings
2005-10-18 Ilia AlshanetskyMFB51: Fixed bug #34899 (Fixed sqlite extension compile...
2005-10-18 Antony Dovgaluse php_error_docref() instead of php_error() everywhere
2005-10-18 Antony Dovgaltypo
2005-10-18 Derick Rethans- Allow mime_content_type() to work with even a slightl...
2005-10-18 Antony Dovgalfix mime_magic problems with ZTS
2005-10-18 Antony Dovgalfix bug #34902 (mysqli::character_set_name() - undefine...
2005-10-18 <changelog... ChangeLog update
2005-10-18 Dan ScottApply patch for #34900, sight unseen.
2005-10-17 Rolland Santimano- Unicode impl of stripos()
2005-10-17 Rob Richardsonly need context set once
2005-10-17 Rolland Santimano- Unicode impl of strrpos()
2005-10-17 Ilia AlshanetskyProperly fixed bug #34456 (original patch completely...
2005-10-17 Derick Rethans- MF51: Fixed bug #29361 (var_export() producing invali...
2005-10-17 Ilia AlshanetskyFixed bug #34884 (Possible crash in ext/sqlite when...
2005-10-17 Dmitry StogovFixed bug #34873 (Segmentation Fault on foreach in...
2005-10-17 Derick Rethans- Make sure that typehints for classes can only accept...
2005-10-17 <changelog... ChangeLog update
2005-10-17 Ilia AlshanetskyFurther URL validations in safe_mode/open_basedir configs.
2005-10-16 foobar- Silence unnecessary output
2005-10-16 Marcus Boerger- Add ability to access private properties of base...
2005-10-16 <changelog... ChangeLog update
2005-10-15 Derick Rethans- MF51: Fixed timezone guessing on Windows.
2005-10-15 Derick Rethans- MF51: Updated timezone database to version 2005.14.
2005-10-15 Derick Rethans- Changed type hints so that they take "= NULL" as...
2005-10-15 Derick Rethans- Fixed folding markers.
2005-10-15 <changelog... ChangeLog update
2005-10-14 Antony Dovgaladd test for bug #34873
2005-10-14 Ilia AlshanetskyMFB51: ZTS fix
2005-10-14 <changelog... ChangeLog update
2005-10-13 Ilia AlshanetskyFixed test failure
2005-10-13 Rob Richardsmove constants to class
2005-10-13 Rob Richardsinsure stream usage
2005-10-13 Rob Richardsbump libxml min version to 2.6.11
2005-10-13 Marcus Boerger- SPL example was changed, so change PDO test accordingly
2005-10-13 Marcus Boerger- Add ability to bypass key() surrounding and make...
2005-10-13 foobarproper quoting, breaking, etc.
2005-10-13 Marcus Boerger- MFB Do not try to autoload the class, use internal...
2005-10-13 Antony Dovgalcorrect it one more time (grrr)
2005-10-13 Antony Dovgalcorrect the fix
2005-10-13 Antony Dovgalfix #34856 (configure fails to detect libiconv's type)
2005-10-13 Antony Dovgalfix #34855 (ibase_service_attach() segfault on AMD64)
2005-10-13 foobarMF51:- Fixed bug #34850 (--program-suffix and --program...
2005-10-13 <changelog... ChangeLog update
2005-10-12 Marcus Boerger- Use pcre_cache_entry* rather than pcre* directly...
2005-10-12 Marcus Boerger- Drop one cache related function which is not really...
2005-10-12 Marcus Boerger- Add/expose function to compile and access pcre_cache_...
2005-10-12 Antony DovgalMF51: fix bug #34581 (crash with mod_rewrite)
2005-10-12 Derick Rethans- Apperently you can't store NULL pointer values into...
2005-10-12 Ilia AlshanetskyFixed bug #34758 (PDO_DBLIB did not implement rowCount()).
2005-10-12 Antony Dovgalfix compile warnings again
2005-10-12 Antony DovgalMF51: make GCC happy and improve CS a bit
2005-10-12 Antony Dovgalnuke unused vars
2005-10-12 Rob Richardsuse spprintf where appropriate
2005-10-12 Antony DovgalMF51: fix TS build
2005-10-12 Dmitry StogovUnicode support
2005-10-12 Dmitry StogovFixed unicode support for strip_tags()
2005-10-12 Dmitry StogovUnicode support
2005-10-12 <changelog... ChangeLog update
2005-10-12 Rob RichardsFixed Bug #27908 (xml default_handlers not being called)
2005-10-11 foobar- Removed confusing dot.
2005-10-11 foobarfix test
2005-10-11 Ilia AlshanetskyFixed bug #33167 (Possible crash inside pg_fetch_array()).
2005-10-11 Ilia AlshanetskyFixed bug #34742 (ftp wrapper failures caused from...
2005-10-11 Antony DovgalMF51: fix #34757 (iconv_substr() gives "Unknown error...
2005-10-11 Dmitry StogovFixed compilation on Windows
2005-10-11 Dmitry StogovFixed bug #32455 (wrong setting property to unset value)
2005-10-11 Dmitry StogovFixed bug #34790 (preg_match_all(), named capturing...
2005-10-11 <changelog... ChangeLog update
2005-10-11 Marcus Boerger- Provide const RegExIterator::USE_KEY and actually...
2005-10-10 Marcus Boerger- Add (Recursive)RegExIterator
2005-10-10 Marcus Boerger- Register new class
2005-10-10 Marcus Boerger- Finalize work on SplFileInfo and derived for now...
2005-10-10 Antony DovgalMF51: use proper macros and vars instead of strlen()
2005-10-10 Antony DovgalMF51: fix #34818
2005-10-10 Derick Rethans- Make sure the tzcache' dtor doesn't cleanup cached...
2005-10-10 George Schlossnagleremove potentially bogus test
2005-10-10 Dmitry StogovFixed XML Schema error
2005-10-10 Ilia AlshanetskyFixed bug #34809 (FETCH_INTO in PDO crashes without...
2005-10-10 Ilia AlshanetskyFixed bug #34802 (Fixed crash on object instantiation...
2005-10-10 Antony DovgalMF51: fix #34810 (mysqli::init() and others use wrong...
next