]> granicus.if.org Git - php/log
php
16 years ago- typo (thx rza)
Pierre Joye [Fri, 16 Jan 2009 11:31:02 +0000 (11:31 +0000)]
- typo (thx rza)

16 years ago- entry for symlink, readlink, linkinfo and link
Pierre Joye [Fri, 16 Jan 2009 11:25:14 +0000 (11:25 +0000)]
- entry for symlink, readlink, linkinfo and link

16 years ago- MFH:
Pierre Joye [Fri, 16 Jan 2009 10:26:32 +0000 (10:26 +0000)]
- MFH:
 - return SUCCESS on success
 - check return value

16 years ago- simplify code by using OPENBASEDIR_CHECKPATH
Pierre Joye [Fri, 16 Jan 2009 10:07:03 +0000 (10:07 +0000)]
- simplify code by using OPENBASEDIR_CHECKPATH

16 years ago- MFH: add OPENBASEDIR_CHECKPATH macro to ease merge between 5.3 and 6, it includes...
Pierre Joye [Fri, 16 Jan 2009 10:06:10 +0000 (10:06 +0000)]
- MFH: add OPENBASEDIR_CHECKPATH macro to ease merge between 5.3 and 6, it includes safemode (5.3) and openbasedir check

16 years ago- symlink, hardlink & co support (2.1/2 :)
Pierre Joye [Fri, 16 Jan 2009 01:01:04 +0000 (01:01 +0000)]
- symlink, hardlink & co support (2.1/2 :)

16 years ago- symlink, hardlink & co support (2/2)
Pierre Joye [Fri, 16 Jan 2009 01:00:22 +0000 (01:00 +0000)]
- symlink, hardlink & co support (2/2)

16 years ago- add EG(windows_version_info), set at init time once per instance
Pierre Joye [Fri, 16 Jan 2009 00:57:43 +0000 (00:57 +0000)]
- add EG(windows_version_info), set at init time once per instance
  contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)

16 years ago- add EG(windows_version_info), set at init time once per instance
Pierre Joye [Fri, 16 Jan 2009 00:57:05 +0000 (00:57 +0000)]
- add EG(windows_version_info), set at init time once per instance
  contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
- add the ability to disable a function when the windows function does not support a feature (for example symlink)
- symlink, hardlink & co support (1/2)

16 years agoImproved parameter handling
Ilia Alshanetsky [Fri, 16 Jan 2009 00:07:03 +0000 (00:07 +0000)]
Improved parameter handling

16 years agoMFH:- Fixed bug #47104 (Linking shared extensions fails with icc)
Jani Taskinen [Thu, 15 Jan 2009 14:37:25 +0000 (14:37 +0000)]
MFH:- Fixed bug #47104 (Linking shared extensions fails with icc)

16 years agoNew test for strripos() string function. All tests checked on Windows, Linux and...
andy wharmby [Thu, 15 Jan 2009 13:40:05 +0000 (13:40 +0000)]
New test for strripos()  string function. All tests checked on Windows, Linux and Linux 64 bit.

16 years agoFixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)
Dmitry Stogov [Thu, 15 Jan 2009 08:48:58 +0000 (08:48 +0000)]
Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)

16 years agoMFH: Change optional parameter for IMG_FILTER_PIXELATE to be a boolean
Kalle Sommer Nielsen [Thu, 15 Jan 2009 07:57:11 +0000 (07:57 +0000)]
MFH: Change optional parameter for IMG_FILTER_PIXELATE to be a boolean
Added missing NEWS log entry for the new pixelation filter

16 years agoRemoved unused variable
Ilia Alshanetsky [Wed, 14 Jan 2009 19:16:24 +0000 (19:16 +0000)]
Removed unused variable

16 years agoMFH: added pixelate filter.
Takeshi Abe [Wed, 14 Jan 2009 19:06:12 +0000 (19:06 +0000)]
MFH: added pixelate filter.

16 years agofix typo
Antony Dovgal [Wed, 14 Jan 2009 16:32:41 +0000 (16:32 +0000)]
fix typo

16 years agoFix date_suninfo_tests; add missing date_default_timezone_set() to ensure they PASS...
andy wharmby [Wed, 14 Jan 2009 16:28:18 +0000 (16:28 +0000)]
Fix date_suninfo_tests; add missing date_default_timezone_set() to ensure they PASS when run in any timezone. Tested on WIndows, Linux and Linux 64bit.

16 years agoMFH: Fix #47045 (Correctly compare splobjectstorages with ==)
Etienne Kneuss [Wed, 14 Jan 2009 15:53:03 +0000 (15:53 +0000)]
MFH: Fix #47045 (Correctly compare splobjectstorages with ==)

16 years agoFixed base64_decode variation tests and new base64_encode test. Tested on Windows...
andy wharmby [Wed, 14 Jan 2009 14:38:58 +0000 (14:38 +0000)]
Fixed base64_decode variation tests and new base64_encode test. Tested on Windows, Linux and Linux64 bit

16 years agoFixed bug #46755 (warning: use statement with non-compound name)
Dmitry Stogov [Wed, 14 Jan 2009 13:57:42 +0000 (13:57 +0000)]
Fixed bug #46755 (warning: use statement with non-compound name)
Fixed bug #46979 (use with non-compound name *has* effect)

16 years agoFixed __call() to be invoked on private/protected method access through callbacks
Dmitry Stogov [Wed, 14 Jan 2009 11:56:08 +0000 (11:56 +0000)]
Fixed __call() to be invoked on private/protected method access through callbacks

16 years agofix news
Jani Taskinen [Wed, 14 Jan 2009 10:50:39 +0000 (10:50 +0000)]
fix news

16 years agoReverted "Rebind closure when binding to property"
Dmitry Stogov [Wed, 14 Jan 2009 10:28:22 +0000 (10:28 +0000)]
Reverted "Rebind closure when binding to property"

16 years ago- entry for support for PNG gray levels+ alpha image, loaded as truecolor
Pierre Joye [Wed, 14 Jan 2009 10:18:13 +0000 (10:18 +0000)]
- entry for support for PNG gray levels+ alpha  image, loaded as truecolor

16 years ago- [DOC] support for PNG gray levels+ alpha image, loaded as truecolor
Pierre Joye [Wed, 14 Jan 2009 10:16:15 +0000 (10:16 +0000)]
- [DOC] support for PNG gray levels+ alpha  image, loaded as truecolor

16 years ago- NEWS entry for the recent DNS improvement
Pierre Joye [Wed, 14 Jan 2009 09:46:34 +0000 (09:46 +0000)]
- NEWS entry for the recent DNS improvement
- [DOC] already submitted but it is a good summary

16 years agoFix new date tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Tue, 13 Jan 2009 23:08:03 +0000 (23:08 +0000)]
Fix new date tests. Tested on Windows, Linux and Linux 64 bit

16 years agoFixed a bug inside mail() logging code that prevents log file from existing
Ilia Alshanetsky [Tue, 13 Jan 2009 21:29:12 +0000 (21:29 +0000)]
Fixed a bug inside mail() logging code that prevents log file from existing
outside of open_basedir

16 years ago- Fixed test
Felipe Pena [Tue, 13 Jan 2009 20:15:59 +0000 (20:15 +0000)]
- Fixed test

16 years agoImproved parameter handling
Ilia Alshanetsky [Tue, 13 Jan 2009 19:08:08 +0000 (19:08 +0000)]
Improved parameter handling

16 years agoFix test. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Tue, 13 Jan 2009 18:51:41 +0000 (18:51 +0000)]
Fix test. Tested on Windows, Linux and Linux 64 bit

16 years ago- Typo
Felipe Pena [Tue, 13 Jan 2009 18:27:59 +0000 (18:27 +0000)]
- Typo

16 years agonews
Rob Richards [Tue, 13 Jan 2009 18:13:01 +0000 (18:13 +0000)]
news

16 years agoAdd test
Andrei Zmievski [Tue, 13 Jan 2009 18:08:25 +0000 (18:08 +0000)]
Add test

16 years agoMFH: Add method DomNode::getLineNo to return line number for a parsed node
Rob Richards [Tue, 13 Jan 2009 18:06:48 +0000 (18:06 +0000)]
MFH: Add method DomNode::getLineNo to return line number for a parsed node

16 years ago- Fixed test
Felipe Pena [Tue, 13 Jan 2009 17:08:26 +0000 (17:08 +0000)]
- Fixed test

16 years agoNew date extension tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Tue, 13 Jan 2009 13:38:19 +0000 (13:38 +0000)]
New date extension tests. Tested on Windows, Linux and Linux 64 bit

16 years agofix test
Antony Dovgal [Tue, 13 Jan 2009 12:00:53 +0000 (12:00 +0000)]
fix test

16 years agoNew zlib extension tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Tue, 13 Jan 2009 10:08:37 +0000 (10:08 +0000)]
New zlib extension tests. Tested on Windows, Linux and Linux 64 bit

16 years agoBFN
Scott MacVicar [Tue, 13 Jan 2009 02:54:37 +0000 (02:54 +0000)]
BFN

16 years agoMFH Add table key to getColumnMeta() with SQLite
Scott MacVicar [Tue, 13 Jan 2009 02:50:54 +0000 (02:50 +0000)]
MFH Add table key to getColumnMeta() with SQLite

16 years agons bugfix out
Stanislav Malyshev [Mon, 12 Jan 2009 22:24:31 +0000 (22:24 +0000)]
ns bugfix out

16 years agoreport fix 46304
Stanislav Malyshev [Mon, 12 Jan 2009 21:56:36 +0000 (21:56 +0000)]
report fix 46304

16 years agofix #46304: Defining namespaced constant using define() uses case sensitive match...
Stanislav Malyshev [Mon, 12 Jan 2009 21:54:37 +0000 (21:54 +0000)]
fix #46304: Defining namespaced constant using define() uses case sensitive match for namespace

16 years ago- Reverted my previous commit to avoid unnecessary BC.
Felipe Pena [Mon, 12 Jan 2009 20:07:28 +0000 (20:07 +0000)]
- Reverted my previous commit to avoid unnecessary BC.

[DOC] Added new entry to the array returned by dns_get_record(), 'entries', which contains the separated value from TXT value. (so 'txt' kept the concatenated version) (Pierre)

16 years agomemset() requires a pointer.
Andrei Zmievski [Mon, 12 Jan 2009 19:09:34 +0000 (19:09 +0000)]
memset() requires a pointer.

16 years agoBFN
Scott MacVicar [Mon, 12 Jan 2009 19:08:25 +0000 (19:08 +0000)]
BFN

16 years agoMFH Fix building of pdo_sqlite without sqlite3
Scott MacVicar [Mon, 12 Jan 2009 19:03:07 +0000 (19:03 +0000)]
MFH Fix building of pdo_sqlite without sqlite3

16 years agoMFH Update sqlite to 3.6.8
Scott MacVicar [Mon, 12 Jan 2009 18:55:37 +0000 (18:55 +0000)]
MFH Update sqlite to 3.6.8

16 years agoNew math tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Mon, 12 Jan 2009 17:56:28 +0000 (17:56 +0000)]
New math tests. Tested on Windows, Linux and Linux 64 bit

16 years agoUpgraded libsqlite3 to 3.6.8
Ilia Alshanetsky [Mon, 12 Jan 2009 17:13:38 +0000 (17:13 +0000)]
Upgraded libsqlite3 to 3.6.8

16 years agoFix Windows tests after #47037
andy wharmby [Mon, 12 Jan 2009 15:59:04 +0000 (15:59 +0000)]
Fix Windows tests after #47037

16 years agoNew math tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Mon, 12 Jan 2009 14:30:52 +0000 (14:30 +0000)]
New math tests. Tested on Windows, Linux and Linux 64 bit

16 years agoFix build, missing comma
Scott MacVicar [Mon, 12 Jan 2009 14:28:05 +0000 (14:28 +0000)]
Fix build, missing comma

16 years agoThe previous error was masked by a missing entry, sync them back up.
Scott MacVicar [Mon, 12 Jan 2009 14:26:47 +0000 (14:26 +0000)]
The previous error was masked by a missing entry, sync them back up.

16 years agoMFH: Fix #47050 mysqli_poll() modifies improper variables
Johannes Schlüter [Mon, 12 Jan 2009 14:04:32 +0000 (14:04 +0000)]
MFH: Fix #47050 mysqli_poll() modifies improper variables

16 years agoThis entry doesn't exist upstream any more, it also caused all error messages to...
Scott MacVicar [Mon, 12 Jan 2009 13:34:33 +0000 (13:34 +0000)]
This entry doesn't exist upstream any more, it also caused all error messages to be one off.

16 years agoMFH Fix #45940 MySQLI OO does not populate connect_error property on failed
Johannes Schlüter [Mon, 12 Jan 2009 12:56:01 +0000 (12:56 +0000)]
MFH Fix #45940 MySQLI OO does not populate connect_error property on failed
    connect

16 years agofix typo
Antony Dovgal [Mon, 12 Jan 2009 10:47:47 +0000 (10:47 +0000)]
fix typo

16 years agoImproved parameter handling
Ilia Alshanetsky [Sun, 11 Jan 2009 23:52:29 +0000 (23:52 +0000)]
Improved parameter handling

16 years agoBFN
Scott MacVicar [Sun, 11 Jan 2009 23:43:45 +0000 (23:43 +0000)]
BFN

16 years agoAdd support for the older style bind 8 functions, this adds support for OS X to use...
Scott MacVicar [Sun, 11 Jan 2009 23:37:16 +0000 (23:37 +0000)]
Add support for the older style bind 8 functions, this adds support for OS X to use all of the dns_* functions.

16 years agoMFH:
Felipe Pena [Sun, 11 Jan 2009 18:47:17 +0000 (18:47 +0000)]
MFH:
- Improved fix for #47035 (win32 part by Henrique M. Decaria)
[DOC] The TXT part needs be returned as an array of strings. (dns_get_record())

16 years agoMFH: export php_pcre_free to make mbstring happy
Rob Richards [Sun, 11 Jan 2009 13:59:00 +0000 (13:59 +0000)]
MFH: export php_pcre_free to make mbstring happy

16 years agorevert last commit, sizeof does not work in preprocessor :(
Uwe Schindler [Sun, 11 Jan 2009 13:47:01 +0000 (13:47 +0000)]
revert last commit, sizeof does not work in preprocessor :(

16 years agoMFH: add sanity check for time_t size of win32
Uwe Schindler [Sun, 11 Jan 2009 13:39:39 +0000 (13:39 +0000)]
MFH: add sanity check for time_t size of win32

16 years agoMFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse())
Rob Richards [Sun, 11 Jan 2009 12:01:16 +0000 (12:01 +0000)]
MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse())

16 years agoDisable dl() in CGI and FastCGI modes
Dmitry Stogov [Sun, 11 Jan 2009 08:35:36 +0000 (08:35 +0000)]
Disable dl() in CGI and FastCGI modes

16 years ago- MFH: Fixed bug #47054 (BC break in static functions called as dynamic)
Felipe Pena [Sat, 10 Jan 2009 19:15:42 +0000 (19:15 +0000)]
- MFH: Fixed bug #47054 (BC break in static functions called as dynamic)

16 years ago- Fixed tests
Felipe Pena [Sat, 10 Jan 2009 17:18:08 +0000 (17:18 +0000)]
- Fixed tests

16 years ago- Fixed test
Felipe Pena [Sat, 10 Jan 2009 17:15:09 +0000 (17:15 +0000)]
- Fixed test

16 years ago- MFH: Fixed test (patch by Timm Friebe [thekid@php])
Felipe Pena [Sat, 10 Jan 2009 17:07:09 +0000 (17:07 +0000)]
- MFH: Fixed test (patch by Timm Friebe [thekid@php])

16 years ago- Fixed tests
Felipe Pena [Sat, 10 Jan 2009 17:01:00 +0000 (17:01 +0000)]
- Fixed tests

16 years agoFix bug #47055 - When intl is shared dont enable icu support in SQLite3
Scott MacVicar [Sat, 10 Jan 2009 01:46:55 +0000 (01:46 +0000)]
Fix bug #47055 - When intl is shared dont enable icu support in SQLite3

16 years agoSome more tests that needed fixed.
Scott MacVicar [Sat, 10 Jan 2009 00:51:04 +0000 (00:51 +0000)]
Some more tests that needed fixed.

16 years agoIf a TZ environmental is set then it ends up getting used instead of the INI setting...
Scott MacVicar [Sat, 10 Jan 2009 00:50:45 +0000 (00:50 +0000)]
If a TZ environmental is set then it ends up getting used instead of the INI setting, use date_default_timezone_set() instead.

16 years agocleanup garbage
Antony Dovgal [Fri, 9 Jan 2009 23:16:49 +0000 (23:16 +0000)]
cleanup garbage

16 years agoMF52: fix test: don't create tmp files in "." and clean up when done
Antony Dovgal [Fri, 9 Jan 2009 23:12:12 +0000 (23:12 +0000)]
MF52: fix test: don't create tmp files in "." and clean up when done

16 years agookay, no news for new internal functions then
Antony Dovgal [Fri, 9 Jan 2009 22:26:23 +0000 (22:26 +0000)]
okay, no news for new internal functions then

16 years agoMFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).
David Soria Parra [Fri, 9 Jan 2009 22:13:55 +0000 (22:13 +0000)]
MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).

16 years agonews
Antony Dovgal [Fri, 9 Jan 2009 19:17:08 +0000 (19:17 +0000)]
news

16 years agoMFH: add zend_ts_hash_copy_to_hash()
Antony Dovgal [Fri, 9 Jan 2009 19:16:55 +0000 (19:16 +0000)]
MFH: add zend_ts_hash_copy_to_hash()

16 years agoMFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLI
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.

16 years agofix ZTS build
Antony Dovgal [Fri, 9 Jan 2009 15:08:10 +0000 (15:08 +0000)]
fix ZTS build

16 years ago[DOC]
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.

16 years agoMFH: Fixed bug #46653
Johannes Schlüter [Fri, 9 Jan 2009 14:30:00 +0000 (14:30 +0000)]
MFH:  Fixed bug #46653

16 years agoNew testcases for localtime function
Sanjay Mantoor [Fri, 9 Jan 2009 05:09:40 +0000 (05:09 +0000)]
New testcases for localtime function

16 years ago- Fixed tests
Felipe Pena [Fri, 9 Jan 2009 02:11:54 +0000 (02:11 +0000)]
- Fixed tests

16 years agoMFH: use correct check for constants and stop segfaulting
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)

16 years agofix tests
Antony Dovgal [Thu, 8 Jan 2009 22:03:32 +0000 (22:03 +0000)]
fix tests

16 years agofix test
Antony Dovgal [Thu, 8 Jan 2009 21:53:50 +0000 (21:53 +0000)]
fix test

16 years agoNew PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit.
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.

16 years ago- Fixed test [only in this branch]
Felipe Pena [Thu, 8 Jan 2009 19:00:02 +0000 (19:00 +0000)]
- Fixed test [only in this branch]

16 years agoMFH: XFAIL test
Arnaud Le Blanc [Thu, 8 Jan 2009 18:58:34 +0000 (18:58 +0000)]
MFH: XFAIL test

16 years ago- MFH: Fixed tests
Felipe Pena [Thu, 8 Jan 2009 18:47:26 +0000 (18:47 +0000)]
- MFH: Fixed tests

16 years agoMFH:
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.

16 years agoMFH:
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

16 years ago- MFH: Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a TXT...
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)

16 years agoMFH: Fixed error conditions handling in stream_filter_append()
Arnaud Le Blanc [Thu, 8 Jan 2009 17:01:58 +0000 (17:01 +0000)]
MFH: Fixed error conditions handling in stream_filter_append()