| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Release_TSDbg support. This mode compiles PHP with the release C runtime, | Zeev Suraski | 2000-12-26 | 4 | -0/+348 |
| | | | | | | | but with optimizations disabled and with debug info. Some crashes can only be debugged using this mode. | ||||
| * | - Use supplied istdiostream definition for the INI scanner too | Zeev Suraski | 2000-12-26 | 4 | -12/+102 |
| | | | | | | - Add Release_TSDbg configuration | ||||
| * | #remove cvs [dollar] ID from changelog | David Croft | 2000-12-26 | 1 | -1/+1 |
| | | |||||
| * | ChangeLog update | 2000-12-26 | 1 | -0/+5 | |
| | | |||||
| * | ChangeLog update | 2000-12-25 | 1 | -0/+56 | |
| | | |||||
| * | Skip mcrypt/gmp tests, if the extensions are not available. | Sascha Schumann | 2000-12-24 | 2 | -0/+4 |
| | | |||||
| * | Add session_set_save_handler test | Sascha Schumann | 2000-12-24 | 1 | -0/+85 |
| | | |||||
| * | More instances of s/efree/FREE_ZVAL/ | Sascha Schumann | 2000-12-24 | 2 | -3/+3 |
| | | |||||
| * | Not freeing the zval using FREE_ZVAL caused a segfault in | Sascha Schumann | 2000-12-24 | 1 | -2/+2 |
| | | | | | | shutdown_memory_manager. | ||||
| * | Also call some member functions of the deserialized objects | Sascha Schumann | 2000-12-24 | 1 | -3/+6 |
| | | |||||
| * | Run run-tests.php in srcdir and add top_builddir/pear to the include | Sascha Schumann | 2000-12-24 | 1 | -2/+2 |
| | | | | | | | path (does not seem to work though yet. The include path does not seem to get changed at all). | ||||
| * | Add session object deserialization test | Sascha Schumann | 2000-12-24 | 1 | -0/+33 |
| | | |||||
| * | Add two regression tests for the session module | Sascha Schumann | 2000-12-24 | 2 | -0/+37 |
| | | |||||
| * | Fix segfault introduced through recent zend_hash_get_current_key* changes. | Sascha Schumann | 2000-12-24 | 1 | -1/+0 |
| | | |||||
| * | This needs updating as well | Zeev Suraski | 2000-12-24 | 1 | -1/+1 |
| | | |||||
| * | Sync the expected output with Linux dirname output. The test passes now. | Sascha Schumann | 2000-12-24 | 1 | -6/+6 |
| | | | | | | | Perhaps this should be split into two tests, because the Win32 paths don't work properly with PHP's dirname on Unix. | ||||
| * | Fix "make test" in VPATH environments | Sascha Schumann | 2000-12-24 | 2 | -4/+4 |
| | | |||||
| * | revert last fix. the problem is now fixed globally in Zend. | Thies C. Arntzen | 2000-12-24 | 1 | -4/+1 |
| | | |||||
| * | ChangeLog update | 2000-12-24 | 1 | -0/+22 | |
| | | |||||
| * | More aggressive protection in call_user_function_ex() | Zeev Suraski | 2000-12-24 | 1 | -0/+3 |
| | | |||||
| * | fix #8363. | Thies C. Arntzen | 2000-12-23 | 1 | -1/+4 |
| | | | | | | fix call_user_function when parser->object is not set. | ||||
| * | Pass some more variables to AC_SUBST as those are needed for Apache 1.3's | Sascha Schumann | 2000-12-23 | 1 | -6/+6 |
| | | | | | | libphp4.module.in. | ||||
| * | Fix a possible crash bug in call_user_function_ex(), if the function is | Zeev Suraski | 2000-12-23 | 1 | -1/+1 |
| | | | | | | in fact not a user function | ||||
| * | ChangeLog update | 2000-12-23 | 1 | -0/+56 | |
| | | |||||
| * | (PHP session_unset) Return early, if no session was started. | Sascha Schumann | 2000-12-22 | 1 | -0/+3 |
| | | | | | | PR: #8354 | ||||
| * | Support multi-char arg separators. | Sascha Schumann | 2000-12-22 | 2 | -7/+7 |
| | | | | | | PR: #8274 | ||||
| * | Set the floating-point exception mask on FreeBSD to 0 (as do other | Sascha Schumann | 2000-12-22 | 2 | -13/+3 |
| | | | | | | | | FreeBSD system applications). Also bump up the module API number as the zend_hash_get_current_key change affects source and binary compatibility. | ||||
| * | Signal an error condition, if write was unable to perform the complete | Sascha Schumann | 2000-12-22 | 1 | -2/+2 |
| | | | | | | operation. | ||||
| * | NULL is a valid return value of mmap. Check against (void *) MAP_FAILED. | Sascha Schumann | 2000-12-22 | 1 | -1/+1 |
| | | |||||
| * | (php_file_copy) Use mmap to map the source file into our address space | Sascha Schumann | 2000-12-22 | 1 | -4/+23 |
| | | | | | | | | and then simply write it out to the target file. That avoids switching between user and kernel land too many times. If that does not work, we fall back to the read/write method. | ||||
| * | (PHP preg_replace) Fix to allow proper escaping of captured subpattern | Andrei Zmievski | 2000-12-22 | 2 | -48/+72 |
| | | | | | | | references in the replacement string. (PHP array_sum) Check that argument is an array. | ||||
| * | Heads up people! | Zeev Suraski | 2000-12-22 | 18 | -84/+63 |
| | | | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok... | ||||
| * | Allow get_current_key() not to return the key itself, instead of a duplicate | Zeev Suraski | 2000-12-22 | 5 | -13/+13 |
| | | |||||
| * | @* Fixed a possible crash in get_class_methods() (Zeev) | Zeev Suraski | 2000-12-22 | 1 | -2/+4 |
| | | |||||
| * | ChangeLog update | 2000-12-22 | 1 | -0/+16 | |
| | | |||||
| * | NEWS update | 2000-12-22 | 1 | -0/+1 | |
| | | |||||
| * | @- Changed setlocale() to use LC_* constants. (Jani) | foobar | 2000-12-21 | 1 | -22/+32 |
| | | |||||
| * | No need for GCC extensions in non-debugging mode. | Sascha Schumann | 2000-12-21 | 1 | -1/+1 |
| | | | | | | PR: #8345 | ||||
| * | Some AC_SUBST substitutions were removed which are still needed. | Sascha Schumann | 2000-12-21 | 1 | -5/+5 |
| | | | | | | Submitted by: Andrei Zmievski | ||||
| * | ChangeLog update | 2000-12-21 | 1 | -0/+46 | |
| | | |||||
| * | install the Math/* files. | Chuck Hagenbuch | 2000-12-20 | 1 | -0/+3 |
| | | |||||
| * | Stop automatically passing vars to AC_SUBST through PHP_SUBST. | Sascha Schumann | 2000-12-20 | 7 | -17/+16 |
| | | | | | | | | | There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now. genif.sh was moved to an appropiate place. | ||||
| * | Speed up the genif.sh script a little bit. Whereas it took three seconds | Sascha Schumann | 2000-12-20 | 3 | -9/+14 |
| | | | | | | previously, it takes now about 100ms on a P233. | ||||
| * | - Use memcmp() instead of ugly char-by-char compare | Andi Gutmans | 2000-12-20 | 1 | -7/+1 |
| | | |||||
| * | Removed unused variable from is_scalar | Zak Greant | 2000-12-20 | 1 | -1/+0 |
| | | |||||
| * | Note about fix under correct version. | foobar | 2000-12-20 | 1 | -1/+2 |
| | | |||||
| * | ChangeLog update | 2000-12-20 | 1 | -0/+34 | |
| | | |||||
| * | NEWS update | 2000-12-20 | 1 | -0/+1 | |
| | | |||||
| * | Add the QA team to the credits | Zeev Suraski | 2000-12-19 | 3 | -0/+9 |
| | | |||||
| * | Add support for ASP tags in one-line comment | Stanislav Malyshev | 2000-12-19 | 1 | -9/+13 |
| | | |||||
