]> granicus.if.org Git - php/shortlog
php
2008-08-18 Antony Dovgalfix bug #45028 (CRC32 output endianness is different...
2008-08-18 Antony Dovgaladd note on 64bit compatibility and mention check_param...
2008-08-18 Dmitry StogovFix for bug #45786 (FastCGI process exited unexpectedly)
2008-08-18 Jani Taskinen- Fix include
2008-08-18 Dmitry StogovFixed bug #45835 (include and symlinks)
2008-08-18 Dmitry StogovFixed argumets order
2008-08-18 Dmitry StogovReverted wrong "fix"
2008-08-18 Pierre Joye- this change was not part of the env patch
2008-08-18 Antony Dovgalreverted because it causes lots of test failures in...
2008-08-18 Pierre Joye- MFB: unix is too young (<1970), make the test portable
2008-08-18 Pierre Joye- [DOC] make putenv behaves like unix putenv on Windows:
2008-08-18 Arnaud Le BlancFix tests (closes #45841)
2008-08-18 Arnaud Le Blancws
2008-08-18 Arnaud Le BlancFixed bug #45392 (ob_start()/ob_end_clean() and memory_...
2008-08-18 Arnaud Le Blancupdate buffer size after having effectively realloc...
2008-08-18 Moriyoshi Koizumi- Beware of signedness
2008-08-18 <changelog... ChangeLog update
2008-08-18 Felipe Pena- New parameter parsing API
2008-08-17 Felipe Pena- New parameter parsing API
2008-08-17 Arnaud Le Blancgenerated zend_ini_scanner.c
2008-08-17 Arnaud Le BlancAllow underscore at start of labels as underscore has...
2008-08-17 Arnaud Le BlancFixed #45384 (parse_ini_file will result in parse error...
2008-08-17 Pierre Joye- add %a for Compiler/architecture
2008-08-17 Pierre Joye- [DOC] improve fix for #43261 for % and "
2008-08-17 Pierre Joye- fix test (portable), use . as basedir and create...
2008-08-17 Jani Taskinen- Remove unnecessary file
2008-08-17 Pierre Joye- MFB:
2008-08-17 <changelog... ChangeLog update
2008-08-16 Felipe Pena- New parameter parsing API
2008-08-16 Pierre Joye- remove confusion for non windows/linux users
2008-08-16 Hannes MagnussonAdded stream_context_set_default() function. (Davey...
2008-08-16 Pierre Joye- MFB: wrong file commited (and fix test, thx Tony...
2008-08-16 <changelog... ChangeLog update
2008-08-15 Felipe Pena- Fix build
2008-08-15 Pierre Joye- MFB: fix unexpected EOF on line 391
2008-08-15 Felipe Pena- Removed unused variables
2008-08-15 Felipe Pena- Removed some TSRMLS_FETCH()s
2008-08-15 Pierre Joye- make it portable without loosing pertinent data
2008-08-15 Pierre Joye- make it portable without loosing pertinent data
2008-08-15 Pierre Joye- fix test
2008-08-15 Pierre Joye- New parameter parsing API > new warning
2008-08-15 Jani Taskinen- Revert bad fix
2008-08-15 Pierre Joye- no config.h in ext/
2008-08-15 Dmitry Stogov- [DOC] make stat, touch, filemtime, filemsize and...
2008-08-15 Dmitry StogovFixed realpath cache bug
2008-08-15 Dmitry StogovFixed possible infinity loop in tests
2008-08-15 Dmitry StogovFixed double call to MSHUTDOWN in case of `php-cgi -m`
2008-08-15 <changelog... ChangeLog update
2008-08-14 Jani Taskinenfix skipif
2008-08-14 Jani Taskinen- Fix tests
2008-08-14 Jani Taskinen- No unnecessary errors please
2008-08-14 Jani Taskinenfix test
2008-08-14 Jani Taskinen- Skipif: as long as it is an extension, it can be...
2008-08-14 Jani Taskinen- Fix test: Do not leave your crap behind!
2008-08-14 Kalle Sommer... * Last _WIN32_WINNT macro redef
2008-08-14 Jani Taskinenadd skipif (yes, reflection CAN be disabled still..)
2008-08-14 Jani Taskinen- Fix test to use same path as test is as session.save_...
2008-08-14 Etienne KneussHandlerify get_closure
2008-08-14 Jani Taskinen- Fix test
2008-08-14 Jani Taskinenfix test
2008-08-14 Jani Taskinen- Fix tests
2008-08-14 Felipe Pena- Fixed crash (reported by Lupus Michaelis)
2008-08-14 Nuno Lopessync with 5.3 branch. add test for bug #44925
2008-08-14 Dmitry StogovFixed bug #45613 Segfault when using is_file() on Apach...
2008-08-14 Antony Dovgal[DOC] add quoted_printable_encode()
2008-08-14 Antony Dovgalfix folding
2008-08-14 Marcus Boerger- Improved exception linking
2008-08-14 Antony Dovgalnuke unused var
2008-08-14 Antony Dovgalfix build
2008-08-14 Kalle Sommer... Fix arginfo for nl2br
2008-08-14 Antony Dovgalfix ws, cs and folding
2008-08-14 Kalle Sommer... Implemented feature request #34381 (nl2br() should...
2008-08-14 Felipe Pena- MFB: New parameter parsing API
2008-08-14 <changelog... ChangeLog update
2008-08-14 Felipe Pena- Fix build on BSD (5_3 and 5_2 are OK)
2008-08-13 Kalle Sommer... * Remove NTDDI_VERSION declaring and use the one in...
2008-08-13 Pierre Joye- move declaration on top and fix build error
2008-08-13 Pierre Joye- MFB: move declaration on top and fix build error
2008-08-13 Felipe Pena- Fix build
2008-08-13 Felipe Pena- New parameter parsing API
2008-08-13 Felipe Pena- New parameter parsing API (for gmp_testbit)
2008-08-13 Antony Dovgalfix compile warnings (patch by Phil Oleson)
2008-08-13 Dmitry StogovRegenerate scanner
2008-08-13 Dmitry StogovFixed bug #45805 (Crach on throwing exception from...
2008-08-13 Dmitry StogovFixed bug #45779 (regression with shebang lines processing)
2008-08-13 <changelog... ChangeLog update
2008-08-13 Jani Taskinen[DOC]- Added methods to change/disable --with-config...
2008-08-12 Nuno LopesMFB: move empty_fcall_info* to const table
2008-08-12 Felipe Pena- Fixed tests
2008-08-12 Felipe Pena- New parameter parsing API
2008-08-12 Felipe Pena- Constness (Added const qualifier to several function...
2008-08-12 Marcus Boerger- MFB
2008-08-12 Felipe Pena- Fixed test
2008-08-12 Felipe Pena- Fixed bug #45798 (sqlite3 doesn't notice if variable...
2008-08-12 Pierre Joye- update test after php's portable realpath change...
2008-08-12 Pierre Joye- not supported on windows
2008-08-12 Marcus Boerger- Add new test
2008-08-12 Marcus Boerger- Add new test
2008-08-12 Marcus Boerger- Add missing ';'s
2008-08-12 Marcus Boerger- Update .c after .l change
next