]> granicus.if.org Git - php/shortlog
php
2005-10-10 Antony Dovgalupdate changelog
2005-10-10 foobarFix copypastetypo
2005-10-10 foobarFix copypastetypo
2005-10-10 Antony Dovgalfix #33383 (crash when retrieving empty BLOBs)
2005-10-10 foobar- Fix build for distros where the header files are...
2005-10-10 Dmitry StogovFixed bug #34467 (foreach + __get + __set incosistency)
2005-10-10 Marcus Boerger- Fix logic
2005-10-10 foobarfix test
2005-10-10 <changelog... ChangeLog update
2005-10-10 Rob RichardsPHP_CONFIG_FILE_PATH needs to use strlen() due to Win...
2005-10-09 foobarMFB
2005-10-09 foobarFix properly
2005-10-09 foobar- Fixed bug #34796 (missing SSL linking in ext/ftp...
2005-10-09 Ilia AlshanetskyFixed bug #34777 (Crash in dblib when fetching non...
2005-10-09 Andrey HristovMFB
2005-10-09 Marcus Boerger- Add 'overwrites' info to method dump
2005-10-09 Marcus Boerger- Apply workaround for test until someone fixes the...
2005-10-09 Marcus Boerger- Make test check for PlPgSQL before using it
2005-10-09 Marcus Boerger- Add new test
2005-10-09 Marcus BoergerBugfix #34704 (Infinite recursion due to corrupt JPEG...
2005-10-09 Dmitry StogovFixed bug #34788 (SOAP Client not applying correct...
2005-10-09 Dmitry StogovFixed fault message formatting
2005-10-09 Dmitry StogovFixed bug #34787 (SOAP Client not handling boolean...
2005-10-09 Marcus Boerger- Fix potential SEGV with overloaded objects
2005-10-09 <changelog... ChangeLog update
2005-10-08 Marcus Boerger- Add ReflectionMethod::getPrototype()
2005-10-08 Pierre Joye- add compression mode argument to imagepng
2005-10-08 Marcus Boerger- Add new example directorytree_size.php
2005-10-08 Marcus Boerger- Add new class SplFileInfo
2005-10-08 Derick Rethans- Fixed bug #34676: missing support for strtotime(...
2005-10-08 <changelog... ChangeLog update
2005-10-07 Marcus Boerger- Add new test
2005-10-07 Marcus Boerger- Prevent notices from showing up if inner's current...
2005-10-07 Derick Rethans- Make the Windows guessing routines actually return...
2005-10-07 George SchlossnagleTest simple derivation via restriction
2005-10-07 Derick Rethans- Change parameter name because NetWare expands "tzname...
2005-10-07 Rob Richardsmaintain BC for PECL
2005-10-07 Dmitry StogovFixed bug #34766 (possible crash on HTTP redirection)
2005-10-07 Dmitry StogovFixed memory leak
2005-10-07 Dmitry StogovReverted last George patches
2005-10-07 Derick Rethans- Fixed bug #34771 (strtotime() fails with 1-12am/pm).
2005-10-07 Derick Rethans- Synced timezonemap with latest data.
2005-10-07 Marcus Boerger- C vs. C++ fix
2005-10-07 <changelog... ChangeLog update
2005-10-07 George SchlossnaglePermit correct usage of inherited encoders (from restri...
2005-10-06 George Schlossnaglesupport complex types in restrictions and extensions
2005-10-06 Frank M. KromannFix Win32 build by adding missing function declaration.
2005-10-06 Marcus Boerger- Fix issue (endless loop) with temp/memory streams
2005-10-06 Ilia AlshanetskyAdded missing safe_mode checks.
2005-10-06 Johannes Schlüter- Fix #34557 php -m exits with "error" 1
2005-10-06 Marcus Boerger- Fix test in unicode mode
2005-10-06 Marcus Boerger- Use run-tests.ph -u rather then defining the ini...
2005-10-06 Marcus Boerger- Show whether we execute unicode or native tests
2005-10-06 Marcus Boerger- MFB dynamic lookup of PDOException base
2005-10-06 Marcus Boerger- BC: php objects convert to int/double 1 with notice
2005-10-06 Marcus Boerger- Show the test finishes/dos2unix
2005-10-06 Marcus Boerger- Fix test
2005-10-06 Marcus Boerger- Fix test
2005-10-06 Marcus Boerger- Fix test
2005-10-06 Rob Richardsuse sizeof instead of define
2005-10-06 Marcus Boerger- Any php object converts to boolean as true
2005-10-06 Marcus Boerger- Add new test
2005-10-06 Marcus Boerger- Fix test
2005-10-06 Marcus Boerger- Add new test
2005-10-06 Derick Rethans- Fixed Windows build (patch by Mike)
2005-10-06 Marcus Boerger- WS
2005-10-06 Marcus Boerger- Fix redir tests, test count, faillog
2005-10-06 Dmitry StogovCleanup
2005-10-06 Dmitry StogovFixed compilation error
2005-10-06 <changelog... ChangeLog update
2005-10-06 Marcus Boerger- MFB use new functions
2005-10-06 Marcus Boerger- Fix faillog and make it understand/handle redirected...
2005-10-05 Rob Richardsfix buffer lengths passed to snprintf
2005-10-05 Marcus Boerger- MFB Missing constants
2005-10-05 Antony Dovgalfix fwrite() and fgets() in unicode mode
2005-10-05 Rob Richardsthese should have remained ints
2005-10-05 Rob Richards- speed and memory usage optimizations
2005-10-05 Marcus Boerger- Update cast_object handlers
2005-10-05 Marcus Boerger- Update example
2005-10-05 Marcus Boerger- Have __toString() be called if available in all place...
2005-10-05 Marcus Boerger- Fix warnings
2005-10-05 Derick Rethans- MF51: Windows Timezone guessing code
2005-10-05 Antony Dovgalfix bugs #34743 & #34118 (fseek/fread unicode related...
2005-10-05 Rob Richardsfix ZTS build
2005-10-05 Ilia AlshanetskyMissing safe_mode/open_basedir checks for file uploads.
2005-10-05 Derick Rethans- Update package files.
2005-10-05 Rolland Santimano- strip_tags(): some fixes, still AWiP
2005-10-05 Derick Rethans- Remove README, everything is implemented now.
2005-10-05 Antony Dovgalfix test
2005-10-05 Dmitry StogovFixed throwing exceptions derived from SoapFault
2005-10-05 <changelog... ChangeLog update
2005-10-05 Ilia AlshanetskyMFH: Fixed possible INI setting leak via virtual()...
2005-10-04 Antony Dovgalfix #34723 (array_count_values() strips leading zeroes)
2005-10-04 Derick Rethans- Implemented user level data filter.
2005-10-04 Derick Rethans- Add a function that returns whether a specific input...
2005-10-04 Antony DovgalMFB5.1: fix #32179 (xmlrpc_encode() segfaults with...
2005-10-04 Dmitry StogovUnicode support
2005-10-04 Marcus Boerger- MFB Add optional deps for SPL
2005-10-04 Dmitry StogovFixed compilation error (gcc-4).
2005-10-04 <changelog... ChangeLog update
next