]>
granicus.if.org Git - php/log
Greg Beaver [Wed, 3 Dec 2003 23:00:05 +0000 (23:00 +0000)]
remove unnecessary notice generator in certain cases
Wez Furlong [Wed, 3 Dec 2003 22:59:48 +0000 (22:59 +0000)]
This should solve a few problems with static vs. shared builds for extensions (such as mssql) that require certain CFLAGS to be defined, but not pull in other flags that would affect DLL linkage.
Also fix the iconv file; MSVC doesn't seem to like the #include SYMBOL syntax.
Greg Beaver [Wed, 3 Dec 2003 22:53:58 +0000 (22:53 +0000)]
new unit test for downloader - incomplete.
WARNING: this test requires a fully functional pearweb server at address pear.Chiara, with several packages available for download. This one will fail until Martin has time to set up test.pear.php.net as the server.
Ilia Alshanetsky [Wed, 3 Dec 2003 22:51:51 +0000 (22:51 +0000)]
Remove unnecessary casts.
Greg Beaver [Wed, 3 Dec 2003 22:39:55 +0000 (22:39 +0000)]
duhhh...
Christian Stocker [Wed, 3 Dec 2003 22:18:49 +0000 (22:18 +0000)]
fix test to the changes made regarding __toString()
Andi Gutmans [Wed, 3 Dec 2003 22:13:11 +0000 (22:13 +0000)]
- Add news about include_once fix for Windows
Moriyoshi Koizumi [Wed, 3 Dec 2003 22:08:58 +0000 (22:08 +0000)]
This kind of error should be caught. (suggested by Andi, thanks)
Rob Richards [Wed, 3 Dec 2003 21:27:01 +0000 (21:27 +0000)]
fix notations - forgot to create iterator
Moriyoshi Koizumi [Wed, 3 Dec 2003 20:58:12 +0000 (20:58 +0000)]
Possible fix for bug #26391 (parse_url() destroys strings that contain
a character in range of \x80-\xff))
Moriyoshi Koizumi [Wed, 3 Dec 2003 19:46:27 +0000 (19:46 +0000)]
Add a win32 build script. Not tested, but should work :)
Moriyoshi Koizumi [Wed, 3 Dec 2003 19:10:38 +0000 (19:10 +0000)]
Fix bug #24773 (unset()ing string offsets crashes PHP)
Wez Furlong [Wed, 3 Dec 2003 18:31:04 +0000 (18:31 +0000)]
VC stores lib path in LIB not LIBS.
Add --with-extra-includes and --with-extra-libs to be able to specify
general additions to those paths from the environment.
Wez Furlong [Wed, 3 Dec 2003 17:04:30 +0000 (17:04 +0000)]
avoid breaking paths with spaces when we generate the makefile, and ensure that libs found in the default path are added to the link line
Wez Furlong [Wed, 3 Dec 2003 16:51:23 +0000 (16:51 +0000)]
add rule for parsedate
Ilia Alshanetsky [Wed, 3 Dec 2003 15:50:27 +0000 (15:50 +0000)]
Fixed compiler warning due to unused variables.
Derick Rethans [Wed, 3 Dec 2003 15:01:04 +0000 (15:01 +0000)]
- Remove newline from error message
Wez Furlong [Wed, 3 Dec 2003 14:58:05 +0000 (14:58 +0000)]
fix typo
Wez Furlong [Wed, 3 Dec 2003 14:55:03 +0000 (14:55 +0000)]
Propogate LDFLAGS from extensions to PHPDLL when building them statically.
Move ZendEngine2 to Zend while running buildconf
Wez Furlong [Wed, 3 Dec 2003 14:29:45 +0000 (14:29 +0000)]
Build adjustments.
Wez Furlong [Wed, 3 Dec 2003 14:26:41 +0000 (14:26 +0000)]
Explicitly include this header for SHFILEINFO.
# no need to MFH
Derick Rethans [Wed, 3 Dec 2003 09:12:38 +0000 (09:12 +0000)]
- I am sure I reverted this before
Frank M. Kromann [Wed, 3 Dec 2003 06:50:19 +0000 (06:50 +0000)]
Adding missing defines and lib/include paths
Frank M. Kromann [Wed, 3 Dec 2003 06:42:16 +0000 (06:42 +0000)]
look for FrontBase files in the default location
Sara Golemon [Wed, 3 Dec 2003 05:30:16 +0000 (05:30 +0000)]
Add http proxy support via context option.
Jon Parise [Wed, 3 Dec 2003 05:06:04 +0000 (05:06 +0000)]
Removing the DB extension warning message. The DB extension is no longer
included in the PHP distribution.
Wez Furlong [Wed, 3 Dec 2003 02:47:45 +0000 (02:47 +0000)]
some tweaks for Frank
<changelog@php.net> [Wed, 3 Dec 2003 01:32:23 +0000 (01:32 +0000)]
ChangeLog update
Sara Golemon [Wed, 3 Dec 2003 01:31:56 +0000 (01:31 +0000)]
Optimize strrpos/strripos for single char strings and fix offset to report correctly
Sara Golemon [Wed, 3 Dec 2003 01:11:36 +0000 (01:11 +0000)]
Restore ability to use strrpos/strripos with an ordinal needle
Wez Furlong [Wed, 3 Dec 2003 01:10:03 +0000 (01:10 +0000)]
avoid vs.net specific option for now
Wez Furlong [Wed, 3 Dec 2003 00:56:14 +0000 (00:56 +0000)]
Avoid death when wrapping null/undefined values
Wez Furlong [Wed, 3 Dec 2003 00:46:40 +0000 (00:46 +0000)]
make help more useful
Wez Furlong [Wed, 3 Dec 2003 00:32:25 +0000 (00:32 +0000)]
add win32 build readme
Ilia Alshanetsky [Wed, 3 Dec 2003 00:32:19 +0000 (00:32 +0000)]
Adding shmop config file for the new build system
Frank M. Kromann [Wed, 3 Dec 2003 00:30:54 +0000 (00:30 +0000)]
Adding FrontBase config file for the new build system
Wez Furlong [Wed, 3 Dec 2003 00:27:44 +0000 (00:27 +0000)]
Fix build if you don't have apache headers and want to disable apache...
Frank M. Kromann [Wed, 3 Dec 2003 00:22:40 +0000 (00:22 +0000)]
oops. this should be with and not enable
Frank M. Kromann [Wed, 3 Dec 2003 00:17:04 +0000 (00:17 +0000)]
Adding mssql config file for the new build system
Wez Furlong [Wed, 3 Dec 2003 00:15:10 +0000 (00:15 +0000)]
Clarify a little.
Wez Furlong [Tue, 2 Dec 2003 23:17:04 +0000 (23:17 +0000)]
Add new (optional!) win32 build infrastructure.
Will follow up to internals@ shortly.
Wez Furlong [Tue, 2 Dec 2003 23:14:31 +0000 (23:14 +0000)]
Export this so that shared session modules can use it under win32.
Wez Furlong [Tue, 2 Dec 2003 23:13:43 +0000 (23:13 +0000)]
Export these so that ftp extension can be build as shared ext.
Marcus Boerger [Tue, 2 Dec 2003 22:08:51 +0000 (22:08 +0000)]
Remove automatic call to __toString() since it is supposed to cause too
much trouble. See discussion on the mailing list.
Andi Gutmans [Tue, 2 Dec 2003 21:12:17 +0000 (21:12 +0000)]
- Uncomment my code which improves Windows behavior of TSRM file paths.
- This will now not work on Windows 95 anymore.
Andi Gutmans [Tue, 2 Dec 2003 21:09:24 +0000 (21:09 +0000)]
- Revert the revert of these patches. This overloading can only be used
- by C extensions such as SimpleXML and *NOT* PHP code. Reasons given
- on the mailing list and problem with reentrancy inside the opcodes.
Sara Golemon [Tue, 2 Dec 2003 20:06:40 +0000 (20:06 +0000)]
Register url_stat flag constants in userspace
Sara Golemon [Tue, 2 Dec 2003 19:14:31 +0000 (19:14 +0000)]
Populate userstream objects with context property
Sara Golemon [Tue, 2 Dec 2003 18:52:58 +0000 (18:52 +0000)]
Update userspace/url_stat proto
Frank M. Kromann [Tue, 2 Dec 2003 18:38:30 +0000 (18:38 +0000)]
set freed pointer to null to avoid reuse
Jon Parise [Tue, 2 Dec 2003 16:50:02 +0000 (16:50 +0000)]
Improving the wording of the "don't use the DB extension" warning.
Wez Furlong [Tue, 2 Dec 2003 16:35:19 +0000 (16:35 +0000)]
this can't be persistent
Rob Richards [Tue, 2 Dec 2003 15:17:02 +0000 (15:17 +0000)]
check node type for ->attributes and ->childNodes
foobar [Tue, 2 Dec 2003 14:50:37 +0000 (14:50 +0000)]
- Updated credits
foobar [Tue, 2 Dec 2003 14:48:22 +0000 (14:48 +0000)]
removed some non-existing extensions/sapis
foobar [Tue, 2 Dec 2003 13:55:27 +0000 (13:55 +0000)]
Moved qtdom to PECL
Andi Gutmans [Tue, 2 Dec 2003 12:06:03 +0000 (12:06 +0000)]
- Fix for bug #26182
Andi Gutmans [Tue, 2 Dec 2003 09:14:18 +0000 (09:14 +0000)]
- Don't include E_STRICT in E_ALL.
Wez Furlong [Tue, 2 Dec 2003 08:54:39 +0000 (08:54 +0000)]
Fix MBSTRING_API for non-shared win32 builds
foobar [Tue, 2 Dec 2003 08:00:23 +0000 (08:00 +0000)]
Revert undiscussed / undecided patch
Moriyoshi Koizumi [Tue, 2 Dec 2003 07:38:11 +0000 (07:38 +0000)]
Fix test so it fits the expected behaviour
Moriyoshi Koizumi [Tue, 2 Dec 2003 07:36:42 +0000 (07:36 +0000)]
all '_' (underscores) should be replaced by '\x20' (whitespaces)
in encoding.
# should I bump API version?
Marcus Boerger [Tue, 2 Dec 2003 07:19:31 +0000 (07:19 +0000)]
Remove debug code
Marcus Boerger [Tue, 2 Dec 2003 07:18:05 +0000 (07:18 +0000)]
Add classes from examples: FilterIterator, ParentIterator
Marcus Boerger [Tue, 2 Dec 2003 07:13:53 +0000 (07:13 +0000)]
Move object struct to header.
Marcus Boerger [Tue, 2 Dec 2003 07:09:46 +0000 (07:09 +0000)]
Free the zval container only if it should be freed and was not copied.
<changelog@php.net> [Tue, 2 Dec 2003 01:31:57 +0000 (01:31 +0000)]
ChangeLog update
Sara Golemon [Tue, 2 Dec 2003 01:04:14 +0000 (01:04 +0000)]
CS
Moriyoshi Koizumi [Tue, 2 Dec 2003 00:05:54 +0000 (00:05 +0000)]
Add regression test for iconv_mime_decode_headers()
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.
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.
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).
Moriyoshi Koizumi [Mon, 1 Dec 2003 22:59:28 +0000 (22:59 +0000)]
Update test.
Moriyoshi Koizumi [Mon, 1 Dec 2003 22:47:03 +0000 (22:47 +0000)]
Forgot about this one
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.
Ilia Alshanetsky [Mon, 1 Dec 2003 22:10:46 +0000 (22:10 +0000)]
Remove debug code.
Moriyoshi Koizumi [Mon, 1 Dec 2003 21:47:19 +0000 (21:47 +0000)]
More RFC2047 conformance. Add ability to forcefully continue processing
on error.
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.
Andi Gutmans [Mon, 1 Dec 2003 20:18:55 +0000 (20:18 +0000)]
- Fix indentation
Sara Golemon [Mon, 1 Dec 2003 19:47:05 +0000 (19:47 +0000)]
Move safemode/basedir checks for url_stat to plain_wrapper.
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.
foobar [Mon, 1 Dec 2003 16:37:11 +0000 (16:37 +0000)]
WS fix
foobar [Mon, 1 Dec 2003 16:36:00 +0000 (16:36 +0000)]
- Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c)
foobar [Mon, 1 Dec 2003 15:17:13 +0000 (15:17 +0000)]
- Made --program-prefix and --program-suffix work. (See bug #23030)
foobar [Mon, 1 Dec 2003 14:01:38 +0000 (14:01 +0000)]
missing config.h include
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
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)
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)
Andi Gutmans [Mon, 1 Dec 2003 11:50:57 +0000 (11:50 +0000)]
- Revert auto-conversion in parameter API
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.
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.
Christian Stocker [Mon, 1 Dec 2003 08:18:35 +0000 (08:18 +0000)]
Fix Bug, if parser input is not a filename (By Adam)
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
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
<changelog@php.net> [Mon, 1 Dec 2003 01:31:51 +0000 (01:31 +0000)]
ChangeLog update
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
Greg Beaver [Mon, 1 Dec 2003 01:00:57 +0000 (01:00 +0000)]
2 bugs found here
Greg Beaver [Mon, 1 Dec 2003 00:59:14 +0000 (00:59 +0000)]
2 bugs found
Greg Beaver [Mon, 1 Dec 2003 00:43:34 +0000 (00:43 +0000)]
fclose() might be needed
Greg Beaver [Mon, 1 Dec 2003 00:36:47 +0000 (00:36 +0000)]
new unit test