summaryrefslogtreecommitdiff
path: root/Zend/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Zend Signal HandlingIlia Alshanetsky2011-06-221-1/+1
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-1/+1
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-1/+1
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-1/+1
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-3/+3
* Removed unused zend_mm.*Dmitry Stogov2006-12-051-1/+1
* - MFH Move reflection to its own extensionMarcus Boerger2005-11-301-1/+1
* - Add missing entry.Moriyoshi Koizumi2005-02-211-1/+1
* - Add entry for zend_strtod.c in belief that this is still active.Moriyoshi Koizumi2004-11-041-1/+2
* - Add zend_exceptions.cAndi Gutmans2004-02-121-1/+1
* add zend_iterators.c zend_interfaces.c to makeStanislav Malyshev2003-11-041-1/+2
* added support for Reflection_Function, the first part ofGeorge Schlossnagle2003-06-301-1/+2
* add a standard Exception class.Sterling Hughes2003-03-231-1/+1
* Added missing zend_mm.c file and renamed zend_object_API.c -> zend_objects_API.cfoobar2003-03-171-1/+1
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-1/+1
* upsThies C. Arntzen2003-02-141-1/+1
* add really nice dump_bt function for debugging in gdbThies C. Arntzen2003-02-141-1/+1
* Generalize object storage and reference bookkeepingStanislav Malyshev2002-05-311-1/+2
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-1/+1
* Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824Adam Dickmeiss2002-02-031-1/+2
* - MFZE1Andi Gutmans2001-09-191-1/+1
* MFZE1Sebastian Bergmann2001-09-191-1/+1
* - Fix UNIX build.Andi Gutmans2001-08-111-1/+1
* Merge from branch - move to standard C scanners in thread safe modeZeev Suraski2001-08-061-18/+7
* - Fix dependency.Andi Gutmans2000-11-031-1/+1
* Another attempt to make it buildStanislav Malyshev2000-10-301-0/+3
* Fix buildStanislav Malyshev2000-10-301-2/+2
* Generalization workZeev Suraski2000-10-291-3/+3
* Some more work on the INI parser/scannerZeev Suraski2000-10-291-3/+3
* Initial step in rewriting the INI parsing mechanismZeev Suraski2000-10-291-1/+16
* Unify the names of these last 3 files...Zeev Suraski2000-10-291-12/+12
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-1/+2
* Remove --enable-c9x-inline option. We now use a syntax which is compatibleSascha Schumann2000-09-261-5/+3
* - Remove two tabsAndi Gutmans2000-09-041-2/+2
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-3/+5
* Fix parallel makes on BSDSascha Schumann2000-05-121-1/+1
* Fix dependencySascha Schumann2000-05-011-1/+1
* Give another hint to BSD makesSascha Schumann2000-03-301-1/+1
* Specifically mention $(srcdir), so that OpenBSD's make gets itSascha Schumann2000-03-301-3/+3
* - Preliminary support for dynamic arrays. I need it on order to try out aAndi Gutmans2000-02-181-1/+1
* Makefile.am: Add dummy target for dependenciesSascha Schumann1999-12-261-0/+2
* Compile zend_execute.c with special CFLAGS. For GCC, INLINE_CFLAGSSascha Schumann1999-12-231-1/+3
* libzend -> ZendZeev Suraski1999-12-191-8/+8
* Add zend_sprintf.cSascha Schumann1999-12-191-1/+1
* automake created illegal target names due to the ZEND_SCANNER definition.Sascha Schumann1999-12-181-2/+0
* Move config code into separate fileSascha Schumann1999-12-171-1/+1
* Rebuild libzend.la, if the scanner was rebuiltSascha Schumann1999-11-261-1/+2
* Use sources from $(srcdir)Sascha Schumann1999-10-141-2/+2
* Do not use $< for anything but implicit rules.Sascha Schumann1999-10-131-2/+2
* Add necessary rule.Sascha Schumann1999-10-041-0/+2