summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* one more attempt at ridding us of some of those annoying mime typesmigration/unlabaled-1.1.2Gwynne Raskind2009-07-160-0/+0
|
* Fixed bug #24313 (file_exist() warning on non-existent files whenIlia Alshanetsky2003-06-241-0/+10
| | | | | open_basedir is used).
* Synced PHP_SETUP_OPENSSL with PHP_SETUP_ICONV and PHP_SETUP_LIBXML macros.foobar2003-06-241-0/+17
|
* MFHMelvyn Sopacua2002-10-070-0/+0
|
* This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'.SVN Migration2002-10-061-0/+17
|
* MFHMelvyn Sopacua2002-10-060-0/+0
|
* This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'.SVN Migration2002-10-061-0/+5
|
* MFH the read-only GIF supportRasmus Lerdorf2002-10-060-0/+0
|
* This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'.SVN Migration2002-10-062146-646604/+0
|
* As discussed a while ago, decoding GIF images is not considered a UnisysRasmus Lerdorf2002-10-064-1/+580
| | | | | | | LZW patent violation so we can distribute read-only GIF support with our bundled GD2. The patent also expires in 2003, which is quickly approaching, so we can roll in write support soon unless things change.
* Adding missing include path's to non TS projectsFrank M. Kromann2002-10-061-2/+2
|
* Fixing comment allowing the module to compile againFrank M. Kromann2002-10-061-1/+1
|
* ChangeLog update2002-10-061-0/+108
|
* Change HEAD version to 4.4.0-dev.Andrei Zmievski2002-10-052-3/+3
|
* - Add parse_url() tests (expect will follow later)url_t.phptDerick Rethans2002-10-051-0/+66
|
* *** empty log message ***Andrei Zmievski2002-10-051-2/+2
|
* (xslt tests) Add test for new backend API (005.phpt), new functionMelvyn Sopacua2002-10-057-0/+219
| | | | | | | | | | (006.phpt) and a crash test (007.phpt) 006.phpt also tests handling of public entities, which is in essence new to the extension, since there was no way to turn it on. # These new functions and backend will be added shortly. # TODO: test for xslt_set_object
* spWez Furlong2002-10-051-1/+1
|
* (xslt tests) Test for reference to a non-existing scheme handler.Melvyn Sopacua2002-10-051-0/+20
|
* (xslt: error_print) Fixes a leak when multiple error messages are issuedMelvyn Sopacua2002-10-051-0/+4
| | | | | | | during a transformation. # It's probably better to wrap this in an internal function, since it's # easily forgotten.
* - WhitspaceDerick Rethans2002-10-051-19/+19
|
* Add BeOS thread support to TSRM. This should not impact on any other OS'sDavid Reid2002-10-055-29/+76
| | | | | | | | but allows us to build PHP with threading support and therefore we can build as an Apache 2 module. The locking is currently done using benaphores but this may be reviewed.
* remove tests entry. Fix patch entry to contain function nameMelvyn Sopacua2002-10-051-2/+2
|
* EOF related fixes.Wez Furlong2002-10-053-2/+2
|
* Revert. The problem lies elsewhere.Wez Furlong2002-10-051-2/+0
|
* Fix Win32 build as PHP_CONFIG_FILE_SCAN_DIR is not #defined.Wez Furlong2002-10-051-0/+2
|
* This seems to resolve the issues with fgets.Wez Furlong2002-10-058-130/+149
| | | | | | | | I've moved EOF detection into the streams layer; a stream reader implementation should set stream->eof when it detects EOF. Fixed test for user streams - it still fails but that is due to an output buffering bug.
* - Remove superfluous E_WARNING if mysql_connect() fails; there's alreadyMarkus Fischer2002-10-051-1/+0
| | | | | an E_WARNING a few lines above.
* NEWS update2002-10-051-0/+4
|
* ChangeLog update2002-10-051-0/+201
|
* adding the xslt_set_object function (as per discussion on php-dev andDavid Viner2002-10-044-20/+58
| | | | | | the newly created sab-php@gingerall.cz) --dviner
* adding segfault detection as proposed by Lenar Lõhmus [lenar@vision.ee]David Viner2002-10-042-15/+56
| | | | | --dviner
* some FTP servers return 32bit port numbers.Stefan Esser2002-10-041-1/+1
|
* Fixed a problem where opendir with <path>/ and having <path>/ inBrian France2002-10-041-0/+7
| | | | | | | open_basedir ini option didn't work. It was removing the trailing slashes and then addeding it back to only one of the string, now it adds it back to to both if needed.
* some broken ftp servers return 32bit port numbers.Stefan Esser2002-10-041-3/+3
|
* A slightly better content-type check.Ilia Alshanetsky2002-10-041-1/+1
|
* Added a note on how to enable .phps support.Ilia Alshanetsky2002-10-041-0/+4
|
* Return to old counting where every test is counted (even those of skippedMarcus Boerger2002-10-041-14/+26
| | | | | | | | | extensions). Inform about the number of extensions tested and skipped. This makes the test summary more compareable. Maybe i'll add a parameter/env-var to skip extension tests. That way we could fasten tests for changes in the core. But it has to wait some days.
* Added .phps support to Apache 2. It can be enabled by addingIlia Alshanetsky2002-10-041-10/+25
| | | | | | AddType application/x-httpd-php-source .phps to httpd.conf
* have implode use the smart_str_*() functions, this should speed things upSterling Hughes2002-10-041-29/+15
| | | | | quite a bit...
* * Nuke warning when $php_errormsg is not set.Martin Jansen2002-10-041-1/+2
|
* Fix EOF casesSascha Schumann2002-10-041-0/+5
| | | | | Noticed by: Ilia
* Interrupt loop, if the stream op fails.Sascha Schumann2002-10-041-1/+4
|
* Nuke warningSascha Schumann2002-10-041-1/+0
|
* Add a few notesSascha Schumann2002-10-042-2/+2
|
* Make that error message more meaningful for systems like my SuSE 7.0 withWez Furlong2002-10-041-1/+1
| | | | | an apparently broken magic file.
* replace dont_block with a flag.Wez Furlong2002-10-043-3/+8
|
* Fixed bug #19746Ilia Alshanetsky2002-10-041-0/+2
|
* Improve the general behaviour of stream_gets and fix its semanticsSascha Schumann2002-10-043-53/+90
| | | | | | | | | | | | | | | | | with regard to sockets. The behaviour should be aligned with PHP 4.2 now. This has been verified to some degree. If the underlying stream operations block when no new data is readable, we need to take extra precautions. If there is buffered data available, we check for a EOL. If it exists, we pass the data immediately back to the caller. This saves a call to the read implementation and will not block where blocking is not necessary at all. If the stream buffer contains more data than the caller requested, we can also avoid that costly step and simply return that data.
* Kill a few more warningsRasmus Lerdorf2002-10-041-0/+2
|