summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* make compatible with current PHPStanislav Malyshev2002-04-071-0/+8
* syncStanislav Malyshev2002-04-071-1/+1
* ChangeLog update2002-03-301-0/+4
* - revert patchDerick Rethans2002-03-291-3/+1
* ChangeLog update2002-03-261-0/+4
* - MFZE1Derick Rethans2002-03-251-1/+3
* ChangeLog update2002-03-241-0/+6
* - Fix build without ZTS. If someone has a nicer fix let me know.Andi Gutmans2002-03-232-2/+9
* ChangeLog update2002-03-221-0/+5
* - No idea how this slipped in. Fix delete $obj statement.Andi Gutmans2002-03-211-1/+1
* ChangeLog update2002-03-211-0/+8
* added thread safe hashtable which allows concurrentHarald Radi2002-03-204-1/+464
* ChangeLog update2002-03-201-0/+11
* - Finish covering all parsed methods to check for validity in parser.Andi Gutmans2002-03-192-48/+44
* ChangeLog update2002-03-191-0/+6
* - More fixes to check for member/function call legality.Andi Gutmans2002-03-182-4/+4
* ChangeLog update2002-03-181-0/+7
* - Start putting error handling where method calls are being used in aAndi Gutmans2002-03-172-16/+21
* ChangeLog update2002-03-161-0/+44
* - Pass TSRMLS to callbacks.Andi Gutmans2002-03-155-25/+29
* - Scope fix. When calling an imported function the scope will changeAndi Gutmans2002-03-151-5/+4
* - Fix issues with $this when using it by itself without indirection such asAndi Gutmans2002-03-154-78/+54
* ChangeLog update2002-03-151-0/+10
* more cleanupStanislav Malyshev2002-03-141-1/+4
* Update howtoStanislav Malyshev2002-03-141-3/+13
* fix for delete $this and unset $thisStanislav Malyshev2002-03-141-17/+32
* Fix call_user_functionStanislav Malyshev2002-03-141-8/+8
* ChangeLog update2002-03-131-0/+34
* - Forgot to close comment.Andi Gutmans2002-03-121-1/+1
* - Macro for duality between Engine 1 and 2Andi Gutmans2002-03-121-0/+2
* - Another couple of indirection fixes.Andi Gutmans2002-03-126-25/+16
* - Fix bug introduced with latest class hash table change.Andi Gutmans2002-03-124-5/+5
* Fix standard object creationStanislav Malyshev2002-03-121-1/+1
* - make class tables contain class_entry *, not class_entryStanislav Malyshev2002-03-129-148/+196
* ChangeLog update2002-03-111-0/+14
* - Fix build in ZTS mode.Andi Gutmans2002-03-101-8/+10
* New stuff for objects API:Stanislav Malyshev2002-03-105-23/+450
* ChangeLog update2002-03-101-0/+5
* - Add the original example script to the CVS so that it's always available.Andi Gutmans2002-03-091-0/+339
* ChangeLog update2002-03-091-0/+16
* Add 'import const' example.Sebastian Bergmann2002-03-081-0/+11
* - Support importing constants. e.g.:Andi Gutmans2002-03-081-1/+44
* ChangeLog update2002-03-081-0/+5
* Add another 'import' example and merge 'import' section into 'Namespaces' sec...Sebastian Bergmann2002-03-071-23/+39
* ChangeLog update2002-03-071-0/+26
* - Add function * and class * functionality. Only constants are left.Andi Gutmans2002-03-061-2/+6
* ChangeLog update2002-03-031-0/+45
* Consistency.Sebastian Bergmann2002-03-021-1/+1
* Add 'import statement' section.Sebastian Bergmann2002-03-021-0/+29
* - Initial patch to support importing from class scopes (for Stig).Andi Gutmans2002-03-026-11/+166