summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Kill a compiler warning on Win32Frank M. Kromann2002-05-081-1/+1
* Fix 10830, and 17074Jason Greene2002-05-071-1/+1
* Fix invalid warning caused by bogus convert_to_* callsJason Greene2002-05-061-2/+3
* Fix type-o that broke ZTS buildJason Greene2002-05-061-4/+11
* 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-055-6/+57
* bug fixed in unicode -> cp1252 table.Rui Hirokawa2002-05-052-7/+7
* added missing areas on Unicode->CP936 conversion table. added an alias CP932 ...Rui Hirokawa2002-05-053-33/+88
* 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-044-68/+47
* 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
* p is set, but never used.Sascha Schumann2002-05-041-2/+1
* Turn misplaced PHP_ARG_WITH into _ENABLESascha Schumann2002-05-041-3/+3
* Fix --enable-session=sharedSascha Schumann2002-05-041-3/+3
* Fix --enable-xml=sharedSascha Schumann2002-05-041-3/+3
* Reworked result resource handling so that result is not freed until allStig Venaas2002-05-041-53/+84
* fixed a problem that ereg_replace() couldn't match with line stand/end marker.Rui Hirokawa2002-05-042-2/+2
* removed the function for domxml_node_add_child and made an alias toChristian Stocker2002-05-032-39/+1
* WS fixesChristian Stocker2002-05-031-7/+7
* one parameter too muchChristian Stocker2002-05-031-1/+1
* added encoding support for domxml_dump_mem()Christian Stocker2002-05-031-5/+16
* forgotThies C. Arntzen2002-05-031-68/+142
* Fix ZTS build.Sebastian Bergmann2002-05-031-2/+2
* @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to injectThies C. Arntzen2002-05-035-90/+138
* Changed & to &&.Frank M. Kromann2002-05-021-2/+2
* Adding missing files to the projectFrank M. Kromann2002-05-021-0/+36
* Fixing wrong pointerFrank M. Kromann2002-05-021-1/+1
* socket_write() should just use the standard socket error macro so that errors...Jason Greene2002-05-021-2/+1
* remove temporary resources immediatelyHarald Radi2002-05-022-34/+44
* - Add Zend API No. to phpinofo() outputDerick Rethans2002-05-021-0/+6
* Stop the search when the libs are found.foobar2002-05-021-1/+2
* Move Content-Length: header handling from zlib.c to output.cYasuo Ohgaki2002-05-021-18/+3