]> granicus.if.org Git - php/log
php
21 years agowin32 buildconf now honours extension dependencies and will
Wez Furlong [Tue, 23 Dec 2003 01:54:07 +0000 (01:54 +0000)]
win32 buildconf now honours extension dependencies and will
try its best to ensure that the config.w32 files are amalgamated
in such a way that modules are processed before their dependents.

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

21 years agoUse a variable name so this actually works.
Frank M. Kromann [Tue, 23 Dec 2003 00:36:32 +0000 (00:36 +0000)]
Use a variable name so this actually works.

21 years agoFix build when both a path and the keyword shared is given
Frank M. Kromann [Tue, 23 Dec 2003 00:17:15 +0000 (00:17 +0000)]
Fix build when both a path and the keyword shared is given
Now works for both <path>,shared and shared,<path>

21 years agoTypos found by Petras Kudaras.
Marcus Boerger [Mon, 22 Dec 2003 23:45:53 +0000 (23:45 +0000)]
Typos found by Petras Kudaras.

21 years agoNo need for these trick when linking with a correct cclient.lib
Frank M. Kromann [Mon, 22 Dec 2003 23:30:20 +0000 (23:30 +0000)]
No need for these trick when linking with a correct cclient.lib

21 years agoFix test
Marcus Boerger [Mon, 22 Dec 2003 23:23:06 +0000 (23:23 +0000)]
Fix test

21 years agoPreserve casing
Marcus Boerger [Mon, 22 Dec 2003 23:17:17 +0000 (23:17 +0000)]
Preserve casing

21 years agoFix test
Marcus Boerger [Mon, 22 Dec 2003 23:15:34 +0000 (23:15 +0000)]
Fix test

21 years agoUpdate
Marcus Boerger [Mon, 22 Dec 2003 22:59:44 +0000 (22:59 +0000)]
Update

21 years agoAdd more tests
Marcus Boerger [Mon, 22 Dec 2003 22:53:48 +0000 (22:53 +0000)]
Add more tests

21 years agoFix tests now that class names are shown in correct casing
Marcus Boerger [Mon, 22 Dec 2003 22:50:02 +0000 (22:50 +0000)]
Fix tests now that class names are shown in correct casing

21 years agoDon't annoy people building snaps/dists using VC6
Wez Furlong [Mon, 22 Dec 2003 22:48:29 +0000 (22:48 +0000)]
Don't annoy people building snaps/dists using VC6

21 years agoAllow FrontBase to build against my local version of the headers
Wez Furlong [Mon, 22 Dec 2003 22:41:59 +0000 (22:41 +0000)]
Allow FrontBase to build against my local version of the headers

21 years agoProper header check for yaz.
Wez Furlong [Mon, 22 Dec 2003 22:39:57 +0000 (22:39 +0000)]
Proper header check for yaz.

21 years agoPreserve class name casing.
Marcus Boerger [Mon, 22 Dec 2003 22:34:28 +0000 (22:34 +0000)]
Preserve class name casing.

21 years agoBFN
Marcus Boerger [Mon, 22 Dec 2003 22:33:45 +0000 (22:33 +0000)]
BFN

21 years agoFor GD, build the extension as php_gd2.dll instead of php_gd.dll.
Wez Furlong [Mon, 22 Dec 2003 22:33:43 +0000 (22:33 +0000)]
For GD, build the extension as php_gd2.dll instead of php_gd.dll.
Thanks again Frank :-)

21 years agoIt seems that making the NewAPIs.h header globally visible causes
Wez Furlong [Mon, 22 Dec 2003 22:30:50 +0000 (22:30 +0000)]
It seems that making the NewAPIs.h header globally visible causes
problems when compiling the com_dotnet extension, so I'm moving
it to be visible only to the VCWD code.
Thanks Frank :-)

21 years agoFixed bug #26695 (Reflection API does not recognize mixed-case class hints)
Marcus Boerger [Mon, 22 Dec 2003 20:03:01 +0000 (20:03 +0000)]
Fixed bug #26695 (Reflection API does not recognize mixed-case class hints)
# The exception part

21 years agoConvert to windows line endings
Frank M. Kromann [Mon, 22 Dec 2003 18:23:39 +0000 (18:23 +0000)]
Convert to windows line endings

21 years agobeautifying :)
Georg Richter [Mon, 22 Dec 2003 17:00:54 +0000 (17:00 +0000)]
beautifying :)

21 years agofixed bug #26680
Georg Richter [Mon, 22 Dec 2003 16:56:14 +0000 (16:56 +0000)]
fixed bug #26680

21 years agorollback to previouos version
Rob Richards [Mon, 22 Dec 2003 16:49:54 +0000 (16:49 +0000)]
rollback to previouos version
bug #26690 fixed in libxml.c

21 years agoonly test url_stat in read mode
Rob Richards [Mon, 22 Dec 2003 16:46:26 +0000 (16:46 +0000)]
only test url_stat in read mode

21 years agoFixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers).
Ilia Alshanetsky [Mon, 22 Dec 2003 16:32:29 +0000 (16:32 +0000)]
Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers).

21 years agoFixed bug #26675 (Segfault on ArrayAccess use)
Marcus Boerger [Mon, 22 Dec 2003 16:27:14 +0000 (16:27 +0000)]
Fixed bug #26675 (Segfault on ArrayAccess use)
Update NEWS

21 years agoDefine INADDR_NONE for systems that don't have it (apparently solaris).
Ilia Alshanetsky [Mon, 22 Dec 2003 16:00:52 +0000 (16:00 +0000)]
Define INADDR_NONE for systems that don't have it (apparently solaris).

21 years agoMissing bit for bug #26625.
Ilia Alshanetsky [Mon, 22 Dec 2003 15:56:51 +0000 (15:56 +0000)]
Missing bit for bug #26625.

21 years agoVerify that new build system works with Pi3Web 2.0.2
Wez Furlong [Mon, 22 Dec 2003 15:32:11 +0000 (15:32 +0000)]
Verify that new build system works with Pi3Web 2.0.2

21 years agoFix bug #26692; Could not find GetLongPathNameA under NT4.
Wez Furlong [Mon, 22 Dec 2003 15:01:05 +0000 (15:01 +0000)]
Fix bug #26692; Could not find GetLongPathNameA under NT4.
This fix relies on you having the Platform SDK headers.
Using the new build system, the NewAPIs.h header will be detected
automatically, however, for people building using .dsp files,
you will need to add /DHAVE_NEWAPIS_H=1 to the TSRM project
if you have those newer headers.

21 years agoAdd dependencies for these extensions
Wez Furlong [Mon, 22 Dec 2003 13:16:43 +0000 (13:16 +0000)]
Add dependencies for these extensions

21 years agoAdd --enable-snapshot-build configure option for win32 build.
Wez Furlong [Mon, 22 Dec 2003 13:13:39 +0000 (13:13 +0000)]
Add --enable-snapshot-build configure option for win32 build.
Using it will attempt to switch on any configure options that
were left to their default value of "no".

Add a "snap" target to the makefile which will run a sub-process
to make each SAPI and EXT independently, so that the whole process
does not bail out if a particular extension is broken.

Add a way to specify dependencies between extensions in the
config.w32 files so that the makefile will include appropriate rules
and linkage.

21 years agoexport these symbols for use by SPL as a shared extension
Wez Furlong [Mon, 22 Dec 2003 13:09:15 +0000 (13:09 +0000)]
export these symbols for use by SPL as a shared extension

21 years agoadd win32 configure option for CLI to switch on CRT heap debugging
Wez Furlong [Mon, 22 Dec 2003 13:08:04 +0000 (13:08 +0000)]
add win32 configure option for CLI to switch on CRT heap debugging

21 years agoCorrecting the description field.
Jon Parise [Mon, 22 Dec 2003 06:19:01 +0000 (06:19 +0000)]
Correcting the description field.

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

21 years ago- Fix multibyte handling errors in iconv_mime_encode() when quoted-printable
Moriyoshi Koizumi [Mon, 22 Dec 2003 01:30:00 +0000 (01:30 +0000)]
- Fix multibyte handling errors in iconv_mime_encode() when quoted-printable
  encoding scheme is used.
- Fix segfault that occurs in iconv_mime_encode() when input_charset or
  output_charset parameter is not specified in the associative array.

21 years ago- Fix version number so that people are not mistaking our development
Derick Rethans [Sun, 21 Dec 2003 18:57:59 +0000 (18:57 +0000)]
- Fix version number so that people are not mistaking our development
  version for RC1.

21 years agoCorrected argument parsing.
Ilia Alshanetsky [Sun, 21 Dec 2003 18:46:15 +0000 (18:46 +0000)]
Corrected argument parsing.

21 years agoB3 here we go (away)
Zeev Suraski [Sun, 21 Dec 2003 18:30:57 +0000 (18:30 +0000)]
B3 here we go (away)

21 years agoUpdate date
Zeev Suraski [Sun, 21 Dec 2003 18:30:31 +0000 (18:30 +0000)]
Update date

21 years agoB3 here we come
Zeev Suraski [Sun, 21 Dec 2003 18:26:29 +0000 (18:26 +0000)]
B3 here we come

21 years agoCompiler warning fixes.
Ilia Alshanetsky [Sun, 21 Dec 2003 18:22:14 +0000 (18:22 +0000)]
Compiler warning fixes.

21 years agoFixed uninitialized usage of mdtype when unknown signature algorithm is
Ilia Alshanetsky [Sun, 21 Dec 2003 18:17:20 +0000 (18:17 +0000)]
Fixed uninitialized usage of mdtype when unknown signature algorithm is
found.

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

21 years ago- Make the world a better place.
Andi Gutmans [Sat, 20 Dec 2003 21:27:49 +0000 (21:27 +0000)]
- Make the world a better place.
- Will roll b3 tomorrow.

21 years agoMFB fix for #25597
Wez Furlong [Sat, 20 Dec 2003 20:25:55 +0000 (20:25 +0000)]
MFB fix for #25597

21 years agonew win32 build tweaks
Wez Furlong [Sat, 20 Dec 2003 01:44:53 +0000 (01:44 +0000)]
new win32 build tweaks

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

21 years agoForgot to add embed config.w32, and tweak version resource when CREDITS file is missing.
Wez Furlong [Fri, 19 Dec 2003 23:19:19 +0000 (23:19 +0000)]
Forgot to add embed config.w32, and tweak version resource when CREDITS file is missing.

21 years agoExport flock for win32
Wez Furlong [Fri, 19 Dec 2003 23:18:14 +0000 (23:18 +0000)]
Export flock for win32

21 years agoMore things for the new build system.
Wez Furlong [Fri, 19 Dec 2003 20:39:04 +0000 (20:39 +0000)]
More things for the new build system.
Pi3Web and aolserver build untested (no headers and libs for those here)

21 years agoMake apache2handler build with new build system.
Wez Furlong [Fri, 19 Dec 2003 18:28:56 +0000 (18:28 +0000)]
Make apache2handler build with new build system.
Perhaps also make it build with .dsp system too...

21 years agoMoved ext/notes to PECL.
Wez Furlong [Fri, 19 Dec 2003 17:13:20 +0000 (17:13 +0000)]
Moved ext/notes to PECL.
(win32 only, and doesn't build on snaps.php.net)

21 years agoadd tests to HEAD
Antony Dovgal [Fri, 19 Dec 2003 17:03:12 +0000 (17:03 +0000)]
add tests to HEAD

21 years agoMake these build with new win32 build system.
Wez Furlong [Fri, 19 Dec 2003 17:00:14 +0000 (17:00 +0000)]
Make these build with new win32 build system.

21 years agoMake xmlrpc build using our expat compat functions.
Wez Furlong [Fri, 19 Dec 2003 16:59:37 +0000 (16:59 +0000)]
Make xmlrpc build using our expat compat functions.
Would be good if someone could verify that it actually
works in this configuration.

21 years agoadd config.w32 for ext/yaz
Wez Furlong [Fri, 19 Dec 2003 16:59:09 +0000 (16:59 +0000)]
add config.w32 for ext/yaz
Edin: we need to update the yaz stuff in php-win32-dev
so that this extension will build.

21 years agoExport expat compat functions.
Wez Furlong [Fri, 19 Dec 2003 16:57:36 +0000 (16:57 +0000)]
Export expat compat functions.
"Implement" XML_GetCurrentByteCount(); probably not 100%
correct, but the only usage of it is by xmlrpc extension when
reporting an error; it should be safe.

21 years agodon't overwrite internal_functions.c if the content did not change;
Wez Furlong [Fri, 19 Dec 2003 16:55:59 +0000 (16:55 +0000)]
don't overwrite internal_functions.c if the content did not change;
this saves re-linking php*.dll when you add shared extensions to
your config.

21 years ago- Test commit
Derick Rethans [Fri, 19 Dec 2003 15:29:34 +0000 (15:29 +0000)]
- Test commit

21 years ago- Test 3
Derick Rethans [Fri, 19 Dec 2003 15:26:47 +0000 (15:26 +0000)]
- Test 3

21 years ago- test 2
Derick Rethans [Fri, 19 Dec 2003 15:22:43 +0000 (15:22 +0000)]
- test 2

21 years agoUsing INI section.
Dmitry Stogov [Fri, 19 Dec 2003 15:09:40 +0000 (15:09 +0000)]
Using INI section.

21 years agoNew tests for memory leaks
Dmitry Stogov [Fri, 19 Dec 2003 15:08:56 +0000 (15:08 +0000)]
New tests for memory leaks

21 years agomake these build with new win32 build system.
Wez Furlong [Fri, 19 Dec 2003 15:04:31 +0000 (15:04 +0000)]
make these build with new win32 build system.
mcve untested (I don't have those libs/headers)

21 years ago- Test new commit info file
Derick Rethans [Fri, 19 Dec 2003 15:02:15 +0000 (15:02 +0000)]
- Test new commit info file

21 years ago- Nuke another rule (thanks to Jan for noticing this)
Andi Gutmans [Fri, 19 Dec 2003 14:39:17 +0000 (14:39 +0000)]
- Nuke another rule (thanks to Jan for noticing this)

21 years agoFixed memory leak in tidy_getopt() when fetching string values.
Ilia Alshanetsky [Fri, 19 Dec 2003 14:24:59 +0000 (14:24 +0000)]
Fixed memory leak in tidy_getopt() when fetching string values.
Removed unnecessary check in tidy_diagnose().

21 years agoFixed tidy tests.
Ilia Alshanetsky [Fri, 19 Dec 2003 14:24:04 +0000 (14:24 +0000)]
Fixed tidy tests.

21 years agoBug #25547 (error_handler and array index with function call) was fixed
Dmitry Stogov [Fri, 19 Dec 2003 14:08:22 +0000 (14:08 +0000)]
Bug #25547 (error_handler and array index with function call) was fixed
tests/lang/bug25547.phpt

21 years ago - restructured phpize
Jan Lehnardt [Fri, 19 Dec 2003 14:01:24 +0000 (14:01 +0000)]
 - restructured phpize
 - added -v and --version to print out API numbers
 - discussed with Jani and Andi

21 years ago- date==today()
Pierre Joye [Fri, 19 Dec 2003 13:56:11 +0000 (13:56 +0000)]
- date==today()

21 years agoCheck correction (Thanks Andi).
Ilia Alshanetsky [Fri, 19 Dec 2003 13:49:59 +0000 (13:49 +0000)]
Check correction (Thanks Andi).

21 years ago- prepare 1.3b5
Pierre Joye [Fri, 19 Dec 2003 13:39:40 +0000 (13:39 +0000)]
- prepare 1.3b5

21 years ago- Update date
Andi Gutmans [Fri, 19 Dec 2003 13:37:39 +0000 (13:37 +0000)]
- Update date

21 years ago- Prepare for RC2
Andi Gutmans [Fri, 19 Dec 2003 13:36:38 +0000 (13:36 +0000)]
- Prepare for RC2

21 years ago- Nuke unused code
Andi Gutmans [Fri, 19 Dec 2003 13:35:42 +0000 (13:35 +0000)]
- Nuke unused code

21 years agoFixed bug #26667 (Added safety checks to ip2long()).
Ilia Alshanetsky [Fri, 19 Dec 2003 13:33:51 +0000 (13:33 +0000)]
Fixed bug #26667 (Added safety checks to ip2long()).

21 years agodon't enable by default; causes simplexml build to fail
Wez Furlong [Fri, 19 Dec 2003 13:02:57 +0000 (13:02 +0000)]
don't enable by default; causes simplexml build to fail

21 years agowe only use zlib.lib
Wez Furlong [Fri, 19 Dec 2003 12:54:49 +0000 (12:54 +0000)]
we only use zlib.lib

21 years agodetect c-client headers correctly using Edin's php-win32-dev layout
Wez Furlong [Fri, 19 Dec 2003 12:53:41 +0000 (12:53 +0000)]
detect c-client headers correctly using Edin's php-win32-dev layout

21 years agocopy-n-paste error
Wez Furlong [Fri, 19 Dec 2003 12:52:39 +0000 (12:52 +0000)]
copy-n-paste error

21 years agoExplicitly depend on oleaut32.lib
Wez Furlong [Fri, 19 Dec 2003 12:52:08 +0000 (12:52 +0000)]
Explicitly depend on oleaut32.lib

21 years ago"Real" cvsclean, works as the unix version does
Wez Furlong [Fri, 19 Dec 2003 12:51:19 +0000 (12:51 +0000)]
"Real" cvsclean, works as the unix version does

21 years agoRefinements for new build system:
Wez Furlong [Fri, 19 Dec 2003 12:50:11 +0000 (12:50 +0000)]
Refinements for new build system:
- Add major + minor version to .dll and .exe headers during linking
- Handle pecl build dir correctly when pecl is a sibling of php-src
- try and guess where your cygwin utils are installed (if you have them)
  so that we can detect bison, flex etc.
- other little refinements

21 years agothis should be an int
Wez Furlong [Fri, 19 Dec 2003 12:44:22 +0000 (12:44 +0000)]
this should be an int

21 years agoadd prototype
Wez Furlong [Fri, 19 Dec 2003 12:43:39 +0000 (12:43 +0000)]
add prototype

21 years agoignore .tmp files created by tests
Wez Furlong [Fri, 19 Dec 2003 12:42:59 +0000 (12:42 +0000)]
ignore .tmp files created by tests

21 years agobe slightly nicer when defining R_OK
Wez Furlong [Fri, 19 Dec 2003 12:41:24 +0000 (12:41 +0000)]
be slightly nicer when defining R_OK

21 years agoMemory limit overflow was fixed
Dmitry Stogov [Fri, 19 Dec 2003 11:29:27 +0000 (11:29 +0000)]
Memory limit overflow was fixed

21 years agoError reporting on unset string offset was added (Bug #24773 Zend/tests/bug24773...
Dmitry Stogov [Fri, 19 Dec 2003 11:26:52 +0000 (11:26 +0000)]
Error reporting on unset string offset was added (Bug #24773 Zend/tests/bug24773.phpt)

21 years agoAssign_op operators (+=) were fixed for elements of overloaded objects
Dmitry Stogov [Fri, 19 Dec 2003 11:22:13 +0000 (11:22 +0000)]
Assign_op operators (+=) were fixed for elements of overloaded objects

21 years agoFix test
Marcus Boerger [Fri, 19 Dec 2003 10:23:05 +0000 (10:23 +0000)]
Fix test

21 years agoAdd test for foreach visibility
Marcus Boerger [Fri, 19 Dec 2003 10:16:08 +0000 (10:16 +0000)]
Add test for foreach visibility

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

21 years ago- Nuke C++ comment
Andi Gutmans [Thu, 18 Dec 2003 23:30:22 +0000 (23:30 +0000)]
- Nuke C++ comment

21 years ago- Revert patch 1.566
Andi Gutmans [Thu, 18 Dec 2003 23:28:15 +0000 (23:28 +0000)]
- Revert patch 1.566

21 years agotest case for array_sum
Andrey Hristov [Thu, 18 Dec 2003 22:12:29 +0000 (22:12 +0000)]
test case for array_sum