summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* - Fix UNIX build.Andi Gutmans2001-08-112-3/+3
|
* - Need to do some rewriting in the parser instead of this.Andi Gutmans2001-08-111-0/+2
|
* - For Sebastian. Will allow to see you're using the Engine 2 CVS viaAndi Gutmans2001-08-111-1/+1
| | | | | phpinfo()
* - Merge from Engine 1Andi Gutmans2001-08-101-11/+27
|
* - A couple of fixesAndi Gutmans2001-08-101-1/+4
|
* - Merge from Engine 1 CVSAndi Gutmans2001-08-101-0/+1
|
* - Merge from Engine 1 treeAndi Gutmans2001-08-091-1/+1
|
* - Merge new $_GET, $_POST etc. patch from Engine 1 treeAndi Gutmans2001-08-084-1/+40
|
* - Preliminary patch for method() dereferencingAndi Gutmans2001-08-083-53/+78
|
* - Merge zend_try fix from Engine 1Andi Gutmans2001-08-082-1/+1
|
* Migrate .dsp patchesZeev Suraski2001-08-071-12/+12
|
* - Forgot to commit the updated dspAndi Gutmans2001-08-071-0/+8
|
* - More sync with latest CVSAndi Gutmans2001-08-071-8/+0
|
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-0714-47/+300
|
* Commit uncommitted build fixZeev Suraski2001-08-061-11/+6
|
* Fix an off by one lineno issue, in case of an implicit ;Zeev Suraski2001-08-063-2/+12
|
* Better shared codeZeev Suraski2001-08-062-14/+2
|
* Merge from branch - move to standard C scanners in thread safe modeZeev Suraski2001-08-0616-256/+355
|
* - Move to using Z_ macrosAndi Gutmans2001-08-061-16/+20
|
* - Use Z_ macrosAndi Gutmans2001-08-061-1/+1
|
* More nulled-out macrosZeev Suraski2001-08-051-0/+23
|
* TSRMLS_FETCH workZeev Suraski2001-08-053-9/+14
|
* Fix bugletZeev Suraski2001-08-031-1/+1
|
* Fix macroZeev Suraski2001-08-031-1/+1
|
* Implement fast memory allocation and reduced fragmentation under Windows.Zeev Suraski2001-08-033-7/+41
|
* Some compat macrosZeev Suraski2001-08-031-0/+6
|
* require_once()/include_once will return true in case a file was not includedZeev Suraski2001-08-021-2/+6
| | | | | | | because it was already included earlier. Changed the default return value type of the include() family from long to boolean
* Avoid going over huge lists of functions, classes and constants.Zeev Suraski2001-08-024-8/+54
| | | | | Special thanks to the guys from the MS lab for the profiling tools :)
* Some cleanupZeev Suraski2001-08-026-46/+10
|
* TSRMLS fixesZeev Suraski2001-08-023-5/+5
|
* Implement fast scanning in the multithreaded environmentZeev Suraski2001-08-012-24/+17
|
* the make Sebastian happy part of the day :)Zeev Suraski2001-07-311-2/+2
|
* More TSRMLS_FETCH workZeev Suraski2001-07-315-19/+15
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-312-4/+6
|
* More TSRMLS_FETCH workZeev Suraski2001-07-3122-115/+107
|
* Compile fixZeev Suraski2001-07-301-2/+2
|
* More TSRMLS_FETCH workZeev Suraski2001-07-3017-87/+56
|
* More TSRMLS_FETCH workZeev Suraski2001-07-304-16/+22
|
* More TSRMLS_FETCH work, and get rid of redundant ParametersPassedByRefZeev Suraski2001-07-304-26/+3
|
* Let's be consisten and keep TSRMLS_DC declaration after num_args.Andrei Zmievski2001-07-302-2/+2
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-3019-130/+141
|
* Get rid of more TSRMLS_FETCH'sZeev Suraski2001-07-302-6/+9
|
* Avoid TSRMLS_FETCH()'s (still lots of work left)Zeev Suraski2001-07-3010-49/+41
|
* - More object junkAndi Gutmans2001-07-291-1/+2
|
* - Object macros...Andi Gutmans2001-07-291-8/+12
|
* - Fix buildAndi Gutmans2001-07-281-1/+0
|
* - More object macros.Andi Gutmans2001-07-281-22/+29
|
* - Use the Z_OBJ* macros for accessing objectsAndi Gutmans2001-07-281-5/+9
|
* - Small patch to allow fixing the PHP tree to be compatible w/ the initialAndi Gutmans2001-07-282-4/+9
| | | | | - Zend 2 objects patch. Hopefully I can commit that this week.
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-2823-741/+699
|