summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* already defined in zend_config.win32.hHarald Radi2002-04-251-2/+0
* Init output_start_* to avoid "output started at ZZZZZ" messagesStanislav Malyshev2002-04-241-0/+2
* Changed the error for 'no upload' to E_NOTICE so that it doesn'tfoobar2002-04-231-3/+4
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-192-5/+5
* Avoid defining/using S_ISDIR macro.Yasuo Ohgaki2002-04-191-5/+1
* Allow for PCRE to be disabled.Sebastian Bergmann2002-04-181-16/+20
* Conditionally include mbstring.h.Sebastian Bergmann2002-04-181-0/+2
* Add HAVE_CALENDAR, HAVE_COM, HAVE_SESSION and HAVE_TOKENIZER to enable/disabl...Sebastian Bergmann2002-04-182-1/+29
* Some cleanup for the Win32 build configuration.Sebastian Bergmann2002-04-181-183/+48
* Whitespace fixes.Sebastian Bergmann2002-04-171-21/+18
* Only include php_bcmath.h when WITH_BCMATH=true.Sebastian Bergmann2002-04-171-0/+2
* Give HAVE_MYSQL meaning on Win32.Sebastian Bergmann2002-04-171-0/+4
* Give HAVE_UODBC meaning on Win32.Sebastian Bergmann2002-04-171-0/+4
* Give HAVE_LIBEXPAT and HAVE_WDDX meaning on Win32.Sebastian Bergmann2002-04-171-2/+10
* Give HAVE_FTP meaning on Win32.Sebastian Bergmann2002-04-171-0/+4
* Remove bogus includes.Sebastian Bergmann2002-04-171-2/+0
* Patch by Marcus Börger.Sebastian Bergmann2002-04-171-0/+4
* SPACEs->TAB.Sebastian Bergmann2002-04-171-1/+1
* Forgot adding phpext_tokenizer_ptr.Sebastian Bergmann2002-04-171-0/+1
* Enable ext/tokenizer by default on Win32, too. Since there is no HAVE_TOKENIZ...Sebastian Bergmann2002-04-171-0/+1
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-163-60/+249
* fix cli/cgi -c <path>|<file>Marcus Boerger2002-04-161-1/+6
* Adding PHPAPI needed for exif on Win32Frank M. Kromann2002-04-154-4/+4
* should not be thereWez Furlong2002-04-151-1/+0
* Some minor tweaks and debugging for sockets.Wez Furlong2002-04-151-3/+30
* Fix cli/cgi -c optionYasuo Ohgaki2002-04-131-1/+1
* fix segfaultWez Furlong2002-04-121-1/+1
* CGI/CLI take file and dir for -c option by this.Yasuo Ohgaki2002-04-121-2/+9
* sync with PHP_MAJOR_VERSION changes to configure.inWez Furlong2002-04-111-0/+4
* Fix declarations (Thanks Sebastian)Wez Furlong2002-04-111-2/+2
* fix build (hopefully for BSD, too)Marcus Boerger2002-04-111-3/+2
* Implement stream context and status notification system.Wez Furlong2002-04-105-24/+157
* fix a warnig and an error (found by Sebastioan)Marcus Boerger2002-04-102-2/+2
* new ini setting log_errors_max_lenMarcus Boerger2002-04-102-9/+13
* make (v)spprintf availableMarcus Boerger2002-04-101-0/+1
* introducing spprintf and vspprintfMarcus Boerger2002-04-102-0/+688
* -preface for new vpprintfMarcus Boerger2002-04-102-208/+234
* upload_max_filesize can only be set in php.inifoobar2002-04-081-1/+1
* new feature ignoring repeated error messages (defaults to old behaviour)Marcus Boerger2002-04-062-7/+37
* Added BC support for old style zlib: wrapper.Wez Furlong2002-04-061-0/+14
* main/streams.cWez Furlong2002-04-022-7/+14
* Prevent crashing with some bogus POSTs.foobar2002-04-011-1/+8
* Fixed a bug with file_uploads=off -> normal post variables not set.foobar2002-03-301-6/+7
* Fix ZE2 build.Yasuo Ohgaki2002-03-291-1/+1
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-285-15/+96
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-243-17/+25
* -defined php_stream_temp_new() for standard temp streamsMarcus Boerger2002-03-232-5/+7
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-2/+0
* *** empty log message ***Markus Fischer2002-03-211-1/+1
* The changes to build system and the streams stuff alone are big enoughfoobar2002-03-211-1/+1