Things to check:
- Environment: what env vars are set or not set in your Apache vs. CLI
- Owner: are you running as the same user as your web server?
- Do you or the web server have some kind of "rc" file that might
impact how things run?
Suggestion:
Use "sudo -u webserverusername -s" to run
[Note: To/CC headers trimmed]
// Create a VT_EMPTY value
$empty = new VARIANT();
GoTo(wdGoToBookmark, $empty, $empty, "BookmarkName");
On Wed, 26 Feb 2003, Richard Quadling wrote:
> Hi Harald.
>
> The problem with some of the VBA functions is that the first and last
> parameter need to be set a
This would be a nice thing to include in PECL (see http://pear.php.net).
--Wez.
On Wed, 8 Jan 2003, Nikolai Vladychevski wrote:
> Hello,
>
> I want to share the code (php-extension) I have included into php-4.2.2 to
> support CDK widgets
> (http://gd.tuwien.ac.at/hci/cdk/?file=cdk.tar.gz&type=li
wez Thu Apr 19 07:16:09 2001 EDT
Modified files:
/php4/ext/gdconfig.m4
Log:
Patch from Adam Dickmeiss to make configure detect libtff again.
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.57 php4/ext/gd/config.m4:1.58
--- php4/ext/g
: README.STREAMS,v 1.1 2001/04/18 10:43:21 wez Exp $
Please send comments to: Wez Furlong <[EMAIL PROTECTED]>
Note: this doc is preliminary and is intended to give the reader an idea of
how streams work and should be used.
Why Streams?
You may have noticed a shed-load of
wez Tue Apr 17 10:08:04 2001 EDT
Modified files:
/php4/ext/standard basic_functions.c file.c
Log:
Discovered warn_not_available and used it.
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basic_functions.c:1.324
php4/ext/standard/
wez Tue Apr 17 10:06:07 2001 EDT
Modified files:
/php4/ext/standard basic_functions.c file.c file.h fsock.c fsock.h
info.c
Log:
Changes for streams. Added temporary fopenstream function to PHP so that
the streams can be tested.
|
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
+--+
| Authors:
wez Tue Apr 17 10:01:33 2001 EDT
Modified files:
/php4 configure.in
Log:
Added --enable-php-streams option for experimental file abstraction
Index: php4/configure.in
diff -u php4/configure.in:1.233 php4/configure.in:1.234
--- php4/configure.in:1.23
wez Mon Apr 16 18:02:37 2001 EDT
Modified files:
/php4/ext/gdconfig.m4
Log:
Fixed lame attempt to prevent ttf linkage when using freetype2
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.56 php4/ext/gd/config.m4:1.57
--- php4/ext/gd/
wez Fri Apr 13 17:38:46 2001 EDT
Modified files:
/php4 NEWS
Log:
Added news about gd and openssl changes.
Index: php4/NEWS
diff -u php4/NEWS:1.629 php4/NEWS:1.630
--- php4/NEWS:1.629 Mon Apr 9 08:44:23 2001
+++ php4/NEWS Fri Apr 13 17:38:45
wez Fri Apr 13 17:15:26 2001 EDT
Modified files:
/php4/ext/gdconfig.m4
Log:
When using freetype2, turn off libttf and turn on native gd ttf.
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.55 php4/ext/gd/config.m4:1.56
--- php4/ext/g
wez Fri Apr 13 05:00:12 2001 EDT
Modified files:
/php4/ext/gdconfig.m4 gd.c php_gd.h
Log:
Added GD 2.0.1 support.
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.54 php4/ext/gd/config.m4:1.55
--- php4/ext/gd/config.m4:1.54 Tue Mar
wez Thu Apr 5 01:40:26 2001 EDT
Modified files:
/php4/ext/openssl openssl.c
Log:
Fix for Bug #10168 (is_dst undeclared)
Index: php4/ext/openssl/openssl.c
diff -u php4/ext/openssl/openssl.c:1.12 php4/ext/openssl/openssl.c:1.13
--- php4/ext/openssl/open
wez Mon Apr 2 16:14:00 2001 EDT
Modified files:
/php4/ext/openssl openssl.c
Log:
changed the flags parameters to be a bitfield + constants (I don't know what
I was thinking!). Added a couple of extra parameters so that the equivalent
functionality of t
wez Sun Apr 1 18:31:07 2001 EDT
Modified files:
/php4/ext/openssl openssl.c
Log:
added some more error reporting and did a little tidying.
Index: php4/ext/openssl/openssl.c
diff -u php4/ext/openssl/openssl.c:1.10 php4/ext/openssl/openssl.c:1.11
--- ph
.
Index: php4/ext/openssl/CREDITS
diff -u php4/ext/openssl/CREDITS:1.2 php4/ext/openssl/CREDITS:1.3
--- php4/ext/openssl/CREDITS:1.2Thu Nov 23 11:30:37 2000
+++ php4/ext/openssl/CREDITSSun Apr 1 16:06:14 2001
@@ -1,2 +1,2 @@
OpenSSL
-Stig Venaas
+Stig Venaas, Wez Furlong
Index: php4/ext
wez Thu Mar 29 01:37:09 2001 EDT
Modified files:
/php4/ext/iconv iconv.c
Log:
Fixed leak in php_iconv_string. Also returns FAILURE on failure,
rather than -1
Index: php4/ext/iconv/iconv.c
diff -u php4/ext/iconv/iconv.c:1.9 php4/ext/iconv/iconv.c:1.
18 matches
Mail list logo