]> granicus.if.org Git - php/log
php
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

18 years agoMFH: fix #39032 (strcspn() stops on null character)
Antony Dovgal [Wed, 4 Oct 2006 11:14:32 +0000 (11:14 +0000)]
MFH: fix #39032 (strcspn() stops on null character)

18 years ago- more tests for the last commits
Pierre Joye [Tue, 3 Oct 2006 23:32:33 +0000 (23:32 +0000)]
- more tests for the last commits

18 years agoShoehorn myself into the credits.
Ilia Alshanetsky [Tue, 3 Oct 2006 22:18:08 +0000 (22:18 +0000)]
Shoehorn myself into the credits.

18 years agoLast set of zend_hash_init() optimizations
Ilia Alshanetsky [Tue, 3 Oct 2006 19:51:01 +0000 (19:51 +0000)]
Last set of zend_hash_init() optimizations

18 years agoMFH: throw a warning when doing modulus by 0 (fr #39027)
Antony Dovgal [Tue, 3 Oct 2006 17:54:51 +0000 (17:54 +0000)]
MFH: throw a warning when doing modulus by 0 (fr #39027)

18 years agooptimize zend_hash_init() with known hash table sizes.
Ilia Alshanetsky [Tue, 3 Oct 2006 17:41:47 +0000 (17:41 +0000)]
optimize zend_hash_init() with known hash table sizes.

18 years agoMFH: compact() doesnt throw "wrong param count"
Hannes Magnusson [Tue, 3 Oct 2006 16:37:51 +0000 (16:37 +0000)]
MFH: compact() doesnt throw "wrong param count"

18 years agoFixed handling of FILTER_FORCE_ARRAY
Ilia Alshanetsky [Tue, 3 Oct 2006 15:34:50 +0000 (15:34 +0000)]
Fixed handling of FILTER_FORCE_ARRAY

18 years agopg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "Wrong...
Hannes Magnusson [Tue, 3 Oct 2006 15:21:47 +0000 (15:21 +0000)]
pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "Wrong parameter count"

18 years ago- vi folding, ws
Pierre Joye [Tue, 3 Oct 2006 11:42:23 +0000 (11:42 +0000)]
- vi folding, ws

18 years agoSpeedup array/HashTable copying. (Matt W)
Dmitry Stogov [Tue, 3 Oct 2006 11:10:33 +0000 (11:10 +0000)]
Speedup array/HashTable copying. (Matt W)

18 years agoFixed bug #38942 (Double old-style-ctor inheritance)
Dmitry Stogov [Tue, 3 Oct 2006 09:59:07 +0000 (09:59 +0000)]
Fixed bug #38942 (Double old-style-ctor inheritance)

18 years agoFixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)
Dmitry Stogov [Tue, 3 Oct 2006 09:05:14 +0000 (09:05 +0000)]
Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)

18 years agofix test
Antony Dovgal [Tue, 3 Oct 2006 08:44:01 +0000 (08:44 +0000)]
fix test

18 years agoFixed memory leak (Nuno)
Dmitry Stogov [Tue, 3 Oct 2006 07:30:46 +0000 (07:30 +0000)]
Fixed memory leak (Nuno)

18 years agoFixed possible crash with default namespaces
Dmitry Stogov [Tue, 3 Oct 2006 07:00:35 +0000 (07:00 +0000)]
Fixed possible crash with default namespaces

18 years ago- fix (ZTS) build
Michael Wallner [Tue, 3 Oct 2006 05:57:52 +0000 (05:57 +0000)]
- fix (ZTS) build

18 years agoRefactor the filter extension
Ilia Alshanetsky [Tue, 3 Oct 2006 02:16:53 +0000 (02:16 +0000)]
Refactor the filter extension
- Cleanup API
- Added handling for circular references
- Renamed functions.

# Original patch by Pierre

18 years agoMFH: fix #38996 (PDO_MYSQL doesn't check connections for liveness)
Antony Dovgal [Mon, 2 Oct 2006 22:09:49 +0000 (22:09 +0000)]
MFH: fix #38996 (PDO_MYSQL doesn't check connections for liveness)

18 years agoMFH: the last part of the fix for #39004
Antony Dovgal [Mon, 2 Oct 2006 20:49:23 +0000 (20:49 +0000)]
MFH: the last part of the fix for #39004

18 years agoUse php_error_docref() instead.
Andrei Zmievski [Mon, 2 Oct 2006 20:07:14 +0000 (20:07 +0000)]
Use php_error_docref() instead.

18 years agoMore offset fixes. Added E_NOTICE where appropriate.
Andrei Zmievski [Mon, 2 Oct 2006 19:58:15 +0000 (19:58 +0000)]
More offset fixes. Added E_NOTICE where appropriate.

18 years agoFix invalid memory access in strrpos().
Andrei Zmievski [Mon, 2 Oct 2006 19:42:42 +0000 (19:42 +0000)]
Fix invalid memory access in strrpos().

18 years agofix the fix for #39004
Antony Dovgal [Mon, 2 Oct 2006 19:17:53 +0000 (19:17 +0000)]
fix the fix for #39004

18 years agoFixed bug #39004 (Fixed generation of config.nice with autoconf 2.60).
Ilia Alshanetsky [Mon, 2 Oct 2006 15:34:38 +0000 (15:34 +0000)]
Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60).

18 years agofix tests
Antony Dovgal [Mon, 2 Oct 2006 14:31:04 +0000 (14:31 +0000)]
fix tests

18 years agoRename utils.php to utils.inc
Hannes Magnusson [Mon, 2 Oct 2006 14:17:47 +0000 (14:17 +0000)]
Rename utils.php to utils.inc