]> granicus.if.org Git - php/shortlog
php
2009-06-14 andy wharmbyBackport ob test to php 5.2 and 53.
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 Ilia AlshanetskyMFB: Fixed bug #48512 (DOMDocument::validate() fails...
2009-06-14 andy wharmbyNew json extension tests. Tested on Windows, Linux...
2009-06-13 Greg Beaverremove missing erealloc entry that will go in php 5...
2009-06-13 Greg Beaverfix Bug #48541: spl_autoload_register only registers...
2009-06-13 Greg Beaverfix criminally unclear NEWS entry by me
2009-06-13 andy wharmbyNew iconv extension tests. Tested on Windows, Linux...
2009-06-12 Felipe Pena- Constified method_name arg. in zend_get_user_call_fun...
2009-06-12 Felipe Pena- MFH: Fixed bug #48514 (cURL extension uses same resou...
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 Kalle Sommer... MFH: Fixed static build of mbstring on Windows (makes...
2009-06-12 Felipe Pena- Dropped unnecessary var
2009-06-12 Andrey HristovMFH:
2009-06-12 Felipe PenaMFH: Fixed bug #48533 (__callStatic is not invoked...
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 HristovPut these in an ifdef because they are not used at...
2009-06-11 Greg Beaverupdate NEWS about phar.phar on windows
2009-06-11 Greg Beaveradd phar.phar creation on windows
2009-06-11 Pierre Joye- silent warning and make it less ambiguous
2009-06-11 andy wharmbyNew POISX tests. Tested on Windows (all test SKIP)...
2009-06-11 Johannes SchlüterMFH: Use a better extension version
2009-06-11 Antony DovgalMFH: fix bug #48518 (curl crashes when writing into...
2009-06-11 Antony Dovgalreapply the fix
2009-06-11 Hannes MagnussonMFH: Mark spl as required and fix extension loading...
2009-06-11 Andrey HristovMFH:
2009-06-11 Andrey HristovMFH:
2009-06-11 Andrey HristovSync with PHP6 - TSRMLS_FETCH
2009-06-10 Felipe Pena- MFH: Fix the fix (Bug #46973 - IPv6 address filter...
2009-06-10 Johannes Schlüterback to -dev
2009-06-10 Johannes Schlüter5.3.0RC3
2009-06-10 Johannes SchlüterMFH Hannes said this shall not be run for RCs
2009-06-10 Pierre Joye- check for static lib as well
2009-06-10 Antony Dovgalrevert the fix for a while
2009-06-10 Antony DovgalMFH: fix arginfo for curl_multi_info_read()
2009-06-10 Pierre Joye- put mpir headers in their own directory
2009-06-09 andy wharmbyFix test - remove bogus variation
2009-06-09 Pierre Joye- missing ACL entry
2009-06-09 Pierre Joye- #41874
2009-06-09 David Soria... MFH: Fix bug #47042 (cgi sapi is incorrectly removing...
2009-06-09 Pierre Joye- fix build (void alarm)
2009-06-09 Pierre Joye- missing include
2009-06-09 Scott MacVicarBFN
2009-06-09 Scott MacVicarMFH Fix bug #48493 - spl_autoload_register can leave...
2009-06-09 Scott MacVicarMove entry to 5.2
2009-06-09 Pierre Joye #41874, separate STDOUT and STDERR in exec functions
2009-06-08 Pierre Joye- typo
2009-06-08 Derick Rethans- Updated to version 2009.9 (2009i)
2009-06-08 Ilia AlshanetskyFixed test
2009-06-08 Robert NicholsonNew tests for operators. These tests were auto generate...
2009-06-08 Andrey HristovMerge with HEAD. Someone committed changes to HEAD...
2009-06-08 Pierre Joye- sync with 1.0.2, improve perf x86-64 (patch by Solar...
2009-06-08 Scott MacVicarMFH make SQLite3::enableExceptions() return the previou...
2009-06-08 Ilia AlshanetskyFixed bug #44827 (define() is missing error checks...
2009-06-07 Patrick AllaertMFH: Removed credit
2009-06-07 Robert NicholsonNew tests for foreach loops. These were written by...
2009-06-07 Matt WilmasMFH: Fixed bug #47836 (array operator [] inconsistency...
2009-06-07 Matt WilmasMFH: Changed error messages to use "cannot" instead...
2009-06-07 Patrick AllaertMFH: Fixed bug #48469 (ldap_get_entries() memory leaks...
2009-06-06 Matt WilmasMFH: Fixed error message grammar:
2009-06-05 Brian ShireMFH: Make pass_two visible to extensions with ZEND_API...
2009-06-05 Rasmus LerdorfThere is no always_inline attribute in gcc2
2009-06-05 Matt WilmasMFH: Added zend_eval_stringl and made create_function...
2009-06-05 Matt WilmasMFH: Fixed tests again after double->long conversion...
2009-06-05 Arnaud Le BlancMFH: better fix for #48409 , #48428 , #48228
2009-06-05 Greg BeaverMFH: fixed isset() on sub-directories (isset("blah...
2009-06-04 Greg BeaverMFPECL: fix security vulnerability in phar's handling...
2009-06-04 Matt WilmasMFH: Updated tests after double->long conversion change...
2009-06-04 Matt WilmasMFH:
2009-06-04 Andrei ZmievskiMFB
2009-06-04 Etienne KneussMFH: Include other flags as well
2009-06-04 Hannes MagnussonMFH: Fixed creating directory structure when extracting...
2009-06-04 Jani TaskinenMFH:- Fixed bug #48419 (non-portable STDIN fileno in...
2009-06-04 Jani TaskinenMFH: CS + WS changes
2009-06-04 Pierre Joye- typo
2009-06-04 Pierre Joye- new constnats
2009-06-04 Pierre Joye- [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_...
2009-06-04 Felipe Pena- Fixed tests
2009-06-03 Brian ShireMFH: Add test for Bug #47859 parse_ini_file() does...
2009-06-03 Ilia AlshanetskyFixed bug #46386 (Digest authentication with SOAP modul...
2009-06-03 Zoe SlatteryCommiting testfest tests from tek
2009-06-03 Pierre Joye- fix title
2009-06-03 Pierre Joye- fix parameter order and return value check in windows...
2009-06-03 Kalle Sommer... MFH: config.h is in this directory, not in ext/bcmath...
2009-06-03 Kalle Sommer... MFH:
2009-06-02 Jani TaskinenMFH:- Fixed bug #48456 (CPPFLAGS not restored properly...
2009-06-02 Ilia AlshanetskyFixed test
2009-06-02 Jani Taskinenfix test
2009-06-01 Nuno Lopesfix compiler warnings by moving all std includes after...
2009-06-01 Arnaud Le BlancMFH: New tests
2009-06-01 Arnaud Le BlancMFH: better fix for #48409 , #48428 , #48228
2009-06-01 Ilia AlshanetskyFixed bug #48273 (snmp*_real_walk() returns SNMP errors...
2009-06-01 Zoe SlatteryEngine execution order tests
2009-06-01 Zoe SlatteryFixes to work on Windows as well as Linux
2009-05-31 Etienne KneussMFH: Add test for the timeout inside shutdown function
next