]> granicus.if.org Git - php/shortlog
php
2005-11-17 foobarMFH: - Fix compile failure when ext/readline is compile...
2005-11-17 Ilia AlshanetskyAllow zend_parse_parameters to handle non-well formed...
2005-11-16 foobarMFH
2005-11-16 Ilia Alshanetsky{} to [] test fixes
2005-11-16 Ilia Alshanetskyback to dev
2005-11-16 Ilia AlshanetskyUpdated tests to use [] instead of {}
2005-11-16 Ilia AlshanetskyBy popular demand the {} message is now an E_STRICT.
2005-11-16 Ilia AlshanetskyAdded depreciation notice for {} string offset access.
2005-11-16 Ilia Alshanetsky5.1.0RC5
2005-11-16 Dmitry StogovFixed bug #35239 (Objects can lose references)
2005-11-16 Dmitry StogovFixed bug #35229 (call_user_func() crashes when argueme...
2005-11-16 Wez FurlongCloses PECL #5944; binding an invalid parameter can...
2005-11-15 Marcus Boerger- MFH Add new test
2005-11-15 foobarextend the entry a bit :)
2005-11-15 foobarbfp
2005-11-15 Dmitry StogovAllow "null" default value for arguments with array...
2005-11-15 Derick Rethans- Allow "= null" default for parameters with a class...
2005-11-15 Ilia AlshanetskyFixed memory leak on php-cli -h
2005-11-15 Ilia AlshanetskyMFH: Fixed possible crash in http:// wrapper.
2005-11-15 Dmitry StogovAllow recursive calls to __get/__set for different...
2005-11-15 Dmitry StogovAllow recursive calls to __get/__set for different...
2005-11-15 Antony DovgalMFH: call zend_objects_destroy_object() explicitly
2005-11-15 Dmitry StogovAllow recursive calls to __get/__set for different...
2005-11-15 Dmitry StogovFixed bug #35147 (__HALT_COMPILER() breaks with --enabl...
2005-11-15 Dmitry StogovFixed call to __destruct() for objects of classes deliv...
2005-11-15 Dmitry StogovFixed bug #35176 (include()/require()/*_once() produce...
2005-11-14 Frank M. KromannChange max_procs from 25 to library default. This will...
2005-11-14 Antony DovgalMFH: fix #35197 (Destructor is not called) and similar...
2005-11-14 Antony DovgalMFH: fix #35197 (Destructor is not called) and similar...
2005-11-13 Ilia AlshanetskyPEAR news
2005-11-13 Ilia AlshanetskySlated for PHP 6
2005-11-10 foobarMFH: - Fixed bug #35179 (tokenizer extension needs...
2005-11-08 foobarMFH
2005-11-08 foobarFBFN
2005-11-08 foobarMFH
2005-11-08 Rui HirokawaNEWS updated.
2005-11-08 Andrey Hristovtest fetching of unsigned int(11)
2005-11-08 Andrey HristovBFN
2005-11-08 Andrey Hristovfix test - putting signed into unsigned produces 0...
2005-11-08 Andrey Hristovon 32bit platform if the column is UNSIGNED INT(11...
2005-11-08 Dmitry StogovFixed bug #35142 (SOAP Client/Server Complex Object...
2005-11-07 Marcus Boerger- MFH heredoc handling in -a mode
2005-11-07 Marcus Boerger- Add new tests
2005-11-07 Ilia AlshanetskyFixed bug #35135 (PDOStatment without related PDO objec...
2005-11-07 Marcus Boerger- Drop unnecessary param
2005-11-07 Marcus Boerger- MFH Bug #32223 weird behaviour of pg_last_notice
2005-11-07 Dmitry StogovFixed bug #35009 (ZTS: Persistent resource destruct...
2005-11-07 Dmitry StogovFixed bug #35091 (SoapClient leaks memory)
2005-11-06 foobarMFH:- Fixed minor leak with -dzlib.output_compression...
2005-11-06 foobarMFH
2005-11-06 Marcus Boerger- Remve bogus part of test
2005-11-06 Marcus Boerger- Fix parameter parsing
2005-11-06 Derick Rethans- MFH: E_STRICT is not part of E_ALL, so the lines...
2005-11-06 Marcus Boerger- Fix test expectations
2005-11-06 foobarFix bad MFH
2005-11-05 Rasmus LerdorfAnd simplexml doesn't need dom anymore to do the import
2005-11-05 Rasmus LerdorfThis SimpleXML requirement is no longer needed and...
2005-11-05 Ilia AlshanetskyFixed bug #31971 (ftp_login fails on some SSL servers).
2005-11-05 Wez Furlongimprove configure script.
2005-11-05 Rui HirokawaMFH: fixed garbled multibyte characters.
2005-11-04 Wez FurlongFixes PECL Bug #5868; wrong iters count for OCIStmtExecute
2005-11-03 Marcus Boerger- Fix test expectations - we are no detecting the error...
2005-11-03 Marcus Boerger- Fix static check in zend_is_callable_ex()
2005-11-03 Marcus Boerger- MFH Add missing check flag
2005-11-03 Marcus Boerger- MFH Try fixing #35088
2005-11-03 Marcus Boerger- MFH Add missing check
2005-11-03 foobarMFH: - Fixed bug #35078 (configure does not find ldap_s...
2005-11-03 Ilia AlshanetskyFixed typo.
2005-11-03 Michael Wallner- MFB44: #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket...
2005-11-02 foobarMFH: Fixed bad usage of php_checkuid()
2005-11-02 Marcus Boerger- Add missing test
2005-11-02 Marcus Boerger- Make spl_autoload_register use zend_is_callable_ex()
2005-11-02 Marcus Boerger- Add missing cases and checks
2005-11-02 Derick Rethans- MFH: Fixed initializing and argument checking for...
2005-11-02 Michael Wallner- sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL,...
2005-11-01 Ilia AlshanetskyFixed minor memory leak triggered by: -dzlib.output_com...
2005-11-01 foobar- Fixed test. Some people might actually be using php...
2005-11-01 Marcus Boerger- Update docu
2005-11-01 Marcus Boerger- MFH the iterator base interface is Traversable not...
2005-11-01 Frank M. KromannMFH: Fix #35037. Selecting a uniqueidentifier would...
2005-11-01 foobarMFH: - Added missing safe-mode checks
2005-11-01 foobarnuke typo
2005-11-01 foobarMFH: Hiding bugs is not purpose of the regression tests.
2005-11-01 Edin KadribasicFix ZTS build
2005-11-01 Wez Furlongupdate ready for release spree today
2005-11-01 Wez FurlongFix #35032; pdo_dblib doesn't find includes on some...
2005-11-01 Dmitry StogovFixed SIGSEGV
2005-11-01 Sebastian BergmannMFH: Allow bison 2.1.
2005-11-01 Wez Furlongprep for PECL release
2005-11-01 Wez FurlongCloses PECL Bug #5633.
2005-11-01 Wez Furlongprep for PECL release
2005-11-01 Wez Furlongprep for pecl release
2005-11-01 Wez Furlongprep for PECL release
2005-11-01 Wez Furlonghrmm, typo fix.
2005-11-01 Wez Furlongprep for PECL release
2005-11-01 Wez FurlongPrep for PECL release
2005-11-01 Brian FranceFixed phpize build (default PHP_OPENSSL to no if not...
2005-10-31 Ilia AlshanetskyAdditional open_basedir/safe_mode checks.
2005-10-31 Marcus Boerger- Drop unnecessary exports to prevent forward BC problems
2005-10-31 Dmitry StogovFixed bug #35017 (Exception thrown in error handler...
next