[PHP] Re: [PDO] Re: [PHP] PDO working via Apache but not at the command line?

2010-10-18 Thread Wez Furlong
or ODBC and that might be messing with things. Use "strace php db-dump.php" to see what the CLI is up to. Use "strace -p " to see what the Apache version is up to (probably want to run apache -X to make this easier). --Wez. On Oct 18, 2010, at 5:26 PM, Scott Baker wrote: On 1

[PHP] Information

2005-02-14 Thread wez
Important informations! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE: PHP, Windows and COM.

2003-02-26 Thread Wez Furlong
[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

[PHP] Re: [PHP-DEV] Terminal text objects (PHP CDK NCURSES)

2003-01-09 Thread Wez Furlong
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=

[PHP-CVS] cvs: php4 /ext/gd config.m4

2001-04-19 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 / README.STREAMS

2001-04-18 Thread Wez Furlong
wez Wed Apr 18 03:43:21 2001 EDT Added files: /php4 README.STREAMS Log: Information about php streams Index: php4/README.STREAMS +++ php4/README.STREAMS An Overview of the PHP Streams abstraction == $Id

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c file.c

2001-04-17 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c file.c file.h fsock.c fsock.h info.c

2001-04-17 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /main Makefile.in php.h php_streams.h streams.c

2001-04-17 Thread Wez Furlong
wez Tue Apr 17 10:03:18 2001 EDT Added files: /php4/main php_streams.h streams.c Modified files: /php4/main Makefile.in php.h Log: Added files for PHP streams Index: php4/main/Makefile.in diff -u php4/main/Makefile.in:1.13

[PHP-CVS] cvs: php4 / configure.in

2001-04-17 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/gd config.m4

2001-04-16 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 / NEWS

2001-04-13 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/gd config.m4

2001-04-13 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/gd config.m4 gd.c php_gd.h

2001-04-13 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/openssl openssl.c

2001-04-05 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/openssl openssl.c

2001-04-02 Thread Wez Furlong
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 functionali

[PHP-CVS] cvs: php4 /ext/openssl openssl.c

2001-04-01 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/openssl CREDITS README openssl.c php_openssl.h

2001-04-01 Thread Wez Furlong
wez Sun Apr 1 16:06:14 2001 EDT Modified files: /php4/ext/openssl CREDITS README openssl.c php_openssl.h Log: Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert params a bit more friendly to use. See the README for more info

[PHP-CVS] cvs: php4 /ext/iconv iconv.c

2001-03-29 Thread Wez Furlong
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