]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Fri, 9 Jan 2009 17:21:12 +0000 (17:21 +0000)]
MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLI
opened files.
Antony Dovgal [Fri, 9 Jan 2009 15:08:10 +0000 (15:08 +0000)]
fix ZTS build
Ilia Alshanetsky [Fri, 9 Jan 2009 14:59:30 +0000 (14:59 +0000)]
[DOC]
Added mail logging functionality that allows logging of mail sent via
mail() function
THe logging functionality is disabled by default but can be enabled on a
per-directory or globaly via 2 INI settings.
The mail.log directive allows you to specify the file where each call to
mail() will be logged. The log file will contain the path and line # of the
calling script in addition to all of the headers indicated by the user.
The mail.add_x_header directive will introduce a X-PHP-Originating-Script
header that will contain the file name (no path) of the calling script and
the uid of the script. This combination should be sufficient for the admin
to locate the sending script.
Johannes Schlüter [Fri, 9 Jan 2009 14:30:00 +0000 (14:30 +0000)]
MFH: Fixed bug #46653
Sanjay Mantoor [Fri, 9 Jan 2009 05:09:40 +0000 (05:09 +0000)]
New testcases for localtime function
Felipe Pena [Fri, 9 Jan 2009 02:11:54 +0000 (02:11 +0000)]
- Fixed tests
Antony Dovgal [Thu, 8 Jan 2009 22:36:03 +0000 (22:36 +0000)]
MFH: use correct check for constants and stop segfaulting
(5_2 doesn't need this)
Antony Dovgal [Thu, 8 Jan 2009 22:03:32 +0000 (22:03 +0000)]
fix tests
Antony Dovgal [Thu, 8 Jan 2009 21:53:50 +0000 (21:53 +0000)]
fix test
andy wharmby [Thu, 8 Jan 2009 21:20:11 +0000 (21:20 +0000)]
New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit.
Felipe Pena [Thu, 8 Jan 2009 19:00:02 +0000 (19:00 +0000)]
- Fixed test [only in this branch]
Arnaud Le Blanc [Thu, 8 Jan 2009 18:58:34 +0000 (18:58 +0000)]
MFH: XFAIL test
Felipe Pena [Thu, 8 Jan 2009 18:47:26 +0000 (18:47 +0000)]
- MFH: Fixed tests
Felipe Pena [Thu, 8 Jan 2009 18:46:00 +0000 (18:46 +0000)]
MFH:
- Fixed bug #47037 (No error when using fopen with emty string)
Patch by Cristian Rodriguez R.
Arnaud Le Blanc [Thu, 8 Jan 2009 18:40:27 +0000 (18:40 +0000)]
MFH:
Fix memleak when a user filter appends a bucket and returns != PSFS_PASS_ON
Improved tests
Felipe Pena [Thu, 8 Jan 2009 17:19:50 +0000 (17:19 +0000)]
- MFH: Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a TXT record)
Arnaud Le Blanc [Thu, 8 Jan 2009 17:01:58 +0000 (17:01 +0000)]
MFH: Fixed error conditions handling in stream_filter_append()
Ilia Alshanetsky [Thu, 8 Jan 2009 16:13:51 +0000 (16:13 +0000)]
Improved parameter fixing & address a compiler warning
Scott MacVicar [Thu, 8 Jan 2009 14:09:49 +0000 (14:09 +0000)]
Fix test again...
Scott MacVicar [Thu, 8 Jan 2009 13:35:58 +0000 (13:35 +0000)]
Fix broken test
andy wharmby [Thu, 8 Jan 2009 10:40:36 +0000 (10:40 +0000)]
Fix bogus file tests - addresses 2 failures in PHP GCOV reports. Tested on Windows, Linux and Linux 64 bit
Ilia Alshanetsky [Thu, 8 Jan 2009 00:37:39 +0000 (00:37 +0000)]
Simplify parameter parsing
Felipe Pena [Thu, 8 Jan 2009 00:12:19 +0000 (00:12 +0000)]
- MFH: Removed WRONG_PARAM_COUNT usage
Felipe Pena [Wed, 7 Jan 2009 23:04:52 +0000 (23:04 +0000)]
- MFH: Fixed test
Felipe Pena [Wed, 7 Jan 2009 22:55:38 +0000 (22:55 +0000)]
- MFH: More suitable parameter checking
Felipe Pena [Wed, 7 Jan 2009 22:40:17 +0000 (22:40 +0000)]
MFH:
- New parameter parsing
- Removed METHOD_NOTSTATIC_NUMPARAMS
Andrei Zmievski [Wed, 7 Jan 2009 22:35:51 +0000 (22:35 +0000)]
Add test for last commit.
Andrei Zmievski [Wed, 7 Jan 2009 22:12:39 +0000 (22:12 +0000)]
Changed __call() to be invoked on private/protected method access,
similar to properties and __get().
Antony Dovgal [Wed, 7 Jan 2009 21:23:10 +0000 (21:23 +0000)]
MFH: fix test
Felipe Pena [Wed, 7 Jan 2009 20:32:52 +0000 (20:32 +0000)]
- Fixed test
Felipe Pena [Wed, 7 Jan 2009 20:21:46 +0000 (20:21 +0000)]
MFH:
- Added check for EWOULDBLOCK
- Using EWOULDBLOCK instead of EAGAIN by portability issues
(Related to #46917)
Felipe Pena [Wed, 7 Jan 2009 18:34:18 +0000 (18:34 +0000)]
- Checking 0 param in the new way [only in this branch]
Felipe Pena [Wed, 7 Jan 2009 18:26:27 +0000 (18:26 +0000)]
- MFH: Fixed duplicate errmsg
Felipe Pena [Wed, 7 Jan 2009 17:20:18 +0000 (17:20 +0000)]
- Fixed bug #47029 (quoted_printable_decode() produces duplicate warning)
Patch by Andy wharmby
Johannes Schlüter [Wed, 7 Jan 2009 16:32:08 +0000 (16:32 +0000)]
MFH: Proper ctor usage (Fix #46044)
andy wharmby [Wed, 7 Jan 2009 14:52:26 +0000 (14:52 +0000)]
New pcre extension tests. Tested on Windows, Linux and Linux 64-bit
Derick Rethans [Wed, 7 Jan 2009 14:36:07 +0000 (14:36 +0000)]
- MFH: Fixed bug #47027 (var_export doesn't show numeric indices on ArrayObject).
andy wharmby [Wed, 7 Jan 2009 14:32:46 +0000 (14:32 +0000)]
New hash extension tests. Tested on Windows, Linux and Linux 64-bit
Pierre Joye [Wed, 7 Jan 2009 13:49:53 +0000 (13:49 +0000)]
- fix regression introduced by the move to the new parsing api (thx Bjori)
Pierre Joye [Wed, 7 Jan 2009 13:46:13 +0000 (13:46 +0000)]
- fix parameter parsing options
Pierre Joye [Wed, 7 Jan 2009 13:02:43 +0000 (13:02 +0000)]
- declaration and impl match
Pierre Joye [Wed, 7 Jan 2009 08:53:47 +0000 (08:53 +0000)]
- remove PHP_FE(dl) (actually removing the commented PHP_FE, was commited with my dns patch for win)
Pierre Joye [Wed, 7 Jan 2009 01:35:36 +0000 (01:35 +0000)]
- sanity check if we got an A as well (valid too but not desired)
Ilia Alshanetsky [Tue, 6 Jan 2009 23:45:16 +0000 (23:45 +0000)]
Param parsing cleanup
Pierre Joye [Tue, 6 Jan 2009 23:37:28 +0000 (23:37 +0000)]
- these ifdefs are a mess, fix build on win
Pierre Joye [Tue, 6 Jan 2009 23:23:28 +0000 (23:23 +0000)]
- [DOC] VC6 does not have NAPTR
Pierre Joye [Tue, 6 Jan 2009 21:47:13 +0000 (21:47 +0000)]
- fix build
Pierre Joye [Tue, 6 Jan 2009 20:50:57 +0000 (20:50 +0000)]
- add multi threaded build support (automatic detection of the number of cpus, add a custom number if you prefer to use only a few of your available cores)
Pierre Joye [Tue, 6 Jan 2009 20:48:21 +0000 (20:48 +0000)]
- [MFH]
- [DOC] add support for all DNS function on Windows
- dns_check_record (and its alias checkdnsrr)
- dns_get_record
- IPV6 specific info not available yet:
. AAAA info is available only on vista/2k8 for now
. A6 info is not available
- dns_get_mx (and its alias getmxrr)
Pierre Joye [Tue, 6 Jan 2009 20:46:36 +0000 (20:46 +0000)]
- add DNSApi for the DNS functions
Uwe Schindler [Tue, 6 Jan 2009 13:46:20 +0000 (13:46 +0000)]
MFH: the #ifdef was never working. If Sun extends its NSAPI to support subrequests, much of this code must be rewritten. Because of that it is better to have a clean start. This commit does not change behaviour.
Felipe Pena [Tue, 6 Jan 2009 01:31:33 +0000 (01:31 +0000)]
- Fix for #46701 merged into 5_2
Felipe Pena [Mon, 5 Jan 2009 22:17:28 +0000 (22:17 +0000)]
- New test
Felipe Pena [Mon, 5 Jan 2009 20:46:52 +0000 (20:46 +0000)]
- BFN
Felipe Pena [Mon, 5 Jan 2009 20:31:54 +0000 (20:31 +0000)]
MFH:
- Fixed bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
Patch by Shire
Ilia Alshanetsky [Mon, 5 Jan 2009 16:24:26 +0000 (16:24 +0000)]
MFB: Improved parameter handling
Antony Dovgal [Mon, 5 Jan 2009 16:02:04 +0000 (16:02 +0000)]
create temporary db in the current dir and cleanup on completion
Antony Dovgal [Mon, 5 Jan 2009 11:14:43 +0000 (11:14 +0000)]
fix ws
Antony Dovgal [Mon, 5 Jan 2009 09:19:09 +0000 (09:19 +0000)]
MFH: only add "# original source" if a redirect is active
Antony Dovgal [Mon, 5 Jan 2009 09:14:58 +0000 (09:14 +0000)]
fix memleaks correctly and make valgrind happy
Pierre Joye [Sun, 4 Jan 2009 20:18:57 +0000 (20:18 +0000)]
- fix build
Ilia Alshanetsky [Sun, 4 Jan 2009 16:31:12 +0000 (16:31 +0000)]
Added missing initialization
Antony Dovgal [Sun, 4 Jan 2009 15:56:45 +0000 (15:56 +0000)]
MFH: fix PDO and other 'redirected' tests - add that "# original source" line only if the test fails
Antony Dovgal [Sun, 4 Jan 2009 15:21:56 +0000 (15:21 +0000)]
fix test
Marcus Boerger [Sun, 4 Jan 2009 15:20:19 +0000 (15:20 +0000)]
- MFH Add compiler globals as
Antony Dovgal [Sun, 4 Jan 2009 15:19:57 +0000 (15:19 +0000)]
MFH
Marcus Boerger [Sun, 4 Jan 2009 14:23:29 +0000 (14:23 +0000)]
- MFH - Set scope when copying a closure with a new this pointer.
Felipe Pena [Sat, 3 Jan 2009 22:08:38 +0000 (22:08 +0000)]
MFH:
- Removed unnecessary repeated arginfos
- Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation
Marcus Boerger [Sat, 3 Jan 2009 20:41:01 +0000 (20:41 +0000)]
- MFH Minor corrections and a new test
Marcus Boerger [Sat, 3 Jan 2009 20:04:22 +0000 (20:04 +0000)]
- MFH Show closure's bound as static parameter
Marcus Boerger [Sat, 3 Jan 2009 19:29:55 +0000 (19:29 +0000)]
- MFH Prevent instantiation from Reflection
Marcus Boerger [Sat, 3 Jan 2009 19:08:47 +0000 (19:08 +0000)]
MFH
- Add ReflectionFunctionAbstract::getClosureThis()
[DOC]
# Returns the this pointer bound to the closure is the relection object
# points to closure. Since not all closures have a bound this, the method
# cannot be used to differentiate between normal functions/methods and
# closures. Instead ReflectionFunctionAbstract::isClosure() has to be used.
Marcus Boerger [Sat, 3 Jan 2009 18:50:56 +0000 (18:50 +0000)]
- MFH Overlooked one instance number
Marcus Boerger [Sat, 3 Jan 2009 18:22:20 +0000 (18:22 +0000)]
- MFH Fix refcounting
Marcus Boerger [Sat, 3 Jan 2009 17:48:40 +0000 (17:48 +0000)]
- MFH Rebind closure when binding to property
Marcus Boerger [Sat, 3 Jan 2009 14:20:22 +0000 (14:20 +0000)]
- MFH Improved closure support
Marcus Boerger [Sat, 3 Jan 2009 12:39:27 +0000 (12:39 +0000)]
- MFH Add minimalistic closure support
Marcus Boerger [Sat, 3 Jan 2009 12:25:59 +0000 (12:25 +0000)]
- MFH Add reflection support helpers
Felipe Pena [Sat, 3 Jan 2009 00:06:33 +0000 (00:06 +0000)]
- MFH: Windows part
Felipe Pena [Fri, 2 Jan 2009 21:42:52 +0000 (21:42 +0000)]
- MFH: Errr, rule nº 1: be portable :)
Felipe Pena [Fri, 2 Jan 2009 21:28:28 +0000 (21:28 +0000)]
- MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier)
Felipe Pena [Fri, 2 Jan 2009 20:45:43 +0000 (20:45 +0000)]
- MFH: Year++
Ilia Alshanetsky [Fri, 2 Jan 2009 20:43:41 +0000 (20:43 +0000)]
Fixed a possible crash when phar_create_signature() fails
Marcus Boerger [Fri, 2 Jan 2009 13:14:49 +0000 (13:14 +0000)]
- MFH Catch exceptions in cli -a
Kalle Sommer Nielsen [Fri, 2 Jan 2009 12:18:21 +0000 (12:18 +0000)]
MFH: Check if configure script was copied, and output an error if it wasn't
Kalle Sommer Nielsen [Fri, 2 Jan 2009 05:51:20 +0000 (05:51 +0000)]
MFH: Redirect the "1 file(s) copied" message to nul
Andi Gutmans [Fri, 2 Jan 2009 04:59:41 +0000 (04:59 +0000)]
- Remove NO_RECURSE as it causes a huge performance impact. Up to 50%
with Wordpress. Stack size is not really anymore of an issue than on
Linux with FastCGI (php-cgi.exe). For ISAPI it may be an issue but we
have other places where we may eat up stack.
Scott MacVicar [Fri, 2 Jan 2009 03:04:50 +0000 (03:04 +0000)]
Add some missing NEWS items
Scott MacVicar [Fri, 2 Jan 2009 03:02:22 +0000 (03:02 +0000)]
MFH Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly.
Pierre Joye [Fri, 2 Jan 2009 01:50:13 +0000 (01:50 +0000)]
- fix build (declaration first please)
Pierre Joye [Fri, 2 Jan 2009 00:39:14 +0000 (00:39 +0000)]
- year++
Pierre Joye [Fri, 2 Jan 2009 00:10:20 +0000 (00:10 +0000)]
- fix filename property read
Pierre Joye [Fri, 2 Jan 2009 00:07:57 +0000 (00:07 +0000)]
- MFB: restore overwrite feature (regression introduced in 5.2.8)
Pierre Joye [Fri, 2 Jan 2009 00:04:33 +0000 (00:04 +0000)]
- MFB: restore fix for binary mode on win (regression introduced in 5.2.8)
Ilia Alshanetsky [Thu, 1 Jan 2009 20:16:33 +0000 (20:16 +0000)]
BFN
Ilia Alshanetsky [Thu, 1 Jan 2009 20:16:24 +0000 (20:16 +0000)]
Fixed bug #46844 (php scripts or included files with first line starting
with # have the 1st line missed from the output).
Marcus Boerger [Thu, 1 Jan 2009 16:22:44 +0000 (16:22 +0000)]
- MFH Add var_dump support for closures
Marcus Boerger [Thu, 1 Jan 2009 15:28:15 +0000 (15:28 +0000)]
- MFH Fix SEGV if get_method() returns a non bound function
Pierre Joye [Thu, 1 Jan 2009 12:32:49 +0000 (12:32 +0000)]
- MFH: expose glob and globfree on wi ndows, can be used by shared ext (core or extern)
Kalle Sommer Nielsen [Thu, 1 Jan 2009 05:24:29 +0000 (05:24 +0000)]
MFH:
[DOC] Renable socket_create_pair() on Windows
# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pair() available on Windows aswell