]> granicus.if.org Git - php/log
php
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

13 years agoupdate test for bug #55169, don't require the extension in INI
Ryan Biesemeyer [Wed, 20 Jul 2011 20:57:17 +0000 (20:57 +0000)]
update test for bug #55169, don't require the extension in INI

13 years agotests for bug #55169 (mcrypt and openssl)
Ryan Biesemeyer [Wed, 20 Jul 2011 18:59:05 +0000 (18:59 +0000)]
tests for bug #55169 (mcrypt and openssl)

13 years agoRename and enhance test for bug 55253 now that bugs web is up.
Daniel Convissor [Wed, 20 Jul 2011 18:24:14 +0000 (18:24 +0000)]
Rename and enhance test for bug 55253 now that bugs web is up.

13 years agoopenssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the defaul...
Scott MacVicar [Tue, 19 Jul 2011 22:15:56 +0000 (22:15 +0000)]
openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the default size for the case of a variable key length cipher.

The result is a key of 448 bits being passed to the blowfish algorithm would be truncated to 128 bit.

Also fixed an error in the zend_parse_parameters() having an invalid character being used.

13 years ago- Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)
Felipe Pena [Tue, 19 Jul 2011 22:12:13 +0000 (22:12 +0000)]
- Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)

13 years agoFix for bug http://bugs.php.net/54426
Popa Adrian Marius [Tue, 19 Jul 2011 20:25:51 +0000 (20:25 +0000)]
Fix for bug http://bugs.php.net/54426

Checks for NULL are wrong as the values can be provided by the triggers

13 years ago- update libpng to 1.2.46
Pierre Joye [Tue, 19 Jul 2011 10:22:42 +0000 (10:22 +0000)]
- update libpng to 1.2.46

13 years ago- update blowfish to 1.2 (Solar Designer)
Pierre Joye [Mon, 18 Jul 2011 21:26:29 +0000 (21:26 +0000)]
- update blowfish to 1.2 (Solar Designer)

13 years agofix a segfault when passing an empty value to a ini parameter from the web server...
Jérôme Loyet [Mon, 18 Jul 2011 21:03:44 +0000 (21:03 +0000)]
fix a segfault when passing an empty value to a ini parameter from the web server (php_(admin_)?value)

13 years ago- MFH: Fixed bug #54204 (Can't set a value with a PATH section in php.ini).
Pierre Joye [Mon, 18 Jul 2011 21:00:59 +0000 (21:00 +0000)]
- MFH: Fixed bug #54204 (Can't set a value with a PATH section in php.ini).

13 years agoremove forgotten debug log
Jérôme Loyet [Mon, 18 Jul 2011 20:59:18 +0000 (20:59 +0000)]
remove forgotten debug log

13 years ago- get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration into...
Jérôme Loyet [Sun, 17 Jul 2011 23:33:22 +0000 (23:33 +0000)]
- get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration into core

13 years agoRegister warning change
Stanislav Malyshev [Sun, 17 Jul 2011 07:03:19 +0000 (07:03 +0000)]
Register warning change

13 years agoUpdated is_a() and is_subclass_of() tests as per the removed E_WARNING from r313162...
Philip Olson [Fri, 15 Jul 2011 19:17:22 +0000 (19:17 +0000)]
Updated is_a() and is_subclass_of() tests as per the removed E_WARNING from r313162 which was inspired by discussion after r312904 and PHP Bug #53727

13 years agoBack to dev
Ilia Alshanetsky [Thu, 14 Jul 2011 12:02:33 +0000 (12:02 +0000)]
Back to dev

13 years ago5.3.7RC3
Ilia Alshanetsky [Thu, 14 Jul 2011 12:01:37 +0000 (12:01 +0000)]
5.3.7RC3

13 years agofind option '-not' is not POSIX compliant
Jérôme Loyet [Wed, 13 Jul 2011 23:28:48 +0000 (23:28 +0000)]
find option '-not' is not POSIX compliant

13 years agoHave test for add/sub/diff one second during DST/ST transition.
Daniel Convissor [Wed, 13 Jul 2011 16:22:58 +0000 (16:22 +0000)]
Have test for add/sub/diff one second during DST/ST transition.

13 years agoAdd test for constructing times during the dst/st conversion.
Daniel Convissor [Wed, 13 Jul 2011 16:21:10 +0000 (16:21 +0000)]
Add test for constructing times during the dst/st conversion.

13 years ago- Fixed bug #55187, readlink returns weird characters when false result
Pierre Joye [Tue, 12 Jul 2011 15:15:17 +0000 (15:15 +0000)]
- Fixed bug #55187, readlink returns weird characters when false result

13 years ago- Bug #55169, improve fix, allow non interactive user, hash-like ops only usage
Pierre Joye [Tue, 12 Jul 2011 11:46:41 +0000 (11:46 +0000)]
- Bug #55169, improve fix, allow non interactive user, hash-like ops only usage

13 years agoremove warning for is_a() BC
Stanislav Malyshev [Tue, 12 Jul 2011 05:20:40 +0000 (05:20 +0000)]
remove warning for is_a() BC

13 years agoFixed bug #55014 (Compile failure due to improper use of ctime_r()).
Ilia Alshanetsky [Mon, 11 Jul 2011 17:01:23 +0000 (17:01 +0000)]
Fixed bug #55014 (Compile failure due to improper use of ctime_r()).

13 years agoFixed bug #54305 (Crash in gc_remove_zval_from_buffer)
Dmitry Stogov [Mon, 11 Jul 2011 10:31:49 +0000 (10:31 +0000)]
Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)

13 years agoFixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)
Dmitry Stogov [Mon, 11 Jul 2011 09:47:59 +0000 (09:47 +0000)]
Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)

13 years ago- fix bug #55169, mcrypt_create_iv always fails to gather sufficient random data
Pierre Joye [Sun, 10 Jul 2011 14:36:32 +0000 (14:36 +0000)]
- fix bug #55169, mcrypt_create_iv always fails to gather sufficient random data

13 years ago - use warning here to match unix behavior
Pierre Joye [Sun, 10 Jul 2011 14:19:51 +0000 (14:19 +0000)]
 - use warning here to match unix behavior

13 years ago- Year++
Felipe Pena [Sun, 10 Jul 2011 13:05:32 +0000 (13:05 +0000)]
- Year++

13 years ago- Missing to commit this change here... (thanks nikic)
Felipe Pena [Fri, 8 Jul 2011 16:29:33 +0000 (16:29 +0000)]
- Missing to commit this change here... (thanks nikic)

13 years ago- Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even though...
Felipe Pena [Thu, 7 Jul 2011 23:07:14 +0000 (23:07 +0000)]
- Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)

13 years agofree data in case of failure in the callee not in the caller
Andrey Hristov [Tue, 5 Jul 2011 20:31:53 +0000 (20:31 +0000)]
free data in case of failure in the callee not in the caller

13 years agoFixed bug relating to un-initialized memory access
Ilia Alshanetsky [Tue, 5 Jul 2011 20:10:45 +0000 (20:10 +0000)]
Fixed bug relating to un-initialized memory access

13 years ago- Fixed wrong value of log_level when invoking fpm with -tt
Jérôme Loyet [Tue, 5 Jul 2011 18:09:07 +0000 (18:09 +0000)]
- Fixed wrong value of log_level when invoking fpm with -tt

13 years ago- Fixed bug #52935 (call exit in user_error_handler cause stream relate core).
Gustavo André dos Santos Lopes [Tue, 5 Jul 2011 16:09:06 +0000 (16:09 +0000)]
- Fixed bug #52935 (call exit in user_error_handler cause stream relate core).

13 years ago- ws and cosmetics
Jérôme Loyet [Tue, 5 Jul 2011 02:42:40 +0000 (02:42 +0000)]
- ws and cosmetics

13 years agoFixed memory leak
Jérôme Loyet [Tue, 5 Jul 2011 01:43:50 +0000 (01:43 +0000)]
Fixed memory leak

13 years ago- moved STR2STR, BOOL2STR and PM2STR from fpm_conf.h to fpm_conf.c (Giovanni Giacobbi)
Jérôme Loyet [Tue, 5 Jul 2011 01:24:10 +0000 (01:24 +0000)]
- moved STR2STR, BOOL2STR and PM2STR from fpm_conf.h to fpm_conf.c (Giovanni Giacobbi)

13 years agofix crypt() issue with overlong salt
Stanislav Malyshev [Mon, 4 Jul 2011 23:38:09 +0000 (23:38 +0000)]
fix crypt() issue with overlong salt

13 years agoalloc SHM for all children at startup to ensure all SHM will be reachable from childr...
Jérôme Loyet [Mon, 4 Jul 2011 22:39:15 +0000 (22:39 +0000)]
alloc SHM for all children at startup to ensure all SHM will be reachable from children over the ages

13 years agochild-pid can't be set when fpm_child_resources_use is called
Jérôme Loyet [Mon, 4 Jul 2011 21:37:28 +0000 (21:37 +0000)]
child-pid can't be set when fpm_child_resources_use is called

13 years ago- Fixed missing Expires and Cache-Control headers for ping and status pages
Jérôme Loyet [Mon, 4 Jul 2011 21:29:32 +0000 (21:29 +0000)]
- Fixed missing Expires and Cache-Control headers for ping and status pages

13 years ago- revert commit 312812 until 5.3.7 is out
Jérôme Loyet [Mon, 4 Jul 2011 21:22:56 +0000 (21:22 +0000)]
- revert commit 312812 until 5.3.7 is out

13 years agoFixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)
Dmitry Stogov [Mon, 4 Jul 2011 14:55:39 +0000 (14:55 +0000)]
Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)

13 years agofix comment syntax
Jérôme Loyet [Mon, 4 Jul 2011 12:49:46 +0000 (12:49 +0000)]
fix comment syntax