]> granicus.if.org Git - php/log
php
21 years agoAvoid using non-portable test syntax. This was causing problems on
Moriyoshi Koizumi [Mon, 8 Dec 2003 07:18:20 +0000 (07:18 +0000)]
Avoid using non-portable test syntax. This was causing problems on
Solaris. (Reported by Uwe Schindler. Thanks!)

21 years agoNULL pointers can be passed to free_fcn. This is the correct behaviour.
Moriyoshi Koizumi [Mon, 8 Dec 2003 07:15:32 +0000 (07:15 +0000)]
NULL pointers can be passed to free_fcn. This is the correct behaviour.

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

21 years agoFix iconv stream filter to properly handle multibyte characters that
Moriyoshi Koizumi [Mon, 8 Dec 2003 00:38:00 +0000 (00:38 +0000)]
Fix iconv stream filter to properly handle multibyte characters that
span at the alignment of a hunk.

21 years agoFix a convert filters bug that occurs when multiple buckets are coming in.
Moriyoshi Koizumi [Mon, 8 Dec 2003 00:22:22 +0000 (00:22 +0000)]
Fix a convert filters bug that occurs when multiple buckets are coming in.

21 years agoentries for get_declared_interfaces/get_declared_classes
Andrey Hristov [Sun, 7 Dec 2003 22:24:22 +0000 (22:24 +0000)]
entries for get_declared_interfaces/get_declared_classes

21 years agoApply Andrey Hristov's patch adding get_declared_interfaces()
Stanislav Malyshev [Sun, 7 Dec 2003 18:54:31 +0000 (18:54 +0000)]
Apply Andrey Hristov's patch adding get_declared_interfaces()

21 years agoRemoved unused variable.
Ilia Alshanetsky [Sun, 7 Dec 2003 18:39:09 +0000 (18:39 +0000)]
Removed unused variable.

21 years agows
foobar [Sun, 7 Dec 2003 18:19:30 +0000 (18:19 +0000)]
ws

21 years agoBFN
foobar [Sun, 7 Dec 2003 16:59:32 +0000 (16:59 +0000)]
BFN

21 years agoRemove unnecessary #include
foobar [Sun, 7 Dec 2003 16:56:51 +0000 (16:56 +0000)]
Remove unnecessary #include

21 years agobfn reorder
foobar [Sun, 7 Dec 2003 16:54:09 +0000 (16:54 +0000)]
bfn reorder

21 years agoThe correct (tm) way.
foobar [Sun, 7 Dec 2003 16:16:02 +0000 (16:16 +0000)]
The correct (tm) way.

21 years agorevert here too
Marcus Boerger [Sun, 7 Dec 2003 15:59:13 +0000 (15:59 +0000)]
revert here too

21 years agorevert, not needed
foobar [Sun, 7 Dec 2003 15:41:50 +0000 (15:41 +0000)]
revert, not needed

21 years agoRevert this part, too
Marcus Boerger [Sun, 7 Dec 2003 15:39:56 +0000 (15:39 +0000)]
Revert this part, too

21 years agoFix logic
foobar [Sun, 7 Dec 2003 15:33:19 +0000 (15:33 +0000)]
Fix logic

21 years agoRevert, not needed here
Marcus Boerger [Sun, 7 Dec 2003 15:26:09 +0000 (15:26 +0000)]
Revert, not needed here

21 years agoUse a single bit field for the flags here
Marcus Boerger [Sun, 7 Dec 2003 15:03:11 +0000 (15:03 +0000)]
Use a single bit field for the flags here

21 years ago- Add comment, I put this ina week ago and it already confused me :)
Derick Rethans [Sun, 7 Dec 2003 14:47:35 +0000 (14:47 +0000)]
- Add comment, I put this ina week ago and it already confused me :)

21 years ago- Fixed bug #26548 (Malformed HTTP dates in headers).
Derick Rethans [Sun, 7 Dec 2003 14:29:43 +0000 (14:29 +0000)]
- Fixed bug #26548 (Malformed HTTP dates in headers).

21 years agoUpdate examples
Marcus Boerger [Sun, 7 Dec 2003 13:21:47 +0000 (13:21 +0000)]
Update examples

21 years agofix potential buffer overrun
Stanislav Malyshev [Sun, 7 Dec 2003 12:59:54 +0000 (12:59 +0000)]
fix potential buffer overrun

21 years agoallow $node['not_yet_existing_attribute'] = $value; to work
Wez Furlong [Sun, 7 Dec 2003 11:32:40 +0000 (11:32 +0000)]
allow $node['not_yet_existing_attribute'] = $value; to work

21 years agofix warning for shared debug
Rob Richards [Sun, 7 Dec 2003 11:11:47 +0000 (11:11 +0000)]
fix warning for shared debug
fix test bug26384 - WS issue

21 years agotweak build so that it mirrors the source filesystem layout under the build dir....
Wez Furlong [Sun, 7 Dec 2003 02:58:56 +0000 (02:58 +0000)]
tweak build so that it mirrors the source filesystem layout under the build dir.  This allows GD extension to build.

21 years agoFirst attemt at win32 build with the new build system.
Edin Kadribasic [Sun, 7 Dec 2003 01:59:28 +0000 (01:59 +0000)]
First attemt at win32 build with the new build system.
#No workie yet, the build sys needs tweaking

21 years agoEnable shared build
Marcus Boerger [Sun, 7 Dec 2003 01:58:54 +0000 (01:58 +0000)]
Enable shared build

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

21 years agoAdded filepro to the new win32 build. Works both as shared
Edin Kadribasic [Sun, 7 Dec 2003 00:59:35 +0000 (00:59 +0000)]
Added filepro to the new win32 build. Works both as shared
and built-in extension on windows.

21 years agoFixed win32 build (no such include on windows).
Edin Kadribasic [Sun, 7 Dec 2003 00:59:16 +0000 (00:59 +0000)]
Fixed win32 build (no such include on windows).

21 years agoAdded fdf to the new win32 build. Works both as shared
Edin Kadribasic [Sun, 7 Dec 2003 00:49:25 +0000 (00:49 +0000)]
Added fdf to the new win32 build. Works both as shared
and built-in extension on windows.

21 years agofix #279
Greg Beaver [Sun, 7 Dec 2003 00:29:46 +0000 (00:29 +0000)]
fix #279

21 years agoAdded dbx to the new win32 build. Works both as shared
Edin Kadribasic [Sun, 7 Dec 2003 00:23:18 +0000 (00:23 +0000)]
Added dbx to the new win32 build. Works both as shared
and built-in extension on windows.

21 years agoFix enabling shared builds.
Marcus Boerger [Sun, 7 Dec 2003 00:21:47 +0000 (00:21 +0000)]
Fix enabling shared builds.

21 years agofix #205, wider column names for pear list
Greg Beaver [Sun, 7 Dec 2003 00:10:40 +0000 (00:10 +0000)]
fix #205, wider column names for pear list

21 years agoAdded dbase to the new win32 build. Works both as shared
Edin Kadribasic [Sun, 7 Dec 2003 00:09:48 +0000 (00:09 +0000)]
Added dbase to the new win32 build. Works both as shared
and built-in extension on windows.

21 years agofix #167
Greg Beaver [Sun, 7 Dec 2003 00:02:34 +0000 (00:02 +0000)]
fix #167

21 years agoMFB
Greg Beaver [Sat, 6 Dec 2003 23:45:36 +0000 (23:45 +0000)]
MFB

21 years agoAdded dba to the new win32 build. Works both as shared
Edin Kadribasic [Sat, 6 Dec 2003 23:39:07 +0000 (23:39 +0000)]
Added dba to the new win32 build. Works both as shared
and built-in extension on windows.

21 years agoCS
Greg Beaver [Sat, 6 Dec 2003 23:37:30 +0000 (23:37 +0000)]
CS

21 years ago(try again)
Greg Beaver [Sat, 6 Dec 2003 23:32:30 +0000 (23:32 +0000)]
(try again)
fix 2 bugs

- optional dependencies not supported
- incorrect index determination

21 years agofix 3 bugs
Greg Beaver [Sat, 6 Dec 2003 23:07:52 +0000 (23:07 +0000)]
fix 3 bugs

- optional dependencies not supported
- PHP 5 references (#362)
- incorrect index determination

21 years agofinished unit test for _processDependency failure test
Greg Beaver [Sat, 6 Dec 2003 22:33:53 +0000 (22:33 +0000)]
finished unit test for _processDependency failure test

21 years agostupid me - this was a circular reference, removing
Greg Beaver [Sat, 6 Dec 2003 22:17:22 +0000 (22:17 +0000)]
stupid me - this was a circular reference, removing

21 years agoslightly clearer error messages
Greg Beaver [Sat, 6 Dec 2003 22:14:11 +0000 (22:14 +0000)]
slightly clearer error messages

21 years agofix arg parsing to work with Console_Getopt 2.0
Greg Beaver [Sat, 6 Dec 2003 22:07:49 +0000 (22:07 +0000)]
fix arg parsing to work with Console_Getopt 2.0

21 years agoremove unnecessary experimental code
Greg Beaver [Sat, 6 Dec 2003 21:52:20 +0000 (21:52 +0000)]
remove unnecessary experimental code

21 years agogetting ready for both packages to be released
Greg Beaver [Sat, 6 Dec 2003 21:47:53 +0000 (21:47 +0000)]
getting ready for both packages to be released

21 years agoMFB: PHP_PQ_ERROR() change
Marcus Boerger [Sat, 6 Dec 2003 21:36:21 +0000 (21:36 +0000)]
MFB: PHP_PQ_ERROR() change

21 years agofix for Console_GetOpt 2.0 (what was 1.1 - re-release being negotiated)
Greg Beaver [Sat, 6 Dec 2003 21:35:02 +0000 (21:35 +0000)]
fix for Console_GetOpt 2.0 (what was 1.1 - re-release being negotiated)

21 years ago#args, reinsert skipif for extension check
Marcus Boerger [Sat, 6 Dec 2003 20:41:07 +0000 (20:41 +0000)]
#args, reinsert skipif for extension check

21 years agoDo not dynamically load the extension in skipif
Marcus Boerger [Sat, 6 Dec 2003 20:35:41 +0000 (20:35 +0000)]
Do not dynamically load the extension in skipif

21 years agoImplement SeekableIterator and LimitIterator as C code.
Marcus Boerger [Sat, 6 Dec 2003 19:21:02 +0000 (19:21 +0000)]
Implement SeekableIterator and LimitIterator as C code.

21 years agoUpdate examples
Marcus Boerger [Sat, 6 Dec 2003 19:03:17 +0000 (19:03 +0000)]
Update examples

21 years agoThis test is against interfaces not abstract classes.
Marcus Boerger [Sat, 6 Dec 2003 19:02:12 +0000 (19:02 +0000)]
This test is against interfaces not abstract classes.

21 years agoShow the exception message again after __toString() magic has been dropped.
Marcus Boerger [Sat, 6 Dec 2003 18:12:26 +0000 (18:12 +0000)]
Show the exception message again after __toString() magic has been dropped.

21 years agocom_create_guid() returns...
Wez Furlong [Sat, 6 Dec 2003 17:31:40 +0000 (17:31 +0000)]
com_create_guid() returns...

21 years agoups, i forgot this entry
Andrey Hristov [Sat, 6 Dec 2003 16:49:13 +0000 (16:49 +0000)]
ups, i forgot this entry

21 years agoA small start for so called "not-yet-written faq" about small changes that
Andrey Hristov [Sat, 6 Dec 2003 16:46:29 +0000 (16:46 +0000)]
A small start for so called "not-yet-written faq" about small changes that
may make someone's life a nightmare for some time. It will be good when a
change is made a line in this file to be written and then it will be easier
for the doc team to write comprehensive and pretty FAQ for the end users.

21 years agoThere is no maintainer atm.
foobar [Sat, 6 Dec 2003 16:27:44 +0000 (16:27 +0000)]
There is no maintainer atm.

21 years agoAdd dist target to makefile that will generate the file layout for
Wez Furlong [Sat, 6 Dec 2003 16:14:03 +0000 (16:14 +0000)]
Add dist target to makefile that will generate the file layout for
a win32 binary distro under build_dir/_dist_.
This isn't finalized yet, and you need Edin's distro template.

21 years agoFix ftp build when openssl is built as a shared extension.
Wez Furlong [Sat, 6 Dec 2003 16:12:10 +0000 (16:12 +0000)]
Fix ftp build when openssl is built as a shared extension.

21 years agoFix a problem resolving the php.ini path under win32 terminal services environment.
Wez Furlong [Sat, 6 Dec 2003 16:04:34 +0000 (16:04 +0000)]
Fix a problem resolving the php.ini path under win32 terminal services environment.
Remove config-file-path option from configure under win32; it is not used except to display what might have been chosen, so lets default to the getenv() thingy.

21 years agouse quotes if the user specifies a path, but don't otherwise (since we don't want...
Wez Furlong [Sat, 6 Dec 2003 15:16:17 +0000 (15:16 +0000)]
use quotes if the user specifies a path, but don't otherwise (since we don't want the getenv calls quoted).

21 years agoAdd missing iconv_close() call
Moriyoshi Koizumi [Sat, 6 Dec 2003 11:10:13 +0000 (11:10 +0000)]
Add missing iconv_close() call

21 years agofix proto
foobar [Sat, 6 Dec 2003 10:48:56 +0000 (10:48 +0000)]
fix proto

21 years agofix ipv6 stuff under vc6
Wez Furlong [Sat, 6 Dec 2003 10:32:35 +0000 (10:32 +0000)]
fix ipv6 stuff under vc6

21 years agobah
Wez Furlong [Sat, 6 Dec 2003 10:31:02 +0000 (10:31 +0000)]
bah

21 years agoforgot to have it delete the directory it creates
Greg Beaver [Sat, 6 Dec 2003 06:56:55 +0000 (06:56 +0000)]
forgot to have it delete the directory it creates

21 years agoupdate phpdoc comment
Greg Beaver [Sat, 6 Dec 2003 06:08:56 +0000 (06:08 +0000)]
update phpdoc comment

21 years agoadd todo for known issue that isn't yet critical but will be
Greg Beaver [Sat, 6 Dec 2003 06:06:50 +0000 (06:06 +0000)]
add todo for known issue that isn't yet critical but will be

21 years agonew test case - test invalid download conditions
Greg Beaver [Sat, 6 Dec 2003 06:05:04 +0000 (06:05 +0000)]
new test case - test invalid download conditions

TODO:
- tests for _processDependency

21 years agoimprove error message, it was both terrible grammar and unclear.
Greg Beaver [Sat, 6 Dec 2003 05:59:25 +0000 (05:59 +0000)]
improve error message, it was both terrible grammar and unclear.

21 years agofix error message - was printing an empty preferred state
Greg Beaver [Sat, 6 Dec 2003 05:35:52 +0000 (05:35 +0000)]
fix error message - was printing an empty preferred state

21 years agosimple fix for core bug #362 - raiseError() doesn't return a reference, why should...
Greg Beaver [Sat, 6 Dec 2003 02:00:33 +0000 (02:00 +0000)]
simple fix for core bug #362 - raiseError() doesn't return a reference, why should throwError()?

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

21 years agomake it build under win32
Wez Furlong [Sat, 6 Dec 2003 00:09:55 +0000 (00:09 +0000)]
make it build under win32

21 years agoDetect and enable IPv6 support under win32.
Wez Furlong [Sat, 6 Dec 2003 00:00:31 +0000 (00:00 +0000)]
Detect and enable IPv6 support under win32.
The ws2tcpip.h header links to IPv6 functions dynamically
and the generated binary will run on win98 and later.

21 years ago2003, not 2002.
Wez Furlong [Fri, 5 Dec 2003 23:13:57 +0000 (23:13 +0000)]
2003, not 2002.

21 years agoopenssl support for the new build
Wez Furlong [Fri, 5 Dec 2003 23:13:30 +0000 (23:13 +0000)]
openssl support for the new build

21 years agoMFB
Andrei Zmievski [Fri, 5 Dec 2003 22:02:48 +0000 (22:02 +0000)]
MFB

21 years agoFix the xsl warnings
Rob Richards [Fri, 5 Dec 2003 21:24:48 +0000 (21:24 +0000)]
Fix the xsl warnings

21 years agoTweak xml related build.
Wez Furlong [Fri, 5 Dec 2003 21:16:47 +0000 (21:16 +0000)]
Tweak xml related build.
Still some warnings for ext/xsl, but I'll leave that to someone else for now.

21 years agoProbable fix for #26534
Wez Furlong [Fri, 5 Dec 2003 20:25:14 +0000 (20:25 +0000)]
Probable fix for #26534

21 years agoUse Rob's static libxml+libiconv library; new build no longer
Wez Furlong [Fri, 5 Dec 2003 20:17:47 +0000 (20:17 +0000)]
Use Rob's static libxml+libiconv library; new build no longer
requires libxml2.dll or iconv.dll at runtime.
Since we have iconv built in, enable iconv extension by
default too.

21 years agoMove the echo off statement to the top of the file. This removes commens from the...
Frank M. Kromann [Fri, 5 Dec 2003 19:51:52 +0000 (19:51 +0000)]
Move the echo off statement to the top of the file. This removes commens from the final def file

21 years agolibxml2 and iconv export file
Rob Richards [Fri, 5 Dec 2003 19:26:05 +0000 (19:26 +0000)]
libxml2 and iconv export file

21 years agoA trivial implement for dos-like platforms
Moriyoshi Koizumi [Fri, 5 Dec 2003 18:39:04 +0000 (18:39 +0000)]
A trivial implement for dos-like platforms

21 years agoAdd regression test for iconv stream filters
Moriyoshi Koizumi [Fri, 5 Dec 2003 18:35:17 +0000 (18:35 +0000)]
Add regression test for iconv stream filters

21 years agodos line endings
Wez Furlong [Fri, 5 Dec 2003 17:46:04 +0000 (17:46 +0000)]
dos line endings

21 years agoconvert to DOS line endings to solve win98 issues
Wez Furlong [Fri, 5 Dec 2003 17:45:15 +0000 (17:45 +0000)]
convert to DOS line endings to solve win98 issues

21 years agorewrite
Wez Furlong [Fri, 5 Dec 2003 17:44:37 +0000 (17:44 +0000)]
rewrite

21 years ago- Remove two unneeded convert_to_string() (found by Marcus)
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

21 years agofix test
Christian Stocker [Fri, 5 Dec 2003 14:52:51 +0000 (14:52 +0000)]
fix test

21 years agofix unix build....
Wez Furlong [Fri, 5 Dec 2003 13:48:40 +0000 (13:48 +0000)]
fix unix build....

21 years agoAdd optional array argument to proc_open() to specify additional
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.

21 years agoMake these tests work under win32
Wez Furlong [Fri, 5 Dec 2003 13:42:04 +0000 (13:42 +0000)]
Make these tests work under win32

21 years agoBe smarter about which systems should register unix transports.
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

21 years agofix uninitialized variable
Wez Furlong [Fri, 5 Dec 2003 13:39:24 +0000 (13:39 +0000)]
fix uninitialized variable