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

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 #55118 (Imcomplete start message)
Felipe Pena [Sun, 3 Jul 2011 14:45:41 +0000 (14:45 +0000)]
- Fixed bug #55118 (Imcomplete start message)

13 years ago- Removed accidental offsetof definition
Felipe Pena [Sun, 3 Jul 2011 01:29:23 +0000 (01:29 +0000)]
- Removed accidental offsetof definition

13 years ago- Fixed crash when using -e option
Felipe Pena [Sun, 3 Jul 2011 01:06:20 +0000 (01:06 +0000)]
- Fixed crash when using -e option

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- Fixed bug #55086 (Namespace alias does not work inside trait's use block)
Felipe Pena [Sat, 2 Jul 2011 17:12:20 +0000 (17:12 +0000)]
- Fixed bug #55086 (Namespace alias does not work inside trait's use block)
  patch by: Pierrick

13 years ago- Fix php_escape_html_entities_ex call (int * has been changed to size_t *)
Jérôme Loyet [Sat, 2 Jul 2011 16:40:59 +0000 (16:40 +0000)]
- Fix php_escape_html_entities_ex call (int * has been changed to size_t *)

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 #55111 (sockets extension fails to compile on Mac OSX).
Gustavo André dos Santos Lopes [Sat, 2 Jul 2011 12:03:32 +0000 (12:03 +0000)]
- Fixed bug #55111 (sockets extension fails to compile on Mac OSX).

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 ago- Reverted php_printf -> printf change
Felipe Pena [Fri, 1 Jul 2011 17:18:50 +0000 (17:18 +0000)]
- Reverted php_printf -> printf change

13 years agoUpdated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bug #55071
Philip Olson [Thu, 30 Jun 2011 23:50:56 +0000 (23:50 +0000)]
Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bug #55071

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 agocorrect error message for a missing document root in the cli webserver
David Soria Parra [Wed, 29 Jun 2011 23:44:02 +0000 (23:44 +0000)]
correct error message for a missing document root in the cli webserver

the document root is always a directory.

13 years agofix #55072 in-built web server needs to check -t option is a directory
David Soria Parra [Wed, 29 Jun 2011 23:29:01 +0000 (23:29 +0000)]
fix #55072 in-built web server needs to check -t option is a directory

13 years agoFix NEWS
Peter Cowburn [Wed, 29 Jun 2011 09:00:37 +0000 (09:00 +0000)]
Fix 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 agoclarify sqlite deprecation
Christopher Jones [Tue, 28 Jun 2011 18:58:07 +0000 (18:58 +0000)]
clarify sqlite deprecation

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 ago- Fixed socket_import_stream returning NULL on some errors and FALSE on others
Gustavo André dos Santos Lopes [Tue, 28 Jun 2011 10:27:29 +0000 (10:27 +0000)]
- Fixed socket_import_stream returning NULL on some errors and FALSE on others

13 years ago- Fixed crash on invalid addr:port (Chris Jones, Felipe)
Felipe Pena [Mon, 27 Jun 2011 23:18:26 +0000 (23:18 +0000)]
- Fixed crash on invalid addr:port (Chris Jones, Felipe)

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 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- 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 agoFix crypt_blowfish 8-bit chars problem (CVE-2011-2483), add tests
Stanislav Malyshev [Sun, 26 Jun 2011 21:34:39 +0000 (21:34 +0000)]
Fix crypt_blowfish 8-bit chars problem (CVE-2011-2483), add tests

# See details at http://www.openwall.com/lists/announce/2011/06/21/1

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 agosmall fix in disk_total_space() tests (PHP_5_3 already includes this)
Knut Urdalen [Sat, 25 Jun 2011 21:22:42 +0000 (21:22 +0000)]
small fix in disk_total_space() tests (PHP_5_3 already includes this)

13 years ago- Fixed crash when using -e option
Felipe Pena [Sat, 25 Jun 2011 20:40:03 +0000 (20:40 +0000)]
- Fixed crash when using -e option

13 years ago- Fixed crash when calling sapi_shutdown() and sapi hasn't been started
Felipe Pena [Sat, 25 Jun 2011 14:17:17 +0000 (14:17 +0000)]
- Fixed crash when calling sapi_shutdown() and sapi hasn't been started
Reported by: David Tajchreber

13 years ago- Fixed crash when zend_eval_string bailouts (-r 'a();')
Felipe Pena [Sat, 25 Jun 2011 13:15:24 +0000 (13:15 +0000)]
- Fixed crash when zend_eval_string bailouts (-r 'a();')
Reported by: David Tajchreber

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 ago- Fixed layout. Tabs on the terminal don't align nicely in most cases.
Derick Rethans [Sat, 25 Jun 2011 10:16:46 +0000 (10:16 +0000)]
- Fixed layout. Tabs on the terminal don't align nicely in most cases.

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- Fixed tests
Felipe Pena [Fri, 24 Jun 2011 19:23:25 +0000 (19:23 +0000)]
- Fixed tests

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

13 years ago- Added a new PHPAPI function to return module_initialized:
Derick Rethans [Fri, 24 Jun 2011 11:19:34 +0000 (11:19 +0000)]
- Added a new PHPAPI function to return module_initialized:
  php_get_module_initialized().

13 years ago- Fixed build on Windows
Felipe Pena [Fri, 24 Jun 2011 00:38:53 +0000 (00:38 +0000)]
- Fixed build on Windows

13 years ago- Improved parse error messages
Felipe Pena [Thu, 23 Jun 2011 23:00:53 +0000 (23:00 +0000)]
- Improved parse error messages

13 years ago- Missing valid path check
Felipe Pena [Thu, 23 Jun 2011 21:53:25 +0000 (21:53 +0000)]
- Missing valid path check

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 agoMFB: properly regen file to fix coverage data
Nuno Lopes [Thu, 23 Jun 2011 15:00:00 +0000 (15:00 +0000)]
MFB: properly regen file to fix coverage data

13 years agoFixed a bug with calculation of REQUEST_TIME in apache2
Ilia Alshanetsky [Thu, 23 Jun 2011 14:12:50 +0000 (14:12 +0000)]
Fixed a bug with calculation of REQUEST_TIME in apache2

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)