]> granicus.if.org Git - php/log
php
16 years ago- MFH: Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0)
Felipe Pena [Tue, 17 Feb 2009 12:03:55 +0000 (12:03 +0000)]
- MFH: Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0)

16 years agoFixed in 5.2
Johannes Schlüter [Tue, 17 Feb 2009 10:41:09 +0000 (10:41 +0000)]
Fixed in 5.2

16 years agobug 46680
Zoe Slattery [Tue, 17 Feb 2009 10:36:12 +0000 (10:36 +0000)]
bug 46680

16 years agoremove XFAIL
Antony Dovgal [Tue, 17 Feb 2009 10:08:25 +0000 (10:08 +0000)]
remove XFAIL

16 years agofix tests
Zoe Slattery [Mon, 16 Feb 2009 20:03:47 +0000 (20:03 +0000)]
fix tests

16 years ago- Missing "DROP TABLE"
Felipe Pena [Mon, 16 Feb 2009 19:48:56 +0000 (19:48 +0000)]
- Missing "DROP TABLE"

16 years agofix memleaks on zip corruption
Greg Beaver [Mon, 16 Feb 2009 18:55:06 +0000 (18:55 +0000)]
fix memleaks on zip corruption

16 years ago- MFH: Improve mysqlnd's internal method registration
Johannes Schlüter [Mon, 16 Feb 2009 17:26:43 +0000 (17:26 +0000)]
- MFH: Improve mysqlnd's internal method registration

16 years agore-enable ext/phar on big-endian systems, fixes verified as workign
Greg Beaver [Mon, 16 Feb 2009 16:41:40 +0000 (16:41 +0000)]
re-enable ext/phar on big-endian systems, fixes verified as workign

16 years agoMoved from 5.2 news
Ilia Alshanetsky [Mon, 16 Feb 2009 16:07:47 +0000 (16:07 +0000)]
Moved from 5.2 news

16 years agoexit -1 and exit -2 don't work for all sh. changed to exit 1
Zoe Slattery [Mon, 16 Feb 2009 13:16:50 +0000 (13:16 +0000)]
exit -1 and exit -2 don't work for all sh. changed to exit 1

16 years ago- Test.
Moriyoshi Koizumi [Mon, 16 Feb 2009 02:10:45 +0000 (02:10 +0000)]
- Test.

16 years ago- MFH: Fix bug #47399 (mb_check_encoding() return true for some illegal SJIS
Moriyoshi Koizumi [Mon, 16 Feb 2009 01:57:37 +0000 (01:57 +0000)]
- MFH: Fix bug #47399 (mb_check_encoding() return true for some illegal SJIS
  charcters)

16 years ago- Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly)
Felipe Pena [Sun, 15 Feb 2009 21:51:00 +0000 (21:51 +0000)]
- Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly)

16 years agofix tests
Antony Dovgal [Sun, 15 Feb 2009 21:46:01 +0000 (21:46 +0000)]
fix tests

16 years agofix the last remaining failing test (explicitly pass in SKIP_DOTS to directory iterator)
Greg Beaver [Sun, 15 Feb 2009 21:43:39 +0000 (21:43 +0000)]
fix the last remaining failing test (explicitly pass in SKIP_DOTS to directory iterator)

16 years agofix remaining big-endian issues with phar
Greg Beaver [Sun, 15 Feb 2009 20:29:13 +0000 (20:29 +0000)]
fix remaining big-endian issues with phar

16 years agofix getting/setting of all 16/32 values in zip
Greg Beaver [Sun, 15 Feb 2009 19:22:42 +0000 (19:22 +0000)]
fix getting/setting of all 16/32 values in zip

16 years agorevert accidental commit of config.m4, big-endian isn't ready quite yet
Greg Beaver [Sun, 15 Feb 2009 18:53:22 +0000 (18:53 +0000)]
revert accidental commit of config.m4, big-endian isn't ready quite yet

16 years agofix setting of 32-bit value on big-endian systems
Greg Beaver [Sun, 15 Feb 2009 18:51:46 +0000 (18:51 +0000)]
fix setting of 32-bit value on big-endian systems

16 years ago- Supressing error message for SKIPIF check works as expected
Felipe Pena [Sun, 15 Feb 2009 16:03:39 +0000 (16:03 +0000)]
- Supressing error message for SKIPIF check works as expected

16 years ago- These should have been in the previous commit.
Moriyoshi Koizumi [Sun, 15 Feb 2009 07:18:30 +0000 (07:18 +0000)]
- These should have been in the previous commit.

16 years ago- Forgot to include these files.
Moriyoshi Koizumi [Sun, 15 Feb 2009 07:11:04 +0000 (07:11 +0000)]
- Forgot to include these files.

16 years ago- MFH: Refix bug #43840.
Moriyoshi Koizumi [Sun, 15 Feb 2009 07:10:29 +0000 (07:10 +0000)]
- MFH: Refix bug #43840.
- MFH: Fix bug #43841.
- MFH: Remove redundant trailing dots from the error messages.
- MFH: Fix tests.

16 years agoUnmangle
Rasmus Lerdorf [Sat, 14 Feb 2009 21:20:16 +0000 (21:20 +0000)]
Unmangle

16 years ago2.4.1 is safe
Rasmus Lerdorf [Sat, 14 Feb 2009 21:08:02 +0000 (21:08 +0000)]
2.4.1 is safe

16 years agosplitting array_chunk into smaller tests
Zoe Slattery [Sat, 14 Feb 2009 10:32:26 +0000 (10:32 +0000)]
splitting array_chunk into smaller tests

16 years ago- MFH: prevent unwanted overflow
Moriyoshi Koizumi [Sat, 14 Feb 2009 08:16:05 +0000 (08:16 +0000)]
- MFH: prevent unwanted overflow

16 years ago- MFH: fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)
Moriyoshi Koizumi [Sat, 14 Feb 2009 07:34:15 +0000 (07:34 +0000)]
- MFH: fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)

16 years ago- MFH: These should be E_WARNING for consistency with strpos()
Moriyoshi Koizumi [Sat, 14 Feb 2009 06:59:55 +0000 (06:59 +0000)]
- MFH: These should be E_WARNING for consistency with strpos()

16 years agoRevert bogus fix for #47370.
Andrei Zmievski [Fri, 13 Feb 2009 22:34:15 +0000 (22:34 +0000)]
Revert bogus fix for #47370.

16 years agoremove UEXPECT
Zoe Slattery [Fri, 13 Feb 2009 22:01:28 +0000 (22:01 +0000)]
remove UEXPECT

16 years agofixed bad section name
Zoe Slattery [Fri, 13 Feb 2009 18:01:27 +0000 (18:01 +0000)]
fixed bad section name

16 years agofixed test
Zoe Slattery [Fri, 13 Feb 2009 17:56:20 +0000 (17:56 +0000)]
fixed test

16 years agoMFH: Revert previous change
Kalle Sommer Nielsen [Fri, 13 Feb 2009 16:54:56 +0000 (16:54 +0000)]
MFH: Revert previous change

16 years agoMFH: fixed typos
Takeshi Abe [Fri, 13 Feb 2009 16:03:02 +0000 (16:03 +0000)]
MFH: fixed typos

16 years ago- Added missing void param check and arginfo
Felipe Pena [Fri, 13 Feb 2009 12:55:38 +0000 (12:55 +0000)]
- Added missing void param check and arginfo

16 years ago- Good bug # order.
David Coallier [Fri, 13 Feb 2009 12:21:06 +0000 (12:21 +0000)]
- Good bug # order.

16 years ago- Fixed bug #46897: (ob_flush() should fail to flush unerasable buffers)
David Coallier [Fri, 13 Feb 2009 11:54:05 +0000 (11:54 +0000)]
- Fixed bug #46897: (ob_flush() should fail to flush unerasable buffers)

16 years ago- Fixed bug #46897: ob_flush() should fail to flush unerasable buffers
David Coallier [Fri, 13 Feb 2009 11:48:17 +0000 (11:48 +0000)]
- Fixed bug #46897: ob_flush() should fail to flush unerasable buffers
- Added test for bug46897
- A memleak has been identified while fixing this bug but the changes
  made by this commit do not affect ob_get_clean where the memleak (which
  is fixed in HEAD with the new handler) resides.
- [DOC] New noticed is outputted in ob_flush when the buffer is unerasable

16 years agoBFN
Felipe Pena [Fri, 13 Feb 2009 11:21:59 +0000 (11:21 +0000)]
BFN

16 years ago- New test
Felipe Pena [Fri, 13 Feb 2009 02:20:52 +0000 (02:20 +0000)]
- New test

16 years agoMFH:
Felipe Pena [Fri, 13 Feb 2009 02:18:57 +0000 (02:18 +0000)]
MFH:
- Fixed bug #43831 ($this gets mangled when extending PDO with persistent connection)
- Fixed bug #45432 (PDO: persistent connection leak)

16 years ago* MFH: Fix bug #47370 (BC breakage of array_unique())
Moriyoshi Koizumi [Thu, 12 Feb 2009 18:57:55 +0000 (18:57 +0000)]
* MFH: Fix bug #47370 (BC breakage of array_unique())

16 years agoMFH: Fixed wrong usage of error_reporting directive
Kalle Sommer Nielsen [Thu, 12 Feb 2009 14:36:58 +0000 (14:36 +0000)]
MFH: Fixed wrong usage of error_reporting directive

16 years agoMFH:
Takeshi Abe [Wed, 11 Feb 2009 17:56:44 +0000 (17:56 +0000)]
MFH:
- fixed memory leaks in gdImageCreateFromXpm()
- dropped unused codes

16 years agoMFH: optimization via the row-major order.
Takeshi Abe [Wed, 11 Feb 2009 16:31:27 +0000 (16:31 +0000)]
MFH: optimization via the row-major order.

16 years agoImproved param parsing
Ilia Alshanetsky [Wed, 11 Feb 2009 14:26:24 +0000 (14:26 +0000)]
Improved param parsing

16 years agoMFH: Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before execute...
Felipe Pena [Wed, 11 Feb 2009 10:44:38 +0000 (10:44 +0000)]
MFH: Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before execute() on PgSQL)

16 years agoadd test
Antony Dovgal [Wed, 11 Feb 2009 10:02:11 +0000 (10:02 +0000)]
add test

16 years agoMFH: fix bug #47353 (crash when creating a lot of objects in object destructor)
Antony Dovgal [Wed, 11 Feb 2009 09:58:23 +0000 (09:58 +0000)]
MFH: fix bug #47353 (crash when creating a lot of objects in object destructor)

16 years agoMFH: fix check for zend_extension type
Antony Dovgal [Wed, 11 Feb 2009 09:11:17 +0000 (09:11 +0000)]
MFH: fix check for zend_extension type

16 years agoMFH Fix debug builds for OSX, PHP_DEBUG is set to 1 at the top
Scott MacVicar [Wed, 11 Feb 2009 00:08:31 +0000 (00:08 +0000)]
MFH Fix debug builds for OSX, PHP_DEBUG is set to 1 at the top

16 years agoMFH primary tester ml needs to be in the TO not CC
Lukas Smith [Tue, 10 Feb 2009 20:45:42 +0000 (20:45 +0000)]
MFH primary tester ml needs to be in the TO not CC

16 years agoAdjust condition
Ilia Alshanetsky [Tue, 10 Feb 2009 16:14:18 +0000 (16:14 +0000)]
Adjust condition

16 years agoMFB: typo fix
Ilia Alshanetsky [Tue, 10 Feb 2009 14:21:27 +0000 (14:21 +0000)]
MFB: typo fix

16 years agoMFB: Added path truncation E_NOTICE to let people now when path resolving
Ilia Alshanetsky [Tue, 10 Feb 2009 14:18:46 +0000 (14:18 +0000)]
MFB: Added path truncation E_NOTICE to let people now when path resolving
caused the file path to be truncated.

16 years agoThe constructor should also throw exceptions, make this semi useful now.
Scott MacVicar [Tue, 10 Feb 2009 00:24:33 +0000 (00:24 +0000)]
The constructor should also throw exceptions, make this semi useful now.

16 years ago- MFH: Fix tests
Felipe Pena [Mon, 9 Feb 2009 16:44:23 +0000 (16:44 +0000)]
- MFH: Fix tests

16 years agoInitialize optional var
Ilia Alshanetsky [Mon, 9 Feb 2009 15:34:01 +0000 (15:34 +0000)]
Initialize optional var

16 years agoremove entry for bug #46026, this is fixed in 5.2 now, and needs no 5.3 entry
Greg Beaver [Mon, 9 Feb 2009 15:03:32 +0000 (15:03 +0000)]
remove entry for bug #46026, this is fixed in 5.2 now, and needs no 5.3 entry

16 years ago- MFH: Fix test
Felipe Pena [Mon, 9 Feb 2009 12:56:00 +0000 (12:56 +0000)]
- MFH: Fix test

16 years ago- MFH: Fix mem. leak
Felipe Pena [Mon, 9 Feb 2009 12:07:23 +0000 (12:07 +0000)]
- MFH: Fix mem. leak

16 years ago- MFH: Fixed test
Felipe Pena [Mon, 9 Feb 2009 11:57:44 +0000 (11:57 +0000)]
- MFH: Fixed test

16 years agoFixed bug #47329 (Crash in garbage collector)
Dmitry Stogov [Mon, 9 Feb 2009 10:47:09 +0000 (10:47 +0000)]
Fixed bug #47329 (Crash in garbage collector)

16 years agoFixed bug #47320 ($php_errormsg out of scope in functions)
Dmitry Stogov [Mon, 9 Feb 2009 09:20:35 +0000 (09:20 +0000)]
Fixed bug #47320 ($php_errormsg out of scope in functions)

16 years agoBetter fix for #47341
Dmitry Stogov [Mon, 9 Feb 2009 08:55:23 +0000 (08:55 +0000)]
Better fix for #47341

16 years agoMFB: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when
Ilia Alshanetsky [Mon, 9 Feb 2009 02:55:45 +0000 (02:55 +0000)]
MFB: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when
the remote end restarts)

16 years agoprimary testers list is now mailed for every release
Lukas Smith [Sun, 8 Feb 2009 20:24:13 +0000 (20:24 +0000)]
primary testers list is now mailed for every release

16 years ago- MFH: Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0
Derick Rethans [Sun, 8 Feb 2009 19:36:33 +0000 (19:36 +0000)]
- MFH: Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0
  causes segfault.

16 years ago- Improve test
Felipe Pena [Fri, 6 Feb 2009 10:40:28 +0000 (10:40 +0000)]
- Improve test

16 years ago- MFH: Fixed bug #47322 (sscanf %d does't work)
Felipe Pena [Fri, 6 Feb 2009 10:20:09 +0000 (10:20 +0000)]
- MFH: Fixed bug #47322 (sscanf %d does't work)

16 years ago* MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detection
Moriyoshi Koizumi [Fri, 6 Feb 2009 07:33:25 +0000 (07:33 +0000)]
* MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detection
  enabled).

16 years ago- Fix crap
Jani Taskinen [Thu, 5 Feb 2009 23:59:17 +0000 (23:59 +0000)]
- Fix crap

16 years agoMake message punctuation consistent across PHP
Christopher Jones [Thu, 5 Feb 2009 21:45:43 +0000 (21:45 +0000)]
Make message punctuation consistent across PHP

16 years agoTweak fix for #45458 to allow this branch (from PECL) to continue building with PHP...
Christopher Jones [Thu, 5 Feb 2009 21:43:31 +0000 (21:43 +0000)]
Tweak fix for #45458 to allow this branch (from PECL) to continue building with PHP 4 et al. No other branches need changing

16 years ago- Update
Felipe Pena [Thu, 5 Feb 2009 13:46:11 +0000 (13:46 +0000)]
- Update

16 years ago- MFH: Fixed bug #47297 (pdo_033.phpt fails on PgSQL)
Felipe Pena [Wed, 4 Feb 2009 16:40:56 +0000 (16:40 +0000)]
- MFH: Fixed bug #47297 (pdo_033.phpt fails on PgSQL)
Patch by matteo at beccati dot com

16 years ago- Added news item for Bugfix #46048
David Coallier [Tue, 3 Feb 2009 21:45:19 +0000 (21:45 +0000)]
- Added news item for Bugfix #46048

16 years ago- Fixed Bug #46048 (SimpleXML top-level @attributes not part of iterator)
David Coallier [Tue, 3 Feb 2009 21:42:35 +0000 (21:42 +0000)]
- Fixed Bug #46048 (SimpleXML top-level @attributes not part of iterator)
- Added test for bug #46048

16 years agoMFB: Return empty string when recv() does not fetch any data
Ilia Alshanetsky [Tue, 3 Feb 2009 19:22:55 +0000 (19:22 +0000)]
MFB: Return empty string when recv() does not fetch any data

16 years agoRe-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after...
Greg Beaver [Tue, 3 Feb 2009 18:56:26 +0000 (18:56 +0000)]
Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream)

16 years agofix bug #47085:rename() returns true even if the file in PHAR does not exist
Greg Beaver [Tue, 3 Feb 2009 18:29:25 +0000 (18:29 +0000)]
fix bug #47085:rename() returns true even if the file in PHAR does not exist

16 years agofix bug #47265 (generating phar.phar fails because of safe_mode)
Greg Beaver [Tue, 3 Feb 2009 18:17:24 +0000 (18:17 +0000)]
fix bug #47265 (generating phar.phar fails because of safe_mode)

16 years agoMFH: Fix #47031 (Fix constants in example)
Etienne Kneuss [Tue, 3 Feb 2009 12:54:44 +0000 (12:54 +0000)]
MFH: Fix #47031 (Fix constants in example)

16 years agoFixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses as
Ilia Alshanetsky [Mon, 2 Feb 2009 23:50:31 +0000 (23:50 +0000)]
Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses as
invalid)

16 years agoregenerate
Nuno Lopes [Mon, 2 Feb 2009 19:23:38 +0000 (19:23 +0000)]
regenerate

16 years agofix bug #46347: allow * in ini keys
Nuno Lopes [Mon, 2 Feb 2009 19:23:13 +0000 (19:23 +0000)]
fix bug #46347: allow * in ini keys

16 years ago- MFH: Fixed bug #47269 (Typo: SoapSlient instead of SoapClient)
Felipe Pena [Mon, 2 Feb 2009 10:00:11 +0000 (10:00 +0000)]
- MFH: Fixed bug #47269 (Typo: SoapSlient instead of SoapClient)

16 years ago- silent compiler warning about socklen_t benign redefinition
Pierre Joye [Mon, 2 Feb 2009 09:41:46 +0000 (09:41 +0000)]
- silent compiler warning about socklen_t benign redefinition

16 years ago- define HAVE_SOCKLEN_T as it exists (vc6+)
Pierre Joye [Mon, 2 Feb 2009 09:40:55 +0000 (09:40 +0000)]
- define HAVE_SOCKLEN_T as it exists (vc6+)

16 years ago- MFH: fix build (use the same arginfo than the aliased func)
Pierre Joye [Mon, 2 Feb 2009 08:47:23 +0000 (08:47 +0000)]
- MFH: fix build (use the same arginfo than the aliased func)

16 years ago- MFH: Fix bug #46843 (CP936 euro symbol is not converted properly)
Moriyoshi Koizumi [Mon, 2 Feb 2009 04:53:10 +0000 (04:53 +0000)]
- MFH: Fix bug #46843 (CP936 euro symbol is not converted properly)

16 years agoMFH: Fix a typo
David Soria Parra [Sun, 1 Feb 2009 21:52:07 +0000 (21:52 +0000)]
MFH: Fix a typo

16 years agoNew set_magic_quotes() tests. Tested on Windows, Linux and linux 64
andy wharmby [Sun, 1 Feb 2009 19:29:31 +0000 (19:29 +0000)]
New set_magic_quotes() tests. Tested on Windows, Linux and linux 64

16 years agoNew php_uname() tests. Tested on Windows, Linux and linux 64
andy wharmby [Sun, 1 Feb 2009 19:17:48 +0000 (19:17 +0000)]
New php_uname() tests. Tested on Windows, Linux and linux 64

16 years agoNew get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests...
andy wharmby [Sun, 1 Feb 2009 18:55:26 +0000 (18:55 +0000)]
New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64

16 years agoNew escapeshellarg() tests. Tested on Windows, Linux and Linux 64
andy wharmby [Sun, 1 Feb 2009 18:39:50 +0000 (18:39 +0000)]
New escapeshellarg() tests. Tested on Windows, Linux and Linux 64

16 years agoNew floatval() tests. Tested on Windows, Linux and Linux 64
andy wharmby [Sun, 1 Feb 2009 18:32:40 +0000 (18:32 +0000)]
New floatval() tests. Tested on Windows, Linux and Linux 64

16 years agoFixed regression of bug #46205, thanks to felipe for pointing this out.
Christian Seiler [Sun, 1 Feb 2009 15:06:19 +0000 (15:06 +0000)]
Fixed regression of bug #46205, thanks to felipe for pointing this out.