summaryrefslogtreecommitdiff
path: root/Zend/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Changed zend_smart_str allocation granularity to do the better job together w...Dmitry Stogov2015-04-161-1/+1
* Drop zend_indent() as it was never used, complete or workingKalle Sommer Nielsen2015-03-271-1/+1
* Faster sorting algoXinchen Hui2015-01-141-1/+1
* linux compat for the static tsrm ls cache pointerAnatol Belski2014-10-021-0/+1
* Remove zend_dynamic_arrayNikita Popov2014-09-221-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2013-12-221-1/+1
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-221-1/+1
| |\
| | * Included new .c file in build tooBob Weinand2013-12-221-1/+1
| | * Zend Signal HandlingIlia Alshanetsky2011-06-221-1/+1
* | | Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_sca...Dmitry Stogov2013-11-061-1/+1
|\ \ \
| * | | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-1/+2
| |/ /
* | | initial move on renaming files and fixing includesAnatol Belski2013-10-171-1/+1
|/ /
* | Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ...Sebastian Bergmann2012-12-061-2/+2
* | Add empty Generator classNikita Popov2012-05-201-1/+2
* | Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-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