Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed floating point mathematic speed degradation (Christian) | Dmitry Stogov | 2009-03-18 | 1 | -1/+1 |
| | |||||
* | Added support for lambda functions and closures | Dmitry Stogov | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -3/+3 |
| | | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt | ||||
* | Removed unused zend_mm.* | Dmitry Stogov | 2006-12-05 | 1 | -1/+1 |
| | |||||
* | - MFH Move reflection to its own extension | Marcus Boerger | 2005-11-30 | 1 | -1/+1 |
| | | | | | # As discussed with RM | ||||
* | - Add missing entry. | Moriyoshi Koizumi | 2005-02-21 | 1 | -1/+1 |
| | |||||
* | - Add entry for zend_strtod.c in belief that this is still active. | Moriyoshi Koizumi | 2004-11-04 | 1 | -1/+2 |
| | |||||
* | - Add zend_exceptions.c | Andi Gutmans | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | add zend_iterators.c zend_interfaces.c to make | Stanislav Malyshev | 2003-11-04 | 1 | -1/+2 |
| | |||||
* | added support for Reflection_Function, the first part of | George Schlossnagle | 2003-06-30 | 1 | -1/+2 |
| | | | | | the reflection api | ||||
* | add a standard Exception class. | Sterling Hughes | 2003-03-23 | 1 | -1/+1 |
| | |||||
* | Added missing zend_mm.c file and renamed zend_object_API.c -> zend_objects_API.c | foobar | 2003-03-17 | 1 | -1/+1 |
| | |||||
* | Implement simple stream support in the ZE scanners. | Wez Furlong | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | ups | Thies C. Arntzen | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | add really nice dump_bt function for debugging in gdb | Thies C. Arntzen | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | Generalize object storage and reference bookkeeping | Stanislav Malyshev | 2002-05-31 | 1 | -1/+2 |
| | |||||
* | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -1/+1 |
| | | | | | | | Note: only standard Zend objects are working now. This is definitely going to break custom objects like COM, Java, etc. - this will be fixed later. Also, this may break other things that access objects' internals directly. | ||||
* | Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824 | Adam Dickmeiss | 2002-02-03 | 1 | -1/+2 |
| | |||||
* | - MFZE1 | Andi Gutmans | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | MFZE1 | Sebastian Bergmann | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | - Fix UNIX build. | Andi Gutmans | 2001-08-11 | 1 | -1/+1 |
| | |||||
* | Merge from branch - move to standard C scanners in thread safe mode | Zeev Suraski | 2001-08-06 | 1 | -18/+7 |
| | |||||
* | - Fix dependency. | Andi Gutmans | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | Another attempt to make it build | Stanislav Malyshev | 2000-10-30 | 1 | -0/+3 |
| | |||||
* | Fix build | Stanislav Malyshev | 2000-10-30 | 1 | -2/+2 |
| | | | | | # At least, it compiles now... | ||||
* | Generalization work | Zeev Suraski | 2000-10-29 | 1 | -3/+3 |
| | |||||
* | Some more work on the INI parser/scanner | Zeev Suraski | 2000-10-29 | 1 | -3/+3 |
| | |||||
* | Initial step in rewriting the INI parsing mechanism | Zeev Suraski | 2000-10-29 | 1 | -1/+16 |
| | |||||
* | Unify the names of these last 3 files... | Zeev Suraski | 2000-10-29 | 1 | -12/+12 |
| | |||||
* | Initial steps to move the INI mechanism to the Zend engine | Zeev Suraski | 2000-10-29 | 1 | -1/+2 |
| | |||||
* | Remove --enable-c9x-inline option. We now use a syntax which is compatible | Sascha Schumann | 2000-09-26 | 1 | -5/+3 |
| | | | | | | with all compilers by providing the function with static linkage in every compilation unit. | ||||
* | - Remove two tabs | Andi Gutmans | 2000-09-04 | 1 | -2/+2 |
| | |||||
* | Add optional support for C0x inline semantics. | Sascha Schumann | 2000-06-13 | 1 | -3/+5 |
| | | | | | | | These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature later. | ||||
* | Fix parallel makes on BSD | Sascha Schumann | 2000-05-12 | 1 | -1/+1 |
| | |||||
* | Fix dependency | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | |||||
* | Give another hint to BSD makes | Sascha Schumann | 2000-03-30 | 1 | -1/+1 |
| | |||||
* | Specifically mention $(srcdir), so that OpenBSD's make gets it | Sascha Schumann | 2000-03-30 | 1 | -3/+3 |
| | |||||
* | - Preliminary support for dynamic arrays. I need it on order to try out a | Andi Gutmans | 2000-02-18 | 1 | -1/+1 |
| | | | | | new hash implementation. It isn't used anywhere. | ||||
* | Makefile.am: Add dummy target for dependencies | Sascha Schumann | 1999-12-26 | 1 | -0/+2 |
| | | | | | acinclude.m4: Cache result of broken sprintf check | ||||
* | Compile zend_execute.c with special CFLAGS. For GCC, INLINE_CFLAGS | Sascha Schumann | 1999-12-23 | 1 | -1/+3 |
| | | | | | | contains -O0 to disable optimizations. This can be disabled by using the appropiate parameter. | ||||
* | libzend -> Zend | Zeev Suraski | 1999-12-19 | 1 | -8/+8 |
| | |||||
* | Add zend_sprintf.c | Sascha Schumann | 1999-12-19 | 1 | -1/+1 |
| | |||||
* | automake created illegal target names due to the ZEND_SCANNER definition. | Sascha Schumann | 1999-12-18 | 1 | -2/+0 |
| | | | | | We now substitute @ZEND_SCANNER@ directly | ||||
* | Move config code into separate file | Sascha Schumann | 1999-12-17 | 1 | -1/+1 |
| | |||||
* | Rebuild libzend.la, if the scanner was rebuilt | Sascha Schumann | 1999-11-26 | 1 | -1/+2 |
| | |||||
* | Use sources from $(srcdir) | Sascha Schumann | 1999-10-14 | 1 | -2/+2 |
| | |||||
* | Do not use $< for anything but implicit rules. | Sascha Schumann | 1999-10-13 | 1 | -2/+2 |
| | |||||
* | Add necessary rule. | Sascha Schumann | 1999-10-04 | 1 | -0/+2 |
| | |||||
* | Use libtool to build. | Sascha Schumann | 1999-10-04 | 1 | -13/+16 |
| | |||||
* | Actually allow to set CXXFLAGS | Sascha Schumann | 1999-09-26 | 1 | -0/+1 |
| |