summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fixed minor typo.foobar2002-02-271-1/+1
* - Oops... wishful thinking here :)Derick Rethans2002-02-271-1/+1
* - Update version numberDerick Rethans2002-02-271-1/+1
* - Hopefully fix the shutdown_memory_manager() stuff. Part of my previousAndi Gutmans2002-02-262-2/+4
* TSRM Cleanup.Sebastian Bergmann2002-02-261-5/+3
* - Pass shutdown_memory_manager the TSRMLS context.Andi Gutmans2002-02-262-2/+4
* - Let php_execute_script return 0 on failure and 1 on sucess, and changeDerick Rethans2002-02-141-2/+3
* Irix defines AF_INET6, but lacks IPv6 support, includingSascha Schumann2002-02-121-1/+1
* Added php_sockaddr_size() in network.c (and the header file). This is usedStig Venaas2002-02-102-0/+23
* Legacy code removed.Yasuo Ohgaki2002-02-071-1/+0
* pval -> zvalYasuo Ohgaki2002-02-051-2/+23
* register_globals=off is defualt for 4.2.0Yasuo Ohgaki2002-02-051-1/+1
* Fix thread-safe build.Sebastian Bergmann2002-02-021-2/+2
* Changed php.ini directive 'safe_mode_include_dir' to accept aJames E. Flemer2002-02-012-43/+69
* Ignore register_globals for $argc and $argv under CLI SAPI.Edin Kadribasic2002-01-311-1/+1
* - Fix for bug #15057: getimagesize() crashes when offline (on MacOSX)Derick Rethans2002-01-211-0/+3
* Modified the build system to make certain extensions (pcntl, ncurses,Edin Kadribasic2002-01-201-3/+14
* Make --enable-safe-mode usefulYasuo Ohgaki2002-01-191-0/+4
* fix for bug #14776Stefan Esser2002-01-141-0/+1
* - Make an E_NOTICE error type show 'Notice' instead of 'Warning'.Derick Rethans2002-01-101-2/+0
* Move type-handling functions into ext/standard/type.c (which hadjim winstead2002-01-091-1/+0
* hostconnect now divides the timeout with no. of addresses. If a connectionStig Venaas2002-01-062-13/+52
* Added argc and argv in request_info needed for the new cli sapi.Edin Kadribasic2002-01-062-2/+26
* Added some consts for arguments in network.c declarations. MovedStig Venaas2002-01-062-4/+12
* Nuke unused variable warning (end_arr).Jon Parise2002-01-041-2/+1
* Undefine AF_UNIX under RISC OSAlex Waugh2001-12-232-2/+2
* fixed: fix for my broken patch.Stefan Esser2001-12-161-6/+5
* Freeing that TLS is just too complicated. Since we're shuttingZeev Suraski2001-12-161-3/+1
* whitespace. - now i know how code should look like ...Stefan Esser2001-12-161-4/+12
* whitespace.Stefan Esser2001-12-161-2/+6
* fixed: WWW-Authenticate -> header_line got only freed when safe_mode was activStefan Esser2001-12-161-3/+2
* fixed: bufferoverflow in sapi_add_header_ex triggerable by header("WWW-Authen...Stefan Esser2001-12-161-0/+1
* fixed: php_ap_getword was unaware of quotesStefan Esser2001-12-161-21/+32