[PHP-DEV] PHP arrays managment bug :-?

2001-07-27 Thread Tomas V.V.Cox
( [0] = foo [1] = bar ) ) Array ( [0] = Array ( [0] = foo [1] = bar ) [2] = Array ( [0] = foo3 [1] = bar3 ) ) Isn't those bugs serious or am I loosing something? Tomas

[PHP-DEV] Re: [PEAR-DEV] PHP arrays managment bug :-?

2001-07-27 Thread Tomas V.V.Cox
Cynic wrote: I don't see any error in the output. What did you expect? At 14:30 7/27/2001, Tomas V.V.Cox wrote the following: -- During my test with the pushErrorHandling and popErrorHandling I found strange behavoirs of the PHP

[PHP-DEV] Re: [PEAR-DEV] PHP arrays managment bug :-?

2001-07-27 Thread Tomas V.V.Cox
? $a = array_pop($a); print_r($a); change that $b = array_pop($a); print_r($b); and I think you'll see what you expected to see. Oh, I was really idiot on that, $a is assigned by reference. Sorry, too much strings :) Tomas V.V.Cox -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e

[PHP-DEV] odbc_fetch_into and odbc_error problem

2001-08-13 Thread Tomas V.V.Cox
Hi, I'm having some problems with the Pear DB odbc extension, here is the talk about them with an Easysoft developer, if it can help on resolving the bug. Thanks, Tomas V.V.Cox PS.- Please request me any extra info you need. Martin J. Evans wrote: Tomas V.V.Cox wrote: I'm trying

[PHP-DEV] Strange crash

2001-11-02 Thread Tomas V.V.Cox
This script crashes for me, but it work if comment out the line 17 (the var_dump). Tomas V.V.Cox ?php require_once 'PEAR.php'; class Net_Nntp extends PEAR { function connect($nntpserver, $port = 119) { $fp = @fsockopen($nntpserver, $port, $errno, $errstr, 15

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Tomas V.V.Cox
Just for curious, do you have some speed comparations over the other handlers and perhaps also with a postgres handler in php? Tomas V.V.Cox El jue, 20-12-2001 a las 12:38, Yasuo Ohgaki escribió: Yasuo Ohgaki wrote: Martin Jansen wrote: On Thu, 20 Dec 2001 14:41:43 +0900, Yasuo

[PHP-DEV] Re: [PEAR-DEV] PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Tomas V.V.Cox
Yasuo Ohgaki wrote: Hi all, I understand /pear has separate repository for pear development. What is the current rule for commiting /pear/PECL/some_module to /php4/pear/PECL/some_module? pear/PECL/some_module, no more rules :-) php4/pear has nothing to do with PECL. Tomas V.V.Cox

[PHP-DEV] Re: [PEAR-DEV] Re: PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Tomas V.V.Cox
the packages or directly remote install with the pear script. Tomas V.V.Cox -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Re: [PEAR-DEV] PECL: is it ok to commit to php4 source tree?

2001-12-20 Thread Tomas V.V.Cox
Yasuo Ohgaki wrote: Anyway, I'll just use session_pgsql for now. Module name differ from actual module name, but names like mod_pgsql may conflict other other modules. e.g. pgsql sub module for auth module, etc. imho session_pgsql is just perfect :) Tomas V.V.Cox -- PHP Development

[PHP-DEV] Re: [PEAR-DEV] Re: PECL: is it ok to commit to php4 source tree?

2001-12-24 Thread Tomas V.V.Cox
these packages PECL_? Why not both? A PECL top level category in the web and naming the packages with the PECL prefix. Anyway, a discussion about how to manage C extensions with the PEAR installer would be great. People will start to request that very soon. Tomas V.V.Cox -- PHP

[PHP-DEV] magic_quotes_gpc Off (was Re: [PEAR-DEV] Pear website and magic quotes)

2002-01-15 Thread Tomas V.V.Cox
are unable to know if a var comes from GPC untouched or not. It's even worse, because people are not able to disable magic_quotes_gpc with ini_set() (for people who doesn't have access to php.ini or .htaccess). Just my wishes to see a change on this. Tomas V.V.Cox -- PHP Development Mailing List

[PHP-DEV] handling uploads (was: Re: [PEAR-CVS] cvs: php4 /pear/HTML Form.php)

2002-01-30 Thread Tomas V.V.Cox
but it didn't help. The test/error was for me the only way to build HTTP_Upload. Tomas V.V.Cox Bertrand Mansion Mamasam -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-DEV] Re: dbase extension - Contributing Code

2002-05-21 Thread Tomas V.V.Cox
Perhaps you might want to take a look at the xbase lib (http://linux.techass.com/projects/xdb/). They seem to support a wide range of dbase formats. Tomas V.V.Cox Geoff wrote: I've enhanced Jim Winstead's dbase extension about a year ago by adding [some] memo support. Over time have kept

Re: [PHP-DEV] PECL != Siberia

2002-06-09 Thread Tomas V.V.Cox
:-) Tomas V.V.Cox -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PECL != Siberia

2002-06-09 Thread Tomas V.V.Cox
Markus Fischer wrote: On Sun, Jun 09, 2002 at 06:35:44PM +0200, Tomas V.V.Cox wrote : Jani Taskinen wrote: # make install /usr/src/web/php/php4/sapi/cli/php /usr/src/web/php/php4/pear/install-pear.php /usr/src/web/php/php4/pear/package-*.xml /usr/src/web/php/php4/pear/PEAR

Re: [PHP-DEV] PECL != Siberia

2002-06-11 Thread Tomas V.V.Cox
'http://pear.php.net/go-pear'; Tomas V.V.Cox -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Suggestion about native DB support.

2002-06-22 Thread Tomas V.V.Cox
) putenv(LANGUAGE=$lang); is enough while with RH 7.3 (PHP 4.2.1) only setlocale(LC_ALL, $lang); works. Plus note the fact that single ISO codes no longer works with RH 7.3 (for ex. en or es) you have to use en_US or es_ES. Tomas V.V.Cox -- PHP Development Mailing List http://www.php.net

[PHP-DEV] MFH -R php4/pear/* files

2002-08-29 Thread Tomas V.V.Cox
Please, could some kind developer MFH the lastest PEAR files so they could ship in the next 4.2.3 release? I'm able to test and attend fixes it may need fast. Thanks, Tomas V.V.Cox -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php