On Tue, 27 Apr 2004 [EMAIL PROTECTED] wrote:
> ID: 28186
> Updated by: [EMAIL PROTECTED]
> Reported By: rene dot ladinger at ladinger dot com
> -Status: Feedback
> +Status: Bogus
> Bug Type: PDF related
> Operating System: Windows 2000
> P
Lester Caine wrote:
An interesting little question has pooped up.
How big is an integer?
Firebird uses BIGINT or INT_64 for generator values, and the new
ibase_gen_id in PHP5 returns that value as an integer.
Has any thought been given to managing 64bit field values in PHP5?
Actually, this 'ti
document.write(screen.width);";
$width = "document.write(screen.height);";
if (($height == "640") && ($width == "480")) {
echo "height == 640 & width = 480";
} elseif (($height == "800") && ($width == "480")) {
echo "2";
} elseif (($height == "800") && ($width == "600"
This is not the list you're looking for. You want to ask this question
on [EMAIL PROTECTED]
George
On Apr 28, 2004, at 8:37 AM, Kyle Vorster wrote:
document.write(screen.width);";
$width = "document.write(screen.height);";
if (($height == "640") && ($width == "480")) {
echo "height
Hello,
This is the internal development mailing list. Please repost your question
to the "General users list" at http://www.php.net/mailing-lists.php
FYI, PHP is a server side scripting language, and javascript is a client
side scripting language. Javascript code will not be evaluated until l
Maintenance (development) of the Net_GameServerQuery package in PEAR.
(/pear/Net_GameServerQuery).
Request suggested by adian.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
I'm using PHP5.0.0RC2. I saw that there was a similar question posted,
but apparently that issue had already been fixed.
---code
class File {
public $var;
function __construct($val) {
$this->var = $val;
}
}
$t1 = new File("test
I'd like to thank whoever fixed Zend/zend_interfaces.h in RC2 so
that it avoids a "duplicate symbol" link error when building PHP with
a C++ compiler. However, a similar issue was introduced in RC2 in
Zend/zend_exceptions.h:
ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
It would
Hello Mark,
Wednesday, April 28, 2004, 8:23:26 PM, you wrote:
> ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
> It would be great if someone could prepend "extern" to the above line.
done
--
Best regards,
Marcusmailto:[EMAIL PROTECTED]
--
PHP In
worked fine yesterday.. (win98)
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
I want to Translating the documentation to Chinese
thx
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
(Win XP Pro, PHP 5 RC 1, Visual C++ .NET)
Hi,
I'm trying to create an extension which calls a function defined in a PHP
script. The name of this function is "someFunction".
My code is here:
zval **params[2], *func_name, *retval_ptr;
CLS_FETCH();
ZVAL_STRING(func_name, "someFunction", 1);
ZVAL_
12 matches
Mail list logo