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

13 years ago- Fixed bug #54329 (MSSql extension memory leak)
Felipe Pena [Sun, 3 Jul 2011 19:01:42 +0000 (19:01 +0000)]
- Fixed bug #54329 (MSSql extension memory leak)
  patch by: dotslashpok at gmail dot com

13 years ago- Implemented FR #54172 (Overriding the pid file location of php-fpm)
Jérôme Loyet [Sat, 2 Jul 2011 23:41:01 +0000 (23:41 +0000)]
- Implemented FR #54172 (Overriding the pid file location of php-fpm)

13 years ago- Implemented FR #54499 (FPM ping and status_path should handle HEAD request)
Jérôme Loyet [Sat, 2 Jul 2011 16:34:39 +0000 (16:34 +0000)]
- Implemented FR #54499 (FPM ping and status_path should handle HEAD request)

13 years ago- Implemented FR #54577 (Enhanced status page with full status and details about...
Jérôme Loyet [Sat, 2 Jul 2011 16:10:18 +0000 (16:10 +0000)]
- Implemented FR #54577 (Enhanced status page with full status and details about each processes
- Added a web page (status.html) for real-time FPM status
- Fixed missing Expires and Cache-Control headers for ping and status pages

13 years ago- Fixed bug #55080 (Deprecated call in run--test.php)
Felipe Pena [Fri, 1 Jul 2011 23:13:53 +0000 (23:13 +0000)]
- Fixed bug #55080 (Deprecated call in run--test.php)
  patch by: fedora at famillecollet dot com

13 years agoBack to dev
Ilia Alshanetsky [Thu, 30 Jun 2011 13:31:39 +0000 (13:31 +0000)]
Back to dev

13 years ago5.3.7RC2
Ilia Alshanetsky [Thu, 30 Jun 2011 13:16:27 +0000 (13:16 +0000)]
5.3.7RC2

13 years ago- Fixed bug #55082 (var_export() doesn't escape properties properly).
Gustavo André dos Santos Lopes [Thu, 30 Jun 2011 09:26:35 +0000 (09:26 +0000)]
- Fixed bug #55082 (var_export() doesn't escape properties properly).

13 years agoFix bug #55066 (Missing linebreak in NEWS).
Adam Harvey [Thu, 30 Jun 2011 06:14:41 +0000 (06:14 +0000)]
Fix bug #55066 (Missing linebreak in NEWS).

13 years agoFixed test
Ilia Alshanetsky [Tue, 28 Jun 2011 23:47:05 +0000 (23:47 +0000)]
Fixed test

13 years agoworking on test coverage for ext/dom, here's 17 more tests
Knut Urdalen [Tue, 28 Jun 2011 20:17:15 +0000 (20:17 +0000)]
working on test coverage for ext/dom, here's 17 more tests

13 years agoFixed bug #54971 (Wrong result when using iterator_to_array with use_keys on true)
Pierrick Charron [Tue, 28 Jun 2011 11:09:06 +0000 (11:09 +0000)]
Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on true)

13 years agoKeep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error message prefixes
Christopher Jones [Mon, 27 Jun 2011 22:58:59 +0000 (22:58 +0000)]
Keep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error message prefixes

13 years agoFix 5.1 detection on ubuntu natty
Hannes Magnusson [Mon, 27 Jun 2011 20:28:30 +0000 (20:28 +0000)]
Fix 5.1 detection on ubuntu natty

13 years agomissed version sync with 5.4
Christopher Jones [Mon, 27 Jun 2011 17:24:55 +0000 (17:24 +0000)]
missed version sync with 5.4

13 years ago- Updated to version 2011.8 (2011h)
Derick Rethans [Mon, 27 Jun 2011 11:47:43 +0000 (11:47 +0000)]
- Updated to version 2011.8 (2011h)

13 years ago- fixed request_timeout and slowlog_timeout from last FPM commit (r312496)
Jérôme Loyet [Mon, 27 Jun 2011 11:33:03 +0000 (11:33 +0000)]
- fixed request_timeout and slowlog_timeout from last FPM commit (r312496)
- typo

13 years ago- BFN
Felipe Pena [Mon, 27 Jun 2011 01:39:01 +0000 (01:39 +0000)]
- BFN

13 years ago- Fixed data type usage in 64bit
Felipe Pena [Mon, 27 Jun 2011 01:36:39 +0000 (01:36 +0000)]
- Fixed data type usage in 64bit
  Reported by: Leonildo Costa

13 years ago- Replaced shm_slots with a real scoreboard
Jérôme Loyet [Sun, 26 Jun 2011 15:48:11 +0000 (15:48 +0000)]
- Replaced shm_slots with a real scoreboard
- Added several improvements to the status page

13 years ago- reflection is always enabled
Pierre Joye [Sat, 25 Jun 2011 10:47:54 +0000 (10:47 +0000)]
- reflection is always enabled

13 years agofixed temp directory names in spl tests
Knut Urdalen [Sat, 25 Jun 2011 07:45:41 +0000 (07:45 +0000)]
fixed temp directory names in spl tests

13 years agofixed/refactored some spl tests related to owner/group retrieval
Knut Urdalen [Sat, 25 Jun 2011 04:50:42 +0000 (04:50 +0000)]
fixed/refactored some spl tests related to owner/group retrieval

13 years agoAdd http_proxy env var support to run-tests.php result submission
Christopher Jones [Fri, 24 Jun 2011 23:10:37 +0000 (23:10 +0000)]
Add http_proxy env var support to run-tests.php result submission

13 years ago- Added SKIPIF
Felipe Pena [Fri, 24 Jun 2011 19:18:06 +0000 (19:18 +0000)]
- Added SKIPIF

13 years ago- BFN
Felipe Pena [Fri, 24 Jun 2011 00:53:52 +0000 (00:53 +0000)]
- BFN

13 years ago- Fixed crash in error_log() (strlen(NULL)) reported by: shm, Maksymilian Arciemowicz
Felipe Pena [Thu, 23 Jun 2011 21:48:15 +0000 (21:48 +0000)]
- Fixed crash in error_log() (strlen(NULL)) reported by: shm, Maksymilian Arciemowicz

13 years agoThese are annoyingly slow
Hannes Magnusson [Thu, 23 Jun 2011 21:27:42 +0000 (21:27 +0000)]
These are annoyingly slow

13 years ago- Added custom access log (also added per request %CPU and memory mesurement)
Jérôme Loyet [Thu, 23 Jun 2011 08:03:52 +0000 (08:03 +0000)]
- Added custom access log (also added per request %CPU and memory mesurement)

13 years agoAdd charset, fixes the validate_on_parse test (confik)
Hannes Magnusson [Wed, 22 Jun 2011 14:59:20 +0000 (14:59 +0000)]
Add charset, fixes the validate_on_parse test (confik)

13 years agoFixed dom tests.
Shein Alexey [Wed, 22 Jun 2011 09:28:14 +0000 (09:28 +0000)]
Fixed dom tests.

13 years agoFixed typo
Patrick Allaert [Mon, 20 Jun 2011 20:42:02 +0000 (20:42 +0000)]
Fixed typo

13 years agoRemoved pid in debug logs written by chrildren processes
Jérôme Loyet [Mon, 20 Jun 2011 00:03:39 +0000 (00:03 +0000)]
Removed pid in debug logs written by chrildren processes

13 years agoMake xfail text not reference a particular version now that 5.4 branch exists.
Daniel Convissor [Sun, 19 Jun 2011 16:46:32 +0000 (16:46 +0000)]
Make xfail text not reference a particular version now that 5.4 branch exists.

13 years ago- Opss, restore old behavior
Felipe Pena [Sun, 19 Jun 2011 14:50:44 +0000 (14:50 +0000)]
- Opss, restore old behavior

13 years ago- Added missing void param check in sys_get_temp_dir
Felipe Pena [Sun, 19 Jun 2011 14:27:33 +0000 (14:27 +0000)]
- Added missing void param check in sys_get_temp_dir
- Fixed param check of umask()

13 years ago- New tests (code coverage++)
Felipe Pena [Sun, 19 Jun 2011 12:33:49 +0000 (12:33 +0000)]
- New tests (code coverage++)

13 years ago- Added missing void param checks, and fix arginfo
Felipe Pena [Sat, 18 Jun 2011 22:48:31 +0000 (22:48 +0000)]
- Added missing void param checks, and fix arginfo

13 years ago- Missing change
Felipe Pena [Sat, 18 Jun 2011 17:46:16 +0000 (17:46 +0000)]
- Missing change

13 years ago- Fixed ZTS build
Felipe Pena [Sat, 18 Jun 2011 17:41:56 +0000 (17:41 +0000)]
- Fixed ZTS build