summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Release_TSDbg support. This mode compiles PHP with the release C runtime,Zeev Suraski2000-12-264-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 tooZeev Suraski2000-12-264-12/+102
| | | | | - Add Release_TSDbg configuration
* #remove cvs [dollar] ID from changelogDavid Croft2000-12-261-1/+1
|
* ChangeLog update2000-12-261-0/+5
|
* ChangeLog update2000-12-251-0/+56
|
* Skip mcrypt/gmp tests, if the extensions are not available.Sascha Schumann2000-12-242-0/+4
|
* Add session_set_save_handler testSascha Schumann2000-12-241-0/+85
|
* More instances of s/efree/FREE_ZVAL/Sascha Schumann2000-12-242-3/+3
|
* Not freeing the zval using FREE_ZVAL caused a segfault inSascha Schumann2000-12-241-2/+2
| | | | | shutdown_memory_manager.
* Also call some member functions of the deserialized objectsSascha Schumann2000-12-241-3/+6
|
* Run run-tests.php in srcdir and add top_builddir/pear to the includeSascha Schumann2000-12-241-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 testSascha Schumann2000-12-241-0/+33
|
* Add two regression tests for the session moduleSascha Schumann2000-12-242-0/+37
|
* Fix segfault introduced through recent zend_hash_get_current_key* changes.Sascha Schumann2000-12-241-1/+0
|
* This needs updating as wellZeev Suraski2000-12-241-1/+1
|
* Sync the expected output with Linux dirname output. The test passes now.Sascha Schumann2000-12-241-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 environmentsSascha Schumann2000-12-242-4/+4
|
* revert last fix. the problem is now fixed globally in Zend.Thies C. Arntzen2000-12-241-4/+1
|
* ChangeLog update2000-12-241-0/+22
|
* More aggressive protection in call_user_function_ex()Zeev Suraski2000-12-241-0/+3
|
* fix #8363.Thies C. Arntzen2000-12-231-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'sSascha Schumann2000-12-231-6/+6
| | | | | libphp4.module.in.
* Fix a possible crash bug in call_user_function_ex(), if the function isZeev Suraski2000-12-231-1/+1
| | | | | in fact not a user function
* ChangeLog update2000-12-231-0/+56
|
* (PHP session_unset) Return early, if no session was started.Sascha Schumann2000-12-221-0/+3
| | | | | PR: #8354
* Support multi-char arg separators.Sascha Schumann2000-12-222-7/+7
| | | | | PR: #8274
* Set the floating-point exception mask on FreeBSD to 0 (as do otherSascha Schumann2000-12-222-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 completeSascha Schumann2000-12-221-2/+2
| | | | | operation.
* NULL is a valid return value of mmap. Check against (void *) MAP_FAILED.Sascha Schumann2000-12-221-1/+1
|
* (php_file_copy) Use mmap to map the source file into our address spaceSascha Schumann2000-12-221-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 subpatternAndrei Zmievski2000-12-222-48/+72
| | | | | | references in the replacement string. (PHP array_sum) Check that argument is an array.
* Heads up people!Zeev Suraski2000-12-2218-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 duplicateZeev Suraski2000-12-225-13/+13
|
* @* Fixed a possible crash in get_class_methods() (Zeev)Zeev Suraski2000-12-221-2/+4
|
* ChangeLog update2000-12-221-0/+16
|
* NEWS update2000-12-221-0/+1
|
* @- Changed setlocale() to use LC_* constants. (Jani)foobar2000-12-211-22/+32
|
* No need for GCC extensions in non-debugging mode.Sascha Schumann2000-12-211-1/+1
| | | | | PR: #8345
* Some AC_SUBST substitutions were removed which are still needed.Sascha Schumann2000-12-211-5/+5
| | | | | Submitted by: Andrei Zmievski
* ChangeLog update2000-12-211-0/+46
|
* install the Math/* files.Chuck Hagenbuch2000-12-201-0/+3
|
* Stop automatically passing vars to AC_SUBST through PHP_SUBST.Sascha Schumann2000-12-207-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 secondsSascha Schumann2000-12-203-9/+14
| | | | | previously, it takes now about 100ms on a P233.
* - Use memcmp() instead of ugly char-by-char compareAndi Gutmans2000-12-201-7/+1
|
* Removed unused variable from is_scalarZak Greant2000-12-201-1/+0
|
* Note about fix under correct version.foobar2000-12-201-1/+2
|
* ChangeLog update2000-12-201-0/+34
|
* NEWS update2000-12-201-0/+1
|
* Add the QA team to the creditsZeev Suraski2000-12-193-0/+9
|
* Add support for ASP tags in one-line commentStanislav Malyshev2000-12-191-9/+13
|