]> granicus.if.org Git - php/shortlog
php
2006-12-08 Rob Richardsmark more functions unicode safe
2006-12-08 Rob Richardsmark more functions unicode safe
2006-12-08 Dmitry StogovFixed bug #39775 ("Indirect modification ..." message...
2006-12-08 Antony Dovgaladd new tests by <zoe dot slattery at googlemail dot...
2006-12-08 Dmitry StogovFixed possible failure
2006-12-08 Nuno LopesMFB: new tests
2006-12-08 Ilia AlshanetskyFixed typo
2006-12-08 <changelog... ChangeLog update
2006-12-08 Sara GolemonMore BC bodges for fgets/fgetss
2006-12-08 Ilia AlshanetskyAllow POST of unicode data as utf8
2006-12-07 Antony DovgalMFB test
2006-12-07 Antony DovgalMFB tests (they still fail though)
2006-12-07 Andrei ZmievskiUnicode support in strptime(). Uses runtime encoding...
2006-12-07 Andrei Zmievskiversion_compare() will use runtime encoding.
2006-12-07 Andrei ZmievskiUnicode support/safety in iptc* functions. Untested...
2006-12-07 Antony Dovgalinitialize variables and make Coverity happy
2006-12-07 Andrei ZmievskiApply Matt W's patch to only allow ASCII digits and...
2006-12-07 Andrei ZmievskiGuard against ambiguous 'else' clauses.
2006-12-07 Andrei ZmievskiUnicode support in parse_url().
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().
next