]>
granicus.if.org Git - php/log
Rob Richards [Tue, 15 Jan 2008 15:45:44 +0000 (15:45 +0000)]
fix win build
Rob Richards [Tue, 15 Jan 2008 15:12:12 +0000 (15:12 +0000)]
fix memleak in sign and verify functions
Marcus Boerger [Tue, 15 Jan 2008 13:03:22 +0000 (13:03 +0000)]
- Detect versions of valgrind that have an appendix to their verion number
- Show whether valgrind is being used in test header
Etienne Kneuss [Tue, 15 Jan 2008 12:17:09 +0000 (12:17 +0000)]
Fix ZTS build
Dmitry Stogov [Tue, 15 Jan 2008 11:53:13 +0000 (11:53 +0000)]
Fixed bug #43851 (Memory corrution on reuse of assigned value)
Marcus Boerger [Tue, 15 Jan 2008 11:47:29 +0000 (11:47 +0000)]
- Fix the fix
Etienne Kneuss [Tue, 15 Jan 2008 09:44:01 +0000 (09:44 +0000)]
Bump year
Etienne Kneuss [Tue, 15 Jan 2008 09:37:50 +0000 (09:37 +0000)]
Implement splDoublyLinkedList, splQueue, splStack classes in SPL
Antony Dovgal [Tue, 15 Jan 2008 09:35:50 +0000 (09:35 +0000)]
rename and export the macros
patch by colder
<changelog@php.net> [Tue, 15 Jan 2008 01:31:39 +0000 (01:31 +0000)]
ChangeLog update
Brian Shire [Mon, 14 Jan 2008 22:08:00 +0000 (22:08 +0000)]
Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982
Ilia Alshanetsky [Mon, 14 Jan 2008 18:41:48 +0000 (18:41 +0000)]
MFB: Missing patch bit from the FETCH_GROUP fix
Marcus Boerger [Mon, 14 Jan 2008 18:14:00 +0000 (18:14 +0000)]
- Fix memleak (found by colder)
Marcus Boerger [Mon, 14 Jan 2008 18:07:28 +0000 (18:07 +0000)]
- Add missing .cvsignore
Marcus Boerger [Mon, 14 Jan 2008 18:06:05 +0000 (18:06 +0000)]
- cleanup and make build with HEAD
Nuno Lopes [Mon, 14 Jan 2008 10:00:25 +0000 (10:00 +0000)]
force tests to be run in CGI mode
Nuno Lopes [Mon, 14 Jan 2008 09:40:53 +0000 (09:40 +0000)]
MFB5.2: fix script for files with short names
Nuno Lopes [Mon, 14 Jan 2008 09:32:32 +0000 (09:32 +0000)]
add cvsignore
Antony Dovgal [Mon, 14 Jan 2008 08:17:55 +0000 (08:17 +0000)]
fix build
Greg Beaver [Mon, 14 Jan 2008 06:25:22 +0000 (06:25 +0000)]
fix test (make OS-agnostic)
Greg Beaver [Mon, 14 Jan 2008 06:23:10 +0000 (06:23 +0000)]
fix test to be OS-agnostic
# steph - this is a different test from the one I fixed earlier, I think that's the confusion :)
Greg Beaver [Mon, 14 Jan 2008 06:19:43 +0000 (06:19 +0000)]
unixify path separators in tar-based phars, always use this value for duping alias
# found by delete.phpt unit test. I love unit tests
Greg Beaver [Mon, 14 Jan 2008 05:25:11 +0000 (05:25 +0000)]
add missing skip sections in zip tests
Greg Beaver [Mon, 14 Jan 2008 05:19:23 +0000 (05:19 +0000)]
fix test (make OS-agnostic)
Greg Beaver [Mon, 14 Jan 2008 05:12:46 +0000 (05:12 +0000)]
add a whole slew of missing returns after throwing an exception, and remove 1 spurious return after RETURN_TRUE
Greg Beaver [Mon, 14 Jan 2008 05:03:02 +0000 (05:03 +0000)]
fix test (make OS-agnostic)
Greg Beaver [Mon, 14 Jan 2008 03:15:50 +0000 (03:15 +0000)]
MFPECL: fix windows build for all cases, and always export symbols (Steph Fox)
Greg Beaver [Mon, 14 Jan 2008 02:47:55 +0000 (02:47 +0000)]
fix build on windows (Steph Fox)
<changelog@php.net> [Mon, 14 Jan 2008 01:31:35 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Sun, 13 Jan 2008 23:37:27 +0000 (23:37 +0000)]
add missing define for statically-built zip ext
Greg Beaver [Sun, 13 Jan 2008 22:55:02 +0000 (22:55 +0000)]
use correct macro
Derick Rethans [Sun, 13 Jan 2008 18:42:51 +0000 (18:42 +0000)]
- Fixed TSRM builds.
#- Thanks for the hint Steph.
Ilia Alshanetsky [Sun, 13 Jan 2008 17:23:36 +0000 (17:23 +0000)]
MFB: fixed test
Derick Rethans [Sun, 13 Jan 2008 15:16:48 +0000 (15:16 +0000)]
- MF53: Added new date/time functionality:
* date_parse_from_format(): Parse date/time strings according to a format.
* date_create_from_format()/DateTime::createFromFormat(): Create a date/time
object by parsing a date/time string according to a given format.
* date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings
and errors that were found while parsing a date/time string through:
- strtotime() / new DateTime
- date_create_from_format() / DateTime::createFromFormat()
- date_parse_from_format()
Nuno Lopes [Sun, 13 Jan 2008 14:57:54 +0000 (14:57 +0000)]
MFB: fix bug #42945
Nuno Lopes [Sun, 13 Jan 2008 12:48:00 +0000 (12:48 +0000)]
upgrade to PCRE 7.5
Greg Beaver [Sun, 13 Jan 2008 06:24:27 +0000 (06:24 +0000)]
MFB: a few fixes: overwrote all my careful work in zipint_alias.h with zipint.h, so had to restore that.
PHP_RAW_NAMED_FE() won't work, have to use ZEND_RAW_FENTRY
Greg Beaver [Sun, 13 Jan 2008 06:01:59 +0000 (06:01 +0000)]
MFPECL: alias all zip identifiers to avoid potential name conflicts with other apache libs that may export zip symbols
<changelog@php.net> [Sun, 13 Jan 2008 01:31:34 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Sat, 12 Jan 2008 22:28:04 +0000 (22:28 +0000)]
wrong file version merged in fix for Bug #40189, here is the correct fix
Greg Beaver [Sat, 12 Jan 2008 22:25:40 +0000 (22:25 +0000)]
new test for inclusion within phar that takes CWD into account
Greg Beaver [Sat, 12 Jan 2008 22:21:50 +0000 (22:21 +0000)]
fix segfault in Phar::mungServer() found in frontcontroller20.phpt
Greg Beaver [Sat, 12 Jan 2008 22:16:00 +0000 (22:16 +0000)]
fix segfault in Phar::webPhar() if file is in root directory, found in frontcontroller16.phpt
Greg Beaver [Sat, 12 Jan 2008 22:03:44 +0000 (22:03 +0000)]
MFB: far better fix for bug #40189
Greg Beaver [Sat, 12 Jan 2008 21:25:43 +0000 (21:25 +0000)]
fix faulty fix for Bug #40189, and provide real fix for the bug
Greg Beaver [Sat, 12 Jan 2008 16:18:26 +0000 (16:18 +0000)]
fix conflict on win32 if phar compiled statically
Greg Beaver [Sat, 12 Jan 2008 16:15:17 +0000 (16:15 +0000)]
add definitions for MAX_WBITS in case it isn't defined
Greg Beaver [Sat, 12 Jan 2008 15:50:17 +0000 (15:50 +0000)]
clarify error message on why opening a stream wrapper failed for allow_url_include/allow_url_fopen, add test for allow_url_fopen
Greg Beaver [Sat, 12 Jan 2008 05:17:12 +0000 (05:17 +0000)]
make zip optional
Greg Beaver [Sat, 12 Jan 2008 04:32:19 +0000 (04:32 +0000)]
fix compile on windows
remove internal libzip
add required dep on zip (will make optional in a few minutes)
Greg Beaver [Sat, 12 Jan 2008 03:42:41 +0000 (03:42 +0000)]
export symbols for use by other extensions like phar
Greg Beaver [Sat, 12 Jan 2008 02:13:52 +0000 (02:13 +0000)]
add missing defines, s/filename_len/filename_length/ (thanks steph) - now over to the windows box and debug this properly
<changelog@php.net> [Sat, 12 Jan 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Dmitry Stogov [Fri, 11 Jan 2008 15:10:50 +0000 (15:10 +0000)]
Simplified assignment to string offset
Lukas Smith [Fri, 11 Jan 2008 14:01:52 +0000 (14:01 +0000)]
- added rules about real names and signatures
Lukas Smith [Fri, 11 Jan 2008 10:49:01 +0000 (10:49 +0000)]
- minor typo fixes
Dmitry Stogov [Fri, 11 Jan 2008 10:09:12 +0000 (10:09 +0000)]
Fixed unspecialized executor
Lukas Smith [Fri, 11 Jan 2008 09:40:20 +0000 (09:40 +0000)]
- initial commit .. feedback appreciated
Dmitry Stogov [Fri, 11 Jan 2008 08:42:19 +0000 (08:42 +0000)]
Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on)
Greg Beaver [Fri, 11 Jan 2008 07:39:02 +0000 (07:39 +0000)]
stupid windows doesn't allow varargs macros, so remove it. remove unused variable
Greg Beaver [Fri, 11 Jan 2008 07:33:32 +0000 (07:33 +0000)]
update package.xml
Greg Beaver [Fri, 11 Jan 2008 07:30:03 +0000 (07:30 +0000)]
add Phar::interceptFileFuncs()
To intercept fopen(), file_get_contents(), opendir(), and all the stat-based functions so that
code like "if (is_readable('./config.inc.php'))" actually works inside of a phar
[DOC]
Greg Beaver [Fri, 11 Jan 2008 02:52:13 +0000 (02:52 +0000)]
always mung PATH_INFO and PATH_TRANSLATED, fix segfault if tar-based phar has no stub
Ilia Alshanetsky [Fri, 11 Jan 2008 01:48:19 +0000 (01:48 +0000)]
MFB: Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column
# by which to group by data is specified.
<changelog@php.net> [Fri, 11 Jan 2008 01:31:38 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Thu, 10 Jan 2008 22:05:30 +0000 (22:05 +0000)]
MAPPHAR_ALLOC_FILE slipped in there somehow
Greg Beaver [Thu, 10 Jan 2008 21:21:38 +0000 (21:21 +0000)]
fix tsrm build, fix various problems with initialization and zlib/bz2-compressed phars
Brian Shire [Thu, 10 Jan 2008 20:28:08 +0000 (20:28 +0000)]
- fix truncation of large values on 64-bit systems in http_build_query
Rob Richards [Thu, 10 Jan 2008 18:21:23 +0000 (18:21 +0000)]
add errors when missing dependencies (Steph)
Greg Beaver [Thu, 10 Jan 2008 15:13:00 +0000 (15:13 +0000)]
add interception of is_dir(), file_exists() and file_get_contents() - will make these optional shortly
Antony Dovgal [Thu, 10 Jan 2008 14:31:11 +0000 (14:31 +0000)]
fix #43750 (stristr() modifies string)
patch by Felipe Pena
Marcus Boerger [Thu, 10 Jan 2008 10:11:21 +0000 (10:11 +0000)]
- Fix bug in example code found by Surf Chen
Dmitry Stogov [Thu, 10 Jan 2008 09:38:41 +0000 (09:38 +0000)]
Added missing warning message
Antony Dovgal [Thu, 10 Jan 2008 08:45:54 +0000 (08:45 +0000)]
fix test
<changelog@php.net> [Thu, 10 Jan 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Rob Richards [Wed, 9 Jan 2008 16:46:52 +0000 (16:46 +0000)]
fix crash when using default algorithm
Dmitry Stogov [Wed, 9 Jan 2008 16:46:06 +0000 (16:46 +0000)]
Fixed broken soap.wsdl_cache_enabled
Dmitry Stogov [Wed, 9 Jan 2008 13:50:17 +0000 (13:50 +0000)]
Remplemented support for SplArray using Traversable interface.
Rob Richards [Wed, 9 Jan 2008 11:23:25 +0000 (11:23 +0000)]
fix win32 compile
Greg Beaver [Wed, 9 Jan 2008 08:49:58 +0000 (08:49 +0000)]
update package.xml
Greg Beaver [Wed, 9 Jan 2008 08:48:56 +0000 (08:48 +0000)]
new tests for bz2-compressed tar or phar-based phars (wow, worked on first try, how about that)
Greg Beaver [Wed, 9 Jan 2008 08:45:00 +0000 (08:45 +0000)]
fix gzipped phars in phar file format, add test
Greg Beaver [Wed, 9 Jan 2008 08:12:15 +0000 (08:12 +0000)]
apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip)
Greg Beaver [Wed, 9 Jan 2008 07:09:04 +0000 (07:09 +0000)]
implement whole-file compression of phars for phar/tar-based phars
still not 100% working, add failing test
add Phar::isCompressed(), which returns either 0, Phar::GZ, or Phar::BZ2
[DOC]
Greg Beaver [Wed, 9 Jan 2008 07:03:48 +0000 (07:03 +0000)]
apply same fix of bug #43793 to zlib.deflate
Greg Beaver [Wed, 9 Jan 2008 06:42:56 +0000 (06:42 +0000)]
fix Bug #43793: zlib filter is unable to auto-detect gzip/zlib file headers
Greg Beaver [Wed, 9 Jan 2008 03:53:42 +0000 (03:53 +0000)]
add tests to package.xml, note new empty directory feature
Greg Beaver [Wed, 9 Jan 2008 03:51:38 +0000 (03:51 +0000)]
add tests for directory creation and management for tar and zip-based phars, add isPhar() to phar-based test
to confirm it is indeed a phar-based archive
Greg Beaver [Wed, 9 Jan 2008 03:47:22 +0000 (03:47 +0000)]
add rmdir() support, add rmdir to dir test
fix *extremely* ancient problem where phar_wrapper_stat always returned success indicating the file existed
rename phar_destroy_manifest to phar_destroy_manifest_entry
Pierre Joye [Wed, 9 Jan 2008 01:52:03 +0000 (01:52 +0000)]
- MFB: #43790, fix crash when no family name has been found
<changelog@php.net> [Wed, 9 Jan 2008 01:31:43 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Wed, 9 Jan 2008 00:58:37 +0000 (00:58 +0000)]
fix empty directories in phar, add test
Greg Beaver [Tue, 8 Jan 2008 22:14:16 +0000 (22:14 +0000)]
implement mkdir (compiles, not yet tested), support for empty directories in phar (not yet tested)
revert last commit of efree(), it's necessary.
Greg Beaver [Tue, 8 Jan 2008 21:40:48 +0000 (21:40 +0000)]
remove invalid free if opening a phar file in plain_map fails
Greg Beaver [Tue, 8 Jan 2008 20:36:32 +0000 (20:36 +0000)]
update package.xml so this can be installed
Greg Beaver [Tue, 8 Jan 2008 20:31:54 +0000 (20:31 +0000)]
split stream file handlers into stream.c and directory handlers into dirstream.c
Greg Beaver [Tue, 8 Jan 2008 19:40:23 +0000 (19:40 +0000)]
split out zip functions
Ilia Alshanetsky [Tue, 8 Jan 2008 19:09:12 +0000 (19:09 +0000)]
MFB: Fixed bug #43498 (file_exists() on a proftpd server got SIZE not
allowed in ASCII mode).
Ulf Wendel [Tue, 8 Jan 2008 13:18:46 +0000 (13:18 +0000)]
Those functions have been deprecated and removed. We'll test them only internally
but not bother php.net with it. Unless you really want to have tests for deprecated
and removed functionality...
Andrey Hristov [Tue, 8 Jan 2008 13:13:39 +0000 (13:13 +0000)]
strncpy->strlcpy