]> granicus.if.org Git - php/shortlog
php
2007-07-11 Ulf WendelWhitespace: replacing spaces with tab to follow coding...
2007-07-11 Jani Taskinen- Nuke extra AC_MSG_CHECKING
2007-07-11 Antony Dovgalfix folding, CS and WS
2007-07-11 Ulf WendelTrying to fix broken tests. The last set of files commi...
2007-07-11 Jani Taskinen- Improved PHP_SETUP_ICU
2007-07-11 Jani Taskinen- Cleanup, nuked some unnecessary macros.
2007-07-11 Jani Taskinen- No return value for void function
2007-07-11 Jani Taskinen- Changed AC_ARG_ENABLE to PHP_ARG_ENABLE
2007-07-11 Dmitry Stogovunicode support
2007-07-11 Dmitry StogovFixed memory leak
2007-07-11 Dmitry StogovFixed crash on non-string passphrase and unicode support
2007-07-11 Dmitry Stogovremoved seccond --UEXPECT--
2007-07-11 <changelog... ChangeLog update
2007-07-10 Stanislav MalyshevEscape mail.force_extra_parameters value
2007-07-10 Sascha Schumann- fix concurrent reader/writer use case
2007-07-10 Stanislav Malyshevcheck if write is allowed before writing to error log
2007-07-10 Stanislav Malyshevalways check save_path (issue reported by Maksymilian...
2007-07-10 Dmitry StogovFixed fgets() and fgetss() with limits
2007-07-10 Zoe SlatteryTests for reflectionClass
2007-07-10 Dmitry StogovFixed test
2007-07-10 Dmitry StogovMFB htmlentities() / htmlspecialchars() "don't double...
2007-07-10 Antony Dovgalfix folding and ws
2007-07-10 Antony Dovgalfix folding and ws
2007-07-10 Dmitry StogovFixed limit warnings in non-unicode mode
2007-07-10 Dmitry StogovFixed symlink("", "somthing") and link("", "somthing...
2007-07-10 Rob RichardsMFB: fix bug #41947 (SimpleXML incorrectly registers...
2007-07-10 Antony Dovgaluse safe_emalloc()
2007-07-10 Dmitry StogovSkip unicode tests in non-unicode mode
2007-07-10 Jani Taskinen- Removed --enable-versioning
2007-07-10 Dmitry StogovFixed test
2007-07-10 Dmitry StogovFixed compilation warnings
2007-07-10 Dmitry StogovFixed preg_replace_callback() with callback defined...
2007-07-10 Dmitry StogovFixed bug #41353
2007-07-10 Dmitry StogovFixed test
2007-07-10 Dmitry StogovFixed test
2007-07-10 Raghubansh... fix and new test for sunos
2007-07-10 <changelog... ChangeLog update
2007-07-09 Antony Dovgalfix build on b0rked OSes (see #41920)
2007-07-09 Raghubansh... These testcases are now split into smaller testcases...
2007-07-09 Raghubansh... Fix and smaller testcases for mkdir_rmdir_variation...
2007-07-09 Dmitry Stogovwrong comments
2007-07-09 Dmitry StogovFixed custom unserialixe() in unicode mode
2007-07-09 Dmitry StogovFixed test
2007-07-09 Dmitry StogovProper fix for MOPB-29
2007-07-09 Dmitry Stogovwrong condition
2007-07-09 Dmitry StogovFixed deserialization of escaped strings
2007-07-09 Jani Taskinen- Use the defined values instead of plain integers...
2007-07-09 Zoe Slatteryarray copy on write tests
2007-07-09 Zoe SlatteryReflectionClass constructor tests
2007-07-09 Jani Taskinen- Fixed bug #35981 (pdo-pgsql should not use pkg-config...
2007-07-09 Jani Taskinenno tabs
2007-07-09 Jani Taskinen- Better wording
2007-07-09 Jani Taskinen- Use $PHP_LIBDIR where appropriate
2007-07-09 Dmitry StogovECONNABORTED is not a critical error (Andrei Nigmatulin)
2007-07-09 Dmitry StogovFixed tests
2007-07-09 Jani Taskinen- Fixed bug #41870 (PDO_ODBC module linking fails with...
2007-07-09 Antony Dovgaluse correct types for scale and precision
2007-07-09 Dmitry StogovFixed bug #41919
2007-07-09 <changelog... ChangeLog update
2007-07-08 Raghubansh... These files are now split into one or more smaller...
2007-07-07 <changelog... ChangeLog update
2007-07-06 Christopher... Bug #41917: New OCI8 tests for scale and precision
2007-07-06 Dmitry StogovPCRE unicode/binary support
2007-07-06 Raghubansh... Fix and smaller testcases for is_executable_variation...
2007-07-06 Antony Dovgalfix indentation and make Andrey happy =)
2007-07-06 Antony Dovgalfix folding
2007-07-06 Antony Dovgalfix #41908 (CFLAGS="-Os" ./configure --enable-debug...
2007-07-06 Dmitry StogovUnicode support fix
2007-07-06 Raghubansh... Better check for root user
2007-07-06 <changelog... ChangeLog update
2007-07-05 Raghubansh... fix test: 006_error.phpt & filegroup_basic.phpt
2007-07-05 Derick Rethans- Updated to 2007f.
2007-07-05 <changelog... ChangeLog update
2007-07-04 Antony Dovgaladd CURLINFO_PRIVATE & CURLOPT_PRIVATE
2007-07-04 Dmitry StogovFixed "make test"
2007-07-04 Sara GolemonFix behavior of empty($sxe->element) and empty($sxe...
2007-07-04 <changelog... ChangeLog update
2007-07-03 foobar- Fix some configure --help texts
2007-07-03 Dmitry StogovFixed "make test" mistakes
2007-07-03 Christopher... MFB: new test
2007-07-03 Rob RichardsMFB: fix bug #41861 (getNamespaces() returns namespaces...
2007-07-03 Dmitry StogovStore existent file in realpath cache
2007-07-03 Dmitry StogovAdded ability to create local or remote (URL) user...
2007-07-03 Raghubansh... Smaller testcases for 006_variation.phpt, file_get_cont...
2007-07-03 Christopher... MFB: Basic PDO->quote() for PDO_OCI
2007-07-03 <changelog... ChangeLog update
2007-07-02 Dmitry StogovAllow unicode XML
2007-07-02 Rob RichardsMFB: fix bug #41867 (getName is broken)
2007-07-02 Dmitry StogovUnicode support
2007-07-02 <changelog... ChangeLog update
2007-07-01 foobar- Fixed bug #41865 (fputcsv(): 2nd parameter is not...
2007-07-01 <changelog... ChangeLog update
2007-06-30 Christopher... MFB: Fix Bug #11345 Seg fault after NLS environment...
2007-06-30 <changelog... ChangeLog update
2007-06-29 foobar- More portable..
2007-06-29 Christopher... MFB. Test for old bug fixed in some previous, unknown...
2007-06-29 Dmitry Stogovord() must not convert binary data to unicode in unicod...
2007-06-29 foobar- More portable solution
2007-06-29 Christopher... MFB. Add testing steps
2007-06-29 Dmitry StogovAllowed loading XML from unicode strings
next