#
c4528f82 |
| 02-Feb-2003 |
Harald Radi |
extend the parameter parsing API by two functions for parsing method parameters with automatic detection if the function was called as such or as a class method (with a valid this ptr).
extend the parameter parsing API by two functions for parsing method parameters with automatic detection if the function was called as such or as a class method (with a valid this ptr). if called as a function the first parameter has to be the object it is operating on, if called as a method this is used. #not yet testet, only commiting so that georg can #continue working on ext/mysqli
show more ...
|
#
333406bd |
| 01-Feb-2003 |
foobar |
- Added some missing CVS $Id$ tags, headers and footers.
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
0ceb4a93 |
| 26-Jan-2003 |
Sascha Schumann |
Replace snprintf() call using zend_error's capabilities
|
#
5340b204 |
| 14-Jan-2003 |
Stanislav Malyshev |
fix memory leaks and key size
|
#
eccc5368 |
| 14-Jan-2003 |
Stanislav Malyshev |
Make add_property_ functions work via write_property handler
|
#
efaa31e9 |
| 10-Jan-2003 |
Andrei Zmievski |
Automatically register constructor, destructor, and clone function when class methods are registered.
|
#
9b09ba61 |
| 01-Jan-2003 |
Zeev Suraski |
Win32 build fix
|
#
57b9b011 |
| 01-Jan-2003 |
Zeev Suraski |
Fix Wez's problem
|
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
e062dffe |
| 06-Dec-2002 |
Zeev Suraski |
- Implement public/protected/private methods. - Prevent instantiation of classes with abstract methods. Based in part on Marcus's patch.
|
#
671fff2f |
| 30-Nov-2002 |
Andi Gutmans |
h WHitespace
|
Revision tags: php-4.3.0RC2, RELEASE_1_0b2 |
|
#
e8214a33 |
| 23-Nov-2002 |
Andi Gutmans |
- Commit Marcus' cleanup of abstract and static inheritance and improve - error messages
|
#
2a9f250e |
| 22-Nov-2002 |
Derick Rethans |
- Initialize all functions to non-static (patch by Marcus Börger <marcus.boerger@t-online.de>.
|
Revision tags: BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1 |
|
#
d3617c51 |
| 09-Oct-2002 |
Ilia Alshanetsky |
MFZE1 zend_str_tolower issue.
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
ee7b8f90 |
| 26-Sep-2002 |
Ilia Alshanetsky |
MFZE1
|
#
a35c61af |
| 16-Sep-2002 |
Andrei Zmievski |
MFZE1
|
#
43139dc7 |
| 15-Sep-2002 |
Andi Gutmans |
- WS - Always use "if (" and not "if("
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2 |
|
#
bc5ea87e |
| 15-Jul-2002 |
Andi Gutmans |
- Commit patch to support protected member variables (by Timm Friebe w/ - some fixes by me). - You can't access protected variables from outside the object. If you want - to see a protect
- Commit patch to support protected member variables (by Timm Friebe w/ - some fixes by me). - You can't access protected variables from outside the object. If you want - to see a protected member from your ancestors you need to declare the - member as protected in the class you want to use it in. You can't - redeclare a protected variable as private nor the other way around.
show more ...
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2 |
|
#
28247f57 |
| 26-Jun-2002 |
Andi Gutmans |
- Centralize global class fetch
|
Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1 |
|
#
7a067547 |
| 30-Apr-2002 |
Stanislav Malyshev |
Make OBJCE return zend_class_entry*, also some cleanups
|
#
8bf59c8f |
| 24-Apr-2002 |
Harald Radi |
MFZE1 saschas 'Avoid exceeding buffer limits' patch
|
#
51e797f1 |
| 23-Apr-2002 |
Harald Radi |
some type cleanup work
|
#
6ac6cb10 |
| 22-Apr-2002 |
Harald Radi |
added get_class_entry callback handler to the object handlers structure
|
Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help |
|
#
fb6976e4 |
| 12-Mar-2002 |
Andi Gutmans |
- Another couple of indirection fixes. - Make class_entry->refcount be part of the structure and not allocated.
|
#
b75ffba9 |
| 12-Mar-2002 |
Stanislav Malyshev |
Fix standard object creation
|