summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Added glob() support for windows.Edin Kadribasic2002-05-191-0/+4
* - Fix portability issues with empty results on Linux and FreeBSD, add safe_modeMarkus Fischer2002-05-181-14/+22
* Only the last cookie was getting set. (You can haveCliff Woolley2002-05-171-1/+1
* Remove leading "./" from include filenames as in PHP this defeats include_path.Preston L. Bannister2002-05-169-11/+10
* Adjust dirname() on Win32 to match CWD per drive semantics.Preston L. Bannister2002-05-161-4/+18
* Grr.. I keep leaving my debug in...Rasmus Lerdorf2002-05-161-1/+0
* Fix for #17271Rasmus Lerdorf2002-05-161-1/+3
* - Made all is_*() functions to return only boolean values.foobar2002-05-163-31/+47
* - Adjust for improved error messages from win32/sendmail.cMarkus Fischer2002-05-141-2/+8
* Make sure newtime is never NULLRasmus Lerdorf2002-05-131-2/+2
* - Fix a buglet in printing of GPCSE arraysZeev Suraski2002-05-131-5/+5
* Changing email address.Andrei Zmievski2002-05-132-2/+2
* - Centralize html_puts() againZeev Suraski2002-05-131-0/+3
* Change safe-mode rule for rmdir() to match unlink() - allow is targetRasmus Lerdorf2002-05-121-1/+1
* Use string_len informationSascha Schumann2002-05-121-1/+1
* reenable php_html_putsSascha Schumann2002-05-121-6/+7
* Another safe-mode fix. parse_ini_file() did not checkRasmus Lerdorf2002-05-111-0/+9
* show_source() safe-mode fixRasmus Lerdorf2002-05-112-2/+10
* Centralize html_puts() logic - php_html_puts() remains as an API wrapperZeev Suraski2002-05-111-5/+5
* - Add PHP_API_VERSION tooDerick Rethans2002-05-091-0/+3
* - Show both API nosDerick Rethans2002-05-091-3/+6
* - Forgot oneDerick Rethans2002-05-081-1/+1
* Kill a compiler warning on Win32Frank M. Kromann2002-05-081-1/+1
* fix problem with mkdir() on freebsdjim winstead2002-05-061-2/+2
* Add support for remaining entities in HTML 4 for the UTF-8 encoding inWez Furlong2002-05-051-3/+169
* Return right exit statusStanislav Malyshev2002-05-051-1/+1
* touchThies C. Arntzen2002-05-051-1/+1
* re-add accidentily nuked session_adapt_url()Thies C. Arntzen2002-05-053-2/+48
* syncSascha Schumann2002-05-051-4/+4
* the output buffer is flushed during request shutdown before itSascha Schumann2002-05-051-3/+3
* updateSascha Schumann2002-05-041-90/+70
* simplify handling of variables by maintaining two strings whichSascha Schumann2002-05-043-67/+44
* ret set but unusedSascha Schumann2002-05-041-1/+1
* c set but unusedSascha Schumann2002-05-041-3/+1
* inheader set but unusedSascha Schumann2002-05-041-2/+1
* block_ended/opposite_target were set but never usedSascha Schumann2002-05-041-4/+1
* don't emit code for versionSascha Schumann2002-05-041-0/+2
* Fix linkage of symbolsSascha Schumann2002-05-041-3/+3
* entry_length was set but never usedSascha Schumann2002-05-041-2/+1
* updateSascha Schumann2002-05-041-2/+0
* rval_temp was declared but never usedSascha Schumann2002-05-041-2/+0
* redirected is set but never usedSascha Schumann2002-05-041-2/+0
* include url.hSascha Schumann2002-05-041-0/+1
* include url.h to pull in declaration of php_url_encodeSascha Schumann2002-05-041-2/+3
* Make this code work on compilers which don't consider the addressSascha Schumann2002-05-041-19/+18
* unused varSascha Schumann2002-05-041-1/+0
* fixed a problem that ereg_replace() couldn't match with line stand/end marker.Rui Hirokawa2002-05-041-1/+1
* forgotThies C. Arntzen2002-05-031-68/+142
* @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to injectThies C. Arntzen2002-05-033-46/+136
* Fixing wrong pointerFrank M. Kromann2002-05-021-1/+1