]> granicus.if.org Git - php/shortlog
php
2009-06-18 Rasmus LerdorfFix bug #48592
2009-06-18 <changelog... ChangeLog update
2009-06-17 Pierre Joye- MF53: #47318, UMR when trying to activate user config
2009-06-17 andy wharmbyNew test for standard object compare handler. Tested...
2009-06-17 andy wharmbyNew foreach tests. Tested on Windows, Linux and Linux...
2009-06-17 Andrey HristovFix two problems:
2009-06-17 Felipe Pena- Fixed bug #48578 (Can't build 5.3 on FBSD 4.11) ...
2009-06-17 Scott MacVicarUpdate test to test a few more cases and another for...
2009-06-17 Scott MacVicarAdd SplDoublyLinkedList::prev(), no point in having...
2009-06-17 Robin FernandesAdditional class related tests.
2009-06-17 Hannes Magnussonfix skipf
2009-06-17 Rasmus LerdorfNeed the gcc version check here too
2009-06-17 <changelog... ChangeLog update
2009-06-16 Felipe Pena- Fixed tests
2009-06-16 andy wharmbyNew strcoll error test. Tested on Windows, Linux and...
2009-06-16 Andrey HristovC-comments should be used
2009-06-16 Pierre Joye- MF53: fix readlink in TS SAPI
2009-06-16 Rasmus LerdorfTweak to make this compile with gcc2
2009-06-16 Felipe Pena- Fixed build (removed trailing comma) patch by Seiji...
2009-06-16 Andrey HristovMemory usage optimisation. mysqlnd is not libmysql...
2009-06-16 andy wharmbyFix typo in test
2009-06-16 Andrey HristovHardwire function call instead of using callbacks....
2009-06-16 andy wharmbyNew class related tests. Tested on Windows, Linux and...
2009-06-16 Andrey HristovUse Zend's allocator instead of libc's and also don...
2009-06-16 Felipe Pena- Fixed bug #48562 (Reference recursion causes segfault...
2009-06-16 <changelog... ChangeLog update
2009-06-15 Felipe Pena- Drop unused code
2009-06-15 andy wharmbyNew test for bitwise operators. Tested on Linux 64 bit
2009-06-15 Felipe Pena- Fixed bug #48557 (Numeric string keys in Apache Hashm...
2009-06-15 Patrick AllaertFixing #48441 (ldap_search() with sizelimit/timelimit...
2009-06-15 Pierre Joye- add TODO about int definition cleanup
2009-06-15 Patrick AllaertRefactoring that will help fixing #48441
2009-06-15 Pierre Joye- simplify, use correct type and silent warnings
2009-06-15 Pierre Joye- silent compilation warnings (no MFH yet)
2009-06-15 Scott MacVicarsync SQLite 3.6.15
2009-06-15 Ilia AlshanetskyMFB: 48518
2009-06-15 andy wharmbyNew POSIX extension tests from Berlin UG TestFest 2009.
2009-06-15 Pierre Joye- silent warning
2009-06-15 <changelog... ChangeLog update
2009-06-14 andy wharmbyNew foreach tests. Tested on Windows, Linux and Linux...
2009-06-14 andy wharmbyBasic tests for function_exists() and get_defined_funct...
2009-06-14 andy wharmbyNew json extension tests. Tested on Windows, Linux...
2009-06-14 Pierre Joye- MF53: fix build (void alarm)
2009-06-14 <changelog... ChangeLog update
2009-06-13 Greg Beaverfix Bug #48541: spl_autoload_register only registers...
2009-06-13 andy wharmbyNew iconv extension tests. Tested on Windows, Linux...
2009-06-13 <changelog... ChangeLog update
2009-06-12 Felipe Pena- Constified method_name arg. in zend_get_user_call_fun...
2009-06-12 Felipe Pena- Refix the fix :| (missing skipif)
2009-06-12 Felipe Pena- Fix test
2009-06-12 Felipe Pena- Fixed bug #48514 (cURL extension uses same resource...
2009-06-12 andy wharmbyNew iconv extension tests. Tested on Windows, Linux...
2009-06-12 andy wharmbyNew iconv extension tests. Tested on Windows, Linux...
2009-06-12 Felipe Pena- Sync with 5_3
2009-06-12 Felipe Pena- Dropped unused var (HEAD only)
2009-06-12 Andrey HristovFix crash when tracing is enabled. Position after buffe...
2009-06-12 <changelog... ChangeLog update
2009-06-12 Felipe Pena- Fixed bug #48533 (__callStatic is not invoked for...
2009-06-11 Kalle Sommer... Fixed static build of mbstring on Windows (makes static...
2009-06-11 andy wharmbyDelete duplicate test
2009-06-11 andy wharmbyNew intval() tests. Tested on Windows, Linux and linux 64
2009-06-11 andy wharmbyNew 64 bit math tests. Tested on Windows, Linux and...
2009-06-11 andy wharmbyAdd/Fix SKIPIF sections of cURL tests
2009-06-11 Andrey HristovRevert by adding an ifdef
2009-06-11 Pierre Joye- nuke unused var
2009-06-11 Pierre Joye- MF53: silent warning and make it less ambiguous
2009-06-11 Greg BeaverMFB: add phar.phar generation to windows
2009-06-11 andy wharmbyNew POISX tests. Tested on Windows (all test SKIP)...
2009-06-11 Johannes SchlüterUse a better extension version
2009-06-11 Antony Dovgalfix bug #48518 (curl crashes when writing into invalid...
2009-06-11 Andrey HristovProtect the code when variable is NULL, which should...
2009-06-11 Andrey HristovCheck the pointer before calling a function on it,...
2009-06-11 Andrey HristovMFB: Reference decrement in own function. Make a functi...
2009-06-11 <changelog... ChangeLog update
2009-06-10 Felipe Pena- Fix the fix (Bug #46973 - IPv6 address filter rejects...
2009-06-10 Johannes SchlüterHannes said this shall not be run for RCs
2009-06-10 Pierre Joye- look for static lib too
2009-06-10 Hannes MagnussonFix extension loading order
2009-06-10 Hannes MagnussonFix exception message
2009-06-10 Ilia AlshanetskyFixed bug #48512 (DOMDocument::validate() fails with...
2009-06-10 Antony Dovgalfix arginfo for curl_multi_info_read()
2009-06-10 Pierre Joye- MFB: put mpir headers in their own directory
2009-06-10 <changelog... ChangeLog update
2009-06-09 andy wharmbyFix test - remove bogus variation
2009-06-09 Pierre Joye- MFB: #41874, separate STDOUT and STDERR in exec functions
2009-06-09 Pierre Joye- #41874, separate STDOUT and STDERR in exec functions
2009-06-09 David Soria... Fix bug #47042 (cgi sapi is incorrectly removing the...
2009-06-09 Pierre Joye- fix build (test before commit maybe?)
2009-06-09 Pierre Joye- fix TS build
2009-06-09 Pierre Joye- ws
2009-06-09 Scott MacVicarFix bug #48493 - spl_autoload_register can leave the...
2009-06-09 <changelog... ChangeLog update
2009-06-08 Derick Rethans- Updated to version 2009.9 (2009i)
2009-06-08 Robert NicholsonNew tests for operators. These tests were auto generate...
2009-06-08 Antony Dovgalrevert yet another wrongly MFBed fix
2009-06-08 Andrey HristovMerge with the branch, someone made changes in PHP5_3...
2009-06-08 Pierre Joye- MFB: sync with 1.0.2, improve perf x86-64 (patch...
2009-06-08 Scott MacVicarChange more things to the UTF-16 API and make SQLite3...
2009-06-08 <changelog... ChangeLog update
2009-06-08 Ilia AlshanetskyMFB: Fixed bug #44827 (define() is missing error checks...
next