Andrei Zmievski
0e01ab6f1f
Made property reading work, but not for boxed types yet. As expected,
...
$button->child->get() works as a charm under ZE2.
2002-12-26 20:45:31 +00:00
Andrei Zmievski
b02161c5f1
First shot at making the object system work under ZE2. Boxed types don't
...
work yet, neither does property access. But hello.php runs.
2002-12-26 17:15:22 +00:00
Frank M. Kromann
a8ee268bf2
Use the constant PHP_SHLIB_SUFFIX when loading the extension
2002-12-04 17:31:50 +00:00
Frank M. Kromann
976d70642e
Adding CVS Id and changing <? to <?php
2002-11-25 18:22:05 +00:00
Markus Fischer
5fc06d0c8d
Do proper checking if class already exists or not.
2001-11-17 19:05:29 +00:00
Frank M. Kromann
181e70d57c
Removing PHP warnings from Hello World.
2001-03-03 18:46:09 +00:00
Peter Petermann
e78a331162
changed use of $OS for os detection
...
to use of constant PHP_OS,
$OS didnt work for detecting windows here,
and i couldnt find any documentation about it.
PHP_OS is a constant which shows right OS...
2001-03-02 13:18:36 +00:00
Andrei Zmievski
440c15895c
Changing my email address.
2001-03-01 16:43:33 +00:00
Andrei Zmievski
2052db1c02
* Added LGPL license
...
* Fixed enum/flags code generation properly
* Fixed a bug that would not recognize default value of 0
* Added GtkList::append_items method
* Added a couple of example scripts
2001-02-04 00:08:49 +00:00