summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* val->lenAndrei Zmievski1999-12-151-1/+1
* Faster, must go faster.Andrei Zmievski1999-12-151-3/+3
* - Added class_exists()Andrei Zmievski1999-12-141-5/+63
* - opened_path should not be freed here as the zend_file_dtor() takes careAndi Gutmans1999-12-071-3/+0
* Support ZTS definition in zend_config.hZeev Suraski1999-12-071-6/+6
* Move the #include of zend-parser.h out of zend_compile.hZeev Suraski1999-12-065-2/+4
* More localizationZeev Suraski1999-12-062-2/+2
* Localize a couple of macrosZeev Suraski1999-12-063-3/+6
* *** empty log message ***Zeev Suraski1999-12-051-3/+0
* Fix some warningsSascha Schumann1999-12-055-6/+3
* *** empty log message ***Andrei Zmievski1999-12-041-1/+0
* Added zend_set_hash_symbol() function.Andrei Zmievski1999-12-043-2/+25
* backed out last change after andi decided on a different approach.Thies C. Arntzen1999-12-041-8/+4
* - Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount 1 from the standardAndi Gutmans1999-12-041-1/+1
* - Implement get_used_files() and get_imported_files()Zeev Suraski1999-12-043-2/+67
* - Break the zend->PHP dependency introduced by the .php extension for use(),Zeev Suraski1999-12-046-24/+31
* the new SET_VAR_* macros forgot to set the refcount!Thies C. Arntzen1999-12-041-4/+8
* build error - windowsSam Ruby1999-12-041-1/+1
* Fix typo, add prototype for use_filename().Stig S. Bakken1999-12-042-1/+2
* "use" should use arg+".php" as parameter to requireStig S. Bakken1999-12-041-0/+22
* This should fix the fd leak with include()/require()Zeev Suraski1999-12-041-1/+1
* *** empty log message ***Andrei Zmievski1999-12-031-5/+2
* Added ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro.Andrei Zmievski1999-12-031-0/+3
* revert my last patch - WARNING: we leak fd's again.Thies C. Arntzen1999-12-031-4/+1
* - Remove _EX and make it the old _LENGTHAndi Gutmans1999-12-031-9/+6
* - Add _EX macro for AndreiAndi Gutmans1999-12-021-2/+4
* Solve a couple of compile issuesZeev Suraski1999-12-022-1/+3
* php_fopen_wrapper_for_zend() does *NOT* insert the opened files into any list...Thies C. Arntzen1999-12-021-0/+5
* Fix warnings surfacing in maintainer-mode.Stig S. Bakken1999-12-0113-25/+31
* Make it possible to explicitly set refcount in ZEND_SET_SYMBOL_WITH_LENGTH(),...Zeev Suraski1999-12-011-0/+3
* Allow to set the reference count explicitly for ZEND_SET_SYMBOL_WITH_LENGTH()Zeev Suraski1999-12-012-9/+14
* - Forgot to check for BP_VAR_IS in the fix made for Thies' string offsetAndi Gutmans1999-12-011-1/+1
* - Applied Thies' bug fix. Great work!Andi Gutmans1999-11-301-0/+1
* - Add use support (behaves like require, but will not use the same file twice)Andi Gutmans1999-11-309-17/+74
* - Fix problem Thies reported. We by mistake separated variables which wereAndi Gutmans1999-11-301-1/+1
* Add ability to disable the memory cacheZeev Suraski1999-11-271-2/+6
* - Fix fd leak in ZTS modeZeev Suraski1999-11-261-1/+4
* UNIX/non ZTS compile fixesZeev Suraski1999-11-262-2/+2
* - Improve the file handle closing codeZeev Suraski1999-11-263-17/+44
* - Modify zend_llist_del() to receive a comparison functionZeev Suraski1999-11-262-3/+3
* This request_shutdown() is no longer needed (never was needed really)Zeev Suraski1999-11-261-6/+0
* This should get the file to close properlyZeev Suraski1999-11-261-1/+1
* Rebuild libzend.la, if the scanner was rebuiltSascha Schumann1999-11-261-1/+2
* Remove request_started, increase thread safetyZeev Suraski1999-11-262-9/+9
* That's a more thorough fix...Zeev Suraski1999-11-251-1/+3
* Fix bug #2817 - assignments to string offsets could erronously modify unrelat...Zeev Suraski1999-11-251-0/+2
* Fix compile problem with enable-memory-limitZeev Suraski1999-11-221-1/+1
* Fix inconsistencies with here-docs implementationZeev Suraski1999-11-221-8/+2
* Fix #2744Zeev Suraski1999-11-222-0/+8
* That slipped awayAndi Gutmans1999-11-211-1/+1