]> granicus.if.org Git - php/shortlog
php
2006-12-07 Antony Dovgalfix #39763 (magic quotes are applied twice by ext/filter)
2006-12-07 Sara GolemonChange fgets() behavior back to BC version
2006-12-07 Ilia AlshanetskyMFB: Fixed bug #39754 (Some POSIX extension functions...
2006-12-07 <changelog... ChangeLog update
2006-12-07 Ilia AlshanetskyAllow submission of unicode data in utf8 form
2006-12-06 Sara GolemonUse proper zstr for str_getcsv() and add documentation...
2006-12-06 Antony Dovgaltest. please ignore
2006-12-06 Ilia AlshanetskyFinal set of unicode changes
2006-12-06 Ilia AlshanetskyFirst part of unicode upgrade
2006-12-06 Antony Dovgalfix import_request_variables()
2006-12-06 Antony Dovgaladd Unicode support to oci_statement_type()
2006-12-06 Antony Dovgalmark most of the OCI8 functions as unicode aware
2006-12-06 Antony Dovgalmove handling of 'F' to the top
2006-12-06 Ilia AlshanetskyMake functions as being unicode safe
2006-12-06 Antony Dovgaladd missing 'F' modified (noticed by Matt)
2006-12-06 Antony Dovgalfix tests
2006-12-06 Rob RichardsMFB: Fix win32 build
2006-12-06 Antony Dovgalfix tests
2006-12-06 Antony Dovgaladd zend_u_strtod() implementation by Matt Wilmas
2006-12-06 Antony Dovgaldestroy freelist before destroying the mutexes
2006-12-06 Antony Dovgaluse BSD licensed implementation of double-to-string...
2006-12-06 <changelog... ChangeLog update
2006-12-05 Antony Dovgallet PHP_ADD_EXTENSION_DEP() to take care of this
2006-12-05 Ilia AlshanetskyMFB: Fixed bug #39724 (Broken build due to spl/filter...
2006-12-05 Andrei Zmievskiextract() should convert keys using runtime encoding.
2006-12-05 Antony Dovgalcosmetic improvements
2006-12-05 Frank M. KromannRemove PHP4.x stuff
2006-12-05 Frank M. Kromann#39429 Update API
2006-12-05 Dmitry StogovFixed bug #39721 (Runtime inheritance causes data corru...
2006-12-05 Antony Dovgalnuke redundant zval_ptr_dtor() call and fix memory...
2006-12-05 Andrei ZmievskiUnicode support in http_build_query().
2006-12-05 Ilia AlshanetskyMFB: Fixed bug #36798 (Error parsing named parameters...
2006-12-05 Hannes MagnussonMFB: fix test
2006-12-05 Antony Dovgaldon't pass negative maxchars to php_stream_get_line_ex()
2006-12-05 Antony Dovgalremove duplicating line
2006-12-05 Rob RichardsMFB: fix bug #39625 (Apache crashes on importStylesheet...
2006-12-05 Dmitry StogovFixed FastCGI impersonation for persistent connections...
2006-12-05 Dmitry StogovRemoved unused zend_mm.*
2006-12-05 Sara GolemonAdd str_getcsv() and fix a couple cases in recent fgetc...
2006-12-05 Sara GolemonUnicode upgrade for fgetcsv()
2006-12-05 Stanislav MalyshevMerge from 5.2:
2006-12-05 Ilia AlshanetskyMFB: Fixed bug #39571 (timeout ssl:// connections).
2006-12-05 <changelog... ChangeLog update
2006-12-05 Pierre Joye- invalid filter id should not return unsafe values
2006-12-04 Pierre Joye- WS
2006-12-04 Pierre Joye- MFB: use %s
2006-12-04 Pierre Joye- WS
2006-12-04 Andrei ZmievskiMake headers-related functions accept Unicode strings...
2006-12-04 Andrei ZmievskiUnicode support in var_export().
2006-12-04 Ilia AlshanetskyMFB: Fixed tests
2006-12-04 Antony Dovgalfix build with Sun compiler, which doesn't support -O0
2006-12-04 Antony Dovgalpartly fix #39724
2006-12-04 Ilia AlshanetskyMFB: Fixed test (user is a reserved keyword in pgsql)
2006-12-04 Antony Dovgalfix tests, use -n to prevent any problems with existing...
2006-12-04 Dmitry StogovFixed bug #38274 (Memlimit fatal error sent to "wrong...
2006-12-04 Antony Dovgalfix retval type
2006-12-04 Andrey Hristovdummy change
2006-12-04 Antony Dovgallook for tests in sapi/cli
2006-12-04 Ilia AlshanetskyMFB: Fixed bug #38319 (Remove bogus warnings from persi...
2006-12-04 Ilia AlshanetskyMFB: Fixed bug #38252 (Incorrect PDO error message...
2006-12-04 <changelog... ChangeLog update
2006-12-04 Ilia AlshanetskyMFB: Added test for previous bug
2006-12-04 Ilia AlshanetskyMFB: Fixed bug #39483 (Problem with handling of \ char...
2006-12-03 Ilia AlshanetskyMFB:
2006-12-03 Ilia AlshanetskyMFB: Added missing check for mismatching number of...
2006-12-03 Ilia AlshanetskyMFB: Added "default" option that allows a default value...
2006-12-03 Ilia AlshanetskyMFB: Fixed bug #39718 (possible crash if assert.callbac...
2006-12-03 Ilia AlshanetskyMFB: Fixed php_readdir_r() usage in scandir emulation
2006-12-03 Antony Dovgalfix Solaris build
2006-12-03 Antony Dovgalfix leaks
2006-12-03 Antony Dovgalfix AIX build
2006-12-03 Nuno Lopesadd UEXPECT sections
2006-12-03 Hannes MagnussonMFB: fix test on fbsd
2006-12-03 <changelog... ChangeLog update
2006-12-02 Nuno LopesMFH (not tested. so some tests may fail in unicode...
2006-12-02 Ilia AlshanetskyMFB: Fixed bug #39527 (Failure to retrieve results...
2006-12-02 <changelog... ChangeLog update
2006-12-01 Frank M. KromannMFB: Fix win32 build
2006-12-01 Dmitry StogovBug #39438 (Fatal error: Out of memory)
2006-12-01 Dmitry Stogovtypo
2006-12-01 Andrei ZmievskiFinalize Unicode support in serialize() and unserialize().
2006-12-01 Ilia AlshanetskyMFB: Fixed a possible memory corruption in dbase_open...
2006-12-01 Andrei ZmievskiFix group macro access.
2006-12-01 Nuno LopesMFB: fix #39458
2006-12-01 Dmitry StogovFixed bug #39702 (php crashes in the allocator on linux...
2006-12-01 Dmitry StogovFixed buffer overflow. (Rob)
2006-12-01 Dmitry StogovFixed bug #39640 (Segfault with "Allowed memory size...
2006-12-01 Dmitry StogovFixed bug #39652 (Wrong negative results from memeory_g...
2006-12-01 Marcus Boerger- Fix handling of recursive inner iterators
2006-12-01 <changelog... ChangeLog update
2006-12-01 Ilia AlshanetskyMFB: Disallow \0 chars inside session.save_path
2006-11-30 Andrei Zmievskiget_headers() will keep headers as binary strings.
2006-11-30 Andrei ZmievskiMark setlocale() as Unicode-safe. It shouldn't be used in
2006-11-30 Andrei ZmievskiForgot to mark import_request_variables() as Unicode...
2006-11-30 Andrei ZmievskiMark strtr() as Unicode-safe.
2006-11-30 Andrei ZmievskiMark pack()/unpack() as Unicode-safe. They will accept...
2006-11-30 Andrei ZmievskiMake quoted_printable_decode() take only ASCII strings.
2006-11-30 Ilia AlshanetskyMFB: Added check for crypt_r()
2006-11-30 Ilia AlshanetskyMFB: Added missing function checks
2006-11-30 Ilia Alshanetskyzts fixes
next