Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 361 | -700/+694 |
| | |||||
* | More README update. | Yasuo Ohgaki | 2001-12-11 | 1 | -34/+44 |
| | |||||
* | README update | Yasuo Ohgaki | 2001-12-11 | 1 | -0/+3 |
| | |||||
* | Added README file for pgsql module | Yasuo Ohgaki | 2001-12-11 | 2 | -1/+86 |
| | | | | | Added my self to CREDIT | ||||
* | Show example of property-specific accessors. | Andrei Zmievski | 2001-12-11 | 1 | -0/+19 |
| | |||||
* | This commit implements property-specific accessors. | Andrei Zmievski | 2001-12-11 | 2 | -53/+153 |
| | | | | | | | | | When overload() is called, it not only scans for general handlers, but also for any methods beginning with __get_ and __set_ and saves a list of them. Then when a property is accessed, e.g. $obj->x, the extension will first check whether __get_x() is available, and will call it if it is, otherwise it will invoke the general __get() handler. | ||||
* | Modified __call() handler to accept a byref return value parameter that | Andrei Zmievski | 2001-12-10 | 2 | -15/+31 |
| | | | | | | should be filled in. The __call() handler is now supposed to return true or false, depending on whether it was successful or not. | ||||
* | Spaces -> Tabs | Sterling Hughes | 2001-12-10 | 1 | -1/+1 |
| | |||||
* | - mnogosearch example updated to include searchd support | Sergey Kartashoff | 2001-12-10 | 1 | -0/+10 |
| | |||||
* | - Fixed search daemon support in mnogosearch module. | Sergey Kartashoff | 2001-12-10 | 1 | -0/+28 |
| | |||||
* | Fix proto | Yasuo Ohgaki | 2001-12-10 | 1 | -40/+40 |
| | |||||
* | Added async query functions | Yasuo Ohgaki | 2001-12-10 | 2 | -3/+294 |
| | |||||
* | Enable it for real. | foobar | 2001-12-10 | 1 | -1/+1 |
| | |||||
* | * enable overload extension by default | Stig Bakken | 2001-12-10 | 1 | -1/+1 |
| | |||||
* | * use macros in error messages | Stig Bakken | 2001-12-09 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Andrei Zmievski | 2001-12-09 | 1 | -1/+1 |
| | |||||
* | Adjust to account for latest changes. | Andrei Zmievski | 2001-12-09 | 1 | -3/+1 |
| | |||||
* | - Only destroy the current object if it was received from the __get() handler. | Andrei Zmievski | 2001-12-09 | 1 | -48/+62 |
| | | | | | | | - Changed the way method arguments are passed to __call() handler. They are now encapsulated inside of an array, which makes it easier to pass them to call_user_func_array(). | ||||
* | Fixed a typo. | foobar | 2001-12-09 | 1 | -3/+3 |
| | |||||
* | Align comments in xslt.c | Sterling Hughes | 2001-12-09 | 2 | -8/+6 |
| | | | | | | | First try at fixing funny resource free'ing problems with objects, don't perform a zval seperation when we're directly saving a pointer to the SAX or Scheme handlers | ||||
* | - Remove debug code | Derick Rethans | 2001-12-08 | 1 | -5/+1 |
| | |||||
* | - Added var_export, which shows a representation of a variable, much like | Derick Rethans | 2001-12-08 | 3 | -0/+98 |
| | | | | | | | var_dump, but in such a way you can use it as PHP code. @- Added var_export, which shows a representation of a variable, much like @ var_dump, but in such a way you can use it as PHP code. (Derick) | ||||
* | - Fix memory leak when accessing undefined index or property. | Andrei Zmievski | 2001-12-07 | 1 | -10/+18 |
| | | | | | - Only invoke call_get_handler() on an object in the chain if it's overloaded. | ||||
* | - Fix crash with invalid option to xslt_set_scheme_handlers(). | Markus Fischer | 2001-12-07 | 1 | -1/+2 |
| | |||||
* | Let's not crash when no error str has been set | Rasmus Lerdorf | 2001-12-07 | 1 | -1/+5 |
| | |||||
* | Fix for bug #13628. | Dan Kalowsky | 2001-12-07 | 1 | -0/+1 |
| | | | | | # basically handles a SQL_ERROR case for all odbc_execute()'s | ||||
* | fix #13801 (imap_rfc822_parse_adrlist changes arg1) | Thies C. Arntzen | 2001-12-07 | 1 | -0/+1 |
| | |||||
* | Make sure refcount is 1 on stack zval. | Andrei Zmievski | 2001-12-07 | 1 | -0/+1 |
| | |||||
* | old stuff removed | Hartmut Holzgraefe | 2001-12-07 | 1 | -45/+0 |
| | |||||
* | Fix long2ip's handling of unsigned longs, by accepting a string argument and | Sterling Hughes | 2001-12-07 | 1 | -5/+7 |
| | | | | | then manually converting the string to an unsigned long using strtoul() | ||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-07 | 1 | -2/+2 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | - proto descriptions | Hartmut Holzgraefe | 2001-12-07 | 1 | -559/+448 |
| | | | | | | | - changed to new parameter parser api - changed to K&R style - various cleanups | ||||
* | Fixed one proto. | Egon Schmid | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2001-12-07 | 1 | -5/+5 |
| | |||||
* | * configure help indent fix | Stig Bakken | 2001-12-07 | 2 | -2/+2 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-07 | 3 | -2/+5 |
| | |||||
* | protos prepared | Hartmut Holzgraefe | 2001-12-07 | 1 | -0/+36 |
| | |||||
* | All right, let people RTFM. | Andrei Zmievski | 2001-12-07 | 2 | -7/+26 |
| | |||||
* | Add fold markers in strategic places and improve MINIT function a bit. | Andrei Zmievski | 2001-12-07 | 1 | -2/+13 |
| | |||||
* | If the method exists in object's function table, call it directly without | Andrei Zmievski | 2001-12-07 | 1 | -20/+36 |
| | | | | | using __call() handler. | ||||
* | Support overloaded method calls via __call(). | Andrei Zmievski | 2001-12-07 | 1 | -10/+58 |
| | |||||
* | added protos (but without description yet) | Hartmut Holzgraefe | 2001-12-06 | 1 | -0/+64 |
| | |||||
* | some cleanup of ext_skel stuff | Hartmut Holzgraefe | 2001-12-06 | 1 | -61/+18 |
| | |||||
* | whitespace/indent | Hartmut Holzgraefe | 2001-12-06 | 1 | -374/+384 |
| | |||||
* | renamed rot13 to str_rot13() | Hartmut Holzgraefe | 2001-12-06 | 3 | -4/+4 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-06 | 1 | -1/+1 |
| | |||||
* | ported rot13() from php3 | Hartmut Holzgraefe | 2001-12-06 | 3 | -0/+29 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-06 | 2 | -3/+3 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-06 | 1 | -5/+4 |
| |