]>
granicus.if.org Git - php/log
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.
Wez Furlong [Mon, 22 Dec 2003 13:16:43 +0000 (13:16 +0000)]
Add dependencies for these extensions
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.
Wez Furlong [Mon, 22 Dec 2003 13:09:15 +0000 (13:09 +0000)]
export these symbols for use by SPL as a shared extension
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
Jon Parise [Mon, 22 Dec 2003 06:19:01 +0000 (06:19 +0000)]
Correcting the description field.
<changelog@php.net> [Mon, 22 Dec 2003 01:31:56 +0000 (01:31 +0000)]
ChangeLog update
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.
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.
Ilia Alshanetsky [Sun, 21 Dec 2003 18:46:15 +0000 (18:46 +0000)]
Corrected argument parsing.
Zeev Suraski [Sun, 21 Dec 2003 18:30:57 +0000 (18:30 +0000)]
B3 here we go (away)
Zeev Suraski [Sun, 21 Dec 2003 18:30:31 +0000 (18:30 +0000)]
Update date
Zeev Suraski [Sun, 21 Dec 2003 18:26:29 +0000 (18:26 +0000)]
B3 here we come
Ilia Alshanetsky [Sun, 21 Dec 2003 18:22:14 +0000 (18:22 +0000)]
Compiler warning fixes.
Ilia Alshanetsky [Sun, 21 Dec 2003 18:17:20 +0000 (18:17 +0000)]
Fixed uninitialized usage of mdtype when unknown signature algorithm is
found.
<changelog@php.net> [Sun, 21 Dec 2003 01:31:46 +0000 (01:31 +0000)]
ChangeLog update
Andi Gutmans [Sat, 20 Dec 2003 21:27:49 +0000 (21:27 +0000)]
- Make the world a better place.
- Will roll b3 tomorrow.
Wez Furlong [Sat, 20 Dec 2003 20:25:55 +0000 (20:25 +0000)]
MFB fix for #25597
Wez Furlong [Sat, 20 Dec 2003 01:44:53 +0000 (01:44 +0000)]
new win32 build tweaks
<changelog@php.net> [Sat, 20 Dec 2003 01:31:55 +0000 (01:31 +0000)]
ChangeLog update
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.
Wez Furlong [Fri, 19 Dec 2003 23:18:14 +0000 (23:18 +0000)]
Export flock for win32
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)
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...
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)
Antony Dovgal [Fri, 19 Dec 2003 17:03:12 +0000 (17:03 +0000)]
add tests to HEAD
Wez Furlong [Fri, 19 Dec 2003 17:00:14 +0000 (17:00 +0000)]
Make these build with new win32 build system.
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.
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.
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.
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.
Derick Rethans [Fri, 19 Dec 2003 15:29:34 +0000 (15:29 +0000)]
- Test commit
Derick Rethans [Fri, 19 Dec 2003 15:26:47 +0000 (15:26 +0000)]
- Test 3
Derick Rethans [Fri, 19 Dec 2003 15:22:43 +0000 (15:22 +0000)]
- test 2
Dmitry Stogov [Fri, 19 Dec 2003 15:09:40 +0000 (15:09 +0000)]
Using INI section.
Dmitry Stogov [Fri, 19 Dec 2003 15:08:56 +0000 (15:08 +0000)]
New tests for memory leaks
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)
Derick Rethans [Fri, 19 Dec 2003 15:02:15 +0000 (15:02 +0000)]
- Test new commit info file
Andi Gutmans [Fri, 19 Dec 2003 14:39:17 +0000 (14:39 +0000)]
- Nuke another rule (thanks to Jan for noticing this)
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().
Ilia Alshanetsky [Fri, 19 Dec 2003 14:24:04 +0000 (14:24 +0000)]
Fixed tidy tests.
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
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
Pierre Joye [Fri, 19 Dec 2003 13:56:11 +0000 (13:56 +0000)]
- date==today()
Ilia Alshanetsky [Fri, 19 Dec 2003 13:49:59 +0000 (13:49 +0000)]
Check correction (Thanks Andi).
Pierre Joye [Fri, 19 Dec 2003 13:39:40 +0000 (13:39 +0000)]
- prepare 1.3b5
Andi Gutmans [Fri, 19 Dec 2003 13:37:39 +0000 (13:37 +0000)]
- Update date
Andi Gutmans [Fri, 19 Dec 2003 13:36:38 +0000 (13:36 +0000)]
- Prepare for RC2
Andi Gutmans [Fri, 19 Dec 2003 13:35:42 +0000 (13:35 +0000)]
- Nuke unused code
Ilia Alshanetsky [Fri, 19 Dec 2003 13:33:51 +0000 (13:33 +0000)]
Fixed bug #26667 (Added safety checks to ip2long()).
Wez Furlong [Fri, 19 Dec 2003 13:02:57 +0000 (13:02 +0000)]
don't enable by default; causes simplexml build to fail
Wez Furlong [Fri, 19 Dec 2003 12:54:49 +0000 (12:54 +0000)]
we only use zlib.lib
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
Wez Furlong [Fri, 19 Dec 2003 12:52:39 +0000 (12:52 +0000)]
copy-n-paste error
Wez Furlong [Fri, 19 Dec 2003 12:52:08 +0000 (12:52 +0000)]
Explicitly depend on oleaut32.lib
Wez Furlong [Fri, 19 Dec 2003 12:51:19 +0000 (12:51 +0000)]
"Real" cvsclean, works as the unix version does
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
Wez Furlong [Fri, 19 Dec 2003 12:44:22 +0000 (12:44 +0000)]
this should be an int
Wez Furlong [Fri, 19 Dec 2003 12:43:39 +0000 (12:43 +0000)]
add prototype
Wez Furlong [Fri, 19 Dec 2003 12:42:59 +0000 (12:42 +0000)]
ignore .tmp files created by tests
Wez Furlong [Fri, 19 Dec 2003 12:41:24 +0000 (12:41 +0000)]
be slightly nicer when defining R_OK
Dmitry Stogov [Fri, 19 Dec 2003 11:29:27 +0000 (11:29 +0000)]
Memory limit overflow was fixed
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)
Dmitry Stogov [Fri, 19 Dec 2003 11:22:13 +0000 (11:22 +0000)]
Assign_op operators (+=) were fixed for elements of overloaded objects
Marcus Boerger [Fri, 19 Dec 2003 10:23:05 +0000 (10:23 +0000)]
Fix test
Marcus Boerger [Fri, 19 Dec 2003 10:16:08 +0000 (10:16 +0000)]
Add test for foreach visibility
<changelog@php.net> [Fri, 19 Dec 2003 01:31:43 +0000 (01:31 +0000)]
ChangeLog update
Andi Gutmans [Thu, 18 Dec 2003 23:30:22 +0000 (23:30 +0000)]
- Nuke C++ comment
Andi Gutmans [Thu, 18 Dec 2003 23:28:15 +0000 (23:28 +0000)]
- Revert patch 1.566
Andrey Hristov [Thu, 18 Dec 2003 22:12:29 +0000 (22:12 +0000)]
test case for array_sum
Stig Bakken [Thu, 18 Dec 2003 22:09:17 +0000 (22:09 +0000)]
* PHP 4 fix for the E_STRICT check
Ilia Alshanetsky [Thu, 18 Dec 2003 21:28:00 +0000 (21:28 +0000)]
Added sqlite_fetch_column_types() function.
Marcus Boerger [Thu, 18 Dec 2003 20:32:39 +0000 (20:32 +0000)]
Add this file too
Marcus Boerger [Thu, 18 Dec 2003 20:25:21 +0000 (20:25 +0000)]
dded qdbm handler (http://qdbm.sourceforge.net).
Marcus Boerger [Thu, 18 Dec 2003 20:14:15 +0000 (20:14 +0000)]
Centralize ability to drop APPEND flag. This probably fixes some ini file
issues.
Marcus Boerger [Thu, 18 Dec 2003 20:10:24 +0000 (20:10 +0000)]
Improve dba tests: check in both modes external and database locking.
Marcus Boerger [Thu, 18 Dec 2003 20:07:30 +0000 (20:07 +0000)]
Fixed bug #24837 Incorrect behaviour of PPP using foreach.
foobar [Thu, 18 Dec 2003 19:59:58 +0000 (19:59 +0000)]
ws & cs
Moriyoshi Koizumi [Thu, 18 Dec 2003 19:54:28 +0000 (19:54 +0000)]
"a"
Greg Beaver [Thu, 18 Dec 2003 18:09:13 +0000 (18:09 +0000)]
fix #449: XML_SVG and VFS fail to install properly using PEAR command
fix #455: PEAR_Downloader does not set $ui
Greg Beaver [Thu, 18 Dec 2003 17:48:54 +0000 (17:48 +0000)]
remove retarded use of numbers (REALLY bad idea) for error handling, add check for E_STRICT and ignore all of those errors
Marcus Boerger [Thu, 18 Dec 2003 13:35:39 +0000 (13:35 +0000)]
Update tests to see where they fail now exactly
Dmitry Stogov [Thu, 18 Dec 2003 13:28:00 +0000 (13:28 +0000)]
two new methods were added
$node->count($subnode_name) - returns count of subnodes with specified name
$node->attributes() - returns array of attributes
Wez Furlong [Thu, 18 Dec 2003 11:32:19 +0000 (11:32 +0000)]
make it totally safe again
Wez Furlong [Thu, 18 Dec 2003 11:26:00 +0000 (11:26 +0000)]
Counteract brain-death in Apache headers
(they #define strtoul to something that will break compilation,
and it successfully breaks the win32 IPv6 headers)
Wez Furlong [Thu, 18 Dec 2003 11:23:21 +0000 (11:23 +0000)]
Fix use of the CorRuntimeHost; once it has been stopped for a process, it cannot be restarted, so we keep it alive for the duration of the process, and instead close down the application domain in
request shutdown.
Wez Furlong [Thu, 18 Dec 2003 11:20:19 +0000 (11:20 +0000)]
ZTS build and speling fix
Wez Furlong [Thu, 18 Dec 2003 11:18:51 +0000 (11:18 +0000)]
add news about tidy
Wez Furlong [Thu, 18 Dec 2003 11:16:16 +0000 (11:16 +0000)]
make sure this is initialized to NULL as we don't check the return
value of the FormatMessage function; we could end up using a stale
pointer.
Marcus Boerger [Thu, 18 Dec 2003 11:05:20 +0000 (11:05 +0000)]
Leak for b3 and find a better solution until RC1
Moriyoshi Koizumi [Thu, 18 Dec 2003 09:50:20 +0000 (09:50 +0000)]
Fix bug #26639 (mb_convert_variables() clutters variables beyond the references)
Rasmus Lerdorf [Thu, 18 Dec 2003 08:17:45 +0000 (08:17 +0000)]
Fix remaining gd build issue
John Coggeshall [Thu, 18 Dec 2003 02:06:00 +0000 (02:06 +0000)]
Adding the tidy.default_config and tidy.clean_output options to the .ini
files
<changelog@php.net> [Thu, 18 Dec 2003 01:32:36 +0000 (01:32 +0000)]
ChangeLog update
Rasmus Lerdorf [Wed, 17 Dec 2003 22:47:02 +0000 (22:47 +0000)]
MFB compile fix
Andrey Hristov [Wed, 17 Dec 2003 22:21:05 +0000 (22:21 +0000)]
proto fix
Andrey Hristov [Wed, 17 Dec 2003 22:17:15 +0000 (22:17 +0000)]
entry for microtime()'s new clothes
Marcus Boerger [Wed, 17 Dec 2003 22:14:59 +0000 (22:14 +0000)]
Add new test
Andi Gutmans [Wed, 17 Dec 2003 22:13:57 +0000 (22:13 +0000)]
- Update NEWS for tomorrow morning so that I don't forget when I'm sleepy
Andrey Hristov [Wed, 17 Dec 2003 22:03:33 +0000 (22:03 +0000)]
Added optional parameter to microtime so now it can return float if it
the user wants. This prevents from getting string representation exploding
it and then creating a float.