]> granicus.if.org Git - php/log
php
21 years agoAdd regression test for iconv_mime_decode_headers()
Moriyoshi Koizumi [Tue, 2 Dec 2003 00:05:54 +0000 (00:05 +0000)]
Add regression test for iconv_mime_decode_headers()

21 years agoLoosen error check. There's no reason to forbid a single '=' occurrence
Moriyoshi Koizumi [Mon, 1 Dec 2003 23:49:20 +0000 (23:49 +0000)]
Loosen error check. There's no reason to forbid a single '=' occurrence
in an unencoded string.
Fix white space handing. Meaningful spaces have got stripped wrongly
before this patch.

21 years agoAllow iconv_mime_decode_headers() to handle multiple occurence of a header.
Moriyoshi Koizumi [Mon, 1 Dec 2003 23:25:06 +0000 (23:25 +0000)]
Allow iconv_mime_decode_headers() to handle multiple occurence of a header.

21 years agoOptimize substr_replace (this makes it 3-8 times faster depending on the
Ilia Alshanetsky [Mon, 1 Dec 2003 23:17:22 +0000 (23:17 +0000)]
Optimize substr_replace (this makes it 3-8 times faster depending on the
string length).

21 years agoUpdate test.
Moriyoshi Koizumi [Mon, 1 Dec 2003 22:59:28 +0000 (22:59 +0000)]
Update test.

21 years agoForgot about this one
Moriyoshi Koizumi [Mon, 1 Dec 2003 22:47:03 +0000 (22:47 +0000)]
Forgot about this one

21 years agoAdd iconv_mime_decode_headers() to parse multiple MIME headers.
Moriyoshi Koizumi [Mon, 1 Dec 2003 22:46:45 +0000 (22:46 +0000)]
Add iconv_mime_decode_headers() to parse multiple MIME headers.
A few trivial fixes.

21 years agoRemove debug code.
Ilia Alshanetsky [Mon, 1 Dec 2003 22:10:46 +0000 (22:10 +0000)]
Remove debug code.

21 years agoMore RFC2047 conformance. Add ability to forcefully continue processing
Moriyoshi Koizumi [Mon, 1 Dec 2003 21:47:19 +0000 (21:47 +0000)]
More RFC2047 conformance. Add ability to forcefully continue processing
on error.

21 years agoThe least intrusive way to 'import' PECL extensions into the main tree.
Ilia Alshanetsky [Mon, 1 Dec 2003 21:37:35 +0000 (21:37 +0000)]
The least intrusive way to 'import' PECL extensions into the main tree.
For the moment this deals with tidy, further extensions can be added at a
later point.

21 years ago- Fix indentation
Andi Gutmans [Mon, 1 Dec 2003 20:18:55 +0000 (20:18 +0000)]
- Fix indentation

21 years agoMove safemode/basedir checks for url_stat to plain_wrapper.
Sara Golemon [Mon, 1 Dec 2003 19:47:05 +0000 (19:47 +0000)]
Move safemode/basedir checks for url_stat to plain_wrapper.

21 years ago- Fix the default SAPI filter too; all weird problems should be gone again.
Derick Rethans [Mon, 1 Dec 2003 19:25:07 +0000 (19:25 +0000)]
- Fix the default SAPI filter too; all weird problems should be gone again.

21 years agoWS fix
foobar [Mon, 1 Dec 2003 16:37:11 +0000 (16:37 +0000)]
WS fix

21 years ago- Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c)
foobar [Mon, 1 Dec 2003 16:36:00 +0000 (16:36 +0000)]
- Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c)

21 years ago- Made --program-prefix and --program-suffix work. (See bug #23030)
foobar [Mon, 1 Dec 2003 15:17:13 +0000 (15:17 +0000)]
- Made --program-prefix and --program-suffix work. (See bug #23030)

21 years agomissing config.h include
foobar [Mon, 1 Dec 2003 14:01:38 +0000 (14:01 +0000)]
missing config.h include

21 years ago- Change to E_STRICT so as not to break existing scripts.
Andi Gutmans [Mon, 1 Dec 2003 12:35:46 +0000 (12:35 +0000)]
- Change to E_STRICT so as not to break existing scripts.
- Thanks Edin

21 years ago- Nuke property_exists() calls
foobar [Mon, 1 Dec 2003 12:07:36 +0000 (12:07 +0000)]
- Nuke property_exists() calls
- Fix the test. (this is BUG in PHP 5, works in PHP 4)

21 years ago- Nuke property_exists(). We need to fix isset() and this is already
Andi Gutmans [Mon, 1 Dec 2003 11:53:42 +0000 (11:53 +0000)]
- Nuke property_exists(). We need to fix isset() and this is already
- supported in reflection API. In any case, it's best not to add new
- functions in the general namespace except for keeping engine consistency
(which would have been true in this case)

21 years ago- Revert auto-conversion in parameter API
Andi Gutmans [Mon, 1 Dec 2003 11:50:57 +0000 (11:50 +0000)]
- Revert auto-conversion in parameter API

21 years ago- Don't automatically call __toString() in convert_to_string_ex().
Andi Gutmans [Mon, 1 Dec 2003 11:47:52 +0000 (11:47 +0000)]
- Don't automatically call __toString() in convert_to_string_ex().
- use __toString() in your code.
- Keep the auto-case in make_printable_zval.

21 years ago- Moved ext/db to PECL.
foobar [Mon, 1 Dec 2003 10:47:08 +0000 (10:47 +0000)]
- Moved ext/db to PECL.

# Derick copied the sources in CVS repository to preserve CVS log.

21 years agoFix Bug, if parser input is not a filename (By Adam)
Christian Stocker [Mon, 1 Dec 2003 08:18:35 +0000 (08:18 +0000)]
Fix Bug, if parser input is not a filename (By Adam)

21 years agonew test case and supporting files - incomplete, but works as it is
Greg Beaver [Mon, 1 Dec 2003 04:51:21 +0000 (04:51 +0000)]
new test case and supporting files - incomplete, but works as it is

21 years agopotential major booboo in unit test, probably won't affect this one
Greg Beaver [Mon, 1 Dec 2003 04:04:07 +0000 (04:04 +0000)]
potential major booboo in unit test, probably won't affect this one

21 years agoChangeLog update
<changelog@php.net> [Mon, 1 Dec 2003 01:31:51 +0000 (01:31 +0000)]
ChangeLog update

21 years ago2 bugs found here, added deprecation warning for those who have written their own...
Greg Beaver [Mon, 1 Dec 2003 01:02:40 +0000 (01:02 +0000)]
2 bugs found here, added deprecation warning for those who have written their own PEAR application

21 years ago2 bugs found here
Greg Beaver [Mon, 1 Dec 2003 01:00:57 +0000 (01:00 +0000)]
2 bugs found here

21 years ago2 bugs found
Greg Beaver [Mon, 1 Dec 2003 00:59:14 +0000 (00:59 +0000)]
2 bugs found

21 years agofclose() might be needed
Greg Beaver [Mon, 1 Dec 2003 00:43:34 +0000 (00:43 +0000)]
fclose() might be needed

21 years agonew unit test
Greg Beaver [Mon, 1 Dec 2003 00:36:47 +0000 (00:36 +0000)]
new unit test

21 years agofix bug found by unit testing in package ordering
Greg Beaver [Mon, 1 Dec 2003 00:15:53 +0000 (00:15 +0000)]
fix bug found by unit testing in package ordering

21 years agofix unit test
Greg Beaver [Mon, 1 Dec 2003 00:14:37 +0000 (00:14 +0000)]
fix unit test

21 years agominor booboo
Greg Beaver [Mon, 1 Dec 2003 00:14:16 +0000 (00:14 +0000)]
minor booboo

21 years agonew unit test - test works, but there is a serious bug in sortPkgDeps to be fixed...
Greg Beaver [Sun, 30 Nov 2003 23:43:19 +0000 (23:43 +0000)]
new unit test - test works, but there is a serious bug in sortPkgDeps to be fixed, as unearthed by this test

21 years agofinish unit test with non-working download test with callback
Greg Beaver [Sun, 30 Nov 2003 22:51:17 +0000 (22:51 +0000)]
finish unit test with non-working download test with callback

21 years agoadd in skip condition for internet offline, and callback test
Greg Beaver [Sun, 30 Nov 2003 22:49:33 +0000 (22:49 +0000)]
add in skip condition for internet offline, and callback test

21 years agofirst unsuccessful test works
Greg Beaver [Sun, 30 Nov 2003 22:39:24 +0000 (22:39 +0000)]
first unsuccessful test works

21 years agofirst successful download test works :)
Greg Beaver [Sun, 30 Nov 2003 22:37:47 +0000 (22:37 +0000)]
first successful download test works :)

21 years agobeginning framework for PEAR_Common::downloadHttp test - binary test file
Greg Beaver [Sun, 30 Nov 2003 22:31:35 +0000 (22:31 +0000)]
beginning framework for PEAR_Common::downloadHttp test - binary test file

21 years agobeginning framework for PEAR_Common::downloadHttp test
Greg Beaver [Sun, 30 Nov 2003 22:31:00 +0000 (22:31 +0000)]
beginning framework for PEAR_Common::downloadHttp test

21 years agotweak tests
Greg Beaver [Sun, 30 Nov 2003 22:24:14 +0000 (22:24 +0000)]
tweak tests

21 years agoremove old holdover code that has no purpose
Greg Beaver [Sun, 30 Nov 2003 22:01:22 +0000 (22:01 +0000)]
remove old holdover code that has no purpose

21 years ago...and with these changes, 100% BC is maintained.
Greg Beaver [Sun, 30 Nov 2003 22:00:59 +0000 (22:00 +0000)]
...and with these changes, 100% BC is maintained.

21 years ago- And fix the README too.
Derick Rethans [Sun, 30 Nov 2003 20:13:03 +0000 (20:13 +0000)]
- And fix the README too.

21 years ago- Fixed standard wrapper for input filter.
Derick Rethans [Sun, 30 Nov 2003 20:07:58 +0000 (20:07 +0000)]
- Fixed standard wrapper for input filter.

21 years agoMFB: Fix for possible uninitialized usage of subject_r.
Ilia Alshanetsky [Sun, 30 Nov 2003 19:56:30 +0000 (19:56 +0000)]
MFB: Fix for possible uninitialized usage of subject_r.

21 years agoRemoved unused variables.
Ilia Alshanetsky [Sun, 30 Nov 2003 19:43:30 +0000 (19:43 +0000)]
Removed unused variables.

21 years agoFix macros
Marcus Boerger [Sun, 30 Nov 2003 17:05:10 +0000 (17:05 +0000)]
Fix macros

21 years agoUpdate
Marcus Boerger [Sun, 30 Nov 2003 16:31:35 +0000 (16:31 +0000)]
Update

21 years agoRequire inner iterator to be RecursiveIterator
Marcus Boerger [Sun, 30 Nov 2003 16:20:03 +0000 (16:20 +0000)]
Require inner iterator to be RecursiveIterator

21 years agoRemove old files
Marcus Boerger [Sun, 30 Nov 2003 16:14:56 +0000 (16:14 +0000)]
Remove old files

21 years agoFix tests for E_STRICT and check for E_STRICT in run-tests.php.
Marcus Boerger [Sun, 30 Nov 2003 13:57:20 +0000 (13:57 +0000)]
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.

21 years agoCheck return value of exception::__tostring()
Marcus Boerger [Sun, 30 Nov 2003 13:53:19 +0000 (13:53 +0000)]
Check return value of exception::__tostring()

21 years agoFix tests
Marcus Boerger [Sun, 30 Nov 2003 13:20:26 +0000 (13:20 +0000)]
Fix tests

21 years agoFix test
Marcus Boerger [Sun, 30 Nov 2003 13:18:56 +0000 (13:18 +0000)]
Fix test

21 years agoremove call to xmlMemoryDump
Rob Richards [Sun, 30 Nov 2003 12:30:29 +0000 (12:30 +0000)]
remove call to xmlMemoryDump

21 years agofixed typos
Christian Stocker [Sun, 30 Nov 2003 11:13:00 +0000 (11:13 +0000)]
fixed typos

21 years agooutput of uncaught exception changed
Christian Stocker [Sun, 30 Nov 2003 10:58:18 +0000 (10:58 +0000)]
output of uncaught exception changed

21 years agoprototype fix for mysqli_ssl_set
Georg Richter [Sun, 30 Nov 2003 10:56:55 +0000 (10:56 +0000)]
prototype fix for mysqli_ssl_set

21 years agoNew funcs
foobar [Sun, 30 Nov 2003 09:41:32 +0000 (09:41 +0000)]
New funcs

21 years agoexperimental code shuffling, moved download() into a new class, PEAR_Downloader.
Greg Beaver [Sun, 30 Nov 2003 05:39:02 +0000 (05:39 +0000)]
experimental code shuffling, moved download() into a new class, PEAR_Downloader.

Reasons:
- 7 parameters for a method with lots of pass by reference
  implies the need to save state, i.e. use an object
- cleaner code.  download() can be easily split into 4 separate but related methods
- Installer.php is now exclusively used for installation
- future extensibility: switching to channels or local package repositories from
  using PEAR_Remote is easy.  Simply extend the API for PEAR_Downloader:
  no changes needed to the installer at all

to install for testing purposes, use

pear upgrade --force package-PEAR-new-Downloader.xml

to uninstall, use

pear upgrade --force package-PEAR.xml

21 years agoChangeLog update
<changelog@php.net> [Sun, 30 Nov 2003 01:31:13 +0000 (01:31 +0000)]
ChangeLog update

21 years agogot it - the pattern ONLY needs addslashes for windows paths
Greg Beaver [Sun, 30 Nov 2003 00:14:22 +0000 (00:14 +0000)]
got it - the pattern ONLY needs addslashes for windows paths

21 years agofix one part - can't get the ereg() to match on windows, will fix when I figure out why
Greg Beaver [Sat, 29 Nov 2003 23:37:56 +0000 (23:37 +0000)]
fix one part - can't get the ereg() to match on windows, will fix when I figure out why

21 years agofix up unit tests - registry was ridiculously out of date. Guess nobody ever runs...
Greg Beaver [Sat, 29 Nov 2003 23:36:46 +0000 (23:36 +0000)]
fix up unit tests - registry was ridiculously out of date.  Guess nobody ever runs these...

21 years agoFix build for new usleep implementation.
Wez Furlong [Sat, 29 Nov 2003 22:59:33 +0000 (22:59 +0000)]
Fix build for new usleep implementation.
NB: we now depend on windows 98 and later;
windows 95 does not have these timing functions.

21 years agoimplement usleep for win32
Wez Furlong [Sat, 29 Nov 2003 22:48:42 +0000 (22:48 +0000)]
implement usleep for win32

21 years agoAdd stream_socket_sendto and stream_socket_recvfrom which work very much
Wez Furlong [Sat, 29 Nov 2003 21:46:50 +0000 (21:46 +0000)]
Add stream_socket_sendto and stream_socket_recvfrom which work very much
like sendto() and recvfrom() syscalls.

21 years agoAdd dom_iterators.c to project.
Sebastian Bergmann [Sat, 29 Nov 2003 20:55:18 +0000 (20:55 +0000)]
Add dom_iterators.c to project.

21 years agonew test case
Greg Beaver [Sat, 29 Nov 2003 20:45:09 +0000 (20:45 +0000)]
new test case

21 years agoguess this file should be added too :)
Rob Richards [Sat, 29 Nov 2003 20:41:41 +0000 (20:41 +0000)]
guess this file should be added too :)

21 years agofix ZTS build
Rob Richards [Sat, 29 Nov 2003 20:40:54 +0000 (20:40 +0000)]
fix ZTS build

21 years agoimplement namednodemap and nodelist
Rob Richards [Sat, 29 Nov 2003 20:40:18 +0000 (20:40 +0000)]
implement namednodemap and nodelist
fix xsl/dom integration under windows
update tests and examples

21 years agofinish unit test
Greg Beaver [Sat, 29 Nov 2003 20:35:43 +0000 (20:35 +0000)]
finish unit test

21 years agoAdd in missing stat element and fix win32 build
Sara Golemon [Sat, 29 Nov 2003 20:01:00 +0000 (20:01 +0000)]
Add in missing stat element and fix win32 build

21 years agoadd in environment variable for easy non-skipping
Greg Beaver [Sat, 29 Nov 2003 19:43:05 +0000 (19:43 +0000)]
add in environment variable for easy non-skipping

21 years agofix some bugs found in the unit test
Greg Beaver [Sat, 29 Nov 2003 19:42:19 +0000 (19:42 +0000)]
fix some bugs found in the unit test

21 years agostart on a new unit test
Greg Beaver [Sat, 29 Nov 2003 19:39:51 +0000 (19:39 +0000)]
start on a new unit test

21 years agoFix memleak
Marcus Boerger [Sat, 29 Nov 2003 19:26:41 +0000 (19:26 +0000)]
Fix memleak

21 years agoFixed bug #26463 (Incorrect handling of semicolons after heredoc)
Ilia Alshanetsky [Sat, 29 Nov 2003 19:05:14 +0000 (19:05 +0000)]
Fixed bug #26463 (Incorrect handling of semicolons after heredoc)

21 years agoCaanot use REPLACE_ZVAL_VALUE here.
Marcus Boerger [Sat, 29 Nov 2003 18:31:24 +0000 (18:31 +0000)]
Caanot use REPLACE_ZVAL_VALUE here.

21 years agoThis takes the address of a zval ptr
Marcus Boerger [Sat, 29 Nov 2003 18:23:35 +0000 (18:23 +0000)]
This takes the address of a zval ptr

21 years agoFixed a memory leak when tokenizing scripts with heredoc.
Ilia Alshanetsky [Sat, 29 Nov 2003 18:22:44 +0000 (18:22 +0000)]
Fixed a memory leak when tokenizing scripts with heredoc.

21 years agoFix return value.
Marcus Boerger [Sat, 29 Nov 2003 18:16:03 +0000 (18:16 +0000)]
Fix return value.

21 years agoAdd macros to return values of other zvals.
Marcus Boerger [Sat, 29 Nov 2003 18:15:11 +0000 (18:15 +0000)]
Add macros to return values of other zvals.
This is needed because one cannot use REPLACE_ZVAL_VALUE with return_value.

21 years agoadd dependency on xml extension - we need it for every installation/package function
Greg Beaver [Sat, 29 Nov 2003 17:56:36 +0000 (17:56 +0000)]
add dependency on xml extension - we need it for every installation/package function

21 years agoRemove test code
Marcus Boerger [Sat, 29 Nov 2003 17:48:44 +0000 (17:48 +0000)]
Remove test code

21 years agoRestore original patch for bug #26281.
Ilia Alshanetsky [Sat, 29 Nov 2003 17:33:25 +0000 (17:33 +0000)]
Restore original patch for bug #26281.

# Andi if you have a time & interest please see if perhaps a better
# solution can be implemented. Thanks.

21 years agoFinish off ftp://'s url_stat support
Sara Golemon [Sat, 29 Nov 2003 17:16:58 +0000 (17:16 +0000)]
Finish off ftp://'s url_stat support

21 years agoRevert accidential commit until decision
Marcus Boerger [Sat, 29 Nov 2003 17:05:17 +0000 (17:05 +0000)]
Revert accidential commit until decision

21 years agoMake exception code more robust:
Marcus Boerger [Sat, 29 Nov 2003 17:03:45 +0000 (17:03 +0000)]
Make exception code more robust:
- Fix error in calculation of trace-string length
- Allow to overload __strostring() and make it work for uncaught exceptions
- Show exception thrown while displaying exceptions

21 years agoThe removed NEWS entry is already in 4.X news file.
Ilia Alshanetsky [Sat, 29 Nov 2003 17:00:53 +0000 (17:00 +0000)]
The removed NEWS entry is already in 4.X news file.

21 years agoa dot too many
Christian Stocker [Sat, 29 Nov 2003 16:44:12 +0000 (16:44 +0000)]
a dot too many

21 years agoSome news from ext/xsl
Christian Stocker [Sat, 29 Nov 2003 16:41:59 +0000 (16:41 +0000)]
Some news from ext/xsl

21 years agotestcase for bug26384
Christian Stocker [Sat, 29 Nov 2003 16:38:09 +0000 (16:38 +0000)]
testcase for bug26384

21 years agoFixed for Bug #26384 (domxslt->process causes segfault with xsl:key)
Christian Stocker [Sat, 29 Nov 2003 16:37:37 +0000 (16:37 +0000)]
Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key)

21 years agofix Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is at engine...
Greg Beaver [Sat, 29 Nov 2003 16:33:54 +0000 (16:33 +0000)]
fix Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is at engine level)

21 years agotypofix
Wez Furlong [Sat, 29 Nov 2003 15:54:07 +0000 (15:54 +0000)]
typofix