]> granicus.if.org Git - php/log
php
13 years agoDelete empty test files (old MQ tests)
Pierrick Charron [Fri, 22 Jul 2011 12:12:05 +0000 (12:12 +0000)]
Delete empty test files (old MQ tests)

13 years ago- should not have been applied
Pierre Joye [Fri, 22 Jul 2011 11:42:15 +0000 (11:42 +0000)]
- should not have been applied

13 years ago- WS
Pierre Joye [Fri, 22 Jul 2011 11:26:23 +0000 (11:26 +0000)]
- WS

13 years ago- remove magic quotes support, functions are kept (see the NEWS entry for the details...
Pierre Joye [Fri, 22 Jul 2011 11:25:30 +0000 (11:25 +0000)]
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ

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

13 years agoRevert r311205. Test works in original form and should not vary between branches...
Daniel Convissor [Thu, 21 Jul 2011 19:45:18 +0000 (19:45 +0000)]
Revert r311205. Test works in original form and should not vary between branches in this case.

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 agos/noOIDIncreasingCheck/oid_increasing_check/
Boris Lytochkin [Thu, 21 Jul 2011 12:47:07 +0000 (12:47 +0000)]
s/noOIDIncreasingCheck/oid_increasing_check/

13 years ago- Show PHP_VERSION in the banner. Suggested by Chris and others.
Moriyoshi Koizumi [Thu, 21 Jul 2011 07:31:29 +0000 (07:31 +0000)]
- Show PHP_VERSION in the banner. Suggested by Chris and others.

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 agoFixed bug #55071. Maybe a bit overkill?
Moriyoshi Koizumi [Wed, 20 Jul 2011 09:00:20 +0000 (09:00 +0000)]
Fixed bug #55071.  Maybe a bit overkill?

13 years ago- Better error handling.
Moriyoshi Koizumi [Wed, 20 Jul 2011 08:43:12 +0000 (08:43 +0000)]
- Better error handling.

13 years ago- Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces), letting...
Moriyoshi Koizumi [Wed, 20 Jul 2011 04:34:01 +0000 (04:34 +0000)]
- Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces), letting getaddrinfo(3) validate IPv6 addresses.

13 years ago- re apply the rng change specific to windows, long term it should be a std function...
Pierre Joye [Tue, 19 Jul 2011 23:01:41 +0000 (23:01 +0000)]
- re apply the rng change specific to windows, long term it should be a std function but as this function was badly introduced in the 1st place, we have to fix the bad things here instead, pls do not revert again, bad idea.

13 years ago- Dropped restriction of not setting the same value multiple times, the last one...
Jérôme Loyet [Tue, 19 Jul 2011 22:38:04 +0000 (22:38 +0000)]
- Dropped restriction of not setting the same value multiple times, the last one holds (giovanni at giacobbi dot net)

13 years agoRevert change to use a special Windows version of openssl_random_pseudo_bytes().
Scott MacVicar [Tue, 19 Jul 2011 22:29:55 +0000 (22:29 +0000)]
Revert change to use a special Windows version of openssl_random_pseudo_bytes().

Lets discuss this on internals first. We're advertising something from the OpenSSL library
and then subverting it with another Windows OS call.

What are the implications of this? Should we make this available in ext/standard/ instead?

13 years ago- enhanced log messages
Jérôme Loyet [Tue, 19 Jul 2011 22:18:08 +0000 (22:18 +0000)]
- enhanced log messages
- code cosmetic

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:08:42 +0000 (20:08 +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- Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution / code...
Moriyoshi Koizumi [Tue, 19 Jul 2011 18:17:25 +0000 (18:17 +0000)]
- Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution / code disclosure)).

13 years ago- Buffers are local to the blocks where they belong.
Moriyoshi Koizumi [Tue, 19 Jul 2011 18:00:16 +0000 (18:00 +0000)]
- Buffers are local to the blocks where they belong.

13 years ago- Print HTTP method as well in the log.
Moriyoshi Koizumi [Tue, 19 Jul 2011 17:47:34 +0000 (17:47 +0000)]
- Print HTTP method as well in the log.
- Print response code also when the request is processed by a script.
- Those changes partly closes #55109.

13 years ago- cleanup
Pierre Joye [Tue, 19 Jul 2011 12:02:22 +0000 (12:02 +0000)]
- cleanup

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 agoorder fpm configuration items the same way in php-fpm.conf.in, fpm_conf.h and fpm_conf.c
Jérôme Loyet [Mon, 18 Jul 2011 21:49:38 +0000 (21:49 +0000)]
order fpm configuration items the same way in php-fpm.conf.in, fpm_conf.h and fpm_conf.c

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- not a good idea after all and did not do what I thought it should do
Pierre Joye [Mon, 18 Jul 2011 12:00:08 +0000 (12:00 +0000)]
- not a good idea after all and did not do what I thought it should do

13 years ago- fix bug #54204, Can't set a value with a PATH section in php.ini
Pierre Joye [Mon, 18 Jul 2011 10:25:36 +0000 (10:25 +0000)]
- fix bug #54204, Can't set a value with a PATH section in php.ini

13 years agoadded numeric entities encode/decode in hex format.
Rui Hirokawa [Mon, 18 Jul 2011 08:36:17 +0000 (08:36 +0000)]
added numeric entities encode/decode in hex format.

13 years ago- don't write directly to stderr, use the internal logger instead (zlog)
Jérôme Loyet [Mon, 18 Jul 2011 00:53:13 +0000 (00:53 +0000)]
- don't write directly to stderr, use the internal logger instead (zlog)

13 years agoremove unused variable
Jérôme Loyet [Mon, 18 Jul 2011 00:19:22 +0000 (00:19 +0000)]
remove unused variable

13 years ago- remove is_fastcgi because FPM is always fastcgi
Jérôme Loyet [Mon, 18 Jul 2011 00:09:30 +0000 (00:09 +0000)]
- remove is_fastcgi because FPM is always fastcgi

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 agonew propery noOIDIncreasingCheck allowing to skip
Boris Lytochkin [Sun, 17 Jul 2011 19:45:05 +0000 (19:45 +0000)]
new propery noOIDIncreasingCheck allowing to skip
OID increasing check (userful for bogus SNMP agents)

13 years agoswap non_repeaters and max_repetitions in walk query, max_repetitions whould be used...
Boris Lytochkin [Sun, 17 Jul 2011 18:17:43 +0000 (18:17 +0000)]
swap non_repeaters and max_repetitions in walk query, max_repetitions whould be used more frequently

13 years agofix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT...
Boris Lytochkin [Sun, 17 Jul 2011 17:27:00 +0000 (17:27 +0000)]
fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used.

13 years agobackport r313186 from PHP_5_4
Jérôme Loyet [Sun, 17 Jul 2011 14:42:58 +0000 (14:42 +0000)]
backport r313186 from PHP_5_4

13 years agobackport r313323 and r313326 from PHP_5_4
Jérôme Loyet [Sun, 17 Jul 2011 14:31:32 +0000 (14:31 +0000)]
backport r313323 and r313326 from PHP_5_4

13 years agoupdate ARG_INFO_EX for walk and get methods, fix comments
Boris Lytochkin [Sun, 17 Jul 2011 13:57:28 +0000 (13:57 +0000)]
update ARG_INFO_EX for walk and get methods, fix comments

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 agoFix #55212. Only declare STREAM_PF_INET6 if PHP is compiled with IPv6 support
David Soria Parra [Fri, 15 Jul 2011 15:25:24 +0000 (15:25 +0000)]
Fix #55212. Only declare STREAM_PF_INET6 if PHP is compiled with IPv6 support

13 years agoFix prototypes for ldap_control_paged_result and fix function name in tests
Scott MacVicar [Thu, 14 Jul 2011 18:49:12 +0000 (18:49 +0000)]
Fix prototypes for ldap_control_paged_result and fix function name in tests

13 years ago- Added a check for an enviroment variable (ZEND_DONT_UNLOAD_MODULES) that, if
Derick Rethans [Thu, 14 Jul 2011 12:21:15 +0000 (12:21 +0000)]
- Added a check for an enviroment variable (ZEND_DONT_UNLOAD_MODULES) that, if
  set, prevents PHP from dl_closing() modules on shutdown.
- This makes it possible to spot memory leaks with valgrind in shared modules.

13 years ago- fix build
Pierre Joye [Thu, 14 Jul 2011 11:12:33 +0000 (11:12 +0000)]
- fix build

13 years ago- fix decl
Pierre Joye [Thu, 14 Jul 2011 10:54:39 +0000 (10:54 +0000)]
- fix decl

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 agoUse datetime examine diff file from 5.3 in 5.4 and trunk.
Daniel Convissor [Wed, 13 Jul 2011 16:08:03 +0000 (16:08 +0000)]
Use datetime examine diff file from 5.3 in 5.4 and trunk.

13 years ago- bind to the available crt version
Pierre Joye [Wed, 13 Jul 2011 06:42:39 +0000 (06:42 +0000)]
- bind to the available crt version

13 years agoFix crash
Etienne Kneuss [Tue, 12 Jul 2011 21:57:14 +0000 (21:57 +0000)]
Fix crash

13 years agoFix #48860 Implement Serialization for DLL
Etienne Kneuss [Tue, 12 Jul 2011 21:43:17 +0000 (21:43 +0000)]
Fix #48860 Implement Serialization for DLL

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 agoAdded credentials to XSL NEWS entry
Christian Stocker [Tue, 12 Jul 2011 06:56:11 +0000 (06:56 +0000)]
Added credentials to XSL NEWS entry

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 agoMF53
Stanislav Malyshev [Tue, 12 Jul 2011 04:58:55 +0000 (04:58 +0000)]
MF53

13 years agoAdded XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()
Christian Stocker [Tue, 12 Jul 2011 04:58:38 +0000 (04:58 +0000)]
Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()
to define forbidden operations within XSLT stylesheets, default is not to
enable any write operations from XSLT anymore. Bug #54446

(second iteration of the code for trunk, first commit for 5.4 branch)

13 years agoMF53
Stanislav Malyshev [Tue, 12 Jul 2011 04:45:38 +0000 (04:45 +0000)]
MF53

13 years agoChanged http_response_code() to be able to set a response code
Kalle Sommer Nielsen [Tue, 12 Jul 2011 03:56:32 +0000 (03:56 +0000)]
Changed http_response_code() to be able to set a response code

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 agoAdded the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com)
Christian Stocker [Mon, 11 Jul 2011 15:02:56 +0000 (15:02 +0000)]
Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com)

13 years agoAdded XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()
Christian Stocker [Mon, 11 Jul 2011 11:16:22 +0000 (11:16 +0000)]
Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()
to define forbidden operations within XSLT stylesheets, default is not to
enable any write operations from XSLT anymore. Bug #54446

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- Further fix for bug #55111 (compilation failure of ext/sockets in Mac OS X).
Gustavo André dos Santos Lopes [Mon, 11 Jul 2011 08:29:39 +0000 (08:29 +0000)]
- Further fix for bug #55111 (compilation failure of ext/sockets in Mac OS X).

13 years agoFixed bug #55150 (php -a segfaults)
Dmitry Stogov [Mon, 11 Jul 2011 07:10:30 +0000 (07:10 +0000)]
Fixed bug #55150 (php -a segfaults)

13 years ago- Added zend_is_auto_global_quick function
Felipe Pena [Sun, 10 Jul 2011 15:03:38 +0000 (15:03 +0000)]
- Added zend_is_auto_global_quick function

13 years ago- use php_win32_get_random_bytes instead of over slow and partially wrong openssl...
Pierre Joye [Sun, 10 Jul 2011 14:59:33 +0000 (14:59 +0000)]
- use  php_win32_get_random_bytes instead of over slow and partially wrong openssl's version

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- Minor optimization taking the computed hash of interned strings
Felipe Pena [Sun, 10 Jul 2011 12:37:42 +0000 (12:37 +0000)]
- Minor optimization taking the computed hash of interned strings

13 years ago- update libpng to 1.2.45
Pierre Joye [Sun, 10 Jul 2011 02:20:34 +0000 (02:20 +0000)]
- update libpng to 1.2.45

13 years ago- Minor optimization, use the computed hash when available
Felipe Pena [Sun, 10 Jul 2011 02:00:00 +0000 (02:00 +0000)]
- Minor optimization, use the computed hash when available

13 years ago- Changed zend_resolve_class_name() prototype
Felipe Pena [Sat, 9 Jul 2011 17:27:59 +0000 (17:27 +0000)]
- Changed zend_resolve_class_name() prototype
# No needed to pass fetch_type as pointer here

13 years ago- Minor optimization and clean up
Felipe Pena [Sat, 9 Jul 2011 12:06:11 +0000 (12:06 +0000)]
- Minor optimization and clean up

13 years ago- CS and WS
Felipe Pena [Fri, 8 Jul 2011 19:52:21 +0000 (19:52 +0000)]
- CS and WS

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 agoFixed bug#55084 (Function registered by header_register_callback is
Hannes Magnusson [Wed, 6 Jul 2011 20:38:58 +0000 (20:38 +0000)]
Fixed bug#55084 (Function registered by header_register_callback is
called only once per process). (Hannes)

also fixed an issue when header()s are sent from the callback function

13 years agoFixed bug #55135 (Array keys are no longer type casted in unset())
Dmitry Stogov [Wed, 6 Jul 2011 12:04:02 +0000 (12:04 +0000)]
Fixed bug #55135 (Array keys are no longer type casted in unset())

13 years ago- add apache 2.3 (upcoming 2.4) handler
Pierre Joye [Wed, 6 Jul 2011 11:13:38 +0000 (11:13 +0000)]
- add apache 2.3 (upcoming 2.4) handler

13 years ago- Fixed bug #55076 (requires() fails in a subdirectory with the in-built webserver)
Felipe Pena [Wed, 6 Jul 2011 01:54:54 +0000 (01:54 +0000)]
- Fixed bug #55076 (requires() fails in a subdirectory with the in-built webserver)

13 years ago- Fixed bug #55137 (Changing trait static method visibility)
Felipe Pena [Wed, 6 Jul 2011 00:33:38 +0000 (00:33 +0000)]
- Fixed bug #55137 (Changing trait static method visibility)

13 years ago- Implemented FR #54098 (Lowered default value for Process Manager)
Jérôme Loyet [Tue, 5 Jul 2011 21:03:26 +0000 (21:03 +0000)]
- Implemented FR #54098 (Lowered default value for Process Manager)

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- FR #52052: Added partial syslog support (on error_log only)
Jérôme Loyet [Tue, 5 Jul 2011 19:22:45 +0000 (19:22 +0000)]
- FR #52052: Added partial syslog support (on error_log only)

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