]>
granicus.if.org Git - php/log
Wez Furlong [Thu, 4 Dec 2003 02:24:23 +0000 (02:24 +0000)]
put PHPDLL objects into BUILD_DIR/php so that it is a little
easier to see the main outputs (sapi and extensions)
Wez Furlong [Thu, 4 Dec 2003 02:12:36 +0000 (02:12 +0000)]
fix a couple of buglets and set version number on DLLs to whatever the PHP major version is.
Greg Beaver [Thu, 4 Dec 2003 02:11:40 +0000 (02:11 +0000)]
merge downloader code into HEAD - it works
fix bug found in uninstall
Greg Beaver [Thu, 4 Dec 2003 02:01:46 +0000 (02:01 +0000)]
unit test for new code - proves it works
Greg Beaver [Thu, 4 Dec 2003 02:00:39 +0000 (02:00 +0000)]
add helper methods needed - now it is 100% unit tested
Wez Furlong [Thu, 4 Dec 2003 01:59:46 +0000 (01:59 +0000)]
be safe...
Wez Furlong [Thu, 4 Dec 2003 01:40:59 +0000 (01:40 +0000)]
default install path is c:/php5 for PHP 5
Wez Furlong [Thu, 4 Dec 2003 01:37:52 +0000 (01:37 +0000)]
Search for pecl extensions under php-src/pecl as a convenience for
pecl developers.
Add automatic version info resource generation for SAPI and extension
modules, based on PHP version numbers and info found in the CREDITS file.
As a nice side effect, this lets us add a logo icon to .exe files.
Greg Beaver [Thu, 4 Dec 2003 01:35:45 +0000 (01:35 +0000)]
fixed minor bug
Greg Beaver [Thu, 4 Dec 2003 01:35:27 +0000 (01:35 +0000)]
finished unit test
<changelog@php.net> [Thu, 4 Dec 2003 01:31:59 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Thu, 4 Dec 2003 01:22:50 +0000 (01:22 +0000)]
fix bugs found in unit-testing, one BC issue also
Greg Beaver [Thu, 4 Dec 2003 01:22:12 +0000 (01:22 +0000)]
fix notice
Greg Beaver [Thu, 4 Dec 2003 01:22:00 +0000 (01:22 +0000)]
another segment working
Frank M. Kromann [Thu, 4 Dec 2003 01:04:36 +0000 (01:04 +0000)]
add error message when libs and headers are missing
Ilia Alshanetsky [Thu, 4 Dec 2003 00:14:39 +0000 (00:14 +0000)]
Fixed typo (thanks Frank)
Frank M. Kromann [Wed, 3 Dec 2003 23:48:02 +0000 (23:48 +0000)]
copy and paste error
Greg Beaver [Wed, 3 Dec 2003 23:46:10 +0000 (23:46 +0000)]
another test case, small fix for XML_RPC caching borking working tests
Greg Beaver [Wed, 3 Dec 2003 23:36:00 +0000 (23:36 +0000)]
another tgz for test case comparison
Greg Beaver [Wed, 3 Dec 2003 23:24:47 +0000 (23:24 +0000)]
add part of a test case
Ilia Alshanetsky [Wed, 3 Dec 2003 23:00:30 +0000 (23:00 +0000)]
Test case for bug #24773.
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