]> granicus.if.org Git - php/shortlog
php
2008-08-29 Felipe Pena- Removed the undocumented object support in the leftov...
2008-08-29 <changelog... ChangeLog update
2008-08-28 Christopher... Bug #45888 (Refcounting in ZTS mode)
2008-08-28 Christopher... Bug #45458 (OCI8: Numeric keys for associative arrays...
2008-08-28 Christopher... Fix expected output for PHP 6
2008-08-28 Christopher... Test initialization cleanup
2008-08-28 Christopher... Update Oracle DLL examples to match build changes
2008-08-28 <changelog... ChangeLog update
2008-08-27 Antony Dovgalfix file check and avoid segfault
2008-08-27 <changelog... ChangeLog update
2008-08-27 Felipe Pena- Fixed check for empty file name
2008-08-27 Felipe Pena- Fixed crash in file_error_core()
2008-08-26 Jani Taskinen- Fixed bug #44924 (sendmail path wrong)
2008-08-26 Jani TaskinenSync with PHP_5_3 (what a nice mess..thanks guys for...
2008-08-26 George Wangignore signal SIGXFSZ
2008-08-26 Alexey ZakhlestinMFB: switch to the new parameter-parse API
2008-08-26 Alexey ZakhlestinMFB: this test depends on session.hash_bits_per_charact...
2008-08-26 Felipe Pena- Improved fix
2008-08-26 David Soria... Fixed bug #43782 (feof() does not detect timeout on...
2008-08-26 Rasmus LerdorfRemove stray folding tag here
2008-08-26 Felipe Pena- Added check for empty file name
2008-08-26 Ilia AlshanetskyMFB:
2008-08-26 Antony Dovgalclean up garbage
2008-08-26 Antony Dovgalfix typo
2008-08-26 Dmitry StogovFixed bug #45786 (FastCGI process exited unexpectedly)
2008-08-26 Pierre Joye- MFB; support for copy of ICU DLLS for all ICU versions
2008-08-26 Dmitry StogovFixed bug #45910 (Cannot declare self-referencing constant)
2008-08-26 Pierre Joye- MFB:inline definition (win32)
2008-08-26 <changelog... ChangeLog update
2008-08-25 Rob Richardsfix warning
2008-08-25 Felipe Pena- New test
2008-08-25 Felipe Pena- New test
2008-08-25 Felipe Pena- New tests
2008-08-25 Jani Taskinen- Fix CS, folding tags..etc. PLEASE do not invent your...
2008-08-25 Etienne KneussFix #45826 (Custom serialization)
2008-08-25 Jani Taskinen- Fix win32 build
2008-08-25 Felipe Pena- Fixed tests
2008-08-25 Jani Taskinen- Nuke unncessary checks already done elsewhere (ZEND)
2008-08-25 Jani Taskinenfix test: no crap left behind
2008-08-25 Jani Taskinen- Nuke duplicate macro call
2008-08-25 <changelog... ChangeLog update
2008-08-24 Felipe Pena- New parameter parsing API
2008-08-24 Etienne Kneuss- Fix the order, and avoid overwriting when implementin...
2008-08-24 Etienne Kneuss- Export zend_user_(un)serialize functions to be used...
2008-08-24 Marcus Boerger- Add new test
2008-08-24 Marcus Boerger- Fix issue with destruction of overloaded objects
2008-08-24 Marcus Boerger- Added function preg_filter()
2008-08-24 Felipe Pena- Removed unused variable
2008-08-24 Felipe Pena- MFB: New parameter parsing API
2008-08-24 Felipe PenaMFB:
2008-08-24 <changelog... ChangeLog update
2008-08-24 Felipe Pena- MFB: New parameter parsing API
2008-08-23 Pierre Joye- more fixes for inet_* with vc9/xp
2008-08-23 Pierre Joye- MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;)
2008-08-23 Pierre Joye- MFB: fix logic, build correctly when the build target...
2008-08-23 Pierre Joye- we need it for vc < 9 (even if php6 will support...
2008-08-23 Pierre Joye- readd the usual suspects to lib/include (was droped...
2008-08-23 Hannes MagnussonFix proto
2008-08-23 Pierre Joye- exposePHP_MAXPATHLEN
2008-08-23 Pierre Joye- fix build
2008-08-23 Felipe Pena- MFB: New parameter parsing API
2008-08-23 Arnaud Le BlancFix build on solaris
2008-08-23 <changelog... ChangeLog update
2008-08-22 Felipe Pena- Removed unused arguments
2008-08-22 Dmitry StogovRemoved redundant code
2008-08-22 Antony Dovgalfix zend_register_functions() not displaying duplicate...
2008-08-22 Felipe Pena- New tests
2008-08-22 Marcus Boerger- Cleanup exports and allow to overwrite ext registration
2008-08-22 Pierre Joye- drop sys/ctype.h and use BEGIN/END_DECL_C instead
2008-08-22 <changelog... ChangeLog update
2008-08-22 Felipe Pena- Fixed bug #45862 (get_class_vars is inconsistent...
2008-08-21 Pierre Joye- drop bindlib usage on windows
2008-08-21 Pierre Joye- [DOC] fix test, chr uses codepoint as input
2008-08-21 Greg BeaverMFB increase code coverage
2008-08-21 Pierre Joye- use date.timezone ini setting
2008-08-21 Pierre Joye- use date.timezone ini setting instead of ENV
2008-08-21 Pierre Joye- fix test on windows
2008-08-21 Marcus Boerger- Fix 64bit issue
2008-08-21 Dmitry StogovFixed destruction of dl() loaded extensions
2008-08-21 Pierre Joye- different parser message on windows
2008-08-21 Pierre Joye- "fix" crash on windows
2008-08-21 Pierre Joye- use 'C' (and enable it on windows)
2008-08-21 Pierre Joye- don't skip if windows matches
2008-08-21 Pierre Joye- MFB: use "C" instead of "" (and enable it on windows)
2008-08-21 Dmitry StogovAdder error code into error message
2008-08-21 Pierre Joye- skip 007 on non windows platform and add a win specif...
2008-08-21 Pierre Joye- make it portable and clean on in the clean section...
2008-08-21 Pierre Joye- make it portable
2008-08-21 Antony Dovgalrevert for now
2008-08-21 Pierre Joye- +skip
2008-08-21 Pierre Joye- MFB: skip on windows (setlocale can even crash on...
2008-08-21 <changelog... ChangeLog update
2008-08-20 Pierre Joye- work around ENV VC6 bug
2008-08-20 Lars StrojnyAllow mixed $initial (patch by Christian Seiler)
2008-08-20 Felipe Pena- Fixed test
2008-08-20 Antony Dovgalinitialize variable and fix WS
2008-08-20 Pierre Joye- MFB: strncpy returns the byte copied not error code...
2008-08-20 Antony Dovgalfix warning
2008-08-20 <changelog... ChangeLog update
2008-08-19 Antony Dovgalfix memleak in browscap code (noticed by Gopal)
next