]> granicus.if.org Git - php/shortlog
php
2006-10-04 Andrei ZmievskiUnicode support in substr_compare().
2006-10-04 Pierre Joye- ENV/SERVER entry
2006-10-04 Antony Dovgaladd test for #39036 (reproducible with 5.1.6, but works...
2006-10-04 Antony Dovgaladd missing ifdef
2006-10-04 Antony Dovgalminor AIX fix
2006-10-04 Antony Dovgaladd missing ifdef
2006-10-04 Michael Wallner- output layer and ext/zlib news
2006-10-04 Edin KadribasicUpdate credits
2006-10-04 Hannes MagnussonUpdate to the new parameter parsing API
2006-10-04 Pierre Joye- Add Ilia
2006-10-04 Pierre Joye- update changelog
2006-10-04 Pierre Joye- MFB: api shake up and bug fixes (Ilia,Pierre)
2006-10-04 Antony Dovgalfix #39032 (strcspn() stops on null character)
2006-10-04 Antony Dovgalreturn false on invalid mode and don't segfault
2006-10-04 Hannes Magnussonfix test
2006-10-04 <changelog... ChangeLog update
2006-10-03 Pierre Joye- MFB
2006-10-03 Antony Dovgalremove TSRMLS_CC, php_stream_path_decode() is a macro
2006-10-03 Antony Dovgalint -> size_t
2006-10-03 Antony Dovgaluse correct type for p_len
2006-10-03 Michael Wallner- typo
2006-10-03 Michael Wallner- fix failure with tests/lang/bug23489.phpt
2006-10-03 Antony Dovgalleaks--
2006-10-03 Antony Dovgalfix tests
2006-10-03 Antony Dovgalfix leak
2006-10-03 Antony Dovgaldon't forget to increase refcount when adding entry...
2006-10-03 Ilia AlshanetskyMFB: Last set of zend_hash_init() optimizations
2006-10-03 Sara GolemonPHP6 updates for convert_uu(en|de)code()
2006-10-03 Sara GolemonUpdate proc_open() for PHP6
2006-10-03 Andrei ZmievskiUpdate.
2006-10-03 Antony Dovgalnuke unused variables
2006-10-03 Antony Dovgalfix build
2006-10-03 Andrei ZmievskiUnicode support in strripos().
2006-10-03 Antony Dovgalthrow a warning when doing modulus by 0 (fr #39027)
2006-10-03 Ilia AlshanetskyMFB: optimize zend_hash_init() with known hash table...
2006-10-03 Hannes Magnussoncompact() doesnt throw "wrong param count"
2006-10-03 Sara GolemonPHP6 Update for get_included_files() and export of...
2006-10-03 Hannes MagnussonMFB: pg_send_prepare(), pg_send_query_params() & pg_sen...
2006-10-03 Hannes Magnussonuse PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FENTRY
2006-10-03 Antony Dovgalfix ZTS build
2006-10-03 Dmitry StogovSpeedup array/HashTable copying. (Matt W)
2006-10-03 Dmitry StogovFixed bug #38942 (Double old-style-ctor inheritance)
2006-10-03 Dmitry StogovFixed bug #39017 (foreach(($obj = new myClass) as ...
2006-10-03 Michael Wallner- use fci/fcc instead of zval* for user ob handler
2006-10-03 Dmitry StogovFixed memory leak (Nuno)
2006-10-03 Dmitry StogovFixed possible crash with default namespaces
2006-10-03 <changelog... ChangeLog update
2006-10-02 Rui Hirokawafixed --disable-mbregex to disable multibe-regex.
2006-10-02 Antony Dovgalfix #38996 (PDO_MYSQL doesn't check connections for...
2006-10-02 Sara GolemonFlag the easy stuff out of the way, proc_open() is...
2006-10-02 Antony Dovgalthe last part of the fix for #39004
2006-10-02 Andrei Zmievski- Fix strrpos() logic (which was broken even in PHP 5).
2006-10-02 Antony Dovgalfix the fix for #39004
2006-10-02 Sara GolemonUpdate glob() for PHP6
2006-10-02 Sara GolemonUnused label, now how the heck did it get there?
2006-10-02 Sara GolemonNote context param changes in opendir(), dir(), and...
2006-10-02 Sara GolemonSwitch opendir/chroot/chdir to new path_param API and...
2006-10-02 Andrei ZmievskiMake stripos() work with Unicode strings.
2006-10-02 Antony Dovgaldon't rely on uninitialized var
2006-10-02 Ilia AlshanetskyMFB: Fixed bug #39004 (Fixed generation of config.nice...
2006-10-02 Rui Hirokawafixed bug #37103: libmbfl headers was not installed...
2006-10-02 Antony Dovgalfix tests
2006-10-02 Hannes MagnussonRename utils.php to utils.inc
2006-10-02 Antony Dovgalfix #39001 (ReflectionProperty returns incorrect declar...
2006-10-02 Antony Dovgalfix #39003 (__autoload() is called for type hinting)
2006-10-02 Hannes MagnussonFix test
2006-10-02 Hannes MagnussonProtos
2006-10-02 Hannes MagnussonFix protos
2006-10-02 Hannes MagnussonFix proto
2006-10-02 Hannes Magnussonadd proto
2006-10-02 Hannes MagnussonAdd .cvsignore
2006-10-02 Sara GolemonNote context parameter in copy() function and group...
2006-10-02 Sara GolemonApply new path encoding style to the rest of e/s/file.c
2006-10-02 Sara GolemonApply simplified path encoding to copy() and give it...
2006-10-02 Sara GolemonTry out simplified API for encoding paths/filenames
2006-10-02 Sara GolemonAllow hash()/hash_hmac() to accept ascii-unicode data,
2006-10-02 <changelog... ChangeLog update
2006-10-02 Sara GolemonZTS fix
2006-10-02 Sara GolemonAllow unicode-ascii to binary conversion and do proper...
2006-10-01 Georg Richterunicode fixes
2006-10-01 Ilia AlshanetskyMFB: Fixed bug #38993 (Fixed safe_mode/open_basedir...
2006-10-01 <changelog... ChangeLog update
2006-09-30 Ilia AlshanetskyMFB: Added safety checks against integer overflow.
2006-09-30 <changelog... ChangeLog update
2006-09-29 Ilia AlshanetskyMFB: Added missing API function declaration.
2006-09-29 Ilia AlshanetskyMFB: Added missing declaration of the php_get_uname...
2006-09-29 Andrei ZmievskiHeck, might as well commit this..
2006-09-29 Andrei ZmievskiFix off-by-one error.
2006-09-29 Hannes Magnussonfix proto
2006-09-29 Hannes MagnussonFix arginfo
2006-09-29 Antony Dovgaldeclare subclass after adding class constants to the...
2006-09-29 Georg RichterFixed error message (thanks to Ulf Wendel)
2006-09-29 <changelog... ChangeLog update
2006-09-28 Antony Dovgalmore 64bit fixes
2006-09-28 Ilia AlshanetskyMFB: Fixed a large leak inside _php_image_create_from()
2006-09-28 Antony Dovgalmore 64bit fixes
2006-09-28 Antony Dovgal64bit fixes
2006-09-28 Antony Dovgalfix test name
2006-09-28 Hannes MagnussonMFB: remove unused ini options
2006-09-28 Hannes MagnussonMFB; new ini options
next