]> granicus.if.org Git - php/log
php
21 years agoBugfix #25335
Marcus Boerger [Sun, 14 Sep 2003 19:56:37 +0000 (19:56 +0000)]
Bugfix #25335

21 years agoadding replacements section for _installFile()
Greg Beaver [Sun, 14 Sep 2003 19:53:37 +0000 (19:53 +0000)]
adding replacements section for _installFile()

21 years agoCommit 64-bit fixes to the standard operators
Zeev Suraski [Sun, 14 Sep 2003 17:37:01 +0000 (17:37 +0000)]
Commit 64-bit fixes to the standard operators
by Ard Biesheuvel (abies@php.net)

21 years agoRemove this (part from another patch)
Marcus Boerger [Sun, 14 Sep 2003 09:54:19 +0000 (09:54 +0000)]
Remove this (part from another patch)

21 years agoAdd length modifier L
Marcus Boerger [Sun, 14 Sep 2003 09:50:36 +0000 (09:50 +0000)]
Add length modifier L

21 years ago- Add length modifiers(ll, j, t, h, hh)
Marcus Boerger [Sun, 14 Sep 2003 09:12:54 +0000 (09:12 +0000)]
- Add length modifiers(ll, j, t, h, hh)
# Still missing formats (%a, %A)
# Still missing modifier (l) in (%lc, %ls)
# Still missing modifier (L) in (%La, %LA, %Le, %LE, %Lf, %LF, %Lg, %LG)
# C99 requires any conversion to be able to produce at least 4095
# characters. Implementation only allows less then 512.
#
# Only inside ext/mbstring etc. we could use %lc and %ls. And none of the
# rest should affect us until we stay with double and avoid long double.

21 years agonew test for _installFile() - not yet complete, but what's there works
Greg Beaver [Sun, 14 Sep 2003 04:24:21 +0000 (04:24 +0000)]
new test for _installFile() - not yet complete, but what's there works

21 years agosimplify test, split into two
Greg Beaver [Sun, 14 Sep 2003 04:24:05 +0000 (04:24 +0000)]
simplify test, split into two

21 years agoBugfix #25528 (by Ard Biesheuvel)
Marcus Boerger [Sun, 14 Sep 2003 01:20:25 +0000 (01:20 +0000)]
Bugfix #25528 (by Ard Biesheuvel)

21 years agoMoved things around and added some #ifdefs so that the extension can be used
John Coggeshall [Sun, 14 Sep 2003 00:45:51 +0000 (00:45 +0000)]
Moved things around and added some #ifdefs so that the extension can be used
in PHP 4 (without the ZE2 tree parsing).

21 years agoChangeLog update
<changelog@php.net> [Sun, 14 Sep 2003 00:31:51 +0000 (00:31 +0000)]
ChangeLog update

21 years agoShow the whole message when in debug mode
Marcus Boerger [Sat, 13 Sep 2003 19:56:38 +0000 (19:56 +0000)]
Show the whole message when in debug mode

21 years agoWS
Ard Biesheuvel [Sat, 13 Sep 2003 19:49:50 +0000 (19:49 +0000)]
WS

21 years agoPointer size fix
Ard Biesheuvel [Sat, 13 Sep 2003 19:43:39 +0000 (19:43 +0000)]
Pointer size fix

21 years agoFix Bug #25525 ldap_explode_dn crashes when passed invalid params.
Sara Golemon [Sat, 13 Sep 2003 17:31:07 +0000 (17:31 +0000)]
Fix Bug #25525 ldap_explode_dn crashes when passed invalid params.

21 years agoFix warnings
Marcus Boerger [Sat, 13 Sep 2003 16:49:50 +0000 (16:49 +0000)]
Fix warnings

21 years ago- Fix %p to prepend '0x' as suggested by C99.
Marcus Boerger [Sat, 13 Sep 2003 16:49:24 +0000 (16:49 +0000)]
- Fix %p to prepend '0x' as suggested by C99.
- Add 'z' prefix.
# Now you can use '%zd' in [v]spprintf() and everything that utilizes it
# like error messages BUT you still cannot rely on it in [v]s[n]printf()
# calls.

21 years agoFixed for 64bit archs
Ard Biesheuvel [Sat, 13 Sep 2003 15:27:09 +0000 (15:27 +0000)]
Fixed for 64bit archs

21 years agoMake use of dedicated macro
Marcus Boerger [Sat, 13 Sep 2003 10:31:06 +0000 (10:31 +0000)]
Make use of dedicated macro

21 years agoChangeLog update
<changelog@php.net> [Sat, 13 Sep 2003 00:32:17 +0000 (00:32 +0000)]
ChangeLog update

21 years agoPointer size fix
Ard Biesheuvel [Fri, 12 Sep 2003 21:02:43 +0000 (21:02 +0000)]
Pointer size fix

21 years ago- Change email
Marcus Boerger [Fri, 12 Sep 2003 13:31:23 +0000 (13:31 +0000)]
- Change email
- Fix warnings

21 years ago- Fixed bug #25504 (pcre_match_all() crashes when passed only 2 parameters)
foobar [Fri, 12 Sep 2003 01:31:54 +0000 (01:31 +0000)]
- Fixed bug #25504 (pcre_match_all() crashes when passed only 2 parameters)

21 years agoChangeLog update
<changelog@php.net> [Fri, 12 Sep 2003 00:32:10 +0000 (00:32 +0000)]
ChangeLog update

21 years ago- Fixed bug #25483 (ext/informix: bogus -469 error from ifx_query())
foobar [Thu, 11 Sep 2003 23:49:26 +0000 (23:49 +0000)]
- Fixed bug #25483 (ext/informix: bogus -469 error from ifx_query())

21 years agoRevert f**kup CR/LF endings
Ard Biesheuvel [Thu, 11 Sep 2003 23:11:18 +0000 (23:11 +0000)]
Revert f**kup CR/LF endings

21 years agoAdd client library info to phpinfo() function
Ard Biesheuvel [Thu, 11 Sep 2003 23:08:48 +0000 (23:08 +0000)]
Add client library info to phpinfo() function
Small inter-op fix for IB6

21 years agoFixed bug #25494 (array_merge allowing "false" as argument (silent when
Jay Smith [Thu, 11 Sep 2003 17:40:18 +0000 (17:40 +0000)]
Fixed bug #25494 (array_merge allowing "false" as argument (silent when
non-array is passed))
# 4.3 throws E_NOTICEs, 5 errors out on non-array args as per Ilia's
# suggestion.

21 years agoadd test
Stanislav Malyshev [Thu, 11 Sep 2003 17:07:43 +0000 (17:07 +0000)]
add test

21 years agows
Stanislav Malyshev [Thu, 11 Sep 2003 17:06:53 +0000 (17:06 +0000)]
ws

21 years agoUse scope from method, not from object
Stanislav Malyshev [Thu, 11 Sep 2003 17:04:26 +0000 (17:04 +0000)]
Use scope from method, not from object

21 years agoverified unit test pear2.phpt works with changes, removing old code
Greg Beaver [Thu, 11 Sep 2003 16:45:03 +0000 (16:45 +0000)]
verified unit test pear2.phpt works with changes, removing old code

21 years ago- Fixed bug #25463 (ext/cpdf: compile failure with bundled GD)
foobar [Thu, 11 Sep 2003 15:25:45 +0000 (15:25 +0000)]
- Fixed bug #25463 (ext/cpdf: compile failure with bundled GD)

21 years ago"pear -v install" is now more usefull
Tomas V.V.Cox [Thu, 11 Sep 2003 14:57:10 +0000 (14:57 +0000)]
"pear -v install" is now more usefull

21 years agoBe more nice when downloading files
Tomas V.V.Cox [Thu, 11 Sep 2003 14:47:03 +0000 (14:47 +0000)]
Be more nice when downloading files

21 years agoFix bug of download tries when a local file is given
Tomas V.V.Cox [Thu, 11 Sep 2003 13:36:59 +0000 (13:36 +0000)]
Fix bug of download tries when a local file is given
to install

21 years agomissed one segment to comment out
Greg Beaver [Thu, 11 Sep 2003 13:21:07 +0000 (13:21 +0000)]
missed one segment to comment out

21 years agouse is_callable() - what a great function!
Greg Beaver [Thu, 11 Sep 2003 13:16:13 +0000 (13:16 +0000)]
use is_callable() - what a great function!

21 years agoUse type instead of constant
Marcus Boerger [Thu, 11 Sep 2003 10:26:47 +0000 (10:26 +0000)]
Use type instead of constant

21 years agoChanged unsigned ISC_LONG to ISC_LONG
Ard Biesheuvel [Thu, 11 Sep 2003 08:50:30 +0000 (08:50 +0000)]
Changed unsigned ISC_LONG to ISC_LONG
# Build fix for FB 1.5

21 years agoFixed bug #25316 (Possible infinite loop inside _php_stream_write()).
Ilia Alshanetsky [Thu, 11 Sep 2003 05:07:26 +0000 (05:07 +0000)]
Fixed bug #25316 (Possible infinite loop inside _php_stream_write()).

21 years agoCleanup r1.76 patch
Ilia Alshanetsky [Thu, 11 Sep 2003 04:46:10 +0000 (04:46 +0000)]
Cleanup r1.76 patch

21 years agocheck for FDFErcNoValue was in the wrong execution path,
Hartmut Holzgraefe [Thu, 11 Sep 2003 00:47:32 +0000 (00:47 +0000)]
check for FDFErcNoValue was in the wrong execution path,
should always be treated as 'no error' (should finally fix #22803)

21 years agoChangeLog update
<changelog@php.net> [Thu, 11 Sep 2003 00:37:42 +0000 (00:37 +0000)]
ChangeLog update

21 years agoFix for bug #23488 zlib.output_compression overrides vary header.
Stefan Roehrich [Wed, 10 Sep 2003 08:47:37 +0000 (08:47 +0000)]
Fix for bug #23488 zlib.output_compression overrides vary header.
It was already fixed for ob_gzhandler (#24827).

21 years agophpdoc correction (kind of serious error :)
Greg Beaver [Wed, 10 Sep 2003 01:40:48 +0000 (01:40 +0000)]
phpdoc correction (kind of serious error :)

21 years agoCleanup previous patch.
Ilia Alshanetsky [Wed, 10 Sep 2003 01:07:01 +0000 (01:07 +0000)]
Cleanup previous patch.

21 years agoFixed bug #25429 (fix copying of stdin using copy() function)
Ilia Alshanetsky [Wed, 10 Sep 2003 00:58:12 +0000 (00:58 +0000)]
Fixed bug #25429 (fix copying of stdin using copy() function)

21 years agoChangeLog update
<changelog@php.net> [Wed, 10 Sep 2003 00:34:36 +0000 (00:34 +0000)]
ChangeLog update

21 years agoFixed bug #14049 (realpath() w/ZTS returns invalid results for non-existent
Ilia Alshanetsky [Wed, 10 Sep 2003 00:22:10 +0000 (00:22 +0000)]
Fixed bug #14049 (realpath() w/ZTS returns invalid results for non-existent
paths)

21 years agotest for checkDeps
Greg Beaver [Wed, 10 Sep 2003 00:03:12 +0000 (00:03 +0000)]
test for checkDeps

21 years agofirst step in unit testing the installer - tests the download PREG function
Greg Beaver [Tue, 9 Sep 2003 23:40:39 +0000 (23:40 +0000)]
first step in unit testing the installer - tests the download PREG function

21 years agoMFB: Fix US/Eastern vs. America/New_York style tzset implementations.
Melvyn Sopacua [Tue, 9 Sep 2003 21:56:33 +0000 (21:56 +0000)]
MFB: Fix US/Eastern vs. America/New_York style tzset implementations.

21 years agoNuke warning
foobar [Tue, 9 Sep 2003 21:38:31 +0000 (21:38 +0000)]
Nuke warning

21 years agofix typo
foobar [Tue, 9 Sep 2003 21:34:12 +0000 (21:34 +0000)]
fix typo

21 years agoShow the runtime version of Apache instead of compile time.
foobar [Tue, 9 Sep 2003 21:30:48 +0000 (21:30 +0000)]
Show the runtime version of Apache instead of compile time.

21 years agoFix Bug #25294 LIST/NLST can cause segfault because ftp->data not cleaned properly
Sara Golemon [Tue, 9 Sep 2003 21:12:49 +0000 (21:12 +0000)]
Fix Bug #25294 LIST/NLST can cause segfault because ftp->data not cleaned properly

21 years ago- Fixed bug #25211 (image.c compile failure with AIX)
foobar [Tue, 9 Sep 2003 19:25:55 +0000 (19:25 +0000)]
- Fixed bug #25211 (image.c compile failure with AIX)

21 years agoAdd an phpinfo entry showing which version of freetype is linked to gd.
Moriyoshi Koizumi [Tue, 9 Sep 2003 19:08:30 +0000 (19:08 +0000)]
Add an phpinfo entry showing which version of freetype is linked to gd.

21 years agoChangeLog update
<changelog@php.net> [Tue, 9 Sep 2003 00:31:42 +0000 (00:31 +0000)]
ChangeLog update

21 years agoFix property inheritance where a derived class inherits a public property
Marcus Boerger [Mon, 8 Sep 2003 23:25:57 +0000 (23:25 +0000)]
Fix property inheritance where a derived class inherits a public property
and owns it as an implicit public property already (noticed by Brad).

21 years agoMFB(r-1.74.2.13) Bug #25314 ASCII mode transfers behaving like binary when initiated...
Sara Golemon [Mon, 8 Sep 2003 22:40:12 +0000 (22:40 +0000)]
MFB(r-1.74.2.13) Bug #25314 ASCII mode transfers behaving like binary when initiated from windows.

21 years agoFixed bug #25333 (Possible body corruption & crash in win32 mail()).
Ilia Alshanetsky [Mon, 8 Sep 2003 22:36:59 +0000 (22:36 +0000)]
Fixed bug #25333 (Possible body corruption & crash in win32 mail()).

21 years agoRevert the JIS addition, it did not fix anything
foobar [Mon, 8 Sep 2003 22:19:39 +0000 (22:19 +0000)]
Revert the JIS addition, it did not fix anything

21 years agoFix build in VC++7.
Moriyoshi Koizumi [Mon, 8 Sep 2003 20:59:36 +0000 (20:59 +0000)]
Fix build in VC++7.
# The line didn't reflect the above comment, helly :)

21 years agoRe-enable sendmail binary check, now with parameter detection.
Ilia Alshanetsky [Mon, 8 Sep 2003 20:15:35 +0000 (20:15 +0000)]
Re-enable sendmail binary check, now with parameter detection.

21 years agomove some document properties internally
Rob Richards [Mon, 8 Sep 2003 18:28:35 +0000 (18:28 +0000)]
move some document properties internally
add xpath namespace support (by Shane)

21 years ago- Fixed bug #25424 (ext/informix: lvarchar not supported in win32 build)
foobar [Mon, 8 Sep 2003 15:07:21 +0000 (15:07 +0000)]
- Fixed bug #25424 (ext/informix: lvarchar not supported in win32 build)

21 years agoMFB: - Added JISX0208=1 and USE_GD_JISX0208 defines
foobar [Mon, 8 Sep 2003 13:35:14 +0000 (13:35 +0000)]
MFB: - Added JISX0208=1 and USE_GD_JISX0208 defines

21 years ago- Should fix bug #25295
foobar [Mon, 8 Sep 2003 13:15:22 +0000 (13:15 +0000)]
- Should fix bug #25295

21 years agoconfigure.in
foobar [Mon, 8 Sep 2003 13:14:41 +0000 (13:14 +0000)]
configure.in

21 years ago- Should fix some CLI build problems on some systems.
foobar [Mon, 8 Sep 2003 13:10:10 +0000 (13:10 +0000)]
- Should fix some CLI build problems on some systems.

21 years agoFix registering/derigistering of stdClass in ZTS and NON ZTS mode
Marcus Boerger [Mon, 8 Sep 2003 10:45:19 +0000 (10:45 +0000)]
Fix registering/derigistering of stdClass in ZTS and NON ZTS mode

21 years agoFix warning and converted dos-crlf to unix line-endings.
Marc Boeren [Mon, 8 Sep 2003 07:19:08 +0000 (07:19 +0000)]
Fix warning and converted dos-crlf to unix line-endings.

21 years agoDon't include unnecessary headers in other configuration too
Ard Biesheuvel [Mon, 8 Sep 2003 00:41:03 +0000 (00:41 +0000)]
Don't include unnecessary headers in other configuration too

21 years agoDon't include unnecessary headers
Ard Biesheuvel [Mon, 8 Sep 2003 00:32:22 +0000 (00:32 +0000)]
Don't include unnecessary headers

21 years agoChangeLog update
<changelog@php.net> [Mon, 8 Sep 2003 00:31:45 +0000 (00:31 +0000)]
ChangeLog update

21 years agoAllow to search for section FILE with 2nd parameter (found by Derick)
Marcus Boerger [Sun, 7 Sep 2003 23:46:33 +0000 (23:46 +0000)]
Allow to search for section FILE with 2nd parameter (found by Derick)

21 years agoFix foreach() called with non array
Marcus Boerger [Sun, 7 Sep 2003 23:09:30 +0000 (23:09 +0000)]
Fix foreach() called with non array

21 years agoZero-terminate strings
Ard Biesheuvel [Sun, 7 Sep 2003 20:35:09 +0000 (20:35 +0000)]
Zero-terminate strings
Add fileflags for DEBUG build

21 years agoAdd version info to Windows DLL
Ard Biesheuvel [Sun, 7 Sep 2003 19:59:55 +0000 (19:59 +0000)]
Add version info to Windows DLL

21 years agoFixed ming to work with new OO stuff. Patch by tony2001 at phpclub dot net
foobar [Sun, 7 Sep 2003 16:11:41 +0000 (16:11 +0000)]
Fixed ming to work with new OO stuff. Patch by tony2001 at phpclub dot net

21 years agocheck for mach-o/dyld.h - needed for non-PHP ZE build
Stanislav Malyshev [Sun, 7 Sep 2003 13:49:15 +0000 (13:49 +0000)]
check for mach-o/dyld.h - needed for non-PHP ZE build

21 years agoZTS fix
Marcus Boerger [Sun, 7 Sep 2003 02:37:10 +0000 (02:37 +0000)]
ZTS fix

21 years agoChangeLog update
<changelog@php.net> [Sun, 7 Sep 2003 00:31:51 +0000 (00:31 +0000)]
ChangeLog update

21 years agotypo + proto fix
foobar [Sun, 7 Sep 2003 00:00:00 +0000 (00:00 +0000)]
typo + proto fix

21 years agotest for helly's mysqli_fetch_object changes
Georg Richter [Sat, 6 Sep 2003 19:40:53 +0000 (19:40 +0000)]
test for helly's mysqli_fetch_object changes

21 years agoModify mysqli_fetch_object() to be able to instantiate a selected class and
Marcus Boerger [Sat, 6 Sep 2003 19:34:48 +0000 (19:34 +0000)]
Modify mysqli_fetch_object() to be able to instantiate a selected class and
pass parameters to the constructor.

21 years agoModify pg_fetch_object() to be able to instantiate a selected class and pass
Marcus Boerger [Sat, 6 Sep 2003 18:34:55 +0000 (18:34 +0000)]
Modify pg_fetch_object() to be able to instantiate a selected class and pass
parameters to the constructor. Update tests and add a test for these features.

21 years agoCode cleanup:
Stefan Roehrich [Sat, 6 Sep 2003 15:31:35 +0000 (15:31 +0000)]
Code cleanup:
Fixed ob_gzhandler with register_long_arrays = On.
Unified compression_coding global var (removed ob_gzip_coding).
Switched to zend_parse_parameters().
Added some tests.

21 years agoBugfix #25404
Marcus Boerger [Sat, 6 Sep 2003 15:30:28 +0000 (15:30 +0000)]
Bugfix #25404

21 years agoAdd missing proto
Sara Golemon [Sat, 6 Sep 2003 14:56:36 +0000 (14:56 +0000)]
Add missing proto

21 years agohttp.h php_http,h rename
Sara Golemon [Sat, 6 Sep 2003 14:52:10 +0000 (14:52 +0000)]
http.h php_http,h rename

21 years agoDisallow to changing the backtrace
Marcus Boerger [Sat, 6 Sep 2003 14:06:40 +0000 (14:06 +0000)]
Disallow to changing the backtrace

21 years agoAdd missing newline if no static methods are available
Marcus Boerger [Sat, 6 Sep 2003 13:18:12 +0000 (13:18 +0000)]
Add missing newline if no static methods are available

21 years ago- Internal functions shall be static
Marcus Boerger [Sat, 6 Sep 2003 13:11:27 +0000 (13:11 +0000)]
- Internal functions shall be static
- Fix more nesting

21 years agorenamed http.h -> php_http.h
foobar [Sat, 6 Sep 2003 13:09:04 +0000 (13:09 +0000)]
renamed http.h -> php_http.h

21 years ago- Typos, CS, etc.
foobar [Sat, 6 Sep 2003 13:07:47 +0000 (13:07 +0000)]
- Typos, CS, etc.
# Sara, add the missing description to the proto..

21 years agoFix logic
Marcus Boerger [Sat, 6 Sep 2003 13:02:16 +0000 (13:02 +0000)]
Fix logic

21 years agorenamed http.h -> php_http.h
foobar [Sat, 6 Sep 2003 12:56:02 +0000 (12:56 +0000)]
renamed http.h -> php_http.h