]>
granicus.if.org Git - php/log
Raghubansh Kumar [Sat, 29 Sep 2007 16:52:54 +0000 (16:52 +0000)]
New testcases for join() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:51:42 +0000 (16:51 +0000)]
New testcases for htmlspecialchars_decode() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:49:41 +0000 (16:49 +0000)]
New testcases for chunk_split() function
Dmitry Stogov [Sat, 29 Sep 2007 11:25:16 +0000 (11:25 +0000)]
Updated API version numbers
Nuno Lopes [Sat, 29 Sep 2007 11:24:05 +0000 (11:24 +0000)]
use FREE_ZVAL() instead of free() to free a zval
Nuno Lopes [Sat, 29 Sep 2007 11:18:42 +0000 (11:18 +0000)]
fix a few compiler warnings (mostly use of unitialized values)
Dmitry Stogov [Sat, 29 Sep 2007 10:37:29 +0000 (10:37 +0000)]
Added "compact" handler for Zend MM storage.
Dmitry Stogov [Sat, 29 Sep 2007 09:34:24 +0000 (09:34 +0000)]
Added support for __callstatic() magic method (missing part). (Sara)
Dmitry Stogov [Sat, 29 Sep 2007 08:52:40 +0000 (08:52 +0000)]
Added support for __callstatic() magic method. (Sara)
Dmitry Stogov [Sat, 29 Sep 2007 08:29:56 +0000 (08:29 +0000)]
Removed commented code
Dmitry Stogov [Sat, 29 Sep 2007 07:28:34 +0000 (07:28 +0000)]
Added support for Late Static Binding. (Dmitry, Etienne Kneuss)
Johannes Schlüter [Fri, 28 Sep 2007 22:04:39 +0000 (22:04 +0000)]
- MFH: Fix type in example
Johannes Schlüter [Fri, 28 Sep 2007 21:02:19 +0000 (21:02 +0000)]
- Merge minor namespace related stuff (README and tokenizer)
Dmitry Stogov [Fri, 28 Sep 2007 19:53:42 +0000 (19:53 +0000)]
Support for namespaces
Dmitry Stogov [Fri, 28 Sep 2007 19:52:53 +0000 (19:52 +0000)]
Namespaces
Jani Taskinen [Fri, 28 Sep 2007 10:23:38 +0000 (10:23 +0000)]
MFH: Fixed win32 build.
Antony Dovgal [Fri, 28 Sep 2007 05:33:11 +0000 (05:33 +0000)]
ws
Jani Taskinen [Fri, 28 Sep 2007 02:14:11 +0000 (02:14 +0000)]
One more thing..
Jani Taskinen [Fri, 28 Sep 2007 02:09:05 +0000 (02:09 +0000)]
BFN
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)
Jani Taskinen [Thu, 27 Sep 2007 22:09:46 +0000 (22:09 +0000)]
MFH: ws + cs
Sebastian Bergmann [Thu, 27 Sep 2007 18:15:22 +0000 (18:15 +0000)]
Fugbix typo.
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)
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
Jani Taskinen [Thu, 27 Sep 2007 17:06:36 +0000 (17:06 +0000)]
BFN
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)
Jani Taskinen [Thu, 27 Sep 2007 16:59:25 +0000 (16:59 +0000)]
MFH: BC (missed from the patch :)
Jani Taskinen [Thu, 27 Sep 2007 16:55:25 +0000 (16:55 +0000)]
MFH: Nuked unnecessary TSRMLS_FETCH() call
Jani Taskinen [Thu, 27 Sep 2007 16:44:27 +0000 (16:44 +0000)]
MFH: missing folding tag + use Z_STR* macros
Jani Taskinen [Thu, 27 Sep 2007 15:59:42 +0000 (15:59 +0000)]
last ws
Jani Taskinen [Thu, 27 Sep 2007 15:56:49 +0000 (15:56 +0000)]
ws
Jani Taskinen [Thu, 27 Sep 2007 15:53:28 +0000 (15:53 +0000)]
MFH: ws + cs (more to follow)
Jani Taskinen [Thu, 27 Sep 2007 13:15:40 +0000 (13:15 +0000)]
MFB52: ws+cs
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>
Antony Dovgal [Thu, 27 Sep 2007 09:18:50 +0000 (09:18 +0000)]
MFH: fix coverity issue #412
Antony Dovgal [Thu, 27 Sep 2007 09:15:09 +0000 (09:15 +0000)]
MFH: fix coverity issue #411
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
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.
Sebastian Bergmann [Thu, 27 Sep 2007 05:24:50 +0000 (05:24 +0000)]
Bump version.
Johannes Schlüter [Thu, 27 Sep 2007 00:32:40 +0000 (00:32 +0000)]
- Readd support for ynamic access of static members (Etienne)
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'.
Ilia Alshanetsky [Wed, 26 Sep 2007 15:44:15 +0000 (15:44 +0000)]
BFN
Ilia Alshanetsky [Wed, 26 Sep 2007 15:43:58 +0000 (15:43 +0000)]
Fixed bug #42767 (highlight_string() truncates trailing comment)
Raghubansh Kumar [Wed, 26 Sep 2007 14:40:14 +0000 (14:40 +0000)]
new testcases for strrev() function
Antony Dovgal [Wed, 26 Sep 2007 10:55:07 +0000 (10:55 +0000)]
MFH
Raghubansh Kumar [Wed, 26 Sep 2007 06:03:55 +0000 (06:03 +0000)]
New testcases for crc32() function
Ilia Alshanetsky [Tue, 25 Sep 2007 18:18:10 +0000 (18:18 +0000)]
Another typo fix
Ilia Alshanetsky [Mon, 24 Sep 2007 23:33:24 +0000 (23:33 +0000)]
Fixed typo
Dmitry Stogov [Mon, 24 Sep 2007 11:53:40 +0000 (11:53 +0000)]
Fixed crash on POST request after dl("mbstring.so")
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
Dmitry Stogov [Mon, 24 Sep 2007 11:40:05 +0000 (11:40 +0000)]
Fixed bug #42699 (PHP_SELF duplicates path)
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).
Ilia Alshanetsky [Sat, 22 Sep 2007 15:55:35 +0000 (15:55 +0000)]
Improve check for filename (fixed coverity issue #355)
Ilia Alshanetsky [Sat, 22 Sep 2007 15:38:00 +0000 (15:38 +0000)]
Fixed memory leak inside array_intersec (coverity issues #403,#404)
Ilia Alshanetsky [Sat, 22 Sep 2007 15:32:11 +0000 (15:32 +0000)]
Fixed memory leak inside array_diff() (coverity issues #401,#402)
Ilia Alshanetsky [Sat, 22 Sep 2007 15:25:46 +0000 (15:25 +0000)]
Fixed memory leak inside pack() (coverity issues #398,#399,#400)
Raghubansh Kumar [Sat, 22 Sep 2007 10:51:38 +0000 (10:51 +0000)]
New testcases for strspn() function
Raghubansh Kumar [Sat, 22 Sep 2007 10:36:15 +0000 (10:36 +0000)]
New testcases for strcspn() function
Raghubansh Kumar [Sat, 22 Sep 2007 07:39:57 +0000 (07:39 +0000)]
New testcases for strtok() function
Raghubansh Kumar [Sat, 22 Sep 2007 06:58:33 +0000 (06:58 +0000)]
replaced by array_search_variation1.phpt, hence removed.
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()
Antony Dovgal [Fri, 21 Sep 2007 14:17:06 +0000 (14:17 +0000)]
MFH: add NULL check (coverity issue #385) and fix CS
Antony Dovgal [Fri, 21 Sep 2007 14:12:52 +0000 (14:12 +0000)]
MFH: check for NULL (coverity issue #386)
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)
Antony Dovgal [Fri, 21 Sep 2007 13:51:49 +0000 (13:51 +0000)]
MFH: plug leak on error (coverity issue #405)
Antony Dovgal [Fri, 21 Sep 2007 13:37:30 +0000 (13:37 +0000)]
MFH: plug leak on error (coverity issue #407)
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().
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)
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)
Stanislav Malyshev [Thu, 20 Sep 2007 22:35:24 +0000 (22:35 +0000)]
better fix for iconv_substr
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
Stanislav Malyshev [Thu, 20 Sep 2007 21:55:14 +0000 (21:55 +0000)]
fix potential overflow (Mattias Bengtsson)
Stanislav Malyshev [Thu, 20 Sep 2007 18:44:24 +0000 (18:44 +0000)]
add test for dl() with long name
Jani Taskinen [Thu, 20 Sep 2007 14:28:12 +0000 (14:28 +0000)]
MFH
Jani Taskinen [Thu, 20 Sep 2007 14:11:32 +0000 (14:11 +0000)]
- Fix test and tuned error message
Jani Taskinen [Thu, 20 Sep 2007 13:49:33 +0000 (13:49 +0000)]
MFH
Ilia Alshanetsky [Thu, 20 Sep 2007 13:29:04 +0000 (13:29 +0000)]
Fixed test for glob() affected by previous patch
Rob Richards [Thu, 20 Sep 2007 09:32:31 +0000 (09:32 +0000)]
BFN
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
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)
Antony Dovgal [Thu, 20 Sep 2007 08:10:44 +0000 (08:10 +0000)]
MFH
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 '*'
Antony Dovgal [Wed, 19 Sep 2007 11:25:57 +0000 (11:25 +0000)]
MFH
Stanislav Malyshev [Wed, 19 Sep 2007 00:49:02 +0000 (00:49 +0000)]
one more test
Stanislav Malyshev [Wed, 19 Sep 2007 00:41:10 +0000 (00:41 +0000)]
report iconv fix
Stanislav Malyshev [Wed, 19 Sep 2007 00:33:43 +0000 (00:33 +0000)]
limit iconv parameters here too
Stanislav Malyshev [Wed, 19 Sep 2007 00:30:52 +0000 (00:30 +0000)]
limit iconv parameter sizes - workaround for glibc bug
Stanislav Malyshev [Wed, 19 Sep 2007 00:18:01 +0000 (00:18 +0000)]
add length tests for iconv functions
Rui Hirokawa [Tue, 18 Sep 2007 21:35:39 +0000 (21:35 +0000)]
MFH: fixed bug #42502 va_* cannot detect.
Rui Hirokawa [Tue, 18 Sep 2007 21:33:29 +0000 (21:33 +0000)]
modified line end CR -> CR+NL
Stanislav Malyshev [Tue, 18 Sep 2007 20:25:07 +0000 (20:25 +0000)]
add dl() limit patch
Stanislav Malyshev [Tue, 18 Sep 2007 20:19:34 +0000 (20:19 +0000)]
limit dl() argument length (patch by Christian Hoffmann)
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).
Jani Taskinen [Tue, 18 Sep 2007 09:25:03 +0000 (09:25 +0000)]
BFN
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)
Ilia Alshanetsky [Mon, 17 Sep 2007 12:44:16 +0000 (12:44 +0000)]
Fixed typos
Ilia Alshanetsky [Sun, 16 Sep 2007 15:38:57 +0000 (15:38 +0000)]
Fixed a typo
Raghubansh Kumar [Sat, 15 Sep 2007 07:29:55 +0000 (07:29 +0000)]
better output matching/fixes
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
Raghubansh Kumar [Fri, 14 Sep 2007 19:02:07 +0000 (19:02 +0000)]
New testcases for strncasecmp()