]>
granicus.if.org Git - php/log
Wez Furlong [Fri, 5 Dec 2003 17:45:15 +0000 (17:45 +0000)]
convert to DOS line endings to solve win98 issues
Wez Furlong [Fri, 5 Dec 2003 17:44:37 +0000 (17:44 +0000)]
rewrite
Andi Gutmans [Fri, 5 Dec 2003 16:28:54 +0000 (16:28 +0000)]
- Remove two unneeded convert_to_string() (found by Marcus)
- Change illegal use of string offset to E_ERROR
Christian Stocker [Fri, 5 Dec 2003 14:52:51 +0000 (14:52 +0000)]
fix test
Wez Furlong [Fri, 5 Dec 2003 13:48:40 +0000 (13:48 +0000)]
fix unix build....
Wez Furlong [Fri, 5 Dec 2003 13:45:00 +0000 (13:45 +0000)]
Add optional array argument to proc_open() to specify additional
options for the child process.
The first option is "suppress_errors" which will disable any
dialog boxes that arise from missing DLL's and suppress the
GPF dialog.
Use this new feature in the test suite, so that crashing tests don't block the test run; useful for un-attended execution.
Wez Furlong [Fri, 5 Dec 2003 13:42:04 +0000 (13:42 +0000)]
Make these tests work under win32
Wez Furlong [Fri, 5 Dec 2003 13:41:02 +0000 (13:41 +0000)]
Be smarter about which systems should register unix transports.
Fix skip conditions in these network tests
Wez Furlong [Fri, 5 Dec 2003 13:39:24 +0000 (13:39 +0000)]
fix uninitialized variable
Sebastian Bergmann [Fri, 5 Dec 2003 11:32:24 +0000 (11:32 +0000)]
Fix for the problem I posted to internals@.
Moriyoshi Koizumi [Fri, 5 Dec 2003 10:53:59 +0000 (10:53 +0000)]
xmlCtxtSetOptions() isn't available in the versions up to 2.6.x
# Thanks Rob
Moriyoshi Koizumi [Fri, 5 Dec 2003 10:11:06 +0000 (10:11 +0000)]
Fix libexpat build.
Improve replaceEntities patch.
Moriyoshi Koizumi [Fri, 5 Dec 2003 09:35:21 +0000 (09:35 +0000)]
Add a missing marker
Marcus Boerger [Fri, 5 Dec 2003 08:07:14 +0000 (08:07 +0000)]
Update test
Frank M. Kromann [Fri, 5 Dec 2003 07:17:11 +0000 (07:17 +0000)]
Include exif in the new win32 build system
Sebastian Bergmann [Fri, 5 Dec 2003 06:09:29 +0000 (06:09 +0000)]
Support for new Win32 build bliss.
Wez Furlong [Fri, 5 Dec 2003 03:14:54 +0000 (03:14 +0000)]
fix zts build
Wez Furlong [Fri, 5 Dec 2003 02:58:31 +0000 (02:58 +0000)]
check for .net headers
Wez Furlong [Fri, 5 Dec 2003 02:41:00 +0000 (02:41 +0000)]
use /Ox flag for release build (all optimizations on).
If no php_build dir is specified, then look for either of the two
"standard" things in reasonable locations.
Allow CHECK_LIB to search for the "same" library using a ; separated
list of alternatives.
Tweak nsapi config and remove redundant or unused flags.
Add ZTS checks for both isapi and nsapi configs.
Edin Kadribasic [Fri, 5 Dec 2003 02:12:21 +0000 (02:12 +0000)]
Made test work on windows
Ilia Alshanetsky [Fri, 5 Dec 2003 01:44:45 +0000 (01:44 +0000)]
Fixed crash demonstrated with ext/dom/tests/dom003.phpt test case.
<changelog@php.net> [Fri, 5 Dec 2003 01:31:47 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 5 Dec 2003 01:16:16 +0000 (01:16 +0000)]
Fixed bug #26528 (HTML entities are not being decoded by
xml_parse()/xml_parse_into_struct()).
Edin Kadribasic [Fri, 5 Dec 2003 01:03:35 +0000 (01:03 +0000)]
Get rid of PHPAPI usage.
Enable shared build in the new php5 build system
Check for the correct header.
Uwe Schindler [Fri, 5 Dec 2003 00:00:31 +0000 (00:00 +0000)]
First version... Wez: can you check this...
Moriyoshi Koizumi [Thu, 4 Dec 2003 23:46:53 +0000 (23:46 +0000)]
Type-punning is evil.
Moriyoshi Koizumi [Thu, 4 Dec 2003 23:32:22 +0000 (23:32 +0000)]
NFN
Moriyoshi Koizumi [Thu, 4 Dec 2003 23:31:31 +0000 (23:31 +0000)]
Add iconv stream filter.
# a quick synopsis:
#
# <?php
# stream_filter_append(STDIN, 'convert.iconv.UTF-8/ISO-8859-15');
#
# fpassthru(STDIN);
# ?>
#
Moriyoshi Koizumi [Thu, 4 Dec 2003 22:53:16 +0000 (22:53 +0000)]
This part is accidentially left on the previous commit.
Moriyoshi Koizumi [Thu, 4 Dec 2003 22:49:46 +0000 (22:49 +0000)]
It'd be a bad idea to make subpackages dependent on the php build system.
Wez Furlong [Thu, 4 Dec 2003 22:38:22 +0000 (22:38 +0000)]
Work around a bug in putenv() in the VS.Net C run time library (MSVCRT71) where it will double free a string.
Marcus Boerger [Thu, 4 Dec 2003 20:56:32 +0000 (20:56 +0000)]
Update __toString() issues
Marcus Boerger [Thu, 4 Dec 2003 20:24:06 +0000 (20:24 +0000)]
__toString() must be called explicitly now
Marcus Boerger [Thu, 4 Dec 2003 20:01:46 +0000 (20:01 +0000)]
Update
Marcus Boerger [Thu, 4 Dec 2003 19:53:33 +0000 (19:53 +0000)]
Add package file
Marcus Boerger [Thu, 4 Dec 2003 19:47:10 +0000 (19:47 +0000)]
No longer true
Marcus Boerger [Thu, 4 Dec 2003 19:39:46 +0000 (19:39 +0000)]
Update documentation
Marcus Boerger [Thu, 4 Dec 2003 17:45:36 +0000 (17:45 +0000)]
Update
Moriyoshi Koizumi [Thu, 4 Dec 2003 17:38:21 +0000 (17:38 +0000)]
Revert crap.
Marcus Boerger [Thu, 4 Dec 2003 17:33:08 +0000 (17:33 +0000)]
No longer needed
Wez Furlong [Thu, 4 Dec 2003 17:28:08 +0000 (17:28 +0000)]
Avoid killing files that we didn't generate when making clean.
Frank M. Kromann [Thu, 4 Dec 2003 17:03:20 +0000 (17:03 +0000)]
fix remaining ext/
Wez Furlong [Thu, 4 Dec 2003 17:02:09 +0000 (17:02 +0000)]
Fix Andi's GetLongPathName code so that virtual_file_ex doesn't
fail if the file does not exist.
foobar [Thu, 4 Dec 2003 15:57:55 +0000 (15:57 +0000)]
- Only add 'install-modules' into install targets when there are such
modules to install.
Wez Furlong [Thu, 4 Dec 2003 15:32:31 +0000 (15:32 +0000)]
Make this build using new build system
foobar [Thu, 4 Dec 2003 15:14:03 +0000 (15:14 +0000)]
- remove non-existing files
foobar [Thu, 4 Dec 2003 15:02:48 +0000 (15:02 +0000)]
- remove non-existing files
foobar [Thu, 4 Dec 2003 15:01:10 +0000 (15:01 +0000)]
- Update after moving extensions to PECL
foobar [Thu, 4 Dec 2003 14:53:27 +0000 (14:53 +0000)]
- remove non-existing modules
foobar [Thu, 4 Dec 2003 13:41:48 +0000 (13:41 +0000)]
- Fixed "make install" when INSTALL_IT is empty, like when configured
with "./configure --disable-cgi" (CLI has it's own build target)
Wez Furlong [Thu, 4 Dec 2003 13:38:47 +0000 (13:38 +0000)]
Fix libxml to use static lib if found.
Disable apache and isapi by default.
Add some smarts so that we can really build extensions and SAPI found in php-src/pecl and/or php-src/../pecl.
Only include a logo in the resources if we are building an .exe.
Moriyoshi Koizumi [Thu, 4 Dec 2003 13:38:30 +0000 (13:38 +0000)]
Raise error in case dereference is performed on a scalar value.
Rob Richards [Thu, 4 Dec 2003 13:32:22 +0000 (13:32 +0000)]
test for dom extension
Rob Richards [Thu, 4 Dec 2003 12:46:20 +0000 (12:46 +0000)]
correct test
Rob Richards [Thu, 4 Dec 2003 12:37:04 +0000 (12:37 +0000)]
Add xsl config for new win build
Rob Richards [Thu, 4 Dec 2003 12:34:29 +0000 (12:34 +0000)]
return status of have so extra libs return correct status
foobar [Thu, 4 Dec 2003 12:05:57 +0000 (12:05 +0000)]
- Moved ext/crack and ext/mcal to PECL.
Uwe Schindler [Thu, 4 Dec 2003 09:00:24 +0000 (09:00 +0000)]
MFB
foobar [Thu, 4 Dec 2003 06:40:08 +0000 (06:40 +0000)]
stylepolizei
Wez Furlong [Thu, 4 Dec 2003 03:46:12 +0000 (03:46 +0000)]
allow these extensions to build with new system
Wez Furlong [Thu, 4 Dec 2003 02:58:33 +0000 (02:58 +0000)]
Fixup bz2 extension so it builds as shared and static under win32
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