summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Update headers.Sebastian Bergmann2001-12-11361-700/+694
|
* More README update.Yasuo Ohgaki2001-12-111-34/+44
|
* README updateYasuo Ohgaki2001-12-111-0/+3
|
* Added README file for pgsql moduleYasuo Ohgaki2001-12-112-1/+86
| | | | | Added my self to CREDIT
* Show example of property-specific accessors.Andrei Zmievski2001-12-111-0/+19
|
* This commit implements property-specific accessors.Andrei Zmievski2001-12-112-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 thatAndrei Zmievski2001-12-102-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 -> TabsSterling Hughes2001-12-101-1/+1
|
* - mnogosearch example updated to include searchd supportSergey Kartashoff2001-12-101-0/+10
|
* - Fixed search daemon support in mnogosearch module.Sergey Kartashoff2001-12-101-0/+28
|
* Fix protoYasuo Ohgaki2001-12-101-40/+40
|
* Added async query functionsYasuo Ohgaki2001-12-102-3/+294
|
* Enable it for real.foobar2001-12-101-1/+1
|
* * enable overload extension by defaultStig Bakken2001-12-101-1/+1
|
* * use macros in error messagesStig Bakken2001-12-091-3/+3
|
* *** empty log message ***Andrei Zmievski2001-12-091-1/+1
|
* Adjust to account for latest changes.Andrei Zmievski2001-12-091-3/+1
|
* - Only destroy the current object if it was received from the __get() handler.Andrei Zmievski2001-12-091-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.foobar2001-12-091-3/+3
|
* Align comments in xslt.cSterling Hughes2001-12-092-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 codeDerick Rethans2001-12-081-5/+1
|
* - Added var_export, which shows a representation of a variable, much likeDerick Rethans2001-12-083-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 Zmievski2001-12-071-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 Fischer2001-12-071-1/+2
|
* Let's not crash when no error str has been setRasmus Lerdorf2001-12-071-1/+5
|
* Fix for bug #13628.Dan Kalowsky2001-12-071-0/+1
| | | | | # basically handles a SQL_ERROR case for all odbc_execute()'s
* fix #13801 (imap_rfc822_parse_adrlist changes arg1)Thies C. Arntzen2001-12-071-0/+1
|
* Make sure refcount is 1 on stack zval.Andrei Zmievski2001-12-071-0/+1
|
* old stuff removedHartmut Holzgraefe2001-12-071-45/+0
|
* Fix long2ip's handling of unsigned longs, by accepting a string argument andSterling Hughes2001-12-071-5/+7
| | | | | then manually converting the string to an unsigned long using strtoul()
* proto fixesHartmut Holzgraefe2001-12-071-2/+2
|
* proto fixHartmut Holzgraefe2001-12-071-1/+1
|
* - proto descriptionsHartmut Holzgraefe2001-12-071-559/+448
| | | | | | | - changed to new parameter parser api - changed to K&R style - various cleanups
* Fixed one proto.Egon Schmid2001-12-071-1/+1
|
* Fixed some protos.Egon Schmid2001-12-071-5/+5
|
* * configure help indent fixStig Bakken2001-12-072-2/+2
|
* proto fixHartmut Holzgraefe2001-12-073-2/+5
|
* protos preparedHartmut Holzgraefe2001-12-071-0/+36
|
* All right, let people RTFM.Andrei Zmievski2001-12-072-7/+26
|
* Add fold markers in strategic places and improve MINIT function a bit.Andrei Zmievski2001-12-071-2/+13
|
* If the method exists in object's function table, call it directly withoutAndrei Zmievski2001-12-071-20/+36
| | | | | using __call() handler.
* Support overloaded method calls via __call().Andrei Zmievski2001-12-071-10/+58
|
* added protos (but without description yet)Hartmut Holzgraefe2001-12-061-0/+64
|
* some cleanup of ext_skel stuffHartmut Holzgraefe2001-12-061-61/+18
|
* whitespace/indentHartmut Holzgraefe2001-12-061-374/+384
|
* renamed rot13 to str_rot13()Hartmut Holzgraefe2001-12-063-4/+4
|
* proto fixHartmut Holzgraefe2001-12-061-1/+1
|
* ported rot13() from php3Hartmut Holzgraefe2001-12-063-0/+29
|
* proto fixesHartmut Holzgraefe2001-12-062-3/+3
|
* proto fixesHartmut Holzgraefe2001-12-061-5/+4
|