summaryrefslogtreecommitdiff
path: root/Zend/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Changed zend_smart_str allocation granularity to do the better job together ↵Dmitry Stogov2015-04-161-1/+1
| | | | | | with Zend MM and avoid useless calls to erealloc(). The actual reallocation routiones are seprated from inlined code to reduce code size.
* 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
| | | | | This was introduced back in 2000 to test a new hashtable implementation and is no longer used.
* Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2013-12-221-1/+1
|\ | | | | | | | | Conflicts: Zend/zend_vm_opcodes.c
| * Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-221-1/+1
| |\ | | | | | | | | | | | | Conflicts: Zend/zend_vm_opcodes.c
| | * 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 ↵Dmitry Stogov2013-11-061-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | const_scalar_exprs * 'const_scalar_exprs' of github.com:bwoebi/php-src: Removed operations on constant arrays. They make no sense as constants are not allowed to be arrays. And as just properties are allowed to; no problem, we still don't need operations on any constant array. Added a few more operators Whitespace fix converted several switches to ifs and made more opcache friendly Fatal error about self referencing constants fixed Fixed mem leaks, added tests and ternary operator Working commit for constant scalar expressions (with constants). Tests will follow. Conflicts: Zend/Makefile.am configure.in win32/build/config.w32
| * | | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-1/+2
| |/ / | | | | | | | | | Tests will follow.
* | | 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
| | | | | | | | changes in generated files.
* | 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
|/ | | | | | | | This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation # Patch by Lucas Nealan, Arnaud Le Blanc, Brian Shire & Ilia Alshanetsky
* Added concept of interned strings. All strings constants known at compile ↵Dmitry Stogov2010-04-201-1/+1
| | | | time are allocated in a single copy and never changed.
* 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
|