]> granicus.if.org Git - php/shortlog
php
2006-05-27 Marcus Boerger- There are no abstract static methods in classes,...
2006-05-26 Rob Richardsadd C14N() and C14NFile() methods to perform XML canoni...
2006-05-26 Dmitry StogovFixed bug #37523 (namespaces added too late, leads...
2006-05-26 <changelog... ChangeLog update
2006-05-26 Sara GolemonFix ZTS build, call with TSRMLS_CC not DC
2006-05-26 Ilia AlshanetskyCorrected previous patch
2006-05-26 Pierre Joye- MFB: fix leaks in openssl context options
2006-05-26 Marcus Boerger- Fix handling of third parameter to iterator_apply()
2006-05-26 Marcus Boerger- Fix type hint
2006-05-26 Marcus Boerger- Add function iterator_apply()
2006-05-26 Marcus Boerger- Sync error messages and simplify error message genera...
2006-05-25 Ilia AlshanetskyMFB: Fixed bug #37569 (WDDX incorrectly encodes high...
2006-05-25 Marcus Boerger- Ease writing functions that deal with php function...
2006-05-25 Edin KadribasicMFB: Missing definition, patch by Steph Fox
2006-05-25 Marcus Boerger- Make recursive part and identical part work correct
2006-05-25 Marcus Boerger- Add DualIterator and RecursiveDualIterator to example...
2006-05-25 Pierre Joye-#7715, fix float validation when using '.23' or '123'
2006-05-25 Michael WallnerMFB: fix bug #34180, --with-curlwrappers discards strea...
2006-05-25 Antony Dovgalremove debug output and fix bug #37589
2006-05-25 Pierre Joye- remove 033.php
2006-05-25 Pierre Joye- move 033.php to 033_run.php, 033.php cannot be run
2006-05-25 Marcus Boerger- MFB
2006-05-25 Antony Dovgalfix tests in unicode mode
2006-05-25 Antony DovgalMFB: fix error messages when converting objects to...
2006-05-25 Marcus Boerger- Bugfix 37587
2006-05-25 Rasmus LerdorfFix expected output
2006-05-25 Dmitry StogovFixed bug #37278 (SOAP not respecting uri in __soapCall)
2006-05-25 Rasmus LerdorfBig filter test - note that a number of these currently...
2006-05-25 Dmitry StogovFixed bug #37558 (timeout functionality doesn't work...
2006-05-25 Dmitry StogovFixed bug #37496 (FastCGI output buffer overrun)
2006-05-25 <changelog... ChangeLog update
2006-05-24 Ilia AlshanetskyMFB: Fixed bug #37563 (array_key_exists performance...
2006-05-24 Antony Dovgalfix test
2006-05-24 Edin KadribasicMFB: Initialize windows globals, fixes #37428
2006-05-24 Antony DovgalMFB: fix #37418 (tidy module crashes CLI version of...
2006-05-24 Antony DovgalMFB: fix #37499 (CLI segmentation faults during cleanup...
2006-05-24 Dmitry StogovFixed CGI tests
2006-05-24 Pierre Joye- #7625, update doc
2006-05-24 Dmitry StogovFixed bug #37256 (php-fastcgi dosen't handle connection...
2006-05-24 Dmitry StogovFixed bug #37341 ($_SERVER in included file is shortene...
2006-05-24 <changelog... ChangeLog update
2006-05-23 Marcus Boerger- Add more tests from Ligaya Turmelle
2006-05-23 Ilia AlshanetskyMFB: Fixed handling of extremely long paths inside...
2006-05-23 Marcus Boerger- Add new test
2006-05-23 Marcus Boerger- Fix feof() with temp/memory streams
2006-05-23 Marcus Boerger- Done in 5.2
2006-05-23 Marcus Boerger- Readd NULL as allowed classname to skip parameter
2006-05-23 Marcus Boerger- Handle NULL in C argument parsing correct
2006-05-23 Marcus Boerger- Add new test
2006-05-23 Marcus Boerger- Fix SEGV in case class to generate is not derived...
2006-05-23 Sebastian BergmannAdd bison 2.2 to the list of supported versions.
2006-05-23 <changelog... ChangeLog update
2006-05-22 Marcus Boerger- Provide user func printztype to retrieve the name...
2006-05-22 Rob Richardsadd test
2006-05-22 Ilia AlshanetskyMFB: E_ERROR > E_RECOVERABLE_ERROR
2006-05-22 Dmitry StogovFixed bug #37496 (FastCGI output buffer overrun)
2006-05-22 Antony Dovgalfix typo
2006-05-22 <changelog... ChangeLog update
2006-05-22 Antony Dovgalre-enable OCILobRead2() support on win32
2006-05-21 Marcus Boerger- More exception related issues
2006-05-21 Marcus Boerger- Make code exception safe
2006-05-21 Ilia AlshanetskyAdded control character checks for cURL extension's...
2006-05-21 Marcus Boerger- Handle corrupt base64 data in data: url
2006-05-21 Marcus Boerger- Drop unneccesary check and change to safe_emalloc
2006-05-21 Marcus Boerger- There is a problem in the string / unicode comparison...
2006-05-21 Marcus Boerger- Remove duplicate error message and add new test
2006-05-21 Marcus Boerger- Improve error messages (missing unicode todo)
2006-05-21 Marcus Boerger- Improve error messages (part 2)
2006-05-21 Marcus Boerger- Fix unicode expectations
2006-05-21 Marcus Boerger- Improved error messages
2006-05-21 Marcus Boerger- Update
2006-05-21 <changelog... ChangeLog update
2006-05-20 Marcus Boerger- Z_LVAL is a long so use %ld
2006-05-20 Marcus Boerger- No need to fetch ce twice
2006-05-20 Marcus Boerger- Split up the test in different problem categories
2006-05-20 Marcus Boerger- Micro optimization
2006-05-20 Antony Dovgalfix the typo before everybody forgets about it
2006-05-20 Marcus Boerger- Update test
2006-05-20 Marcus Boerger- No need to keep object alive, iterator api is taking...
2006-05-20 Marcus Boerger- Better error message in case of an exception from...
2006-05-20 Marcus Boerger- Fix warning
2006-05-20 Antony Dovgalattempt to fix OCILobRead2() related problems
2006-05-20 Marcus Boerger- Provide a generic c-level iterator apply function
2006-05-20 Marcus Boerger- In printzv show private/protected visibility and...
2006-05-20 Marcus Boerger- Add new tests
2006-05-20 Marcus Boerger- Do not use the protection at this place, we would...
2006-05-20 Marcus Boerger- Destructors must not be called twice
2006-05-20 Marcus Boerger- Should be static and be called (comitted wrong version)
2006-05-20 Marcus Boerger- Add new tests
2006-05-20 <changelog... ChangeLog update
2006-05-19 Dmitry StogovFixed random crashes in ZTS mode becouse of uninitializ...
2006-05-19 Derick Rethans- MF52: Fixed bug #37514 (strtotime doesn't assume...
2006-05-19 Michael WallnerMF52: nuke compiler warnings
2006-05-19 Hartmut HolzgraefeName change: php_get_tmpdir() renamed to sys_get_temp_dir()
2006-05-19 Antony Dovgalinitialize factory
2006-05-19 Antony Dovgaladd new tests by Ligaya Turmelle
2006-05-19 Dmitry StogovOptimized zend_try/zend_catch macroses (eliminated...
2006-05-19 <changelog... ChangeLog update
2006-05-19 Ilia AlshanetskyMFB: Fixed bug #37505 (touch() truncates large files).
2006-05-19 Pierre Joye- fix windows builds, error with declarations
next