1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00
Commit Graph

8368 Commits

Author SHA1 Message Date
foobar f4917d49c3 Fixed the help for other options too. 2001-03-07 13:24:12 +00:00
Ben Mansell 515c20da47 Added support for Zeus SSL client certificate information.
Added SERVER_SIGNATURE to the environment.

Submitted by: daniel@zeus.com
2001-03-07 10:28:00 +00:00
Zeev Suraski d7e17582da Update .ini's and NEWS 2001-03-07 10:08:19 +00:00
Zeev Suraski 36ded42156 Make parent:: work in runtime bindings as well 2001-03-07 10:07:25 +00:00
f4dfa7df00 ChangeLog update 2001-03-07 02:09:20 +00:00
b2dc847c0a NEWS update 2001-03-07 02:09:17 +00:00
Zeev Suraski 0b65578ec7 Implement internal output compression?\0020:wq 2001-03-06 20:43:54 +00:00
Zeev Suraski 9a04f870ab Fix freeing of buffers 2001-03-06 19:38:33 +00:00
Zeev Suraski 93e9e7521a Fixes to internal output buffering 2001-03-06 18:29:00 +00:00
Sascha Schumann aed7d01138 We actually only need AC_PROG_LEX here. 2001-03-06 16:59:28 +00:00
Sascha Schumann 34cb5dff68 Replace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT.
The latter is only called, if lex was found, so that PHP configures now
on setups without (f)lex.
2001-03-06 16:51:53 +00:00
Zeev Suraski 0ece429a16 More internal output buffering fixes 2001-03-06 16:28:51 +00:00
Zeev Suraski 20d2432c86 Fix internal output buffering 2001-03-06 16:25:14 +00:00
Zeev Suraski 13a97fefeb Initial work on internal output handlers - should be much quicker 2001-03-06 15:54:49 +00:00
Sebastian Bergmann 9e43c35158 Whitespace only. 2001-03-06 15:27:30 +00:00
Zeev Suraski 800950c5a7 Avoid using ret uninitialized 2001-03-06 15:10:53 +00:00
Ben Mansell a40f208ab8 Thread hashtable was being initialized with a size of 1! Changed to 128 as
a more sensible number.
# Also could change the 'expected resources' parameter from 1, but I
# haven't tested that bit yet
----------------------------------------------------------------------
2001-03-06 15:09:15 +00:00
Ben Mansell 5d6cb2fc32 Speedup for pthread implementation. We make use of thread local storage
to allow access to the current thread's resources without having to
obtain the memory mutex and traverse our hash table. This is a big
performance win!
2001-03-06 15:07:57 +00:00
Zeev Suraski 559c254f8f Avoid writing to error_log in case of aborted connections. 2001-03-06 15:00:08 +00:00
Stanislav Malyshev 7c2ea02288 Don't insert empty path if PHPRC is empty 2001-03-06 11:38:55 +00:00
Sean Bright 5d3939ac39 Typo.
# I don't know where I got 4.02 from
2001-03-06 04:42:04 +00:00
Sean Bright 64ad839328 get_meta_tags now allows attributes that are not quoted as well as those
that are.  It follows the HTML 4.01 specification for attribute values
outlined here -> http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2
2001-03-06 04:34:05 +00:00
31d1714779 ChangeLog update 2001-03-06 02:09:13 +00:00
Rainer Schaaf 929551891e fixed bug in PDF_getbuffer (happend only on Windows)
When using PDFlib V4.0 the pdf_set(grey/rgbcolor) functions are replaced
by the PDFlib V4.0 function pdf_setcolor
2001-03-05 16:18:51 +00:00
foobar 356fc41a0a Fix help text for -f 2001-03-05 15:08:36 +00:00
0ac039536f ChangeLog update 2001-03-05 02:09:11 +00:00
foobar 81a2669216 Can't output any error messages if there isn't any function initialized
to do it..
# Bug report: #7650
2001-03-05 01:26:36 +00:00
Sean Bright dca3c8753f get_meta_tags now handles single quoted attributes as well as those that
are double quoted.
2001-03-05 00:20:41 +00:00
Zeev Suraski 87ee97e303 Fix bug #8899 (thanks Jani) 2001-03-04 22:27:56 +00:00
Zeev Suraski 1b38207410 I don't know German, but I imagine that was the problem :) 2001-03-04 22:03:23 +00:00
Zeev Suraski 1000a86e5f Fix phpinfo() bug that crept in 2001-03-04 15:49:38 +00:00
Zeev Suraski a22ada795f Improve memory consumption on chunked output buffering 2001-03-04 15:46:13 +00:00
Zeev Suraski 39724f6e4a Implemented chunked output buffering support - it's quite cool! 2001-03-04 15:12:38 +00:00
Martin Jansen b9749a40cc fixed typo 2001-03-04 14:26:58 +00:00
Frank M. Kromann f6f67ffd62 Changed code layout to remove PHP warning when running php as a CGI. 2001-03-04 02:41:27 +00:00
ac30c36dc0 ChangeLog update 2001-03-04 02:09:13 +00:00
Zeev Suraski c64fe7fbe1 Fix non-thread safe mode 2001-03-04 01:45:19 +00:00
Zeev Suraski 0117c7848e this function will never return true... 2001-03-04 01:17:21 +00:00
Zeev Suraski 0a98aa6ada Improve chunked output buffering - the output handler now knows at which stage it is 2001-03-04 01:09:36 +00:00
Zeev Suraski ce39c56c8b whitespace fix 2001-03-04 01:08:46 +00:00
Ulf Wendel 0cf7edb4a5 The main file with new features.
- added support for cache dataset groups
  - added extSave() - see my next PEAR list posting
  - added getUserdata()
2001-03-03 19:21:49 +00:00
Sascha Schumann 5c1724177d -Os is a valid GCC optimization level. 2001-03-03 18:07:52 +00:00
Sebastian Bergmann 9be9e95f06 Jan says: 'Do not load php_gtk.dll through php.ini, only use dl(), otherwise it crashes (atleast on Win32).' Me thinks: 'There should be no crash, but a warning. Anyways, remove it from php.ini-dist, so others do not run into this... :-) 2001-03-03 13:10:13 +00:00
Sylvain PAGES a5c676e91f - modified line 161 to be xml compliant 2001-03-03 07:58:31 +00:00
Sebastian Bergmann f494aff5c3 Whitespace only. 2001-03-03 07:37:18 +00:00
Sebastian Bergmann e4ef496ee5 Whitespace Fixes. Added another Win32 extension DLL. Removed configuration for non-existent debugger. 2001-03-03 07:31:43 +00:00
Sebastian Bergmann 1dcda7c92b Added some more Win32 extension DLLs. 2001-03-03 06:55:06 +00:00
30b242f832 ChangeLog update 2001-03-03 02:09:33 +00:00
9d7148531f NEWS update 2001-03-03 02:09:30 +00:00
Sterling Hughes d1fdea8373 add a warn not available for curl_getinfo().
remove unneccessary error checking.
2001-03-03 01:06:55 +00:00