summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Make the generated <input> lower case and terminated with a /,Chuck Hagenbuch2001-01-022-6/+6
* Fix date('r') overflowRasmus Lerdorf2001-01-021-1/+1
* Hopefully solves some bad behavior in array_unique(), array_intersect()Stig Venaas2000-12-281-69/+21
* it seems one section was missing the HAVE_SOLID_30 section...Dan Kalowsky2000-12-281-1/+1
* added #define(OPENLINK) to the SDWORD instead of SQLINTEGER line.. this is fo...Dan Kalowsky2000-12-281-1/+1
* config file was missing a new line which seemed to cause the if statement to ...Dan Kalowsky2000-12-281-1/+2
* Fix typoRasmus Lerdorf2000-12-281-1/+1
* Add license infoStanislav Malyshev2000-12-281-0/+2
* Make nl2br() output <br /> instead of <br> to be XHTML compliant.Jon Parise2000-12-281-1/+1
* - Make the INI mechanism thread safe (fix necessary API changes from Zend)Zeev Suraski2000-12-273-2/+6
* Fix argument check (bug #8421).Andrei Zmievski2000-12-271-1/+1
* Add Release_TSDbg support. This mode compiles PHP with the release C runtime,Zeev Suraski2000-12-261-0/+25
* 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
* Also call some member functions of the deserialized objectsSascha Schumann2000-12-241-3/+6
* 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
* revert last fix. the problem is now fixed globally in Zend.Thies C. Arntzen2000-12-241-4/+1
* fix #8363.Thies C. Arntzen2000-12-231-1/+4
* (PHP session_unset) Return early, if no session was started.Sascha Schumann2000-12-221-0/+3
* Support multi-char arg separators.Sascha Schumann2000-12-222-7/+7
* Signal an error condition, if write was unable to perform the completeSascha Schumann2000-12-221-2/+2
* 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
* (PHP preg_replace) Fix to allow proper escaping of captured subpatternAndrei Zmievski2000-12-222-48/+72
* Heads up people!Zeev Suraski2000-12-2217-82/+61
* @- 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
* Stop automatically passing vars to AC_SUBST through PHP_SUBST.Sascha Schumann2000-12-203-3/+3
* - 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
* Add the QA team to the creditsZeev Suraski2000-12-193-0/+9
* @ ctype functions now follow the extension naming conventions (Hartmut)Hartmut Holzgraefe2000-12-194-149/+81
* Fix possible crashStanislav Malyshev2000-12-191-6/+7
* wb fix.foobar2000-12-192-28/+28
* Fix pr: #7982foobar2000-12-192-0/+2
* Adding test for is_scalar().Zak Greant2000-12-181-0/+26
* Added is_scalar() function.Zak Greant2000-12-182-98/+126
* fixed BUG #8306: shmat() returns -1 on errors, not NULLHartmut Holzgraefe2000-12-181-1/+1
* No need to link main binary with ODBC libs if we use shared moduleStanislav Malyshev2000-12-171-1/+3
* Don't do anything, if the input string has a length of 0.Sascha Schumann2000-12-171-0/+4
* - How did CVS let me commit this? Probably it confused with the branchAndi Gutmans2000-12-161-10/+0
* - In PHP we're supposed to only use MAXPATHLEN (defined in php.h)Andi Gutmans2000-12-161-8/+4
* - Make all places use MAXPATHLEN in the same way. It includes theAndi Gutmans2000-12-162-1/+11
* Attempt by Matt Bonneau to get thumbnail extraction workingRasmus Lerdorf2000-12-151-5/+59
* - Added test for bug #8040Derick Rethans2000-12-151-0/+29
* - Added a patch that changed the checking of which version of libmcrypt isDerick Rethans2000-12-151-4/+4