summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* MFHHarald Radi2002-07-092-19/+75
* This commit was manufactured by cvs2svn to create branch 'ZendEngine2'.SVN Migration2002-07-031-0/+167
* no messageHarald Radi2002-03-161-2/+2
* This commit was manufactured by cvs2svn to create branch 'ZendEngine2'.SVN Migration2002-03-1652-13824/+0
* some minor docu-in-header changesWez Furlong2002-03-162-4/+15
* Quick fix build error when ptrdiff_t is not defined in types.h or sys/types.hYasuo Ohgaki2002-03-161-1/+3
* ZTS build fixYasuo Ohgaki2002-03-161-1/+1
* ZTS build fixYasuo Ohgaki2002-03-161-4/+4
* Allow php_stream_copy_to_stream to do nothing when used with codeWez Furlong2002-03-162-4/+14
* some tweaks for seek/read used in image.c (thanks Marcus)Wez Furlong2002-03-161-4/+9
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-0/+9
* more *'sWez Furlong2002-03-165-62/+62
* - More whitespace. I really can't do the other files though...Andi Gutmans2002-03-161-40/+40
* - Change one strncpy() to strlcpy().Andi Gutmans2002-03-161-100/+116
* New PHP streams...Wez Furlong2002-03-158-213/+1099
* don't redefine NDEBUG if it is already defined. yeesh.jim winstead2002-03-151-0/+2
* - Revert assert fix until it becomes clear what was wrong with my previousAndi Gutmans2002-03-151-2/+0
* Avoid warnings under VC.Yasuo Ohgaki2002-03-151-0/+2
* fixed a typo within checkuidStefan Esser2002-03-141-2/+2
* - Define HAVE_ASSERT_H under Windows. There was a macro redefinition beforeAndi Gutmans2002-03-141-0/+3
* Good suggestion, but I'm not sure we want to start receiving bugZeev Suraski2002-03-141-1/+1
* update versionSterling Hughes2002-03-141-1/+1
* Childish, are we?Zeev Suraski2002-03-141-1/+1
* - Fixed versionfoobar2002-03-141-1/+1
* Fix version numberZeev Suraski2002-03-141-1/+1
* Include/enable assert.h/assert() when it is availableYasuo Ohgaki2002-03-141-1/+10
* - Fixed bug: #16047, #15865, and propably a few more..foobar2002-03-141-1/+1
* Changed to PHP_CONFIG_FILE_PATH use the environment variable SystemRootFrank M. Kromann2002-03-121-1/+1
* Fix: Now returns correct Content-Type with Opera 6.01Stefan Esser2002-03-101-1/+13
* - Commented out the space escaping. Works now as it did before.foobar2002-03-091-1/+5
* - Fixed the phpinfo() tables not to blow up when using very longfoobar2002-03-071-1/+1
* Revert uppercase directory name to lower case.Frank M. Kromann2002-03-071-9/+8
* Enabling crypt() on Win32Frank M. Kromann2002-03-071-9/+14
* - Bump version numbers on HEADDerick Rethans2002-03-061-1/+1
* Killing compiler warning on Win32Frank M. Kromann2002-03-051-0/+2
* Silence a warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).Jon Parise2002-03-041-1/+1
* - Some more speed (and more consistency)Derick Rethans2002-03-041-4/+4
* Supply php_html_puts which escapes a whole string.. now fully works in ZTSSascha Schumann2002-03-043-2/+44
* Silence warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).Jon Parise2002-03-041-1/+1
* Changing the Velocis extension to now be called Birdstep, due to a product/co...James Cox2002-03-041-2/+2
* (php_checkuid) Added case for root directory when mode isJames E. Flemer2002-03-031-1/+4
* (php_checkuid) Added case for root directory when mode isJames E. Flemer2002-03-031-1/+5
* typo fixHartmut Holzgraefe2002-03-021-1/+1
* Fix version numberZeev Suraski2002-03-021-1/+1
* Added PHP_SAPI constant which contains the name of running SAPI.Edin Kadribasic2002-03-011-0/+1
* Do explicit test againt to FAILURE.Yasuo Ohgaki2002-03-011-2/+3
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-013-60/+178
* turn on force redirect for windowsShane Caraveo2002-03-012-4/+5
* Removed CWD from php_ini_search_path when using CLI SAPI.Edin Kadribasic2002-02-281-3/+12
* Maintain headers.Sebastian Bergmann2002-02-2820-24/+22