]> granicus.if.org Git - php/log
php
15 years agoChangeLog update
<changelog@php.net> [Mon, 23 Feb 2009 01:32:42 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: Fixed 2 memory corruptions in zip extension idenfied by
Ilia Alshanetsky [Sun, 22 Feb 2009 17:55:01 +0000 (17:55 +0000)]
MFB: Fixed 2 memory corruptions in zip extension idenfied by
oo_properties.phpt test

15 years agoChangeLog update
<changelog@php.net> [Sun, 22 Feb 2009 01:32:24 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: fix faulty logic in tests, needed to use ksort instead of asort and to sort...
Greg Beaver [Sat, 21 Feb 2009 03:15:57 +0000 (03:15 +0000)]
MFB: fix faulty logic in tests, needed to use ksort instead of asort and to sort output.  These tests failed on some systems with non-case sensitive filesystem sorting

15 years agoMFB: cosmetics: remove two unreachable return statements, removes warning in sun cc
Greg Beaver [Sat, 21 Feb 2009 02:37:33 +0000 (02:37 +0000)]
MFB: cosmetics: remove two unreachable return statements, removes warning in sun cc

15 years agoMFB: cosmetics: fix warning (only affects suncc)
Greg Beaver [Sat, 21 Feb 2009 02:34:01 +0000 (02:34 +0000)]
MFB: cosmetics: fix warning (only affects suncc)

15 years agoChangeLog update
<changelog@php.net> [Sat, 21 Feb 2009 01:32:40 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Fix test
Felipe Pena [Fri, 20 Feb 2009 13:37:48 +0000 (13:37 +0000)]
- Fix test

15 years agoAdd the charsets available from 6.0 as a structure, to be used later
Andrey Hristov [Fri, 20 Feb 2009 13:24:14 +0000 (13:24 +0000)]
Add the charsets available from 6.0 as a structure, to be used later

15 years agoMFB: fix zip access to work in all compilers, present and future, and on all arches...
Greg Beaver [Fri, 20 Feb 2009 05:06:52 +0000 (05:06 +0000)]
MFB: fix zip access to work in all compilers, present and future, and on all arches without potential for bus errors.  This removes PHAR_ZIP_PACK in favor of a safer approach

15 years agoChangeLog update
<changelog@php.net> [Fri, 20 Feb 2009 01:32:40 +0000 (01:32 +0000)]
ChangeLog update

15 years agofix test
Antony Dovgal [Thu, 19 Feb 2009 12:13:47 +0000 (12:13 +0000)]
fix test

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

15 years ago- New test
Felipe Pena [Wed, 18 Feb 2009 22:53:44 +0000 (22:53 +0000)]
- New test

15 years ago- Fixed bug #47443 (metaphone('scratch') returns wrong result)
Felipe Pena [Wed, 18 Feb 2009 22:33:22 +0000 (22:33 +0000)]
- Fixed bug #47443 (metaphone('scratch') returns wrong result)

15 years agoMFB: Removed unused var
Ilia Alshanetsky [Wed, 18 Feb 2009 20:07:55 +0000 (20:07 +0000)]
MFB: Removed unused var

15 years agoRevert fix to bug #46903 as per http://marc.info/?l=php-internals&m=123476465621346...
Robin Fernandes [Wed, 18 Feb 2009 16:42:56 +0000 (16:42 +0000)]
Revert fix to bug #46903 as per http://marc.info/?l=php-internals&m=123476465621346&w=2 .

15 years agoFix #47438 mysql_fetch_field ignores zero offse
Johannes Schlüter [Wed, 18 Feb 2009 16:33:28 +0000 (16:33 +0000)]
Fix #47438 mysql_fetch_field ignores zero offse

15 years agoFixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)
Dmitry Stogov [Wed, 18 Feb 2009 13:25:59 +0000 (13:25 +0000)]
Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)

15 years agoUpdate bundled SQLite to 3.6.11
Scott MacVicar [Wed, 18 Feb 2009 12:38:47 +0000 (12:38 +0000)]
Update bundled SQLite to 3.6.11

15 years agoFixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor...
Dmitry Stogov [Wed, 18 Feb 2009 12:03:03 +0000 (12:03 +0000)]
Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case)

15 years agoFixed zend_print_zval_r_ex() to use the write callback function
Dmitry Stogov [Wed, 18 Feb 2009 10:55:23 +0000 (10:55 +0000)]
Fixed zend_print_zval_r_ex() to use the write callback function

15 years agoChangeLog update
<changelog@php.net> [Wed, 18 Feb 2009 01:32:40 +0000 (01:32 +0000)]
ChangeLog update

15 years agofix test
Zoe Slattery [Tue, 17 Feb 2009 20:25:02 +0000 (20:25 +0000)]
fix test

15 years ago- Add an entry for http_output_conv_mimetypes to the output of mb_get_info().
Moriyoshi Koizumi [Tue, 17 Feb 2009 16:28:33 +0000 (16:28 +0000)]
- Add an entry for http_output_conv_mimetypes to the output of mb_get_info().

15 years agoAdded overflow comment from div_function
Matt Wilmas [Tue, 17 Feb 2009 15:14:48 +0000 (15:14 +0000)]
Added overflow comment from div_function

15 years agoIncreased the sleep() from 1 to 5 to prevent intermittent failures
Zoe Slattery [Tue, 17 Feb 2009 15:13:20 +0000 (15:13 +0000)]
Increased the sleep() from 1 to 5 to prevent intermittent failures

15 years ago- Fix #46542 Extending PDO class with a __call() function doesn't work as
Johannes Schlüter [Tue, 17 Feb 2009 14:39:58 +0000 (14:39 +0000)]
- Fix #46542 Extending PDO class with a __call() function doesn't work as
  expected

15 years agoFixed bug #47422 (modulus operator returns incorrect results on 64 bit linux)
Matt Wilmas [Tue, 17 Feb 2009 14:14:56 +0000 (14:14 +0000)]
Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux)
Removed abs(), just -1 needs to be checked (only LONG_MIN % -1 is a problem)

15 years ago- Fix proto
Felipe Pena [Tue, 17 Feb 2009 12:32:06 +0000 (12:32 +0000)]
- Fix proto

15 years ago- Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0)
Felipe Pena [Tue, 17 Feb 2009 12:03:43 +0000 (12:03 +0000)]
- Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0)

15 years agobug 46680
Zoe Slattery [Tue, 17 Feb 2009 10:34:10 +0000 (10:34 +0000)]
bug 46680

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

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

15 years agofix tests
Zoe Slattery [Mon, 16 Feb 2009 20:08:02 +0000 (20:08 +0000)]
fix tests

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

15 years agoMFB: fix memleaks on zip corruption
Greg Beaver [Mon, 16 Feb 2009 18:55:19 +0000 (18:55 +0000)]
MFB: fix memleaks on zip corruption

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

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

16 years ago- Fix bug #47399 (mb_check_encoding() returns true for some illegal SJIS
Moriyoshi Koizumi [Mon, 16 Feb 2009 01:57:13 +0000 (01:57 +0000)]
- Fix bug #47399 (mb_check_encoding() returns true for some illegal SJIS
  characters).

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

16 years agoMFB: fix test
Greg Beaver [Sun, 15 Feb 2009 21:50:58 +0000 (21:50 +0000)]
MFB: fix test

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

16 years agofix test
Antony Dovgal [Sun, 15 Feb 2009 21:48:07 +0000 (21:48 +0000)]
fix test

16 years agoMFB: fix all remaining big-endian issues
Greg Beaver [Sun, 15 Feb 2009 20:29:26 +0000 (20:29 +0000)]
MFB: fix all remaining big-endian issues

16 years agoMFB: fix getting/setting of all 16/32 bit on zip
Greg Beaver [Sun, 15 Feb 2009 19:23:06 +0000 (19:23 +0000)]
MFB: fix getting/setting of all 16/32 bit on zip

16 years agoMFB: fix setting of 32-bit values on big-endian systems
Greg Beaver [Sun, 15 Feb 2009 18:52:11 +0000 (18:52 +0000)]
MFB: fix setting of 32-bit values on big-endian systems

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

16 years ago- Fix tests.
Moriyoshi Koizumi [Sun, 15 Feb 2009 07:04:59 +0000 (07:04 +0000)]
- Fix tests.

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

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

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

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

16 years ago- Prevent unwanted overflow
Moriyoshi Koizumi [Sat, 14 Feb 2009 08:15:46 +0000 (08:15 +0000)]
- Prevent unwanted overflow

16 years ago- Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)
Moriyoshi Koizumi [Sat, 14 Feb 2009 07:33:41 +0000 (07:33 +0000)]
- Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)
# test still fails because of the difference of str[r]pos() behavior between 5.3 and 6.0.

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

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

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

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

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

16 years agofixed typos
Takeshi Abe [Fri, 13 Feb 2009 16:02:46 +0000 (16:02 +0000)]
fixed typos

16 years ago- Added arginfo
Felipe Pena [Fri, 13 Feb 2009 12:54:20 +0000 (12:54 +0000)]
- Added arginfo

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

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

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

16 years ago- Remove dependencies on ustdio.h. Doing so allows HEAD to be built with
Moriyoshi Koizumi [Thu, 12 Feb 2009 20:04:59 +0000 (20:04 +0000)]
- Remove dependencies on ustdio.h. Doing so allows HEAD to be built with
  ICU that comes with the out-of-the-box Mac OS X.

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

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

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

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

16 years agooptimization via the row-major order.
Takeshi Abe [Wed, 11 Feb 2009 16:30:48 +0000 (16:30 +0000)]
optimization via the row-major order.

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

16 years agoFixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before execute() on...
Felipe Pena [Wed, 11 Feb 2009 10:44:27 +0000 (10:44 +0000)]
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:01:54 +0000 (10:01 +0000)]
add test

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

16 years agofix check for zend_extension type
Antony Dovgal [Wed, 11 Feb 2009 09:07:41 +0000 (09:07 +0000)]
fix check for zend_extension type

16 years agoChangeLog update
<changelog@php.net> [Wed, 11 Feb 2009 01:32:35 +0000 (01:32 +0000)]
ChangeLog update

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

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

16 years agoMFB:Adjust condition
Ilia Alshanetsky [Tue, 10 Feb 2009 16:14:35 +0000 (16:14 +0000)]
MFB:Adjust condition

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

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

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

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

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

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

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

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

16 years agoFixed bug #47329 (Crash in garbage collector)
Dmitry Stogov [Mon, 9 Feb 2009 10:47:19 +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:46 +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:35 +0000 (08:55 +0000)]
Better fix for #47341

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

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

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

16 years agoMFB: MFB52: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when
Ilia Alshanetsky [Sun, 8 Feb 2009 16:54:57 +0000 (16:54 +0000)]
MFB: MFB52: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when
the remote end restarts)

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

16 years agofix unicode implementation
Antony Dovgal [Fri, 6 Feb 2009 14:38:18 +0000 (14:38 +0000)]
fix unicode implementation

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

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

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