]> granicus.if.org Git - php/log
php
21 years agoremove unnecessary notice generator in certain cases
Greg Beaver [Wed, 3 Dec 2003 23:00:05 +0000 (23:00 +0000)]
remove unnecessary notice generator in certain cases

21 years agoThis should solve a few problems with static vs. shared builds for extensions (such...
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.

21 years agonew unit test for downloader - incomplete.
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.

21 years agoRemove unnecessary casts.
Ilia Alshanetsky [Wed, 3 Dec 2003 22:51:51 +0000 (22:51 +0000)]
Remove unnecessary casts.

21 years agoduhhh...
Greg Beaver [Wed, 3 Dec 2003 22:39:55 +0000 (22:39 +0000)]
duhhh...

21 years agofix test to the changes made regarding __toString()
Christian Stocker [Wed, 3 Dec 2003 22:18:49 +0000 (22:18 +0000)]
fix test to the changes made regarding __toString()

21 years ago- Add news about include_once fix for Windows
Andi Gutmans [Wed, 3 Dec 2003 22:13:11 +0000 (22:13 +0000)]
- Add news about include_once fix for Windows

21 years agoThis kind of error should be caught. (suggested by Andi, thanks)
Moriyoshi Koizumi [Wed, 3 Dec 2003 22:08:58 +0000 (22:08 +0000)]
This kind of error should be caught. (suggested by Andi, thanks)

21 years agofix notations - forgot to create iterator
Rob Richards [Wed, 3 Dec 2003 21:27:01 +0000 (21:27 +0000)]
fix notations - forgot to create iterator

21 years agoPossible fix for bug #26391 (parse_url() destroys strings that contain
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))

21 years agoAdd a win32 build script. Not tested, but should work :)
Moriyoshi Koizumi [Wed, 3 Dec 2003 19:46:27 +0000 (19:46 +0000)]
Add a win32 build script. Not tested, but should work :)

21 years agoFix bug #24773 (unset()ing string offsets crashes PHP)
Moriyoshi Koizumi [Wed, 3 Dec 2003 19:10:38 +0000 (19:10 +0000)]
Fix bug #24773 (unset()ing string offsets crashes PHP)

21 years agoVC stores lib path in LIB not LIBS.
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.

21 years agoavoid breaking paths with spaces when we generate the makefile, and ensure that libs...
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

21 years agoadd rule for parsedate
Wez Furlong [Wed, 3 Dec 2003 16:51:23 +0000 (16:51 +0000)]
add rule for parsedate

21 years agoFixed compiler warning due to unused variables.
Ilia Alshanetsky [Wed, 3 Dec 2003 15:50:27 +0000 (15:50 +0000)]
Fixed compiler warning due to unused variables.

21 years ago- Remove newline from error message
Derick Rethans [Wed, 3 Dec 2003 15:01:04 +0000 (15:01 +0000)]
- Remove newline from error message

21 years agofix typo
Wez Furlong [Wed, 3 Dec 2003 14:58:05 +0000 (14:58 +0000)]
fix typo

21 years agoPropogate LDFLAGS from extensions to PHPDLL when building them statically.
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

21 years agoBuild adjustments.
Wez Furlong [Wed, 3 Dec 2003 14:29:45 +0000 (14:29 +0000)]
Build adjustments.

21 years agoExplicitly include this header for SHFILEINFO.
Wez Furlong [Wed, 3 Dec 2003 14:26:41 +0000 (14:26 +0000)]
Explicitly include this header for SHFILEINFO.
# no need to MFH

21 years ago- I am sure I reverted this before
Derick Rethans [Wed, 3 Dec 2003 09:12:38 +0000 (09:12 +0000)]
- I am sure I reverted this before

21 years agoAdding missing defines and lib/include paths
Frank M. Kromann [Wed, 3 Dec 2003 06:50:19 +0000 (06:50 +0000)]
Adding missing defines and lib/include paths

21 years agolook for FrontBase files in the default location
Frank M. Kromann [Wed, 3 Dec 2003 06:42:16 +0000 (06:42 +0000)]
look for FrontBase files in the default location

21 years agoAdd http proxy support via context option.
Sara Golemon [Wed, 3 Dec 2003 05:30:16 +0000 (05:30 +0000)]
Add http proxy support via context option.

21 years agoRemoving the DB extension warning message. The DB extension is no longer
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.

21 years agosome tweaks for Frank
Wez Furlong [Wed, 3 Dec 2003 02:47:45 +0000 (02:47 +0000)]
some tweaks for Frank

21 years agoChangeLog update
<changelog@php.net> [Wed, 3 Dec 2003 01:32:23 +0000 (01:32 +0000)]
ChangeLog update

21 years agoOptimize strrpos/strripos for single char strings and fix offset to report correctly
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

21 years agoRestore ability to use strrpos/strripos with an ordinal needle
Sara Golemon [Wed, 3 Dec 2003 01:11:36 +0000 (01:11 +0000)]
Restore ability to use strrpos/strripos with an ordinal needle

21 years agoavoid vs.net specific option for now
Wez Furlong [Wed, 3 Dec 2003 01:10:03 +0000 (01:10 +0000)]
avoid vs.net specific option for now

21 years agoAvoid death when wrapping null/undefined values
Wez Furlong [Wed, 3 Dec 2003 00:56:14 +0000 (00:56 +0000)]
Avoid death when wrapping null/undefined values

21 years agomake help more useful
Wez Furlong [Wed, 3 Dec 2003 00:46:40 +0000 (00:46 +0000)]
make help more useful

21 years agoadd win32 build readme
Wez Furlong [Wed, 3 Dec 2003 00:32:25 +0000 (00:32 +0000)]
add win32 build readme

21 years agoAdding shmop config file for the new build system
Ilia Alshanetsky [Wed, 3 Dec 2003 00:32:19 +0000 (00:32 +0000)]
Adding shmop config file for the new build system

21 years agoAdding FrontBase 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

21 years agoFix build if you don't have apache headers and want to disable apache...
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...

21 years agooops. this should be with and not enable
Frank M. Kromann [Wed, 3 Dec 2003 00:22:40 +0000 (00:22 +0000)]
oops. this should be with and not enable

21 years agoAdding mssql config file for the new build system
Frank M. Kromann [Wed, 3 Dec 2003 00:17:04 +0000 (00:17 +0000)]
Adding mssql config file for the new build system

21 years agoClarify a little.
Wez Furlong [Wed, 3 Dec 2003 00:15:10 +0000 (00:15 +0000)]
Clarify a little.

21 years agoAdd new (optional!) win32 build infrastructure.
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.

21 years agoExport this so that shared session modules can use it under win32.
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.

21 years agoExport these so that ftp extension can be build as shared ext.
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.

21 years agoRemove automatic call to __toString() since it is supposed to cause too
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.

21 years ago- Uncomment my code which improves Windows behavior of TSRM file paths.
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.

21 years ago- Revert the revert of these patches. This overloading can only be used
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.

21 years agoRegister url_stat flag constants in userspace
Sara Golemon [Tue, 2 Dec 2003 20:06:40 +0000 (20:06 +0000)]
Register url_stat flag constants in userspace

21 years agoPopulate userstream objects with context property
Sara Golemon [Tue, 2 Dec 2003 19:14:31 +0000 (19:14 +0000)]
Populate userstream objects with context property

21 years agoUpdate userspace/url_stat proto
Sara Golemon [Tue, 2 Dec 2003 18:52:58 +0000 (18:52 +0000)]
Update userspace/url_stat proto

21 years agoset freed pointer to null to avoid reuse
Frank M. Kromann [Tue, 2 Dec 2003 18:38:30 +0000 (18:38 +0000)]
set freed pointer to null to avoid reuse

21 years agoImproving the wording of the "don't use the DB extension" warning.
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.

21 years agothis can't be persistent
Wez Furlong [Tue, 2 Dec 2003 16:35:19 +0000 (16:35 +0000)]
this can't be persistent

21 years agocheck node type for ->attributes and ->childNodes
Rob Richards [Tue, 2 Dec 2003 15:17:02 +0000 (15:17 +0000)]
check node type for ->attributes and ->childNodes

21 years ago- Updated credits
foobar [Tue, 2 Dec 2003 14:50:37 +0000 (14:50 +0000)]
- Updated credits

21 years agoremoved some non-existing extensions/sapis
foobar [Tue, 2 Dec 2003 14:48:22 +0000 (14:48 +0000)]
removed some non-existing extensions/sapis

21 years agoMoved qtdom to PECL
foobar [Tue, 2 Dec 2003 13:55:27 +0000 (13:55 +0000)]
Moved qtdom to PECL

21 years ago- Fix for bug #26182
Andi Gutmans [Tue, 2 Dec 2003 12:06:03 +0000 (12:06 +0000)]
- Fix for bug #26182

21 years ago- Don't include E_STRICT in E_ALL.
Andi Gutmans [Tue, 2 Dec 2003 09:14:18 +0000 (09:14 +0000)]
- Don't include E_STRICT in E_ALL.

21 years agoFix MBSTRING_API for non-shared win32 builds
Wez Furlong [Tue, 2 Dec 2003 08:54:39 +0000 (08:54 +0000)]
Fix MBSTRING_API for non-shared win32 builds

21 years agoRevert undiscussed / undecided patch
foobar [Tue, 2 Dec 2003 08:00:23 +0000 (08:00 +0000)]
Revert undiscussed / undecided patch

21 years agoFix test so it fits the expected behaviour
Moriyoshi Koizumi [Tue, 2 Dec 2003 07:38:11 +0000 (07:38 +0000)]
Fix test so it fits the expected behaviour

21 years agoall '_' (underscores) should be replaced by '\x20' (whitespaces)
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?

21 years agoRemove debug code
Marcus Boerger [Tue, 2 Dec 2003 07:19:31 +0000 (07:19 +0000)]
Remove debug code

21 years agoAdd classes from examples: FilterIterator, ParentIterator
Marcus Boerger [Tue, 2 Dec 2003 07:18:05 +0000 (07:18 +0000)]
Add classes from examples: FilterIterator, ParentIterator

21 years agoMove object struct to header.
Marcus Boerger [Tue, 2 Dec 2003 07:13:53 +0000 (07:13 +0000)]
Move object struct to header.

21 years agoFree the zval container only if it should be freed and was not copied.
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.

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

21 years agoCS
Sara Golemon [Tue, 2 Dec 2003 01:04:14 +0000 (01:04 +0000)]
CS

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