]> granicus.if.org Git - php/shortlog
php
2005-12-09 Greg Beavernew test, better naming of tests
2005-12-09 Greg Beaverfix leaks, mem corruption, and add test for successful...
2005-12-09 Antony Dovgalfix #35617
2005-12-09 Ilia AlshanetskyMFB51: Fixed typo in gcov output filename
2005-12-09 Rob Richardsallow NULL prefix to create default namespace
2005-12-09 Greg Beaveradd constraint check for number of manifest entries...
2005-12-09 Antony DovgalMF51: fix wrong macro usage
2005-12-09 Pierre Joye- no need to test if jpeg support exists
2005-12-09 Pierre Joye- MFB: test for compression mode in imagepng
2005-12-09 Dmitry StogovFixed bug #35612 (iis6 Access Violation crash)
2005-12-09 Marcus Boerger- Readd -u and -U
2005-12-09 Dmitry StogovBug #34429 (Output buffering cannot be turned off with...
2005-12-09 Dmitry StogovFixed possible SIGSEGV (Rob Richards)
2005-12-09 Dmitry StogovSupport for 64-bit platforms
2005-12-09 Antony DovgalMF51: nuke C++ comment
2005-12-09 Marcus Boerger- Section FILE does not exist for redirection tests
2005-12-09 <changelog... ChangeLog update
2005-12-09 Rob Richardsupdate TODO
2005-12-09 Pierre Joye- dtd added, remove from todo
2005-12-09 Rob Richards- enable a few additional functions
2005-12-09 Marcus Boerger- Add missing newline
2005-12-08 Marcus Boerger- MFH (Ilia's changes)
2005-12-08 Antony Dovgaladd new tests
2005-12-08 Antony Dovgalimprove error message
2005-12-08 Antony Dovgaladd 1 to the max_length to keep \0 at its place
2005-12-08 Ilia AlshanetskyMFB51: Include a legend in the gcov report
2005-12-08 Antony Dovgalfix segfault in SplFileObject when file doesn't exist...
2005-12-08 Frank M. KromannAllow the extension to be compiled as shared object...
2005-12-08 Ilia AlshanetskyMFB51: Added myself to a list of extensions/sapis I...
2005-12-08 Ilia AlshanetskyMFB51: Final fix for gcov generation.
2005-12-08 Dmitry StogovFixed test
2005-12-08 Greg Beaverimprove error messages to state overrun when it exists...
2005-12-08 Greg Beavernew test for truncated manifest
2005-12-08 Greg BeaverCS // -> /* */
2005-12-08 Greg Beaverrework errors slightly. Add buffer overflow check...
2005-12-08 Greg Beaveradd next truncation test, tweak error messages
2005-12-08 <changelog... ChangeLog update
2005-12-08 Greg Beaveradd error if seeking fails on self, add test 1 for...
2005-12-08 Greg Beaveradd error if __HALT_COMPILER(); is not declared and...
2005-12-08 Greg Beavertest for no zlib error message
2005-12-08 Ilia AlshanetskyMFB51: Fixed bug #35594 (Multiple calls to getopt(...
2005-12-08 Ilia AlshanetskyMFB51:
2005-12-08 Ilia AlshanetskyMFB51: Fixed bug #34359 (Possible crash inside fopen...
2005-12-07 Michael Wallner- release 1.1
2005-12-07 Michael Wallner- fix PECL bug #6283 - haval source file entries are...
2005-12-07 Dmitry StogovUnicode support
2005-12-07 Dmitry StogovFixed tests
2005-12-07 Dmitry StogovFixed test
2005-12-07 Dmitry StogovFixed tests
2005-12-07 Dmitry StogovFixed test
2005-12-07 Dmitry StogovFixed test
2005-12-07 Dmitry StogovFixed bug #33394 (Socket Timeout on SOAP request causes...
2005-12-07 foobarfix tests
2005-12-07 foobar- Made tests that require CGI skipped if it is not...
2005-12-07 foobar- Fix file_put_contents() usage: it returns bytes writt...
2005-12-07 foobar- Fixed error messages
2005-12-07 Dmitry StogovFixed sleep() magic method with private and protected...
2005-12-07 Dmitry StogovFixed test
2005-12-07 Rasmus LerdorfA few cleanups. I hope you don't mind Omar.
2005-12-07 Dmitry StogovFixed incorrect basename() usage
2005-12-07 Dmitry StogovFixed memory overflow, because usage of initialized...
2005-12-07 Pierre Joye- add latest changes to package.xml
2005-12-07 <changelog... ChangeLog update
2005-12-07 Greg Beaveradd PHP_Archive::canCompress() which determines whether...
2005-12-07 Rob Richards- fix remaining parameter typo
2005-12-07 Pierre Joye- copy/paste error in startDtd, we do not need the...
2005-12-07 Ilia AlshanetskyMFB51: Better critical error handling (fix for previous...
2005-12-07 Greg Beaverparameter count test
2005-12-07 Greg Beaverfirst simple test
2005-12-07 Frank M. KromannFix ZTS and Win32 builds
2005-12-07 Greg Beaverapparently no email here
2005-12-07 Marcus Boerger- Show list of leaked files in summary if any
2005-12-06 Ilia AlshanetskyMFB51: Fixed bug #30760 (Remove MessageBox on win32...
2005-12-06 Marcus Boerger- Do not show leak summary if not tested
2005-12-06 Antony Dovgalfix typo
2005-12-06 Antony Dovgalnuke erroneous --ENV-- tag
2005-12-06 Sara GolemonBlock potential segfault.
2005-12-06 Antony DovgalMF51: use strlen() to get correct element length
2005-12-06 Sara GolemonMFB: Prep for PECL release
2005-12-06 Antony Dovgalfix CS
2005-12-06 Antony Dovgaladd tests
2005-12-06 Antony Dovgalreimplement php_filter_callback() as exception-safe...
2005-12-06 Antony Dovgalaccept strings and arrays as callback name
2005-12-06 Antony Dovgaldon't try to encode empty strings
2005-12-06 Antony Dovgalfix tests
2005-12-06 Antony Dovgalplug multiple leaks
2005-12-06 Marcus Boerger- Fix summaries again
2005-12-06 <changelog... ChangeLog update
2005-12-06 Omar KilaniAdd json extension to PECL.
2005-12-06 Ilia AlshanetskyPrevent header injection by limiting each header to...
2005-12-06 Ilia AlshanetskyMFB51: Fixed possible XSS inside error reporting functi...
2005-12-06 foobar- Fix docs
2005-12-06 foobar- Nuke php3 legacy
2005-12-06 foobar- nuke php3 legacy
2005-12-06 foobarfix build
2005-12-06 foobar- function_entry -> zend_function_entry (php3 legacy!)
2005-12-06 Marcus Boerger- Support for '--' style switches
2005-12-06 foobarnuke php3 legacy
2005-12-06 foobarnuke php3 legacy
2005-12-06 foobarnuke php3 legacy
next