]> granicus.if.org Git - php/log
php
17 years agoucnv_toUnicode() in ICU 3.8 requires target buffer size to be even, otherwise it...
Antony Dovgal [Tue, 2 Oct 2007 17:09:22 +0000 (17:09 +0000)]
ucnv_toUnicode() in ICU 3.8 requires target buffer size to be even, otherwise it bails out with U_ILLEGAL_ARGUMENT_ERROR
this commit fixes endless loop (due to the absence of error catching) and also fixes the cause of the error

17 years ago- Use non-unicode input method (other one crashes for some reason in ZTS mode)
Jani Taskinen [Tue, 2 Oct 2007 16:52:53 +0000 (16:52 +0000)]
- Use non-unicode input method (other one crashes for some reason in ZTS mode)

17 years agofix tests
Antony Dovgal [Tue, 2 Oct 2007 11:35:39 +0000 (11:35 +0000)]
fix tests

17 years agomake strcspn() behave the same way in both Unicode and native mode (bug #42731)
Antony Dovgal [Tue, 2 Oct 2007 11:35:26 +0000 (11:35 +0000)]
make strcspn() behave the same way in both Unicode and native mode (bug #42731)

17 years agoUpdate mysqlnd in HEAD
Andrey Hristov [Tue, 2 Oct 2007 10:45:27 +0000 (10:45 +0000)]
Update mysqlnd in HEAD
Updated ext/mysql and ext/mysqli in HEAD

17 years agofix news (stuff added in 5.3 wont be needed to mentioned here)
Jani Taskinen [Tue, 2 Oct 2007 10:40:57 +0000 (10:40 +0000)]
fix news (stuff added in 5.3 wont be needed to mentioned here)

17 years agoMF5_2: improved recursion detection in array_walk()
Antony Dovgal [Tue, 2 Oct 2007 10:06:15 +0000 (10:06 +0000)]
MF5_2: improved recursion detection in array_walk()
fixes #42752, though the leaks are still there

17 years agoFixed access to freed memory in tests/classes/__call_001.phpt
Dmitry Stogov [Tue, 2 Oct 2007 08:47:42 +0000 (08:47 +0000)]
Fixed access to freed memory in tests/classes/__call_001.phpt

17 years agoFixed bug #42819 (namespaces in indexes of constant arrays)
Dmitry Stogov [Tue, 2 Oct 2007 08:27:19 +0000 (08:27 +0000)]
Fixed bug #42819 (namespaces in indexes of constant arrays)

17 years ago- Added xsl->setProfiling() for profiling stylesheets. (MFB)
Christian Stocker [Tue, 2 Oct 2007 06:32:16 +0000 (06:32 +0000)]
- Added xsl->setProfiling() for profiling stylesheets. (MFB)

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

17 years agoMFB: Added test for bug #42785
Ilia Alshanetsky [Mon, 1 Oct 2007 15:33:29 +0000 (15:33 +0000)]
MFB: Added test for bug #42785

17 years agoMFB: Fixed bug #42785 (json_encode() formats doubles according to locale
Ilia Alshanetsky [Mon, 1 Oct 2007 15:25:01 +0000 (15:25 +0000)]
MFB: Fixed bug #42785 (json_encode() formats doubles according to locale
rather then following standard syntax).

17 years agoMFB: MFB: Fixed typo in previous patch
Ilia Alshanetsky [Mon, 1 Oct 2007 15:00:24 +0000 (15:00 +0000)]
MFB: MFB: Fixed typo in previous patch

17 years agoMFB: Refactor code to make fixes for coverity issues #385 and #386 a bit
Ilia Alshanetsky [Mon, 1 Oct 2007 14:56:34 +0000 (14:56 +0000)]
MFB: Refactor code to make fixes for coverity issues #385 and #386 a bit
more obvious

17 years agoMFB: fix test
Jani Taskinen [Mon, 1 Oct 2007 13:55:58 +0000 (13:55 +0000)]
MFB: fix test

17 years agoMFB: fix bug #42142 and cs+ws
Jani Taskinen [Mon, 1 Oct 2007 13:41:57 +0000 (13:41 +0000)]
MFB: fix bug #42142 and cs+ws

17 years ago- Added common getopt implementation to core.
Jani Taskinen [Mon, 1 Oct 2007 12:32:39 +0000 (12:32 +0000)]
- Added common getopt implementation to core.
- Added long-option feature to getopt().
- Made getopt() available on win32 systems.
Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+

17 years ago- Fix warning
Jani Taskinen [Mon, 1 Oct 2007 12:26:55 +0000 (12:26 +0000)]
- Fix warning

17 years ago- Fixed bug #42789 (join() warning messages are not proper & different
Jani Taskinen [Mon, 1 Oct 2007 12:04:09 +0000 (12:04 +0000)]
- Fixed bug #42789 (join() warning messages are not proper & different
  return value on php5/6)
# For consistency between 5/6 also made the return value be NULL like it
# has been for ages when invalid stuff is passed.

17 years ago- Added unicode result
Jani Taskinen [Mon, 1 Oct 2007 12:01:28 +0000 (12:01 +0000)]
- Added unicode result

17 years agoLate Static Binding make no sense in compile-time constants.
Dmitry Stogov [Mon, 1 Oct 2007 11:25:26 +0000 (11:25 +0000)]
Late Static Binding make no sense in compile-time constants.

17 years agoFixed bug #42802 (Namespace not supported in typehints)
Dmitry Stogov [Mon, 1 Oct 2007 10:37:36 +0000 (10:37 +0000)]
Fixed bug #42802 (Namespace not supported in typehints)

17 years agoFixed bug #42798 (__autoload() not triggered for classes used in method signature).
Dmitry Stogov [Mon, 1 Oct 2007 09:33:02 +0000 (09:33 +0000)]
Fixed bug #42798 (__autoload() not triggered for classes used in method signature).

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

17 years ago- Nuked ending dots in error messages
Jani Taskinen [Sun, 30 Sep 2007 05:43:28 +0000 (05:43 +0000)]
- Nuked ending dots in error messages

17 years ago- ws+cs (prepare syncing some parts to PHP_5_3)
Jani Taskinen [Sun, 30 Sep 2007 05:15:35 +0000 (05:15 +0000)]
- ws+cs (prepare syncing some parts to PHP_5_3)

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

17 years agoNew testcases for sprintf() function
Raghubansh Kumar [Sat, 29 Sep 2007 14:15:53 +0000 (14:15 +0000)]
New testcases for sprintf() function

17 years agoNew testcases for chunk_split() function
Raghubansh Kumar [Sat, 29 Sep 2007 12:57:06 +0000 (12:57 +0000)]
New testcases for chunk_split() function

17 years agoUpdated API version numbers
Dmitry Stogov [Sat, 29 Sep 2007 11:27:05 +0000 (11:27 +0000)]
Updated API version numbers

17 years agoMFB: fix compiler warnings
Nuno Lopes [Sat, 29 Sep 2007 11:26:51 +0000 (11:26 +0000)]
MFB: fix compiler warnings

17 years agoAdded "compact" handler for Zend MM storage.
Dmitry Stogov [Sat, 29 Sep 2007 10:37:39 +0000 (10:37 +0000)]
Added "compact" handler for Zend MM storage.

17 years agoNew testcases for strrchr() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:24:27 +0000 (09:24 +0000)]
New testcases for strrchr() function

17 years agoNew testcases for stripos() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:22:42 +0000 (09:22 +0000)]
New testcases for stripos() function

17 years agoNew testcases for join() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:08:24 +0000 (09:08 +0000)]
New testcases for join() function

17 years agoNew testcases for htmlspecialchars_decode() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:03:22 +0000 (09:03 +0000)]
New testcases for htmlspecialchars_decode() function

17 years agooptimization
Dmitry Stogov [Sat, 29 Sep 2007 08:52:04 +0000 (08:52 +0000)]
optimization

17 years ago- Nuked unused variable
Jani Taskinen [Sat, 29 Sep 2007 02:08:19 +0000 (02:08 +0000)]
- Nuked unused variable

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

17 years ago- Fix copy and paste typo
Jani Taskinen [Fri, 28 Sep 2007 23:34:31 +0000 (23:34 +0000)]
- Fix copy and paste typo

17 years agofix expected output
Nuno Lopes [Fri, 28 Sep 2007 22:40:23 +0000 (22:40 +0000)]
fix expected output

17 years ago- Fix type in example
Johannes Schlüter [Fri, 28 Sep 2007 22:04:28 +0000 (22:04 +0000)]
- Fix type in example

17 years agoSupport for namespaces in dynamic calls
Dmitry Stogov [Fri, 28 Sep 2007 19:51:49 +0000 (19:51 +0000)]
Support for namespaces in dynamic calls

17 years agonuke unsued variable
Jani Taskinen [Fri, 28 Sep 2007 13:06:22 +0000 (13:06 +0000)]
nuke unsued variable

17 years ago- Fix compiler warnings
Jani Taskinen [Fri, 28 Sep 2007 12:54:42 +0000 (12:54 +0000)]
- Fix compiler warnings

17 years ago- Fix compiler warning
Jani Taskinen [Fri, 28 Sep 2007 12:52:12 +0000 (12:52 +0000)]
- Fix compiler warning

17 years agows + cs
Jani Taskinen [Fri, 28 Sep 2007 11:52:49 +0000 (11:52 +0000)]
ws + cs

17 years ago- Fix win32 build.
Jani Taskinen [Fri, 28 Sep 2007 10:23:14 +0000 (10:23 +0000)]
- Fix win32 build.

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)