]> granicus.if.org Git - php/log
php
17 years agofix leak
Antony Dovgal [Fri, 23 Feb 2007 20:50:17 +0000 (20:50 +0000)]
fix leak
no need to allocate the buffer if there was no data

17 years agofix #40606 (umask is not being restored when request is finished)
Antony Dovgal [Fri, 23 Feb 2007 16:21:31 +0000 (16:21 +0000)]
fix #40606 (umask is not being restored when request is finished)

17 years agofix bug #40598 (libxml segfault)
Rob Richards [Fri, 23 Feb 2007 11:13:42 +0000 (11:13 +0000)]
fix bug #40598 (libxml segfault)
mark more functions unicode safe

17 years agoChangeLog update
<changelog@php.net> [Fri, 23 Feb 2007 01:31:08 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- MFB: #40578, fix the 2nd race condition on shutdown when the cache is
Pierre Joye [Fri, 23 Feb 2007 01:02:57 +0000 (01:02 +0000)]
- MFB: #40578, fix the 2nd race condition on shutdown when the cache is
  freed

17 years agocheck for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented)
Antony Dovgal [Thu, 22 Feb 2007 23:40:25 +0000 (23:40 +0000)]
check for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented)
patch by stas at FreeBSD dot org

17 years ago- Fix logic
Marcus Boerger [Thu, 22 Feb 2007 23:25:36 +0000 (23:25 +0000)]
- Fix logic

17 years agoMFB
Nuno Lopes [Thu, 22 Feb 2007 11:49:23 +0000 (11:49 +0000)]
MFB

17 years agocheck for NULL, then add flag
Antony Dovgal [Thu, 22 Feb 2007 10:06:02 +0000 (10:06 +0000)]
check for NULL, then add flag

17 years agoFixed possible crash in putenv() on win32
Dmitry Stogov [Thu, 22 Feb 2007 08:23:44 +0000 (08:23 +0000)]
Fixed possible crash in putenv() on win32

17 years agoChangeLog update
<changelog@php.net> [Thu, 22 Feb 2007 01:31:01 +0000 (01:31 +0000)]
ChangeLog update

17 years agominor improvements
Antony Dovgal [Wed, 21 Feb 2007 22:08:00 +0000 (22:08 +0000)]
minor improvements

17 years agoimplement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapper
Antony Dovgal [Wed, 21 Feb 2007 21:56:45 +0000 (21:56 +0000)]
implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapper

17 years agouse snprintf
Stanislav Malyshev [Wed, 21 Feb 2007 21:11:32 +0000 (21:11 +0000)]
use snprintf

17 years agofix test on FreeBSD
Antony Dovgal [Wed, 21 Feb 2007 19:57:08 +0000 (19:57 +0000)]
fix test on FreeBSD

17 years agofix tests
Antony Dovgal [Wed, 21 Feb 2007 19:53:48 +0000 (19:53 +0000)]
fix tests

17 years agoadd test
Antony Dovgal [Wed, 21 Feb 2007 19:37:05 +0000 (19:37 +0000)]
add test

17 years agofix test
Antony Dovgal [Wed, 21 Feb 2007 19:27:30 +0000 (19:27 +0000)]
fix test

17 years agoMFB
Nuno Lopes [Wed, 21 Feb 2007 16:27:12 +0000 (16:27 +0000)]
MFB

17 years agoCheck for FD_SETSIZE limit
Dmitry Stogov [Wed, 21 Feb 2007 15:46:30 +0000 (15:46 +0000)]
Check for FD_SETSIZE limit

17 years agofix #40578 (imagettftext() multithreading issue)
Antony Dovgal [Wed, 21 Feb 2007 14:59:36 +0000 (14:59 +0000)]
fix #40578 (imagettftext() multithreading issue)

17 years agofix bug #40576 (double values are truncated to 6 decimal digits when encoding)
Antony Dovgal [Wed, 21 Feb 2007 14:24:44 +0000 (14:24 +0000)]
fix bug #40576 (double values are truncated to 6 decimal digits when encoding)

17 years agoSpecial case for last iteration
Dmitry Stogov [Wed, 21 Feb 2007 14:11:12 +0000 (14:11 +0000)]
Special case for last iteration

17 years agoFixed bug #40560 (DIR functions do not work on root UNC path)
Dmitry Stogov [Wed, 21 Feb 2007 13:09:15 +0000 (13:09 +0000)]
Fixed bug #40560 (DIR functions do not work on root UNC path)

17 years agofix typo
Antony Dovgal [Wed, 21 Feb 2007 08:08:47 +0000 (08:08 +0000)]
fix typo

17 years agoChangeLog update
<changelog@php.net> [Wed, 21 Feb 2007 01:31:03 +0000 (01:31 +0000)]
ChangeLog update

17 years agoCosmetic fix - safe_emalloc(nmemb, size, offset)
Stanislav Malyshev [Wed, 21 Feb 2007 01:23:02 +0000 (01:23 +0000)]
Cosmetic fix - safe_emalloc(nmemb, size, offset)

17 years agoMF5.2: CreateInstance requires BSTR (should fix #33188)
Stanislav Malyshev [Wed, 21 Feb 2007 01:21:24 +0000 (01:21 +0000)]
MF5.2: CreateInstance requires BSTR (should fix #33188)

17 years agomove PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
Antony Dovgal [Tue, 20 Feb 2007 20:10:53 +0000 (20:10 +0000)]
move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
its result is used in sapi/cli & sapi/embed, not just sapi/cgi

17 years agodon't call php_module_startup() directly, use startup functions
Antony Dovgal [Tue, 20 Feb 2007 19:19:14 +0000 (19:19 +0000)]
don't call php_module_startup() directly, use startup functions
patch by Andrei Nigmatulin

17 years agonew test
Antony Dovgal [Tue, 20 Feb 2007 14:06:05 +0000 (14:06 +0000)]
new test

17 years agofix leak, convert unicode values to string before assigning
Antony Dovgal [Tue, 20 Feb 2007 14:04:59 +0000 (14:04 +0000)]
fix leak, convert unicode values to string before assigning
change error message to use zend_error() since there is no active function

17 years agofix #38406 (crash when assigning objects to SimpleXML attributes)
Antony Dovgal [Tue, 20 Feb 2007 13:21:54 +0000 (13:21 +0000)]
fix #38406 (crash when assigning objects to SimpleXML attributes)

17 years ago- Make stat based functions throw an exception
Marcus Boerger [Tue, 20 Feb 2007 13:07:53 +0000 (13:07 +0000)]
- Make stat based functions throw an exception

17 years agofix #40545 (multithreading issue in zend_strtod())
Antony Dovgal [Tue, 20 Feb 2007 12:00:41 +0000 (12:00 +0000)]
fix #40545 (multithreading issue in zend_strtod())

17 years agoMFB
Antony Dovgal [Tue, 20 Feb 2007 09:09:47 +0000 (09:09 +0000)]
MFB

17 years agoupdate package.xml for potential release
Greg Beaver [Tue, 20 Feb 2007 03:44:26 +0000 (03:44 +0000)]
update package.xml for potential release

17 years agoChangeLog update
<changelog@php.net> [Tue, 20 Feb 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Bugfix #40546: SplFileInfo::getPathInfo() throws an execption if directory is in...
Marcus Boerger [Mon, 19 Feb 2007 20:32:39 +0000 (20:32 +0000)]
- Bugfix #40546: SplFileInfo::getPathInfo() throws an execption if directory is in root dir.

17 years agocheck SQLError() return value and output a meaningful errmsg when it fails
Antony Dovgal [Mon, 19 Feb 2007 20:22:29 +0000 (20:22 +0000)]
check SQLError() return value and output a meaningful errmsg when it fails

17 years agofix tests
Antony Dovgal [Mon, 19 Feb 2007 20:02:08 +0000 (20:02 +0000)]
fix tests

17 years agoMFB: Eliminate strcat() usage
Antony Dovgal [Mon, 19 Feb 2007 20:01:17 +0000 (20:01 +0000)]
MFB: Eliminate strcat() usage
     Fixed handling of argv[] for GET

17 years agoMFB: PQfreemem() checks
Antony Dovgal [Mon, 19 Feb 2007 19:46:36 +0000 (19:46 +0000)]
MFB: PQfreemem() checks

17 years agoMFB: #40503 (json_encode() value corruption on 32bit systems with overflown values)
Antony Dovgal [Mon, 19 Feb 2007 19:44:44 +0000 (19:44 +0000)]
MFB: #40503 (json_encode() value corruption on 32bit systems with overflown values)

17 years agofix heap protection on SPARC, required by GCC4
Antony Dovgal [Mon, 19 Feb 2007 18:29:20 +0000 (18:29 +0000)]
fix heap protection on SPARC, required by GCC4
patch by Dmitry

17 years agotypo
Dmitry Stogov [Mon, 19 Feb 2007 17:29:41 +0000 (17:29 +0000)]
typo

17 years agoMFB
Edin Kadribasic [Mon, 19 Feb 2007 17:28:26 +0000 (17:28 +0000)]
MFB

17 years ago- MFH Fixed bug #40465 (Ensure that all PHP elements are printed by var_dump)
Marcus Boerger [Mon, 19 Feb 2007 17:28:11 +0000 (17:28 +0000)]
- MFH Fixed bug #40465 (Ensure that all PHP elements are printed by var_dump)

17 years ago- WS/CS
Marcus Boerger [Mon, 19 Feb 2007 16:20:43 +0000 (16:20 +0000)]
- WS/CS

17 years agoMFB
Edin Kadribasic [Mon, 19 Feb 2007 16:04:14 +0000 (16:04 +0000)]
MFB

17 years agoOn win32 directories in the middle of the patch may be unreadable
Dmitry Stogov [Mon, 19 Feb 2007 14:59:03 +0000 (14:59 +0000)]
On win32 directories in the middle of the patch may be unreadable

17 years agoInitialize "retval" on each request
Dmitry Stogov [Mon, 19 Feb 2007 14:13:35 +0000 (14:13 +0000)]
Initialize "retval" on each request

17 years agoFixed fcgi_putenv() semantic with NULL value
Dmitry Stogov [Mon, 19 Feb 2007 13:21:49 +0000 (13:21 +0000)]
Fixed fcgi_putenv() semantic with NULL value

17 years agofix test
Antony Dovgal [Mon, 19 Feb 2007 12:19:33 +0000 (12:19 +0000)]
fix test
stdout is closed in non-debug mode

17 years agoChangeLog update
<changelog@php.net> [Mon, 19 Feb 2007 01:31:00 +0000 (01:31 +0000)]
ChangeLog update

17 years agoChangeLog update
<changelog@php.net> [Sun, 18 Feb 2007 01:31:12 +0000 (01:31 +0000)]
ChangeLog update

17 years agouse safer functions, check error value
Stanislav Malyshev [Sat, 17 Feb 2007 01:47:26 +0000 (01:47 +0000)]
use safer functions, check error value

17 years agoChangeLog update
<changelog@php.net> [Sat, 17 Feb 2007 01:31:03 +0000 (01:31 +0000)]
ChangeLog update

17 years agotypo in Dmitry's last name =)
Antony Dovgal [Fri, 16 Feb 2007 23:49:34 +0000 (23:49 +0000)]
typo in Dmitry's last name =)

17 years agoAdded runtime JIT auto-globals fetching and caching
Dmitry Stogov [Fri, 16 Feb 2007 19:36:45 +0000 (19:36 +0000)]
Added runtime JIT auto-globals fetching and caching

17 years agouse error message size
Stanislav Malyshev [Fri, 16 Feb 2007 18:49:06 +0000 (18:49 +0000)]
use error message size

17 years agouse snprintf, increase hebdate buffer
Stanislav Malyshev [Fri, 16 Feb 2007 18:29:40 +0000 (18:29 +0000)]
use snprintf, increase hebdate buffer

17 years agofix build
Antony Dovgal [Fri, 16 Feb 2007 18:23:53 +0000 (18:23 +0000)]
fix build

17 years agoadd safe_realloc
Stanislav Malyshev [Fri, 16 Feb 2007 18:12:34 +0000 (18:12 +0000)]
add safe_realloc

17 years agoOptimize out RINIT()
Dmitry Stogov [Fri, 16 Feb 2007 16:33:37 +0000 (16:33 +0000)]
Optimize out RINIT()

17 years agoMFB: fix leak
Antony Dovgal [Fri, 16 Feb 2007 13:28:32 +0000 (13:28 +0000)]
MFB: fix leak

17 years agoFixed return value of assert_options(ASSERT_CALLBACK) and possible crash (Andy Wharmby)
Dmitry Stogov [Fri, 16 Feb 2007 13:12:55 +0000 (13:12 +0000)]
Fixed return value of assert_options(ASSERT_CALLBACK) and possible crash (Andy Wharmby)

17 years agoFixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent...
Dmitry Stogov [Fri, 16 Feb 2007 11:30:38 +0000 (11:30 +0000)]
Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed)

17 years agofix test name
Antony Dovgal [Fri, 16 Feb 2007 11:08:11 +0000 (11:08 +0000)]
fix test name

17 years agoAllow C++ extensions to use CG(), EG() ... (Caroline)
Dmitry Stogov [Fri, 16 Feb 2007 08:54:45 +0000 (08:54 +0000)]
Allow C++ extensions to use CG(), EG() ... (Caroline)

17 years agoFixed zend_llist_remove_tail (Michael Wallner)
Dmitry Stogov [Fri, 16 Feb 2007 08:33:52 +0000 (08:33 +0000)]
Fixed zend_llist_remove_tail (Michael Wallner)

17 years agoChangeLog update
<changelog@php.net> [Fri, 16 Feb 2007 01:31:09 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: fix build on cygwin with windows-style EOLs
Nuno Lopes [Thu, 15 Feb 2007 20:53:26 +0000 (20:53 +0000)]
MFB: fix build on cygwin with windows-style EOLs

17 years agoMFB: fix cvsclean on cygwin with windows-style EOLs
Nuno Lopes [Thu, 15 Feb 2007 20:43:19 +0000 (20:43 +0000)]
MFB: fix cvsclean on cygwin with windows-style EOLs

17 years agofix Cygwin build
Antony Dovgal [Thu, 15 Feb 2007 19:11:29 +0000 (19:11 +0000)]
fix Cygwin build
(costs us nothing, but makes some people happy)

17 years agoFixed memory leak
Dmitry Stogov [Thu, 15 Feb 2007 17:00:52 +0000 (17:00 +0000)]
Fixed memory leak

17 years agoFixed bug #40467 (Partial SOAP request sent when XSD sequence or choice include minOc...
Dmitry Stogov [Thu, 15 Feb 2007 14:49:13 +0000 (14:49 +0000)]
Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice include minOccurs=0)

17 years agoFixed bug #40414 (possivle endless fork() loop when running fastcgi)
Dmitry Stogov [Thu, 15 Feb 2007 12:33:54 +0000 (12:33 +0000)]
Fixed bug #40414 (possivle endless fork() loop when running fastcgi)

17 years agoFixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)
Dmitry Stogov [Thu, 15 Feb 2007 12:05:25 +0000 (12:05 +0000)]
Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)

17 years agoFixed bug #40236 (php -a function allocation eats memory)
Dmitry Stogov [Thu, 15 Feb 2007 10:42:52 +0000 (10:42 +0000)]
Fixed bug #40236 (php -a function allocation eats memory)

18 years agoChangeLog update
<changelog@php.net> [Thu, 15 Feb 2007 01:31:03 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Clarify the source of the timezone data.
Derick Rethans [Wed, 14 Feb 2007 19:35:01 +0000 (19:35 +0000)]
- Clarify the source of the timezone data.

18 years agofix a few tests in unicode mode
Nuno Lopes [Wed, 14 Feb 2007 19:29:33 +0000 (19:29 +0000)]
fix a few tests in unicode mode

18 years agoMFB
Nuno Lopes [Wed, 14 Feb 2007 19:20:15 +0000 (19:20 +0000)]
MFB

18 years agoChangeLog update
<changelog@php.net> [Wed, 14 Feb 2007 01:31:07 +0000 (01:31 +0000)]
ChangeLog update

18 years agooutput debug messages before calling OCI functions
Antony Dovgal [Tue, 13 Feb 2007 20:19:50 +0000 (20:19 +0000)]
output debug messages before calling OCI functions

18 years agoMFB
Nuno Lopes [Tue, 13 Feb 2007 19:56:42 +0000 (19:56 +0000)]
MFB

18 years agoimprove php_userstreamop_seek()
Antony Dovgal [Tue, 13 Feb 2007 19:50:13 +0000 (19:50 +0000)]
improve php_userstreamop_seek()
check for errors in stream_seek() and return correct status

18 years agoMFB
Nuno Lopes [Tue, 13 Feb 2007 18:30:19 +0000 (18:30 +0000)]
MFB

18 years ago- Simplify
Marcus Boerger [Tue, 13 Feb 2007 17:56:37 +0000 (17:56 +0000)]
- Simplify

18 years ago- Inherit interface ArrayAccess correctly
Marcus Boerger [Tue, 13 Feb 2007 17:39:46 +0000 (17:39 +0000)]
- Inherit interface ArrayAccess correctly

18 years agonew/improved tests
Antony Dovgal [Tue, 13 Feb 2007 13:01:18 +0000 (13:01 +0000)]
new/improved tests

18 years agoplug possible leak
Antony Dovgal [Tue, 13 Feb 2007 12:56:10 +0000 (12:56 +0000)]
plug possible leak

18 years agoChangeLog update
<changelog@php.net> [Tue, 13 Feb 2007 01:31:02 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Fix offset writing
Marcus Boerger [Tue, 13 Feb 2007 01:19:58 +0000 (01:19 +0000)]
- Fix offset writing

18 years ago- Drop useless stuff
Marcus Boerger [Tue, 13 Feb 2007 00:32:20 +0000 (00:32 +0000)]
- Drop useless stuff

18 years ago- Add new example
Marcus Boerger [Tue, 13 Feb 2007 00:18:36 +0000 (00:18 +0000)]
- Add new example

18 years agoMFB: #40451 (addAttribute() may crash when used with non-existent child node)
Antony Dovgal [Mon, 12 Feb 2007 21:13:01 +0000 (21:13 +0000)]
MFB: #40451 (addAttribute() may crash when used with non-existent child node)

18 years agofix bug #40109 (iptcembed fails on non-jfif jpegs)
Antony Dovgal [Mon, 12 Feb 2007 20:27:48 +0000 (20:27 +0000)]
fix bug #40109 (iptcembed fails on non-jfif jpegs)
+ use safe_emalloc

18 years agofix tests
Antony Dovgal [Mon, 12 Feb 2007 14:48:52 +0000 (14:48 +0000)]
fix tests