]> granicus.if.org Git - php/shortlog
php
2011-08-23 Xinchen Huiupdate NEWS
2011-08-22 Christopher... Sync date with actual PECL release date for correctness
2011-08-22 Christopher... Remove duplicated test
2011-08-22 Xinchen HuiAdded _SERVER[SERVER_SOFTWARE] for built-in server
2011-08-22 Daniel ConvissorFix spring tests for dst/st transition second.
2011-08-22 Xinchen HuiFixed #55463 (cli-server missing _SERVER[REMOTE_ADDR])
2011-08-22 Andrey HristovDon't run the test on windows, Unix specific
2011-08-22 Andrey HristovFix Bug #55473 mysql_pconnect leaks file descriptors...
2011-08-22 Pierre Joye- fix typo & build
2011-08-21 Rasmus LerdorfDebian/Ubuntu don't have any special CFLAGS listed...
2011-08-21 Xinchen Huiupdate NEWS.
2011-08-21 Pierre Joye- Fix bug #55471, fix zts build with dtrace (Laruense)
2011-08-21 Rui HirokawaMFH: cleanup jisx0213 table.
2011-08-21 Rui HirokawaMFH: speed improvement of jisx0213 conversion.
2011-08-20 Boris LytochkinIPv6 Support for SNMP. (FR #42918)
2011-08-20 Boris Lytochkinmerge from trunk two commits:
2011-08-20 Rui HirokawaMFH: removed SJIS-Mobile#*PUA.
2011-08-20 Rui Hirokawaupdate NEWS.
2011-08-20 Rui HirokawaMFH: updated limbfl to 1.3.2
2011-08-19 Stanislav MalyshevUnbreak crypt() (fix bug #55439)
2011-08-19 Pierre Joye- undefine CALLBACK (btw, generic names like that shoul...
2011-08-19 Pierre Joye- fix build
2011-08-19 Pierre Joye- Fixed bug #52461 (Incomplete doctype and missing...
2011-08-19 Xinchen HuiNews for bug #55450
2011-08-19 Xinchen HuiFixed typo when syncing changes to branch
2011-08-19 Xinchen HuiFixed #55450 (Built in web server not accepting file...
2011-08-19 Xinchen HuiFixed #55457 for 5.4 branch
2011-08-18 Pierre Joye- do not use 64bit integer instead of size_t (can't...
2011-08-17 Christopher... Use php.ini parameter instead of GC() entry
2011-08-17 Etienne KneussFix bug #55445 (Incomplete implementation of <?= being...
2011-08-17 Hannes MagnussonOnce is generally enough
2011-08-17 Pierre Joye- WS
2011-08-17 Pierre Joye- use provided stdint.h and avoid double definitions
2011-08-17 Andrey Hristovcompile out when PHP_DEBUG is not present
2011-08-16 Hannes Magnussondocref_root is now required for html_errors to do anything
2011-08-16 Hannes MagnussonFix news entry to look&feel like all others
2011-08-16 Felipe Pena- Drop T_SCALAR_CAST
2011-08-16 Felipe Pena- Fixed ZTS build
2011-08-16 Hannes MagnussonImprove errormessage on wrong use statements
2011-08-16 Hannes MagnussonCallable typehint following the rules of is_callable...
2011-08-15 Stefan MarrBug #55424 Fatal error when calling a method from a...
2011-08-15 Stefan MarrFixed Bug #55355: Inheritance chain was not regarded...
2011-08-15 Stefan MarrFixed Bug #55372 Incorrect handling of literals led...
2011-08-15 Stefan MarrAddendum for patch to bug #55214: Class name was freed...
2011-08-14 Rui HirokawaMFH: NEWS update for mbstring.
2011-08-14 Rui HirokawaMFH: added gb18030 encoding to mbstring/libmbfl.~
2011-08-13 Rui HirokawaMFH:
2011-08-13 Christopher... More test portability fixes mostly for gcov.php.net
2011-08-12 Etienne KneussFix CID 593 Mark the missing break by an explicit comme...
2011-08-12 Etienne KneussFix CID 538/539, explicitely check for something that...
2011-08-12 Etienne KneussFix CID 547, make static analyzer happy
2011-08-12 Etienne KneussFix CID 1211, unused intern variable
2011-08-12 Andrey Hristovprevent a crash if cs is NULL, which can happen with...
2011-08-12 Ulf WendelMySQL 5.6 fractional seconds and PS
2011-08-12 Ulf WendelAndrey, please have a look. Not sure if the test is...
2011-08-12 Ulf WendelAndrey, please have a look. This should not cause errors.
2011-08-12 Xinchen HuiOmitted GCC warning "comparison is always false"
2011-08-11 Uwe SchindlerBug #55403: Don't set $_SERVER['HTTPS'] on unsecure...
2011-08-11 Ilia AlshanetskyMissing file relating to previous commit
2011-08-11 Ilia AlshanetskyFixed bug #55399 (parse_url() incorrectly treats '...
2011-08-11 Pierre Joye- fix build (introduce by r314641)
2011-08-11 Dmitry StogovFixed possible memory leak
2011-08-10 Rasmus LerdorfUse HOST_NAME_MAX constant here instead for the gethost...
2011-08-10 Derick Rethans- Getting rid of the BOM.
2011-08-10 Derick Rethans- Turn on html_errors by default again in php.ini-produ...
2011-08-10 Ilia AlshanetskyFix win32 build
2011-08-10 Ilia AlshanetskyFixed memset usage (identified by coverity)
2011-08-10 Andrey Hristovrelax constraint
2011-08-10 Dmitry StogovFixed bug #55323 (SoapClient segmentation fault when...
2011-08-10 Xinchen HuiEliminated compiler's warnings
2011-08-10 Michael Wallnerfix coverity issue 1054: missing break/return
2011-08-10 Pierrick CharronRemove unused variable
2011-08-09 Nuno Lopesterminate timeouting processes with SIGKILL (9)
2011-08-09 Scott MacVicarFix building of pure C++ extensions as static
2011-08-09 Scott MacVicarFix typos in UPGRADING
2011-08-09 Rui HirokawaMFH: update the news.
2011-08-09 Ilia AlshanetskyMake static analyzers happy
2011-08-09 Ilia AlshanetskyMinimize stack usage and added missing dtors
2011-08-09 Xinchen HuiAvoiding strcpy, strcat, sprintf usage to make static...
2011-08-09 Xinchen HuiAvoiding strcpy usage, Make static analyzer happy
2011-08-09 Scott MacVicarUpdate SQLite3 to the latest version
2011-08-09 Xinchen HuiEliminated compiler's warnings and make static analyzer...
2011-08-09 Pierrick CharronRemove unused variable
2011-08-09 Pierrick CharronRemove unused variable
2011-08-09 Gustavo André... - Elided unused argument in internal linkage function.
2011-08-08 Xinchen HuiRemove unnecessary(no sense) memset and making the...
2011-08-08 Ilia AlshanetskyAnother build fix relating to previous DOM commit
2011-08-08 Rui HirokawaMFH: reduced memory footprint for codepages.
2011-08-08 Ilia AlshanetskyFixed build
2011-08-08 Etienne KneussFix typo
2011-08-08 Ilia AlshanetskyRemoval of deadcode identified by coverity
2011-08-08 Ilia AlshanetskyRemoved deadcode
2011-08-08 Ilia AlshanetskyMake static analyzers happy
2011-08-08 Pierrick CharronFix typo
2011-08-08 Pierrick CharronUse snprintf to make the static analyzers happy
2011-08-08 Xinchen HuiSizeof mismatch
2011-08-08 Derick Rethans- Document the new ZEND_DONT_UNLOAD_MODULES environment...
2011-08-08 Xinchen HuiPrevented the warning about truncate int to char
2011-08-08 Xinchen HuiMake codes more clearly, and make the static analyzer...
2011-08-08 Pierrick CharronUse snprintf and strncat to make the static analyzers...
next