Commit Graph

61384 Commits

Author SHA1 Message Date
Pierre Joye
a652bb991d - fix build (introduce by r314641) 2011-08-11 07:11:39 +00:00
Dmitry Stogov
69e98c9a61 Fixed possible memory leak 2011-08-11 06:38:42 +00:00
Rasmus Lerdorf
46f5813895 Use HOST_NAME_MAX constant here instead for the gethostname() func 2011-08-10 17:40:56 +00:00
Derick Rethans
840ef1e320 - Turn on html_errors by default again in php.ini-production like it was in
PHP 5.3, but only generate docref links when the docref_root INI setting is
  not empty.
2011-08-10 16:31:29 +00:00
Ilia Alshanetsky
b207eebf57 Fix win32 build 2011-08-10 15:59:32 +00:00
Ilia Alshanetsky
d73bad2f93 Fixed memset usage (identified by coverity) 2011-08-10 15:30:07 +00:00
Andrey Hristov
e289cf7267 relax constraint 2011-08-10 14:12:24 +00:00
Dmitry Stogov
dc5b3231dc Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself) 2011-08-10 13:44:48 +00:00
Xinchen Hui
d5688cd19e Eliminated compiler's warnings 2011-08-10 11:59:11 +00:00
Michael Wallner
70c284009d fix coverity issue 1054: missing break/return 2011-08-10 11:01:09 +00:00
Pierrick Charron
1a41799226 Remove unused variable 2011-08-10 01:12:52 +00:00
Nuno Lopes
58da15422c terminate timeouting processes with SIGKILL (9) 2011-08-09 21:53:44 +00:00
Scott MacVicar
0c83631303 Fix building of pure C++ extensions as static 2011-08-09 18:12:06 +00:00
Scott MacVicar
1e960014c1 Fix typos in UPGRADING 2011-08-09 15:27:25 +00:00
Rui Hirokawa
79d418845e update the news. 2011-08-09 15:11:33 +00:00
Ilia Alshanetsky
de6cd955d6 Make static analyzers happy 2011-08-09 14:11:56 +00:00
Ilia Alshanetsky
521ce49819 Minimize stack usage and added missing dtors 2011-08-09 13:10:57 +00:00
Xinchen Hui
5dc3195897 Avoiding strcpy, strcat, sprintf usage to make static analyzer happy 2011-08-09 12:16:58 +00:00
Xinchen Hui
571427c7db Avoiding strcpy usage, Make static analyzer happy 2011-08-09 09:35:42 +00:00
Scott MacVicar
7402dee014 Update SQLite3 to the latest version 2011-08-09 07:31:34 +00:00
Joey Smith
b61ea14729 Fix an unchecked return - change was back-migrated
from version 3.7.6.3 of sqlite.c from upstream.
2011-08-09 06:36:47 +00:00
Xinchen Hui
956e163784 Eliminated compiler's warnings and make static analyzer silent 2011-08-09 05:11:19 +00:00
Pierrick Charron
71f76fe4d6 Remove unused variable 2011-08-09 02:42:25 +00:00
Pierrick Charron
5998f27321 Remove unused variable 2011-08-09 02:37:02 +00:00
Gustavo André dos Santos Lopes
177645fd05 - Elided unused argument in internal linkage function. 2011-08-09 00:40:45 +00:00
Xinchen Hui
61f80c9b08 Remove unnecessary(no sense) memset and making the static analyzer silent 2011-08-08 16:57:46 +00:00
Ilia Alshanetsky
e35f670e2d Another build fix relating to previous DOM commit 2011-08-08 16:49:43 +00:00
Rui Hirokawa
fee9fe0334 reduced memory footprint for codepages. 2011-08-08 16:14:30 +00:00
Ilia Alshanetsky
022d279a98 Fixed build 2011-08-08 16:06:40 +00:00
Etienne Kneuss
f8154b0288 Fix typo 2011-08-08 14:52:34 +00:00
Ilia Alshanetsky
bfdd53cd04 Removal of deadcode identified by coverity 2011-08-08 13:45:18 +00:00
Ilia Alshanetsky
0c1516f174 Removed deadcode 2011-08-08 12:14:58 +00:00
Ilia Alshanetsky
9c834bd51c Make static analyzers happy 2011-08-08 12:10:27 +00:00
Etienne Kneuss
482e4b9d70 Fix validator for SplFileInfo constructor 2011-08-08 12:05:34 +00:00
Pierrick Charron
7f203d4385 Fix typo 2011-08-08 11:30:56 +00:00
Pierrick Charron
5035c11f0e Use snprintf to make the static analyzers happy 2011-08-08 11:19:49 +00:00
Xinchen Hui
802b871ea1 Sizeof mismatch 2011-08-08 08:49:55 +00:00
Derick Rethans
8ea0c7d6e6 - Document the new ZEND_DONT_UNLOAD_MODULES environment variable. 2011-08-08 07:42:58 +00:00
Xinchen Hui
8de80c9679 Prevented the warning about truncate int to char 2011-08-08 07:12:12 +00:00
Xinchen Hui
caedca8dd0 Make codes more clearly, and make the static analyzer silent.. 2011-08-08 06:49:17 +00:00
Pierrick Charron
6ea19be489 Use snprintf and strncat to make the static analyzers happy 2011-08-08 03:08:59 +00:00
Xinchen Hui
8bae5e220e Wrong sizeof 2011-08-08 02:33:03 +00:00
Xinchen Hui
4e97a9fc3f Remove no sense statements 2011-08-08 00:47:40 +00:00
Ilia Alshanetsky
ebefefeba8 Avoid strcpy() usage 2011-08-08 00:07:54 +00:00
Ilia Alshanetsky
04d7804aec Fixes for variety of issues identified by coverity scan 2011-08-07 23:46:00 +00:00
Gwynne Raskind
5a64b06289 possible use without init fixed 2011-08-07 18:12:52 +00:00
Derick Rethans
20936960b5 - Fixed bug #55378: binary number literal returns float number though its value
is enough small
2011-08-07 17:36:31 +00:00
Gwynne Raskind
dfe8fbca9e Front- and back-port rev 314431 (missing php.h include) 2011-08-07 17:15:40 +00:00
Gwynne Raskind
b8a2da31b1 Back- and front-port fixes for #55019 2011-08-07 17:14:14 +00:00
Gwynne Raskind
9e9c9b3430 For 5.4, fix C++-style comments. For trunk, forward-port build fix. 2011-08-07 16:31:21 +00:00