]> granicus.if.org Git - php/log
php
16 years agoMFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).
Ilia Alshanetsky [Mon, 19 Jan 2009 21:58:13 +0000 (21:58 +0000)]
MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).

16 years agoFix apache2handler under Apache 2.3.0-alpha
Scott MacVicar [Mon, 19 Jan 2009 19:31:45 +0000 (19:31 +0000)]
Fix apache2handler under Apache 2.3.0-alpha

16 years agoFix #47149. Remove check for script_filename = path_translated, as this the actual...
David Soria Parra [Mon, 19 Jan 2009 18:16:52 +0000 (18:16 +0000)]
Fix #47149. Remove check for script_filename = path_translated, as this the actual value that we get from apache.

16 years agoNew substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux...
andy wharmby [Mon, 19 Jan 2009 17:13:17 +0000 (17:13 +0000)]
New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit.

16 years agobump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number.
Takeshi Abe [Mon, 19 Jan 2009 16:35:40 +0000 (16:35 +0000)]
bump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number.

16 years agofixing the test to expect PHP6 and PHP53 behaviour
Zoe Slattery [Mon, 19 Jan 2009 16:15:17 +0000 (16:15 +0000)]
fixing the test to expect PHP6 and PHP53 behaviour

16 years agoNew vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
andy wharmby [Mon, 19 Jan 2009 16:03:40 +0000 (16:03 +0000)]
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.

16 years agoNew strval() tests. Tested on Windows, Linux and Linux 64 bit.
andy wharmby [Mon, 19 Jan 2009 15:54:45 +0000 (15:54 +0000)]
New strval() tests. Tested on Windows, Linux and Linux 64 bit.

16 years agoNew tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows...
andy wharmby [Mon, 19 Jan 2009 15:46:36 +0000 (15:46 +0000)]
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit

16 years agofixed the bug of libgd #191 (A circle becomes square)
Takeshi Abe [Mon, 19 Jan 2009 15:41:15 +0000 (15:41 +0000)]
fixed the bug of libgd #191 (A circle becomes square)

16 years agonew tests for zlib extension, tested on windows, linux and linux64
Dave Kelsey [Mon, 19 Jan 2009 14:03:19 +0000 (14:03 +0000)]
new tests for zlib extension, tested on windows, linux and linux64

16 years agofix memleaks in sscanf()
Antony Dovgal [Mon, 19 Jan 2009 09:52:14 +0000 (09:52 +0000)]
fix memleaks in sscanf()

16 years ago- include php win32's time.h
Pierre Joye [Mon, 19 Jan 2009 02:31:18 +0000 (02:31 +0000)]
- include php win32's time.h

16 years ago- add HAVE_NANOSLEEP
Pierre Joye [Mon, 19 Jan 2009 02:30:18 +0000 (02:30 +0000)]
- add HAVE_NANOSLEEP

16 years ago- add nanosleep
Pierre Joye [Mon, 19 Jan 2009 02:29:24 +0000 (02:29 +0000)]
- add nanosleep
- expose nanosleep and usleep
- [DOC] time_ nanosleep and time_ sleep_ until available on windows

16 years ago- [MFB] fix nts build
Pierre Joye [Mon, 19 Jan 2009 02:25:58 +0000 (02:25 +0000)]
- [MFB] fix nts build

16 years agoChangeLog update
<changelog@php.net> [Mon, 19 Jan 2009 01:32:36 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fixed bug #47048 (Segfault with new pg_meta_data)
Felipe Pena [Sun, 18 Jan 2009 23:49:11 +0000 (23:49 +0000)]
- Fixed bug #47048 (Segfault with new pg_meta_data)

16 years agoNew nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and...
andy wharmby [Sun, 18 Jan 2009 22:51:00 +0000 (22:51 +0000)]
New nl_langinfo(), number_format() and ord()  tests. Tested on Windows. Linux and Linux 64 bit

16 years agoNew hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
andy wharmby [Sun, 18 Jan 2009 21:59:36 +0000 (21:59 +0000)]
New hebrev() and hebrevc()  tests. Tested on Windows. Linux and Linux 64 bit

16 years agoNew sha1f() tests. Tested on Windows. Linux and Linux 64 bit
andy wharmby [Sun, 18 Jan 2009 19:37:43 +0000 (19:37 +0000)]
New sha1f() tests. Tested on Windows. Linux and Linux 64 bit

16 years agoMFB: Upgraded bundled sqlite3 to 3.6.10
Ilia Alshanetsky [Sun, 18 Jan 2009 18:03:36 +0000 (18:03 +0000)]
MFB: Upgraded bundled sqlite3 to 3.6.10

16 years agoNew sscanf() tests. Tested on Windows. Linux and Linux 64 bit
andy wharmby [Sun, 18 Jan 2009 14:40:25 +0000 (14:40 +0000)]
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit

16 years agoNew explode() tests. Tested on Windows. Linux and Linux 64 bit
andy wharmby [Sun, 18 Jan 2009 14:34:15 +0000 (14:34 +0000)]
New explode() tests. Tested on Windows. Linux and Linux 64 bit

16 years agoChangeLog update
<changelog@php.net> [Sun, 18 Jan 2009 01:32:43 +0000 (01:32 +0000)]
ChangeLog update

16 years agoNew money_format() tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Sat, 17 Jan 2009 22:52:12 +0000 (22:52 +0000)]
New money_format() tests. Tested on Windows, Linux and Linux 64 bit

16 years ago- Removed XFAIL
Felipe Pena [Sat, 17 Jan 2009 20:42:05 +0000 (20:42 +0000)]
- Removed XFAIL

16 years ago- Fixed bug #47102 (strripos issues unexpected warning with UNICODE haystack) (Notice...
Felipe Pena [Sat, 17 Jan 2009 20:36:22 +0000 (20:36 +0000)]
- Fixed bug #47102 (strripos issues unexpected warning with UNICODE haystack) (Noticed by Andy Wharmby)

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

16 years ago- Fix build
Felipe Pena [Sat, 17 Jan 2009 18:25:15 +0000 (18:25 +0000)]
- Fix build

16 years ago- Added header
Felipe Pena [Sat, 17 Jan 2009 17:16:34 +0000 (17:16 +0000)]
- Added header
- Fixed compiler warning ("no newline at end of file")

16 years agoNew trim() tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Sat, 17 Jan 2009 16:40:56 +0000 (16:40 +0000)]
New trim() tests. Tested on Windows, Linux and Linux 64 bit

16 years agoFix Zend extensions
Johannes Schlüter [Sat, 17 Jan 2009 16:14:24 +0000 (16:14 +0000)]
Fix Zend extensions

16 years agoNew ltrim() tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Sat, 17 Jan 2009 15:47:47 +0000 (15:47 +0000)]
New ltrim() tests. Tested on Windows, Linux and Linux 64 bit

16 years agobuild IDs
Stanislav Malyshev [Sat, 17 Jan 2009 02:07:46 +0000 (02:07 +0000)]
build IDs

16 years agoChangeLog update
<changelog@php.net> [Sat, 17 Jan 2009 01:32:44 +0000 (01:32 +0000)]
ChangeLog update

16 years agoAdd tests for addAll/RemoveAll
Etienne Kneuss [Sat, 17 Jan 2009 01:30:43 +0000 (01:30 +0000)]
Add tests for addAll/RemoveAll

16 years agoNew string tests. Tested on Windows, Linux and Linu 64 bit
andy wharmby [Fri, 16 Jan 2009 22:45:54 +0000 (22:45 +0000)]
New string tests. Tested on Windows, Linux and Linu 64 bit

16 years agoImplement SplObjectStorage::addAll/removeAll
Etienne Kneuss [Fri, 16 Jan 2009 22:20:00 +0000 (22:20 +0000)]
Implement SplObjectStorage::addAll/removeAll

16 years ago- MFB: fix VC6 build
Pierre Joye [Fri, 16 Jan 2009 15:35:50 +0000 (15:35 +0000)]
- MFB: fix VC6 build

16 years ago-add some doc about versions
Pierre Joye [Fri, 16 Jan 2009 13:52:44 +0000 (13:52 +0000)]
-add some doc about versions

16 years agoNew string function tests. Tested on Windows, Linux and Linux 64 bit.
andy wharmby [Fri, 16 Jan 2009 12:53:07 +0000 (12:53 +0000)]
New string function tests. Tested on Windows, Linux and Linux 64 bit.

16 years ago- MFB: don't call it in non zts mode
Pierre Joye [Fri, 16 Jan 2009 10:27:52 +0000 (10:27 +0000)]
- MFB: don't call it in non zts mode

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

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

16 years ago- add EG(windows_version_info), set at init time once per instance
Pierre Joye [Fri, 16 Jan 2009 10:03:21 +0000 (10:03 +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 agoMFB:
Pierre Joye [Fri, 16 Jan 2009 10:02:50 +0000 (10:02 +0000)]
MFB:
 - 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)
 - [DOC] add the ability to disable a function when the windows function does not support a feature (for example symlink)
 - [DOC] symlink, hardlink & co support (1/3)

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

16 years agoChangeLog update
<changelog@php.net> [Fri, 16 Jan 2009 01:32:37 +0000 (01:32 +0000)]
ChangeLog update

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

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

16 years agoNew test for strripos() string function. 3 test fail on PHP6 until #47102 fixed...
andy wharmby [Thu, 15 Jan 2009 13:39:29 +0000 (13:39 +0000)]
New test for strripos()  string function. 3 test fail on PHP6 until #47102 fixed and have XFAIL sections. 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:49:11 +0000 (08:49 +0000)]
Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)

16 years agoChange optional parameter for IMG_FILTER_PIXELATE to be a boolean
Kalle Sommer Nielsen [Thu, 15 Jan 2009 07:55:18 +0000 (07:55 +0000)]
Change optional parameter for IMG_FILTER_PIXELATE to be a boolean

16 years agoChangeLog update
<changelog@php.net> [Thu, 15 Jan 2009 01:32:42 +0000 (01:32 +0000)]
ChangeLog update

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

16 years agoadded pixelate filter.
Takeshi Abe [Wed, 14 Jan 2009 18:57:51 +0000 (18:57 +0000)]
added pixelate filter.

16 years agofix typo
Antony Dovgal [Wed, 14 Jan 2009 16:33:26 +0000 (16:33 +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:27:29 +0000 (16:27 +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 agoFix #47045 (Correctly compare splobjectstorages with ==)
Etienne Kneuss [Wed, 14 Jan 2009 15:51:54 +0000 (15:51 +0000)]
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:29 +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:59 +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 callback
Dmitry Stogov [Wed, 14 Jan 2009 11:56:24 +0000 (11:56 +0000)]
Fixed __call() to be invoked on private/protected method access through callback
s

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

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

16 years agoChangeLog update
<changelog@php.net> [Wed, 14 Jan 2009 01:33:16 +0000 (01:33 +0000)]
ChangeLog update

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

16 years agoMFB:Fixed a bug inside mail() logging code that prevents log file from
Ilia Alshanetsky [Tue, 13 Jan 2009 21:29:45 +0000 (21:29 +0000)]
MFB: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:23:34 +0000 (20:23 +0000)]
- Fixed test

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

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

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

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

16 years ago- finish windows support
Pierre Joye [Tue, 13 Jan 2009 13:30:30 +0000 (13:30 +0000)]
- finish windows support

16 years ago- fix build
Pierre Joye [Tue, 13 Jan 2009 13:30:04 +0000 (13:30 +0000)]
- fix build

16 years agofix test
Antony Dovgal [Tue, 13 Jan 2009 12:00:45 +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:19 +0000 (10:08 +0000)]
New zlib extension tests. Tested on Windows, Linux and Linux 64 bit

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

16 years agoChangeLog update
<changelog@php.net> [Tue, 13 Jan 2009 01:33:07 +0000 (01:33 +0000)]
ChangeLog update

16 years agofix #46304 Defining namespaced constant using define() defines CASE SENSITIVE namespace
Stanislav Malyshev [Mon, 12 Jan 2009 22:34:40 +0000 (22:34 +0000)]
fix #46304 Defining namespaced constant using define() defines CASE SENSITIVE namespace

16 years agoMFB test
Stanislav Malyshev [Mon, 12 Jan 2009 21:57:35 +0000 (21:57 +0000)]
MFB test

16 years agoMFB
Andrei Zmievski [Mon, 12 Jan 2009 19:15:07 +0000 (19:15 +0000)]
MFB

16 years agoFix building of pdo_sqlite without sqlite3
Scott MacVicar [Mon, 12 Jan 2009 19:02:41 +0000 (19:02 +0000)]
Fix building of pdo_sqlite without sqlite3

16 years agoUpdate sqlite to 3.6.8
Scott MacVicar [Mon, 12 Jan 2009 18:46:58 +0000 (18:46 +0000)]
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 18:11:32 +0000 (18:11 +0000)]
New math tests. Tested on Windows, Linux and Linux 64 bit

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

16 years agoMFB: Upgraded libsqlite3 to 3.6.8
Ilia Alshanetsky [Mon, 12 Jan 2009 17:15:08 +0000 (17:15 +0000)]
MFB: Upgraded libsqlite3 to 3.6.8

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

16 years ago- Reverted my previous commit to avoid unnecessary BC.
Felipe Pena [Mon, 12 Jan 2009 14:53:03 +0000 (14:53 +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)

- Unicode++ (Felipe)

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

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

16 years agoFix #47050 mysqli_poll() modifies improper variables
Johannes Schlüter [Mon, 12 Jan 2009 14:01:47 +0000 (14:01 +0000)]
Fix #47050 mysqli_poll() modifies improper variables

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

16 years ago- Fix #45940 MySQLI OO does not populate connect_error property on failed
Johannes Schlüter [Mon, 12 Jan 2009 12:54:17 +0000 (12:54 +0000)]
- Fix #45940 MySQLI OO does not populate connect_error property on failed
  connect

16 years agofix typo (reported by Richard Quadling)
Antony Dovgal [Mon, 12 Jan 2009 10:46:31 +0000 (10:46 +0000)]
fix typo (reported by Richard Quadling)

16 years agoChangeLog update
<changelog@php.net> [Mon, 12 Jan 2009 01:33:19 +0000 (01:33 +0000)]
ChangeLog update

16 years agoMFB: improved parameter handling
Ilia Alshanetsky [Sun, 11 Jan 2009 23:52:48 +0000 (23:52 +0000)]
MFB: improved parameter handling

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

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

16 years agoexport php_pcre_free to make mbstring happy
Rob Richards [Sun, 11 Jan 2009 13:58:33 +0000 (13:58 +0000)]
export php_pcre_free to make mbstring happy