summaryrefslogtreecommitdiff
path: root/Zend/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | 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 Stogov2006-12-051-1/+1
|
* - MFH Move reflection to its own extensionMarcus Boerger2005-11-301-1/+1
| | | | | # As discussed with RM
* - 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
| | | | | the reflection api
* 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
| | | | | | | 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, 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
| | | | | # At least, it compiles now...
* 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
| | | | | | with all compilers by providing the function with static linkage in every compilation unit.
* - Remove two tabsAndi Gutmans2000-09-041-2/+2
|
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-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 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
| | | | | new hash implementation. It isn't used anywhere.
* Makefile.am: Add dummy target for dependenciesSascha Schumann1999-12-261-0/+2
| | | | | acinclude.m4: Cache result of broken sprintf check
* Compile zend_execute.c with special CFLAGS. For GCC, INLINE_CFLAGSSascha Schumann1999-12-231-1/+3
| | | | | | contains -O0 to disable optimizations. This can be disabled by using the appropiate parameter.
* 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
| | | | | We now substitute @ZEND_SCANNER@ directly
* 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
|
* Use libtool to build.Sascha Schumann1999-10-041-13/+16
|
* Actually allow to set CXXFLAGSSascha Schumann1999-09-261-0/+1
|