]> granicus.if.org Git - php/log
php
17 years agoNew testcases for join() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:52:54 +0000 (16:52 +0000)]
New testcases for join() function

17 years agoNew testcases for htmlspecialchars_decode() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:51:42 +0000 (16:51 +0000)]
New testcases for htmlspecialchars_decode() function

17 years agoNew testcases for chunk_split() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:49:41 +0000 (16:49 +0000)]
New testcases for chunk_split() function

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

17 years agouse FREE_ZVAL() instead of free() to free a zval
Nuno Lopes [Sat, 29 Sep 2007 11:24:05 +0000 (11:24 +0000)]
use FREE_ZVAL() instead of free() to free a zval

17 years agofix a few compiler warnings (mostly use of unitialized values)
Nuno Lopes [Sat, 29 Sep 2007 11:18:42 +0000 (11:18 +0000)]
fix a few compiler warnings (mostly use of unitialized values)

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

17 years agoAdded support for __callstatic() magic method (missing part). (Sara)
Dmitry Stogov [Sat, 29 Sep 2007 09:34:24 +0000 (09:34 +0000)]
Added support for __callstatic() magic method (missing part). (Sara)

17 years agoAdded support for __callstatic() magic method. (Sara)
Dmitry Stogov [Sat, 29 Sep 2007 08:52:40 +0000 (08:52 +0000)]
Added support for __callstatic() magic method. (Sara)

17 years agoRemoved commented code
Dmitry Stogov [Sat, 29 Sep 2007 08:29:56 +0000 (08:29 +0000)]
Removed commented code

17 years agoAdded support for Late Static Binding. (Dmitry, Etienne Kneuss)
Dmitry Stogov [Sat, 29 Sep 2007 07:28:34 +0000 (07:28 +0000)]
Added support for Late Static Binding. (Dmitry, Etienne Kneuss)

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

17 years ago- Merge minor namespace related stuff (README and tokenizer)
Johannes Schlüter [Fri, 28 Sep 2007 21:02:19 +0000 (21:02 +0000)]
- Merge minor namespace related stuff (README and tokenizer)

17 years agoSupport for namespaces
Dmitry Stogov [Fri, 28 Sep 2007 19:53:42 +0000 (19:53 +0000)]
Support for namespaces

17 years agoNamespaces
Dmitry Stogov [Fri, 28 Sep 2007 19:52:53 +0000 (19:52 +0000)]
Namespaces

17 years agoMFH: Fixed win32 build.
Jani Taskinen [Fri, 28 Sep 2007 10:23:38 +0000 (10:23 +0000)]
MFH: Fixed win32 build.

17 years agows
Antony Dovgal [Fri, 28 Sep 2007 05:33:11 +0000 (05:33 +0000)]
ws

17 years agoOne more thing..
Jani Taskinen [Fri, 28 Sep 2007 02:14:11 +0000 (02:14 +0000)]
One more thing..

17 years agoBFN
Jani Taskinen [Fri, 28 Sep 2007 02:09:05 +0000 (02:09 +0000)]
BFN

17 years agoMFH:
Jani Taskinen [Fri, 28 Sep 2007 02:05:10 +0000 (02:05 +0000)]
MFH:

- 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)

17 years agoMFH: ws + cs
Jani Taskinen [Thu, 27 Sep 2007 22:09:46 +0000 (22:09 +0000)]
MFH: ws + cs

17 years agoFugbix typo.
Sebastian Bergmann [Thu, 27 Sep 2007 18:15:22 +0000 (18:15 +0000)]
Fugbix typo.

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

17 years agoFixed coverity issue #470 Unitialized integer value used inside
Ilia Alshanetsky [Thu, 27 Sep 2007 17:26:47 +0000 (17:26 +0000)]
Fixed coverity issue #470 Unitialized integer value used inside
zend_ini_boolean_displayer_cb

17 years agoBFN
Jani Taskinen [Thu, 27 Sep 2007 17:06:36 +0000 (17:06 +0000)]
BFN

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

17 years agoMFH: BC (missed from the patch :)
Jani Taskinen [Thu, 27 Sep 2007 16:59:25 +0000 (16:59 +0000)]
MFH: BC (missed from the patch :)

17 years agoMFH: Nuked unnecessary TSRMLS_FETCH() call
Jani Taskinen [Thu, 27 Sep 2007 16:55:25 +0000 (16:55 +0000)]
MFH: Nuked unnecessary TSRMLS_FETCH() call

17 years agoMFH: missing folding tag + use Z_STR* macros
Jani Taskinen [Thu, 27 Sep 2007 16:44:27 +0000 (16:44 +0000)]
MFH: missing folding tag + use Z_STR* macros

17 years agolast ws
Jani Taskinen [Thu, 27 Sep 2007 15:59:42 +0000 (15:59 +0000)]
last ws

17 years agows
Jani Taskinen [Thu, 27 Sep 2007 15:56:49 +0000 (15:56 +0000)]
ws

17 years agoMFH: ws + cs (more to follow)
Jani Taskinen [Thu, 27 Sep 2007 15:53:28 +0000 (15:53 +0000)]
MFH: ws + cs (more to follow)

17 years agoMFB52: ws+cs
Jani Taskinen [Thu, 27 Sep 2007 13:15:40 +0000 (13:15 +0000)]
MFB52: ws+cs

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

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

17 years agoMFH: fix coverity issue #411
Antony Dovgal [Thu, 27 Sep 2007 09:15:09 +0000 (09:15 +0000)]
MFH: fix coverity issue #411

17 years agoMFH: Improved ext/openssl
Dmitry Stogov [Thu, 27 Sep 2007 08:46:00 +0000 (08:46 +0000)]
MFH: Improved ext/openssl
. Added support for OpenSSL digest functions
. Added support for OpenSSL cipher functions
. Added access to internal values of DSA, RSA and DH keys

17 years agoMFH: Improved and cleaned CGI code. FastCGI is now always enabled and can not be...
Dmitry Stogov [Thu, 27 Sep 2007 08:23:58 +0000 (08:23 +0000)]
MFH: Improved and cleaned CGI code. FastCGI is now always enabled and can not be disabled. See sapi/cgi/CHANGES for more details.

17 years agoBump version.
Sebastian Bergmann [Thu, 27 Sep 2007 05:24:50 +0000 (05:24 +0000)]
Bump version.

17 years ago- Readd support for ynamic access of static members (Etienne)
Johannes Schlüter [Thu, 27 Sep 2007 00:32:40 +0000 (00:32 +0000)]
- Readd support for ynamic access of static members (Etienne)

17 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
SVN Migration [Wed, 26 Sep 2007 15:44:16 +0000 (15:44 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.

17 years agoBFN
Ilia Alshanetsky [Wed, 26 Sep 2007 15:44:15 +0000 (15:44 +0000)]
BFN

17 years agoFixed bug #42767 (highlight_string() truncates trailing comment)
Ilia Alshanetsky [Wed, 26 Sep 2007 15:43:58 +0000 (15:43 +0000)]
Fixed bug #42767 (highlight_string() truncates trailing comment)

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

17 years agoMFH
Antony Dovgal [Wed, 26 Sep 2007 10:55:07 +0000 (10:55 +0000)]
MFH

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

17 years agoAnother typo fix
Ilia Alshanetsky [Tue, 25 Sep 2007 18:18:10 +0000 (18:18 +0000)]
Another typo fix

17 years agoFixed typo
Ilia Alshanetsky [Mon, 24 Sep 2007 23:33:24 +0000 (23:33 +0000)]
Fixed typo

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

17 years agoMFH: added support "entity" as substitute_character settin accoding to bug #39404
Rui Hirokawa [Mon, 24 Sep 2007 11:51:36 +0000 (11:51 +0000)]
MFH: 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:40:05 +0000 (11:40 +0000)]
Fixed bug #42699 (PHP_SELF duplicates path)

17 years agoFixed bug #42739 (mkdir() doesnt like a trailing slash when safe_mode is
Ilia Alshanetsky [Sun, 23 Sep 2007 15:19:21 +0000 (15:19 +0000)]
Fixed bug #42739 (mkdir() doesnt like a trailing slash when safe_mode is
enabled).

17 years agoImprove check for filename (fixed coverity issue #355)
Ilia Alshanetsky [Sat, 22 Sep 2007 15:55:35 +0000 (15:55 +0000)]
Improve check for filename (fixed coverity issue #355)

17 years agoFixed memory leak inside array_intersec (coverity issues #403,#404)
Ilia Alshanetsky [Sat, 22 Sep 2007 15:38:00 +0000 (15:38 +0000)]
Fixed memory leak inside array_intersec (coverity issues #403,#404)

17 years agoFixed memory leak inside array_diff() (coverity issues #401,#402)
Ilia Alshanetsky [Sat, 22 Sep 2007 15:32:11 +0000 (15:32 +0000)]
Fixed memory leak inside array_diff() (coverity issues #401,#402)

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

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

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

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

17 years agoreplaced by array_search_variation1.phpt, hence removed.
Raghubansh Kumar [Sat, 22 Sep 2007 06:58:33 +0000 (06:58 +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:53:58 +0000 (06:53 +0000)]
update and split of testcases for functions array_search() and in_array()

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

17 years agoMFH: check for NULL (coverity issue #386)
Antony Dovgal [Fri, 21 Sep 2007 14:12:52 +0000 (14:12 +0000)]
MFH: check for NULL (coverity issue #386)

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

17 years agoMFH: plug leak on error (coverity issue #405)
Antony Dovgal [Fri, 21 Sep 2007 13:51:49 +0000 (13:51 +0000)]
MFH: plug leak on error (coverity issue #405)

17 years agoMFH: plug leak on error (coverity issue #407)
Antony Dovgal [Fri, 21 Sep 2007 13:37:30 +0000 (13:37 +0000)]
MFH: 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:10:59 +0000 (13:10 +0000)]
Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc().

17 years agoinitialize all fields of the struct (it's generally good idea even though they should...
Antony Dovgal [Fri, 21 Sep 2007 13:08:00 +0000 (13:08 +0000)]
initialize all fields of the struct (it's generally good idea even though they should not be used)

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

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

17 years agofix crash when fetching a node type that doesnt exist
Nuno Lopes [Thu, 20 Sep 2007 22:25:06 +0000 (22:25 +0000)]
fix crash when fetching a node type that doesnt exist
# reported in a manual user note

17 years agofix potential overflow (Mattias Bengtsson)
Stanislav Malyshev [Thu, 20 Sep 2007 21:55:14 +0000 (21:55 +0000)]
fix potential overflow (Mattias Bengtsson)

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

17 years agoMFH
Jani Taskinen [Thu, 20 Sep 2007 14:28:12 +0000 (14:28 +0000)]
MFH

17 years ago- Fix test and tuned error message
Jani Taskinen [Thu, 20 Sep 2007 14:11:32 +0000 (14:11 +0000)]
- Fix test and tuned error message

17 years agoMFH
Jani Taskinen [Thu, 20 Sep 2007 13:49:33 +0000 (13:49 +0000)]
MFH

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

17 years agoBFN
Rob Richards [Thu, 20 Sep 2007 09:32:31 +0000 (09:32 +0000)]
BFN

17 years agoMFH: fix bug #42139 (XMLReader option constants are broken using XML())
Rob Richards [Thu, 20 Sep 2007 09:30:45 +0000 (09:30 +0000)]
MFH: 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:22:59 +0000 (09:22 +0000)]
Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100000 elements)

17 years agoMFH
Antony Dovgal [Thu, 20 Sep 2007 08:10:44 +0000 (08:10 +0000)]
MFH

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

17 years agoMFH
Antony Dovgal [Wed, 19 Sep 2007 11:25:57 +0000 (11:25 +0000)]
MFH

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

17 years agoreport iconv fix
Stanislav Malyshev [Wed, 19 Sep 2007 00:41:10 +0000 (00:41 +0000)]
report iconv fix

17 years agolimit iconv parameters here too
Stanislav Malyshev [Wed, 19 Sep 2007 00:33:43 +0000 (00:33 +0000)]
limit iconv parameters here too

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

17 years agoadd length tests for iconv functions
Stanislav Malyshev [Wed, 19 Sep 2007 00:18:01 +0000 (00:18 +0000)]
add length tests for iconv functions

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

17 years agomodified line end CR -> CR+NL
Rui Hirokawa [Tue, 18 Sep 2007 21:33:29 +0000 (21:33 +0000)]
modified line end CR -> CR+NL

17 years agoadd dl() limit patch
Stanislav Malyshev [Tue, 18 Sep 2007 20:25:07 +0000 (20:25 +0000)]
add dl() limit patch

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

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

17 years agoBFN
Jani Taskinen [Tue, 18 Sep 2007 09:25:03 +0000 (09:25 +0000)]
BFN

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

17 years agoFixed typos
Ilia Alshanetsky [Mon, 17 Sep 2007 12:44:16 +0000 (12:44 +0000)]
Fixed typos

17 years agoFixed a typo
Ilia Alshanetsky [Sun, 16 Sep 2007 15:38:57 +0000 (15:38 +0000)]
Fixed a typo

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

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

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