]> granicus.if.org Git - php/log
php
18 years agoFixed compiler warnings
Ilia Alshanetsky [Mon, 16 Oct 2006 15:39:39 +0000 (15:39 +0000)]
Fixed compiler warnings

18 years agoFixed bug #39140 (Uncaught exception may cause crash)
Dmitry Stogov [Mon, 16 Oct 2006 11:13:08 +0000 (11:13 +0000)]
Fixed bug #39140 (Uncaught exception may cause crash)

18 years agoFixed bug #39020 (PHP in FastCGI server mode crashes)
Dmitry Stogov [Mon, 16 Oct 2006 10:46:59 +0000 (10:46 +0000)]
Fixed bug #39020 (PHP in FastCGI server mode crashes)

18 years agofix compile warning
Antony Dovgal [Sun, 15 Oct 2006 21:09:27 +0000 (21:09 +0000)]
fix compile warning

18 years agoFix test (bug#39097)
Hannes Magnusson [Sun, 15 Oct 2006 13:43:45 +0000 (13:43 +0000)]
Fix test (bug#39097)

18 years agoRemove bogus ini entry
Hannes Magnusson [Sat, 14 Oct 2006 15:06:11 +0000 (15:06 +0000)]
Remove bogus ini entry

18 years agofix win32 build
Antony Dovgal [Fri, 13 Oct 2006 14:26:34 +0000 (14:26 +0000)]
fix win32 build

18 years agofix test
Hannes Magnusson [Fri, 13 Oct 2006 09:59:21 +0000 (09:59 +0000)]
fix test

18 years agoAdded missing API function declaration.
Hannes Magnusson [Fri, 13 Oct 2006 09:34:34 +0000 (09:34 +0000)]
Added missing API function declaration.

18 years agoFixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of
Ilia Alshanetsky [Fri, 13 Oct 2006 01:42:20 +0000 (01:42 +0000)]
Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of
open_basedir).

18 years agoImprove open_basedir checks
Ilia Alshanetsky [Fri, 13 Oct 2006 01:11:30 +0000 (01:11 +0000)]
Improve open_basedir checks

18 years agoMemory assigned to the request_rec should be allocated from apache pools
Brian France [Thu, 12 Oct 2006 20:02:58 +0000 (20:02 +0000)]
Memory assigned to the request_rec should be allocated from apache pools
and should not be free'ed at the end of the handler phase

18 years agoMFH: use connection charset when reading LOB data
Antony Dovgal [Thu, 12 Oct 2006 10:04:12 +0000 (10:04 +0000)]
MFH: use connection charset when reading LOB data

18 years agoMake zend_memory_peak_usage() to be avalable even without --enable-memory-limit
Dmitry Stogov [Thu, 12 Oct 2006 06:46:51 +0000 (06:46 +0000)]
Make zend_memory_peak_usage() to be avalable even without --enable-memory-limit

18 years agoFixed potential use of un-initialized var (detected by Coverity)
Ilia Alshanetsky [Thu, 12 Oct 2006 01:05:09 +0000 (01:05 +0000)]
Fixed potential use of un-initialized var (detected by Coverity)

18 years agofix test
Antony Dovgal [Wed, 11 Oct 2006 23:45:31 +0000 (23:45 +0000)]
fix test

18 years agoBFN
Sara Golemon [Wed, 11 Oct 2006 23:36:32 +0000 (23:36 +0000)]
BFN

18 years agoMFH(r-1.96) Bugfix#38649 Optional param not initialized
Sara Golemon [Wed, 11 Oct 2006 23:22:45 +0000 (23:22 +0000)]
MFH(r-1.96) Bugfix#38649 Optional param not initialized

18 years agoMFH(r-1.38) Bugfix 38648: Don't assume all buckets are part of a brigade
Sara Golemon [Wed, 11 Oct 2006 23:11:26 +0000 (23:11 +0000)]
MFH(r-1.38) Bugfix 38648: Don't assume all buckets are part of a brigade

18 years ago- imagecreatefrompng(emptyfile) fix entry
Pierre Joye [Wed, 11 Oct 2006 18:27:42 +0000 (18:27 +0000)]
- imagecreatefrompng(emptyfile) fix entry

18 years agoMFH
Antony Dovgal [Wed, 11 Oct 2006 16:11:56 +0000 (16:11 +0000)]
MFH

18 years agoMFH: fix #39125 (Memleak when reflecting non-existing class/method)
Antony Dovgal [Wed, 11 Oct 2006 15:52:56 +0000 (15:52 +0000)]
MFH: fix #39125 (Memleak when reflecting non-existing class/method)

18 years agoadd test
Antony Dovgal [Wed, 11 Oct 2006 14:57:52 +0000 (14:57 +0000)]
add test

18 years agos/false/null/
Ilia Alshanetsky [Wed, 11 Oct 2006 14:55:57 +0000 (14:55 +0000)]
s/false/null/

18 years ago- MFH: Change validating filters to return "null" on failure so that they can be
Derick Rethans [Wed, 11 Oct 2006 14:49:13 +0000 (14:49 +0000)]
- MFH: Change validating filters to return "null" on failure so that they can be
  distinguised from the value "false" which might be valid as well.

18 years agoMFH: check filter and class names for empty strings
Antony Dovgal [Wed, 11 Oct 2006 14:46:40 +0000 (14:46 +0000)]
MFH: check filter and class names for empty strings

18 years agoCatch empty strings right away.
Ilia Alshanetsky [Wed, 11 Oct 2006 14:19:55 +0000 (14:19 +0000)]
Catch empty strings right away.

18 years agoMFH: avoid reading str[-1], add warning when invalid format specified
Antony Dovgal [Wed, 11 Oct 2006 13:15:30 +0000 (13:15 +0000)]
MFH: avoid reading str[-1], add warning when invalid format specified
add test

18 years agoMFH: fix crash when parsing invalid hostnames/IPs
Antony Dovgal [Wed, 11 Oct 2006 12:53:56 +0000 (12:53 +0000)]
MFH: fix crash when parsing invalid hostnames/IPs

18 years agoMFH
Antony Dovgal [Wed, 11 Oct 2006 11:53:02 +0000 (11:53 +0000)]
MFH

18 years agoMFH: fix segfault/leak, add test
Antony Dovgal [Wed, 11 Oct 2006 11:09:42 +0000 (11:09 +0000)]
MFH: fix segfault/leak, add test

18 years agoSync with Unix build
Edin Kadribasic [Wed, 11 Oct 2006 11:00:03 +0000 (11:00 +0000)]
Sync with Unix build

18 years agoBFN
Wez Furlong [Wed, 11 Oct 2006 03:23:51 +0000 (03:23 +0000)]
BFN

18 years agoBFN
Wez Furlong [Wed, 11 Oct 2006 03:09:55 +0000 (03:09 +0000)]
BFN

18 years agoFix for PECL #7755; use the displayable column width as the basis for our
Wez Furlong [Wed, 11 Oct 2006 03:07:29 +0000 (03:07 +0000)]
Fix for PECL #7755; use the displayable column width as the basis for our
buffer size, as the raw column size can be too small when requesting
a string representation.

Also fix up bogus error output when fetching, and another one of the test
cases to make it run against SQL Server 2005.

18 years agoBFN
Wez Furlong [Wed, 11 Oct 2006 02:14:09 +0000 (02:14 +0000)]
BFN

18 years agoFix for PECL bug #8944. Could also be the same problem as pecl #7775.
Wez Furlong [Wed, 11 Oct 2006 02:10:56 +0000 (02:10 +0000)]
Fix for PECL bug #8944.  Could also be the same problem as pecl #7775.

18 years ago- don't check signature if the file is empty (valgrind reports with test
Pierre Joye [Wed, 11 Oct 2006 00:19:12 +0000 (00:19 +0000)]
- don't check signature if the file is empty (valgrind reports with test
  001), thx Tony for the head up

18 years agoFixed bug #39034 (curl_exec() with return transfer returns TRUE on empty
Ilia Alshanetsky [Tue, 10 Oct 2006 23:12:59 +0000 (23:12 +0000)]
Fixed bug #39034 (curl_exec() with return transfer returns TRUE on empty
files).

18 years agoMFH: access mode for dbase_open() cannot be < 0
Antony Dovgal [Tue, 10 Oct 2006 23:01:23 +0000 (23:01 +0000)]
MFH: access mode for dbase_open() cannot be < 0

18 years agoadd new test
Antony Dovgal [Tue, 10 Oct 2006 22:37:43 +0000 (22:37 +0000)]
add new test

18 years agoMFH: fix leak and typos in error messages
Antony Dovgal [Tue, 10 Oct 2006 22:22:43 +0000 (22:22 +0000)]
MFH: fix leak and typos in error messages

18 years agomissing variable initialization
Antony Dovgal [Tue, 10 Oct 2006 22:03:27 +0000 (22:03 +0000)]
missing variable initialization

18 years agoFixed bug #38198 (possible crash when COM reports an exception).
Ilia Alshanetsky [Tue, 10 Oct 2006 17:32:50 +0000 (17:32 +0000)]
Fixed bug #38198 (possible crash when COM reports an exception).

18 years agoMFH: fix #39112 (typo in error message)
Antony Dovgal [Tue, 10 Oct 2006 12:44:02 +0000 (12:44 +0000)]
MFH: fix #39112 (typo in error message)

18 years agoImprove parameter parsing
Ilia Alshanetsky [Mon, 9 Oct 2006 19:48:13 +0000 (19:48 +0000)]
Improve parameter parsing

18 years agoFixed bug #37262 (var_export() does not escape \0 character).
Ilia Alshanetsky [Mon, 9 Oct 2006 18:08:34 +0000 (18:08 +0000)]
Fixed bug #37262 (var_export() does not escape \0 character).

18 years agoProper name for credits
Ilia Alshanetsky [Mon, 9 Oct 2006 16:20:46 +0000 (16:20 +0000)]
Proper name for credits

18 years agoMFH tests
Hannes Magnusson [Mon, 9 Oct 2006 16:02:34 +0000 (16:02 +0000)]
MFH tests

18 years agoimprove SKIPIF condition
Antony Dovgal [Mon, 9 Oct 2006 13:20:46 +0000 (13:20 +0000)]
improve SKIPIF condition

18 years agoBFN
Antony Dovgal [Mon, 9 Oct 2006 09:37:10 +0000 (09:37 +0000)]
BFN

18 years agoMFH: fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewis...
Antony Dovgal [Mon, 9 Oct 2006 09:34:55 +0000 (09:34 +0000)]
MFH: fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column)
patch by jeff at badtz-maru dot com

18 years ago- fix possible segfault (see test 004) always exists and returns NULL on
Pierre Joye [Mon, 9 Oct 2006 00:04:11 +0000 (00:04 +0000)]
- fix possible segfault (see test 004) always exists and returns NULL on
  error

18 years agoAdded missing configuration checks
Ilia Alshanetsky [Sun, 8 Oct 2006 22:38:48 +0000 (22:38 +0000)]
Added missing configuration checks

18 years ago- #39082, image* segfaults when used with only one argument
Pierre Joye [Sun, 8 Oct 2006 17:36:10 +0000 (17:36 +0000)]
- #39082, image* segfaults when used with only one argument
  (introduced in 5.2+, no news entry)

18 years agoAdded missing safety checks (Problem identified by Coverity scan)
Ilia Alshanetsky [Sat, 7 Oct 2006 19:59:19 +0000 (19:59 +0000)]
Added missing safety checks (Problem identified by Coverity scan)

18 years agoAdded missing safety checks (Problem identified by Coverity scan)
Ilia Alshanetsky [Sat, 7 Oct 2006 19:40:58 +0000 (19:40 +0000)]
Added missing safety checks (Problem identified by Coverity scan)

18 years agoMFH(r-1.356) Don't assume the array elements are arrays too
Sara Golemon [Sat, 7 Oct 2006 16:40:39 +0000 (16:40 +0000)]
MFH(r-1.356) Don't assume the array elements are arrays too

18 years agoBFN
Antony Dovgal [Sat, 7 Oct 2006 09:34:12 +0000 (09:34 +0000)]
BFN

18 years agoMake quote() in PostgreSQL use PQescapeByteaConn() whenever possible for
Ilia Alshanetsky [Fri, 6 Oct 2006 22:34:16 +0000 (22:34 +0000)]
Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible for
binary strings.

18 years agoMake pg_escape_bytea() use PQescapeByteaConn() whenever possible.
Ilia Alshanetsky [Fri, 6 Oct 2006 21:45:10 +0000 (21:45 +0000)]
Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.

18 years agoback to dev
Ilia Alshanetsky [Fri, 6 Oct 2006 21:36:07 +0000 (21:36 +0000)]
back to dev

18 years agoExpose session storage module locater and serialization function via PHPAPI
Ilia Alshanetsky [Fri, 6 Oct 2006 21:11:36 +0000 (21:11 +0000)]
Expose session storage module locater and serialization function via PHPAPI

18 years agomodulo 0 news entry
Ilia Alshanetsky [Fri, 6 Oct 2006 21:03:35 +0000 (21:03 +0000)]
modulo 0 news entry

18 years agomore improvements
Antony Dovgal [Fri, 6 Oct 2006 18:03:19 +0000 (18:03 +0000)]
more improvements

18 years agoMFH: fix #39067 (getDeclaringClass() and private properties)
Antony Dovgal [Fri, 6 Oct 2006 17:35:32 +0000 (17:35 +0000)]
MFH: fix #39067 (getDeclaringClass() and private properties)

18 years agoMFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scripts()
Sara Golemon [Fri, 6 Oct 2006 16:50:21 +0000 (16:50 +0000)]
MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scripts()

Reapplying this since it looks like we'll be doing a PHP 5.2 RC6 after all

18 years agore-add the test
Antony Dovgal [Fri, 6 Oct 2006 14:50:46 +0000 (14:50 +0000)]
re-add the test

18 years agoMFH: fix #39060 (virtual_file_ex() is broken on *BSD)
Antony Dovgal [Fri, 6 Oct 2006 14:03:19 +0000 (14:03 +0000)]
MFH: fix #39060 (virtual_file_ex() is broken on *BSD)

18 years agoBFN
Edin Kadribasic [Fri, 6 Oct 2006 12:53:15 +0000 (12:53 +0000)]
BFN

18 years agoFix for #38985 (Wez)
Edin Kadribasic [Fri, 6 Oct 2006 12:23:30 +0000 (12:23 +0000)]
Fix for #38985  (Wez)

18 years agoFix ZTS build.
Sebastian Bergmann [Fri, 6 Oct 2006 03:48:00 +0000 (03:48 +0000)]
Fix ZTS build.

18 years agoRevert until 5.2's release since we're in RC stage
Sara Golemon [Fri, 6 Oct 2006 00:02:56 +0000 (00:02 +0000)]
Revert until 5.2's release since we're in RC stage

18 years agoMFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scripts()
Sara Golemon [Thu, 5 Oct 2006 23:32:52 +0000 (23:32 +0000)]
MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scripts()

18 years ago<tony2001> ilia: are you serious?
Antony Dovgal [Thu, 5 Oct 2006 20:28:15 +0000 (20:28 +0000)]
<tony2001> ilia: are you serious?
<ilia> tony2001: yes

18 years agoadd test
Antony Dovgal [Thu, 5 Oct 2006 19:49:43 +0000 (19:49 +0000)]
add test

18 years ago5.2.0RC5
Ilia Alshanetsky [Thu, 5 Oct 2006 19:49:03 +0000 (19:49 +0000)]
5.2.0RC5

18 years agoIncrement replace count value for case-sensitive single char searches.
Andrei Zmievski [Thu, 5 Oct 2006 18:23:19 +0000 (18:23 +0000)]
Increment replace count value for case-sensitive single char searches.

18 years ago- nuke unused variable
Hannes Magnusson [Thu, 5 Oct 2006 16:02:29 +0000 (16:02 +0000)]
- nuke unused variable
- "prefer" two arguments
- only print "wrong parameter count" once

18 years agoMFH: decrement ch->uses (or destroy handle) when destroying multi handle
Antony Dovgal [Thu, 5 Oct 2006 15:06:40 +0000 (15:06 +0000)]
MFH: decrement ch->uses (or destroy handle) when destroying multi handle

18 years agofix build with new version of c-client
Antony Dovgal [Thu, 5 Oct 2006 14:25:41 +0000 (14:25 +0000)]
fix build with new version of c-client

18 years agoCRLF->CR
Dmitry Stogov [Thu, 5 Oct 2006 12:09:58 +0000 (12:09 +0000)]
CRLF->CR

18 years agoLibrary updates
Edin Kadribasic [Thu, 5 Oct 2006 11:17:56 +0000 (11:17 +0000)]
Library updates

18 years agoAdded PQescapeStringConn support to windows too
Edin Kadribasic [Thu, 5 Oct 2006 11:13:31 +0000 (11:13 +0000)]
Added PQescapeStringConn support to windows too

18 years agoAllow future extensibility without binary compatibility break
Dmitry Stogov [Thu, 5 Oct 2006 08:08:57 +0000 (08:08 +0000)]
Allow future extensibility without binary compatibility  break

18 years agoFixed bug #38989 (Absolute path with slash at beginning doesn't work on win)
Dmitry Stogov [Thu, 5 Oct 2006 08:03:11 +0000 (08:03 +0000)]
Fixed bug #38989 (Absolute path with slash at beginning doesn't work on win)

18 years agoFixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from
Ilia Alshanetsky [Thu, 5 Oct 2006 00:38:02 +0000 (00:38 +0000)]
Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from
servers running Google web server).

18 years agoAdded support for character sets in PDO quote() method for PostgreSQL
Ilia Alshanetsky [Wed, 4 Oct 2006 23:53:36 +0000 (23:53 +0000)]
Added support for character sets in PDO quote() method for PostgreSQL
8.1.4 and higher.

18 years agoAdded support for character sets in pg_escape_string() for PostgreSQL
Ilia Alshanetsky [Wed, 4 Oct 2006 23:27:03 +0000 (23:27 +0000)]
Added support for character sets in pg_escape_string() for PostgreSQL
8.1.4 and higher.

18 years agoFixed missing open_basedir check inside chdir() function.
Ilia Alshanetsky [Wed, 4 Oct 2006 23:19:25 +0000 (23:19 +0000)]
Fixed missing open_basedir check inside chdir() function.

18 years agoadd test
Antony Dovgal [Wed, 4 Oct 2006 13:35:51 +0000 (13:35 +0000)]
add test

18 years agoMFH
Antony Dovgal [Wed, 4 Oct 2006 13:30:53 +0000 (13:30 +0000)]
MFH

18 years agoMFH
Antony Dovgal [Wed, 4 Oct 2006 13:24:19 +0000 (13:24 +0000)]
MFH

18 years agoadd missing ifdef
Antony Dovgal [Wed, 4 Oct 2006 13:02:36 +0000 (13:02 +0000)]
add missing ifdef

18 years agoUpdate credits
Edin Kadribasic [Wed, 4 Oct 2006 12:51:33 +0000 (12:51 +0000)]
Update credits

18 years agoBFN
Rob Richards [Wed, 4 Oct 2006 12:04:32 +0000 (12:04 +0000)]
BFN

18 years agofix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_mode
Rob Richards [Wed, 4 Oct 2006 12:02:49 +0000 (12:02 +0000)]
fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_mode

18 years ago- used only in HEAD
Pierre Joye [Wed, 4 Oct 2006 12:02:46 +0000 (12:02 +0000)]
- used only in HEAD

18 years ago- wrong definition
Pierre Joye [Wed, 4 Oct 2006 11:48:04 +0000 (11:48 +0000)]
- wrong definition

18 years agofix typo
Antony Dovgal [Wed, 4 Oct 2006 11:20:14 +0000 (11:20 +0000)]
fix typo