summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.3.7RC5php-5.3.7RC5Ilia Alshanetsky2011-08-110-0/+0
|
* 5.3.7RC5Ilia Alshanetsky2011-08-113-4/+8
|
* Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path)Ilia Alshanetsky2011-08-112-0/+14
|
* - fix build (introduce by r314641)Pierre Joye2011-08-111-0/+1
|
* Fixed possible memory leakDmitry Stogov2011-08-111-1/+4
|
* Use HOST_NAME_MAX constant here instead for the gethostname() funcRasmus Lerdorf2011-08-101-1/+7
|
* Fix win32 buildIlia Alshanetsky2011-08-101-0/+4
|
* Fixed memset usage (identified by coverity)Ilia Alshanetsky2011-08-101-3/+3
|
* relax constraintAndrey Hristov2011-08-102-2/+2
|
* Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION ↵Dmitry Stogov2011-08-104-2/+139
| | | | contains itself)
* terminate timeouting processes with SIGKILL (9)Nuno Lopes2011-08-091-1/+1
|
* Fix building of pure C++ extensions as staticScott MacVicar2011-08-091-1/+1
|
* Make static analyzers happyIlia Alshanetsky2011-08-091-2/+21
|
* Minimize stack usage and added missing dtorsIlia Alshanetsky2011-08-091-2/+4
|
* Fixed built (missing 2nd arg for strncpy)Xinchen Hui2011-08-091-1/+1
|
* Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-099-18/+20
|
* Avoiding strcpy usage, Make static analyzer happyXinchen Hui2011-08-091-1/+1
|
* Update SQLite3 to the latest versionScott MacVicar2011-08-093-2600/+5317
|
* Eliminated compiler's warnings and make static analyzer silentXinchen Hui2011-08-093-5/+5
|
* Remove unused variablePierrick Charron2011-08-091-2/+1
|
* Remove unused variablePierrick Charron2011-08-091-2/+1
|
* Remove unnecessary(no sense) memset and making the static analyzer silentXinchen Hui2011-08-081-1/+0
|
* Fix typoEtienne Kneuss2011-08-081-1/+1
|
* Deadcode & sizeof fix for issues found by coverityIlia Alshanetsky2011-08-083-18/+15
| | | | | (different patch for 5.4+ will follow shortly)
* Make static analyzers happyIlia Alshanetsky2011-08-081-1/+1
|
* Fix typoPierrick Charron2011-08-081-1/+1
|
* Use snprintf to make the static analyzers happyPierrick Charron2011-08-081-1/+1
|
* Prevented the warning about truncate int to charXinchen Hui2011-08-081-1/+1
|
* Use snprintf and strncat to make the static analyzers happyPierrick Charron2011-08-081-3/+3
|
* Remove no sense statementsXinchen Hui2011-08-081-4/+0
|
* Avoid strcpy() usageIlia Alshanetsky2011-08-082-9/+9
|
* Fixes for variety of issues identified by coverity scanIlia Alshanetsky2011-08-074-5/+6
|
* possible use without init fixedGwynne Raskind2011-08-071-1/+1
|
* Front- and back-port rev 314431 (missing php.h include)Gwynne Raskind2011-08-071-0/+1
|
* Back- and front-port fixes for #55019Gwynne Raskind2011-08-073-7/+7
|
* Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for theseRasmus Lerdorf2011-08-072-2/+2
| | | | | static string copies
* Not an issue here, but a good habit to follow consistently. Never use ↵Rasmus Lerdorf2011-08-071-1/+1
| | | | strcpy/strcat.
* Make static analyzers happyRasmus Lerdorf2011-08-071-1/+1
|
* revert -r314422Xinchen Hui2011-08-071-8/+4
| | | | | No need to check erealloc's return
* Fixed bug that may dereferenced NULL pointer before checkingXinchen Hui2011-08-071-4/+8
|
* Initialize variable with fixed value for avoiding compile warningsXinchen Hui2011-08-074-4/+10
|
* function_name cannot be falsePierrick Charron2011-08-071-1/+1
|
* class entry is never usedPierrick Charron2011-08-071-2/+0
|
* Pointer returned is never usedPierrick Charron2011-08-071-1/+1
|
* OopsRasmus Lerdorf2011-08-071-3/+3
|
* These naked strcpy()s scare meRasmus Lerdorf2011-08-071-3/+3
|
* Not our issue, but fixing here for now and reporting upstreamRasmus Lerdorf2011-08-061-0/+1
|
* Fix another Coverity warning by initializing this to NULL prior to the ↵Rasmus Lerdorf2011-08-061-1/+1
| | | | strtok_r call
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-0622-21/+23
|
* - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-0611-12/+12
|