]> granicus.if.org Git - php/log
php
13 years agoBack to dev
Ilia Alshanetsky [Thu, 11 Aug 2011 14:35:08 +0000 (14:35 +0000)]
Back to dev

13 years ago5.3.7RC5
Ilia Alshanetsky [Thu, 11 Aug 2011 13:02:49 +0000 (13:02 +0000)]
5.3.7RC5

13 years agoFixed bug #55399 (parse_url() incorrectly treats ':' as a valid path)
Ilia Alshanetsky [Thu, 11 Aug 2011 13:01:52 +0000 (13:01 +0000)]
Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path)

13 years ago- fix build (introduce by r314641)
Pierre Joye [Thu, 11 Aug 2011 07:11:39 +0000 (07:11 +0000)]
- fix build (introduce by r314641)

13 years agoFixed possible memory leak
Dmitry Stogov [Thu, 11 Aug 2011 06:38:42 +0000 (06:38 +0000)]
Fixed possible memory leak

13 years agoUse HOST_NAME_MAX constant here instead for the gethostname() func
Rasmus Lerdorf [Wed, 10 Aug 2011 17:40:56 +0000 (17:40 +0000)]
Use HOST_NAME_MAX constant here instead for the gethostname() func

13 years agoFix win32 build
Ilia Alshanetsky [Wed, 10 Aug 2011 15:59:32 +0000 (15:59 +0000)]
Fix win32 build

13 years agoFixed memset usage (identified by coverity)
Ilia Alshanetsky [Wed, 10 Aug 2011 15:30:07 +0000 (15:30 +0000)]
Fixed memset usage (identified by coverity)

13 years agorelax constraint
Andrey Hristov [Wed, 10 Aug 2011 14:12:24 +0000 (14:12 +0000)]
relax constraint

13 years agoFixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains...
Dmitry Stogov [Wed, 10 Aug 2011 13:44:48 +0000 (13:44 +0000)]
Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself)

13 years agoterminate timeouting processes with SIGKILL (9)
Nuno Lopes [Tue, 9 Aug 2011 21:53:44 +0000 (21:53 +0000)]
terminate timeouting processes with SIGKILL (9)

13 years agoFix building of pure C++ extensions as static
Scott MacVicar [Tue, 9 Aug 2011 18:12:06 +0000 (18:12 +0000)]
Fix building of pure C++ extensions as static

13 years agoMake static analyzers happy
Ilia Alshanetsky [Tue, 9 Aug 2011 14:11:56 +0000 (14:11 +0000)]
Make static analyzers happy

13 years agoMinimize stack usage and added missing dtors
Ilia Alshanetsky [Tue, 9 Aug 2011 13:10:57 +0000 (13:10 +0000)]
Minimize stack usage and added missing dtors

13 years agoFixed built (missing 2nd arg for strncpy)
Xinchen Hui [Tue, 9 Aug 2011 13:04:35 +0000 (13:04 +0000)]
Fixed built (missing 2nd arg for strncpy)

13 years agoAvoiding strcpy, strcat, sprintf usage to make static analyzer happy
Xinchen Hui [Tue, 9 Aug 2011 12:16:58 +0000 (12:16 +0000)]
Avoiding strcpy, strcat, sprintf usage to make static analyzer happy

13 years agoAvoiding strcpy usage, Make static analyzer happy
Xinchen Hui [Tue, 9 Aug 2011 09:35:42 +0000 (09:35 +0000)]
Avoiding strcpy usage, Make static analyzer happy

13 years agoUpdate SQLite3 to the latest version
Scott MacVicar [Tue, 9 Aug 2011 07:31:34 +0000 (07:31 +0000)]
Update SQLite3 to the latest version

13 years agoEliminated compiler's warnings and make static analyzer silent
Xinchen Hui [Tue, 9 Aug 2011 05:11:19 +0000 (05:11 +0000)]
Eliminated compiler's warnings and make static analyzer silent

13 years agoRemove unused variable
Pierrick Charron [Tue, 9 Aug 2011 02:42:25 +0000 (02:42 +0000)]
Remove unused variable

13 years agoRemove unused variable
Pierrick Charron [Tue, 9 Aug 2011 02:37:02 +0000 (02:37 +0000)]
Remove unused variable

13 years agoRemove unnecessary(no sense) memset and making the static analyzer silent
Xinchen Hui [Mon, 8 Aug 2011 16:57:46 +0000 (16:57 +0000)]
Remove unnecessary(no sense) memset and making the static analyzer silent

13 years agoFix typo
Etienne Kneuss [Mon, 8 Aug 2011 14:54:50 +0000 (14:54 +0000)]
Fix typo

13 years agoDeadcode & sizeof fix for issues found by coverity
Ilia Alshanetsky [Mon, 8 Aug 2011 12:29:32 +0000 (12:29 +0000)]
Deadcode & sizeof fix for issues found by coverity
(different patch for 5.4+ will follow shortly)

13 years agoMake static analyzers happy
Ilia Alshanetsky [Mon, 8 Aug 2011 12:10:27 +0000 (12:10 +0000)]
Make static analyzers happy

13 years agoFix typo
Pierrick Charron [Mon, 8 Aug 2011 11:30:56 +0000 (11:30 +0000)]
Fix typo

13 years agoUse snprintf to make the static analyzers happy
Pierrick Charron [Mon, 8 Aug 2011 11:19:49 +0000 (11:19 +0000)]
Use snprintf to make the static analyzers happy

13 years agoPrevented the warning about truncate int to char
Xinchen Hui [Mon, 8 Aug 2011 07:12:12 +0000 (07:12 +0000)]
Prevented the warning about truncate int to char

13 years agoUse snprintf and strncat to make the static analyzers happy
Pierrick Charron [Mon, 8 Aug 2011 03:08:59 +0000 (03:08 +0000)]
Use snprintf and strncat to make the static analyzers happy

13 years agoRemove no sense statements
Xinchen Hui [Mon, 8 Aug 2011 00:47:40 +0000 (00:47 +0000)]
Remove no sense statements

13 years agoAvoid strcpy() usage
Ilia Alshanetsky [Mon, 8 Aug 2011 00:07:54 +0000 (00:07 +0000)]
Avoid strcpy() usage

13 years agoFixes for variety of issues identified by coverity scan
Ilia Alshanetsky [Sun, 7 Aug 2011 23:46:00 +0000 (23:46 +0000)]
Fixes for variety of issues identified by coverity scan

13 years agopossible use without init fixed
Gwynne Raskind [Sun, 7 Aug 2011 18:12:52 +0000 (18:12 +0000)]
possible use without init fixed

13 years agoFront- and back-port rev 314431 (missing php.h include)
Gwynne Raskind [Sun, 7 Aug 2011 17:15:40 +0000 (17:15 +0000)]
Front- and back-port rev 314431 (missing php.h include)

13 years agoBack- and front-port fixes for #55019
Gwynne Raskind [Sun, 7 Aug 2011 17:14:14 +0000 (17:14 +0000)]
Back- and front-port fixes for #55019

13 years agoFix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these
Rasmus Lerdorf [Sun, 7 Aug 2011 16:10:34 +0000 (16:10 +0000)]
Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these
static string copies

13 years agoNot an issue here, but a good habit to follow consistently. Never use strcpy/strcat.
Rasmus Lerdorf [Sun, 7 Aug 2011 15:45:18 +0000 (15:45 +0000)]
Not an issue here, but a good habit to follow consistently. Never use strcpy/strcat.

13 years agoMake static analyzers happy
Rasmus Lerdorf [Sun, 7 Aug 2011 15:38:36 +0000 (15:38 +0000)]
Make static analyzers happy

13 years agorevert -r314422
Xinchen Hui [Sun, 7 Aug 2011 14:25:30 +0000 (14:25 +0000)]
revert -r314422

No need to check erealloc's return

13 years agoFixed bug that may dereferenced NULL pointer before checking
Xinchen Hui [Sun, 7 Aug 2011 13:19:04 +0000 (13:19 +0000)]
Fixed bug that may dereferenced NULL pointer before checking

13 years agoInitialize variable with fixed value for avoiding compile warnings
Xinchen Hui [Sun, 7 Aug 2011 11:13:27 +0000 (11:13 +0000)]
Initialize variable with fixed value for avoiding compile warnings

13 years agofunction_name cannot be false
Pierrick Charron [Sun, 7 Aug 2011 06:19:43 +0000 (06:19 +0000)]
function_name cannot be false

13 years agoclass entry is never used
Pierrick Charron [Sun, 7 Aug 2011 06:04:11 +0000 (06:04 +0000)]
class entry is never used

13 years agoPointer returned is never used
Pierrick Charron [Sun, 7 Aug 2011 05:46:31 +0000 (05:46 +0000)]
Pointer returned is never used

13 years agoOops
Rasmus Lerdorf [Sun, 7 Aug 2011 05:08:08 +0000 (05:08 +0000)]
Oops

13 years agoThese naked strcpy()s scare me
Rasmus Lerdorf [Sun, 7 Aug 2011 00:18:38 +0000 (00:18 +0000)]
These naked strcpy()s scare me

13 years agoNot our issue, but fixing here for now and reporting upstream
Rasmus Lerdorf [Sat, 6 Aug 2011 23:34:13 +0000 (23:34 +0000)]
Not our issue, but fixing here for now and reporting upstream

13 years agoFix another Coverity warning by initializing this to NULL prior to the strtok_r call
Rasmus Lerdorf [Sat, 6 Aug 2011 21:10:29 +0000 (21:10 +0000)]
Fix another Coverity warning by initializing this to NULL prior to the strtok_r call

13 years ago- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
Felipe Pena [Sat, 6 Aug 2011 14:47:44 +0000 (14:47 +0000)]
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]

13 years ago- Added missing PHP_FE_END/ZEND_FE_END
Felipe Pena [Sat, 6 Aug 2011 01:22:27 +0000 (01:22 +0000)]
- Added missing PHP_FE_END/ZEND_FE_END

13 years ago- Fixed bug #55313 (Number of retries not set when params specified)
Felipe Pena [Sat, 6 Aug 2011 00:59:21 +0000 (00:59 +0000)]
- Fixed bug #55313 (Number of retries not set when params specified)
  patch by: kevin at kevinlocke dot name

13 years agoefree match_sets on an error here - found by Coverity
Rasmus Lerdorf [Fri, 5 Aug 2011 22:39:40 +0000 (22:39 +0000)]
efree match_sets on an error here - found by Coverity

13 years agoAnother potential missing va_end() found by Coverity
Rasmus Lerdorf [Fri, 5 Aug 2011 22:26:16 +0000 (22:26 +0000)]
Another potential missing va_end() found by Coverity

13 years agoImprove test portabilty
Christopher Jones [Fri, 5 Aug 2011 22:18:50 +0000 (22:18 +0000)]
Improve test portabilty

13 years agoFix missing va_end() found by Coverity
Rasmus Lerdorf [Fri, 5 Aug 2011 22:18:42 +0000 (22:18 +0000)]
Fix missing va_end() found by Coverity

13 years agoFix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persistent...
Andrey Hristov [Fri, 5 Aug 2011 13:39:30 +0000 (13:39 +0000)]
Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections

13 years ago- Added missing check (thanks neweracracker at gmail dot com)
Felipe Pena [Thu, 4 Aug 2011 10:56:59 +0000 (10:56 +0000)]
- Added missing check (thanks neweracracker at gmail dot com)

13 years ago- Fixed possible efree(NULL) (bug #55296)
Felipe Pena [Thu, 4 Aug 2011 00:59:43 +0000 (00:59 +0000)]
- Fixed possible efree(NULL) (bug #55296)

13 years ago- update libcurl to 7.21.7
Pierre Joye [Wed, 3 Aug 2011 13:19:03 +0000 (13:19 +0000)]
- update libcurl to 7.21.7

13 years agoRemove a warning by explicitly compiling out a non-used variable
Andrey Hristov [Tue, 2 Aug 2011 15:30:58 +0000 (15:30 +0000)]
Remove a warning by explicitly compiling out a non-used variable

13 years agocompletely compile out a currently non-needed function
Andrey Hristov [Tue, 2 Aug 2011 14:18:56 +0000 (14:18 +0000)]
completely compile out a currently non-needed function

13 years agocompile out both parts of the code that are currently unused - fixes a compilation...
Andrey Hristov [Tue, 2 Aug 2011 14:02:21 +0000 (14:02 +0000)]
compile out both parts of the code that are currently unused - fixes a compilation warning

13 years agoFixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)
Dmitry Stogov [Tue, 2 Aug 2011 07:38:23 +0000 (07:38 +0000)]
Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)

13 years agoFixed bug #50816 (Using class constants in array definition fails).
Dmitry Stogov [Mon, 1 Aug 2011 11:21:23 +0000 (11:21 +0000)]
Fixed bug #50816 (Using class constants in array definition fails).

13 years agofix termination in sha-512 too
Stanislav Malyshev [Sun, 31 Jul 2011 23:14:04 +0000 (23:14 +0000)]
fix termination in sha-512 too

13 years agofix salt truncation bug in sha256
Stanislav Malyshev [Sun, 31 Jul 2011 21:47:03 +0000 (21:47 +0000)]
fix salt truncation bug in sha256

13 years ago- blowfish 1.2 update, 2nd part
Pierre Joye [Sun, 31 Jul 2011 20:50:09 +0000 (20:50 +0000)]
- blowfish 1.2 update, 2nd part

13 years ago- add test for blowfish 1.2 (Solar Designer)
Pierre Joye [Sun, 31 Jul 2011 10:11:20 +0000 (10:11 +0000)]
- add test for blowfish 1.2 (Solar Designer)

13 years ago- Fix #55301 (sybase part, take #2) check if malloc succeded
Pierre Joye [Thu, 28 Jul 2011 21:16:51 +0000 (21:16 +0000)]
- Fix #55301 (sybase part, take #2) check if malloc succeded

13 years agoback to dev
Ilia Alshanetsky [Thu, 28 Jul 2011 11:54:53 +0000 (11:54 +0000)]
back to dev

13 years ago5.3.7RC4
Ilia Alshanetsky [Thu, 28 Jul 2011 11:53:46 +0000 (11:53 +0000)]
5.3.7RC4

13 years ago- Fix #55301 (mssql part) check if malloc succeded
Pierre Joye [Thu, 28 Jul 2011 11:01:04 +0000 (11:01 +0000)]
- Fix #55301 (mssql part) check if malloc succeded

13 years ago- Fix #55301 (sybase part) check if malloc succeded
Pierre Joye [Thu, 28 Jul 2011 10:57:31 +0000 (10:57 +0000)]
- Fix #55301 (sybase part) check if malloc succeded

13 years ago- Fix #55301 (url scanner part) check if malloc succeded
Pierre Joye [Thu, 28 Jul 2011 10:52:45 +0000 (10:52 +0000)]
- Fix #55301 (url scanner part) check if malloc succeded

13 years ago- Fix #55301 (readline part) check if malloc succeded
Pierre Joye [Thu, 28 Jul 2011 10:42:45 +0000 (10:42 +0000)]
- Fix #55301 (readline part) check if malloc succeded

13 years ago- Fix #55301 (interbase part) check if malloc succeded
Pierre Joye [Thu, 28 Jul 2011 10:39:19 +0000 (10:39 +0000)]
- Fix #55301 (interbase part) check if malloc succeded

13 years ago- Fix #55301 (pdo_odbc part) check if malloc succeded
Pierre Joye [Thu, 28 Jul 2011 10:37:04 +0000 (10:37 +0000)]
- Fix #55301 (pdo_odbc part) check if malloc succeded

13 years ago- Fix #55301 (com_dotnet part) check if malloc succeded
Pierre Joye [Thu, 28 Jul 2011 10:34:16 +0000 (10:34 +0000)]
- Fix #55301 (com_dotnet part) check if malloc succeded

13 years ago- Fix #55301 (curl part) check if malloc succeded
Pierre Joye [Thu, 28 Jul 2011 10:31:34 +0000 (10:31 +0000)]
- Fix #55301 (curl part) check if malloc succeded

13 years ago- Fix #55295, check if malloc failed
Pierre Joye [Wed, 27 Jul 2011 14:23:06 +0000 (14:23 +0000)]
- Fix #55295, check if malloc failed

13 years agolonger error messages, don't cut them
Andrey Hristov [Wed, 27 Jul 2011 10:26:59 +0000 (10:26 +0000)]
longer error messages, don't cut them

13 years agoAdd explicit casts to remove some of Pierre's snapshot build warnings
Christopher Jones [Wed, 27 Jul 2011 00:04:23 +0000 (00:04 +0000)]
Add explicit casts to remove some of Pierre's snapshot build warnings

13 years agoDouble check if line is sill usable and connected to last successfully selected db.
Ulf Wendel [Tue, 26 Jul 2011 16:14:59 +0000 (16:14 +0000)]
Double check if line is sill usable and connected to last successfully selected db.

13 years agoCheck what happens if switching DB via API fails. Expected: no change of current...
Ulf Wendel [Tue, 26 Jul 2011 15:37:59 +0000 (15:37 +0000)]
Check what happens if switching DB via API fails. Expected: no change of current DB/schema.

13 years agoWould be nice if tests get updated whenever a feature is added by the person adding...
Ulf Wendel [Tue, 26 Jul 2011 09:33:01 +0000 (09:33 +0000)]
Would be nice if tests get updated whenever a feature is added by the person adding the feature...

13 years agoFix mysqlnd detection
Ulf Wendel [Tue, 26 Jul 2011 09:30:49 +0000 (09:30 +0000)]
Fix mysqlnd detection

13 years agoFix cast warning seen on some platforms
Christopher Jones [Mon, 25 Jul 2011 23:40:57 +0000 (23:40 +0000)]
Fix cast warning seen on some platforms

13 years ago- Revert accidental change
Felipe Pena [Mon, 25 Jul 2011 21:39:53 +0000 (21:39 +0000)]
- Revert accidental change

13 years agoPatch r313663 and r313665 to allow PECL builds to work with earlier releases
Christopher Jones [Mon, 25 Jul 2011 17:30:09 +0000 (17:30 +0000)]
Patch r313663 and r313665 to allow PECL builds to work with earlier releases

13 years agoUpdate skipif
Christopher Jones [Mon, 25 Jul 2011 17:22:48 +0000 (17:22 +0000)]
Update skipif

13 years ago- Use ZEND_FE_END macro here
Felipe Pena [Mon, 25 Jul 2011 11:50:10 +0000 (11:50 +0000)]
- Use ZEND_FE_END macro here

13 years ago- Make usage of new PHP_FE_END macro
Felipe Pena [Mon, 25 Jul 2011 11:42:53 +0000 (11:42 +0000)]
- Make usage of new PHP_FE_END macro

13 years ago- Added new macro to be used in the end of zend_function_entry declaration (Gwynne)
Felipe Pena [Mon, 25 Jul 2011 11:30:53 +0000 (11:30 +0000)]
- Added new macro to be used in the end of zend_function_entry declaration (Gwynne)

13 years agoWhen we have a blocking SSL socket, respect the timeout option.
Scott MacVicar [Sat, 23 Jul 2011 01:29:44 +0000 (01:29 +0000)]
When we have a blocking SSL socket, respect the timeout option.

reading from SSL sockets could block indefinitely due to the lack
of timeout

13 years ago- Disable __sync_fetch_and_add for HPUX for now, gcc seems not provide __sync_fetch_a...
Felipe Pena [Sat, 23 Jul 2011 01:08:24 +0000 (01:08 +0000)]
- Disable __sync_fetch_and_add for HPUX for now, gcc seems not provide __sync_fetch_and_add_4 for all targets

13 years agoFix spelling error.
Daniel Convissor [Thu, 21 Jul 2011 19:56:54 +0000 (19:56 +0000)]
Fix spelling error.

13 years agoHave test for add/sub/diff one second during ST/DST transition in spring.
Daniel Convissor [Thu, 21 Jul 2011 15:35:06 +0000 (15:35 +0000)]
Have test for add/sub/diff one second during ST/DST transition in spring.

13 years ago- Fixed bug #55258 (Windows Version Detecting Error) (already fixed in trunk/5.4)
Pierre Joye [Thu, 21 Jul 2011 14:49:55 +0000 (14:49 +0000)]
- Fixed bug #55258 (Windows Version Detecting Error) (already fixed in trunk/5.4)

13 years agoremoving openssl test for bug #55169 per Scott MacVicar's request; duplicate coverage...
Ryan Biesemeyer [Wed, 20 Jul 2011 21:25:39 +0000 (21:25 +0000)]
removing openssl test for bug #55169 per Scott MacVicar's request; duplicate coverage of opensssl_random_pseudo_bytes.phpt

13 years agoupdate test for bug #55169, fix skipif
Ryan Biesemeyer [Wed, 20 Jul 2011 21:13:03 +0000 (21:13 +0000)]
update test for bug #55169, fix skipif