]> granicus.if.org Git - php/log
php
17 years agows
Antony Dovgal [Fri, 28 Sep 2007 05:32:41 +0000 (05:32 +0000)]
ws

17 years agofix build
Antony Dovgal [Fri, 28 Sep 2007 05:32:07 +0000 (05:32 +0000)]
fix build

17 years ago- Added ".htaccess" style user-defined php.ini files support for
Jani Taskinen [Fri, 28 Sep 2007 02:04:28 +0000 (02:04 +0000)]
- Added ".htaccess" style user-defined php.ini files support for
  CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
  in php.ini. All directives set in these sections will not be able to be
  overridden in user-defined ini-files or during runtime in the specified
  path.

- Improved php.ini handling:
  . Added better error reporting for syntax errors in php.ini files
  . Allowed "ini-variables" to be used almost everywhere ini php.ini files
  . Allowed using alphanumeric/variable indexes in "array" ini options
  . Fixed get_cfg_var() to be able to return "array" ini options

- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
  characters)

@DOC Pierre promised to handle the manual part of this :D

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

17 years agows + cs fixes
Jani Taskinen [Thu, 27 Sep 2007 22:08:54 +0000 (22:08 +0000)]
ws + cs fixes

17 years agoImproved memory usage by movig constants to read only memory. (Dmitry, Pierre)
Dmitry Stogov [Thu, 27 Sep 2007 18:28:44 +0000 (18:28 +0000)]
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)

17 years agoMFB: Fixed coverity issue #470 Unitialized integer value used inside
Ilia Alshanetsky [Thu, 27 Sep 2007 17:28:53 +0000 (17:28 +0000)]
MFB: Fixed coverity issue #470 Unitialized integer value used inside
zend_ini_boolean_displayer_cb

17 years ago- Fixed bug #42657 (ini_get() returns incorrect value when default is NULL)
Jani Taskinen [Thu, 27 Sep 2007 17:05:01 +0000 (17:05 +0000)]
- Fixed bug #42657 (ini_get() returns incorrect value when default is NULL)

17 years agoBC
Jani Taskinen [Thu, 27 Sep 2007 16:58:38 +0000 (16:58 +0000)]
BC

17 years ago- Nuked unnecessary TSRMLS_FETCH().
Jani Taskinen [Thu, 27 Sep 2007 16:54:55 +0000 (16:54 +0000)]
- Nuked unnecessary TSRMLS_FETCH().

17 years agoMFB52:
Jani Taskinen [Thu, 27 Sep 2007 16:47:59 +0000 (16:47 +0000)]
MFB52:
---8<---
revision 1.39.2.2.2.10
date: 2007/06/17 14:31:12;  author: iliaa;  state: Exp;  lines: +22 -15

Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.
---8<---

Last part of the missing fix only committed to PHP_5_2 branch.

17 years agoMFB: Missing part of some fix (by Ilia)
Jani Taskinen [Thu, 27 Sep 2007 16:28:39 +0000 (16:28 +0000)]
MFB: Missing part of some fix (by Ilia)

17 years agows + cs (more to follow)
Jani Taskinen [Thu, 27 Sep 2007 15:52:56 +0000 (15:52 +0000)]
ws + cs (more to follow)

17 years agoMFB52: cs+ws (and synced the folding wrap style!)
Jani Taskinen [Thu, 27 Sep 2007 13:16:09 +0000 (13:16 +0000)]
MFB52: cs+ws (and synced the folding wrap style!)

17 years agoImproved ext/soap to support element names in context of XMLShema's <any>
Dmitry Stogov [Thu, 27 Sep 2007 10:02:04 +0000 (10:02 +0000)]
Improved ext/soap to support element names in context of XMLShema's <any>

17 years agofix coverity issue #412
Antony Dovgal [Thu, 27 Sep 2007 09:18:36 +0000 (09:18 +0000)]
fix coverity issue #412

17 years agofix coverity issue #411
Antony Dovgal [Thu, 27 Sep 2007 09:14:56 +0000 (09:14 +0000)]
fix coverity issue #411

17 years agoRevert ws-breaking patch
Dmitry Stogov [Thu, 27 Sep 2007 08:28:46 +0000 (08:28 +0000)]
Revert ws-breaking patch

17 years agows
Dmitry Stogov [Thu, 27 Sep 2007 07:29:58 +0000 (07:29 +0000)]
ws

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

17 years agoMFB: Fixed bug #42767 (highlight_string() truncates trailing comment).
Ilia Alshanetsky [Wed, 26 Sep 2007 15:46:28 +0000 (15:46 +0000)]
MFB: Fixed bug #42767 (highlight_string() truncates trailing comment).

17 years agonew testcases for strrev() function
Raghubansh Kumar [Wed, 26 Sep 2007 14:42:15 +0000 (14:42 +0000)]
new testcases for strrev() function

17 years agofix proto
Antony Dovgal [Wed, 26 Sep 2007 10:54:56 +0000 (10:54 +0000)]
fix proto

17 years agoLate Static Binding (Dmitry, Etienne Kneuss)
Dmitry Stogov [Wed, 26 Sep 2007 07:16:33 +0000 (07:16 +0000)]
Late Static Binding (Dmitry, Etienne Kneuss)

17 years agoNew testcases for crc32() function
Raghubansh Kumar [Wed, 26 Sep 2007 06:11:28 +0000 (06:11 +0000)]
New testcases for crc32() function

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

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

17 years agoFixed crash on POST request after dl("mbstring.so")
Dmitry Stogov [Mon, 24 Sep 2007 11:53:57 +0000 (11:53 +0000)]
Fixed crash on POST request after dl("mbstring.so")

17 years agoadded support "entity" as substitute_character settin accoding to bug #39404
Rui Hirokawa [Mon, 24 Sep 2007 11:50:54 +0000 (11:50 +0000)]
added support "entity" as substitute_character settin accoding to bug #39404

17 years agoFixed bug #42699 (PHP_SELF duplicates path)
Dmitry Stogov [Mon, 24 Sep 2007 11:43:02 +0000 (11:43 +0000)]
Fixed bug #42699 (PHP_SELF duplicates path)

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

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

17 years agoMFB: Fixed memory leak inside pack() (coverity issues #398,#399,#400)
Ilia Alshanetsky [Sat, 22 Sep 2007 15:26:51 +0000 (15:26 +0000)]
MFB: Fixed memory leak inside pack() (coverity issues #398,#399,#400)

17 years agoNew testcases for strspn() function
Raghubansh Kumar [Sat, 22 Sep 2007 10:49:49 +0000 (10:49 +0000)]
New testcases for strspn() function

17 years agoNew testcases for strcspn() function
Raghubansh Kumar [Sat, 22 Sep 2007 10:37:46 +0000 (10:37 +0000)]
New testcases for strcspn() function

17 years agoNew testcases for strtok() function
Raghubansh Kumar [Sat, 22 Sep 2007 07:41:14 +0000 (07:41 +0000)]
New testcases for strtok() function

17 years agoreplaced by array_search_variation1.phpt, hence removed.
Raghubansh Kumar [Sat, 22 Sep 2007 06:57:42 +0000 (06:57 +0000)]
replaced by array_search_variation1.phpt, hence removed.

17 years agoupdate and split of testcases for functions array_search() and in_array()
Raghubansh Kumar [Sat, 22 Sep 2007 06:55:59 +0000 (06:55 +0000)]
update and split of testcases for functions array_search() and in_array()

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

17 years agoadd NULL check (coverity issue #385) and fix CS
Antony Dovgal [Fri, 21 Sep 2007 14:16:39 +0000 (14:16 +0000)]
add NULL check (coverity issue #385) and fix CS

17 years agocheck for NULL (coverity issue #386)
Antony Dovgal [Fri, 21 Sep 2007 14:11:45 +0000 (14:11 +0000)]
check for NULL (coverity issue #386)

17 years agocheck the return value of getgroups() for -1 (coverity issue #390)
Antony Dovgal [Fri, 21 Sep 2007 14:05:01 +0000 (14:05 +0000)]
check the return value of getgroups() for -1 (coverity issue #390)

17 years agoplug leak on error (coverity issue #405)
Antony Dovgal [Fri, 21 Sep 2007 13:50:47 +0000 (13:50 +0000)]
plug leak on error (coverity issue #405)

17 years agoplug leak on error (coverity issue #407)
Antony Dovgal [Fri, 21 Sep 2007 13:41:02 +0000 (13:41 +0000)]
plug leak on error (coverity issue #407)

17 years agoImproved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc().
Dmitry Stogov [Fri, 21 Sep 2007 13:11:16 +0000 (13:11 +0000)]
Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc().

17 years agofix invalid read when opendir over FTP fails (coverity issue #462)
Antony Dovgal [Fri, 21 Sep 2007 12:57:23 +0000 (12:57 +0000)]
fix invalid read when opendir over FTP fails (coverity issue #462)

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

17 years agooops.. thats what you get for commiting code without compiling nor testing..
Nuno Lopes [Thu, 20 Sep 2007 22:44:17 +0000 (22:44 +0000)]
oops.. thats what you get for commiting code without compiling nor testing..

17 years agobetter fix for iconv_substr
Stanislav Malyshev [Thu, 20 Sep 2007 22:38:25 +0000 (22:38 +0000)]
better fix for iconv_substr

17 years agoMFB: fix crash in tidy_get_body() and related functions when the node doesnt exist
Nuno Lopes [Thu, 20 Sep 2007 22:30:49 +0000 (22:30 +0000)]
MFB: fix crash in tidy_get_body() and related functions when the node doesnt exist

17 years agoMFB length check fix (Mattias Bengtsson)
Stanislav Malyshev [Thu, 20 Sep 2007 21:57:11 +0000 (21:57 +0000)]
MFB length check fix (Mattias Bengtsson)

17 years agoadd test for dl() with long name
Stanislav Malyshev [Thu, 20 Sep 2007 18:45:03 +0000 (18:45 +0000)]
add test for dl() with long name

17 years ago- Fixed skipif block
Jani Taskinen [Thu, 20 Sep 2007 14:27:58 +0000 (14:27 +0000)]
- Fixed skipif block

17 years ago- Fix test descriptions to be in sync
Jani Taskinen [Thu, 20 Sep 2007 13:39:04 +0000 (13:39 +0000)]
- Fix test descriptions to be in sync

17 years agoMFB: Fixed test for glob() affected by previous patch
Ilia Alshanetsky [Thu, 20 Sep 2007 13:29:22 +0000 (13:29 +0000)]
MFB: Fixed test for glob() affected by previous patch

17 years agofix bug #42139 (XMLReader option constants are broken using XML())
Rob Richards [Thu, 20 Sep 2007 09:30:17 +0000 (09:30 +0000)]
fix bug #42139 (XMLReader option constants are broken using XML())
add test

17 years agoImproved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect...
Dmitry Stogov [Thu, 20 Sep 2007 09:23:11 +0000 (09:23 +0000)]
Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100000 elements)

17 years agoif one of regular expressions in the array fails, return NULL right away
Antony Dovgal [Thu, 20 Sep 2007 08:10:20 +0000 (08:10 +0000)]
if one of regular expressions in the array fails, return NULL right away
this fixes "String is not zero-terminated" error and makes the behaviour consistent with regexps passed as strings

17 years agoChangeLog update
<changelog@php.net> [Thu, 20 Sep 2007 01:33:04 +0000 (01:33 +0000)]
ChangeLog update

17 years agoMFB: Fixed regression in glob() when enforcing safe_mode/open_basedir checks
Ilia Alshanetsky [Wed, 19 Sep 2007 22:40:02 +0000 (22:40 +0000)]
MFB: Fixed regression in glob() when enforcing safe_mode/open_basedir checks
on paths containing '*'

17 years agofix test name
Antony Dovgal [Wed, 19 Sep 2007 11:25:51 +0000 (11:25 +0000)]
fix test name

17 years agofix test names
Antony Dovgal [Wed, 19 Sep 2007 11:25:22 +0000 (11:25 +0000)]
fix test names

17 years agoChangeLog update
<changelog@php.net> [Wed, 19 Sep 2007 01:32:46 +0000 (01:32 +0000)]
ChangeLog update

17 years ago- Fix build (filename is a zval * here, not a zval** like in 5_2)
Johannes Schlüter [Wed, 19 Sep 2007 01:08:38 +0000 (01:08 +0000)]
- Fix build (filename is a zval * here, not a zval** like in 5_2)

17 years agoMFB one more test
Stanislav Malyshev [Wed, 19 Sep 2007 00:49:25 +0000 (00:49 +0000)]
MFB one more test

17 years agoMFB length tests
Stanislav Malyshev [Wed, 19 Sep 2007 00:42:20 +0000 (00:42 +0000)]
MFB length tests

17 years agoMFB: limit iconv parameters here too
Stanislav Malyshev [Wed, 19 Sep 2007 00:38:48 +0000 (00:38 +0000)]
MFB: limit iconv parameters here too

17 years agolimit iconv parameter sizes - workaround for libc bug
Stanislav Malyshev [Wed, 19 Sep 2007 00:37:43 +0000 (00:37 +0000)]
limit iconv parameter sizes - workaround for libc bug

17 years agouse right variable name
Stanislav Malyshev [Wed, 19 Sep 2007 00:06:05 +0000 (00:06 +0000)]
use right variable name

17 years agofixed bug #42502 va_* cannot detect.
Rui Hirokawa [Tue, 18 Sep 2007 21:35:13 +0000 (21:35 +0000)]
fixed bug #42502 va_* cannot detect.

17 years agolimit dl() argument length (patch by Christian Hoffmann)
Stanislav Malyshev [Tue, 18 Sep 2007 20:21:04 +0000 (20:21 +0000)]
limit dl() argument length (patch by Christian Hoffmann)

17 years agoMFB: Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetime
Ilia Alshanetsky [Tue, 18 Sep 2007 19:52:27 +0000 (19:52 +0000)]
MFB: Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetime
values).

17 years ago- Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported on MacOSX)
Jani Taskinen [Tue, 18 Sep 2007 09:23:56 +0000 (09:23 +0000)]
- Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported on MacOSX)

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

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

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

17 years agobetter output matching/fixes
Raghubansh Kumar [Sat, 15 Sep 2007 07:32:16 +0000 (07:32 +0000)]
better output matching/fixes

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

17 years agoNew testcase for strncasecmp()
Raghubansh Kumar [Fri, 14 Sep 2007 19:17:08 +0000 (19:17 +0000)]
New testcase for strncasecmp()

17 years agoNew testcases for chop()
Raghubansh Kumar [Fri, 14 Sep 2007 19:14:52 +0000 (19:14 +0000)]
New testcases for chop()

17 years agoRemoving from file dir as it was wrongly committed to this dir
Raghubansh Kumar [Fri, 14 Sep 2007 19:10:04 +0000 (19:10 +0000)]
Removing from file dir as it was wrongly committed to this dir

17 years agoNew testcases for wordwrap()
Raghubansh Kumar [Fri, 14 Sep 2007 19:09:11 +0000 (19:09 +0000)]
New testcases for wordwrap()

17 years agoChanging to use %a to match recent run-tests.php patch
Zoe Slattery [Fri, 14 Sep 2007 16:56:34 +0000 (16:56 +0000)]
Changing to use %a to match recent run-tests.php patch

17 years agoMFB: change run-tests.php to add %a
Nuno Lopes [Fri, 14 Sep 2007 15:36:29 +0000 (15:36 +0000)]
MFB: change run-tests.php to add %a

17 years agoMFB: fix expected output
Nuno Lopes [Fri, 14 Sep 2007 15:04:46 +0000 (15:04 +0000)]
MFB: fix expected output

17 years agobetter comments
Raghubansh Kumar [Fri, 14 Sep 2007 14:28:42 +0000 (14:28 +0000)]
better comments

17 years agoNew testcases for wordwrap()
Raghubansh Kumar [Fri, 14 Sep 2007 14:17:22 +0000 (14:17 +0000)]
New testcases for wordwrap()

17 years agofix test
Raghubansh Kumar [Fri, 14 Sep 2007 09:44:02 +0000 (09:44 +0000)]
fix test

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

17 years agoMFB: disallow setting mail.force_extra_parameters from .htaccess
Stanislav Malyshev [Thu, 13 Sep 2007 20:06:15 +0000 (20:06 +0000)]
MFB: disallow setting mail.force_extra_parameters from .htaccess

17 years agoMFB
Nuno Lopes [Thu, 13 Sep 2007 19:58:53 +0000 (19:58 +0000)]
MFB

17 years agoMFB
Nuno Lopes [Thu, 13 Sep 2007 19:52:45 +0000 (19:52 +0000)]
MFB

17 years agoMFB: fix expected output
Nuno Lopes [Thu, 13 Sep 2007 19:31:08 +0000 (19:31 +0000)]
MFB: fix expected output

17 years agoMFB: fix expected output
Nuno Lopes [Thu, 13 Sep 2007 18:56:21 +0000 (18:56 +0000)]
MFB: fix expected output

17 years agoMFB: fix skip reasons
Nuno Lopes [Thu, 13 Sep 2007 18:26:12 +0000 (18:26 +0000)]
MFB: fix skip reasons

17 years agoMFB: Added a note indicating that the tests may fail to due libc
Ilia Alshanetsky [Thu, 13 Sep 2007 15:36:50 +0000 (15:36 +0000)]
MFB: Added a note indicating that the tests may fail to due libc
implementation

17 years agocs/ws fix
Jani Taskinen [Thu, 13 Sep 2007 07:41:59 +0000 (07:41 +0000)]
cs/ws fix

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

17 years agoMFB: docs say dl() parameter can be filename only - enforce it
Stanislav Malyshev [Thu, 13 Sep 2007 01:16:24 +0000 (01:16 +0000)]
MFB: docs say dl() parameter can be filename only - enforce it

17 years agoMFB: fix crash if stream is empty and reader function sets buffer as null
Stanislav Malyshev [Wed, 12 Sep 2007 21:27:56 +0000 (21:27 +0000)]
MFB: fix crash if stream is empty and reader function sets buffer as null