Zeev Suraski
0b65578ec7
Implement internal output compression?\0020:wq
25 years ago
Zeev Suraski
9a04f870ab
Fix freeing of buffers
25 years ago
Zeev Suraski
93e9e7521a
Fixes to internal output buffering
25 years ago
Zeev Suraski
0ece429a16
More internal output buffering fixes
25 years ago
Zeev Suraski
20d2432c86
Fix internal output buffering
25 years ago
Zeev Suraski
13a97fefeb
Initial work on internal output handlers - should be much quicker
25 years ago
Sean Bright
5d3939ac39
Typo.
# I don't know where I got 4.02 from
25 years ago
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
25 years ago
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
25 years ago
Sean Bright
dca3c8753f
get_meta_tags now handles single quoted attributes as well as those that
are double quoted.
25 years ago
Zeev Suraski
1b38207410
I don't know German, but I imagine that was the problem :)
25 years ago
Zeev Suraski
1000a86e5f
Fix phpinfo() bug that crept in
25 years ago
Zeev Suraski
a22ada795f
Improve memory consumption on chunked output buffering
25 years ago
Zeev Suraski
39724f6e4a
Implemented chunked output buffering support - it's quite cool!
25 years ago
Frank M. Kromann
f6f67ffd62
Changed code layout to remove PHP warning when running php as a CGI.
25 years ago
Zeev Suraski
c64fe7fbe1
Fix non-thread safe mode
25 years ago
Zeev Suraski
0117c7848e
this function will never return true...
25 years ago
Zeev Suraski
0a98aa6ada
Improve chunked output buffering - the output handler now knows at which stage it is
25 years ago
Sylvain PAGES
a5c676e91f
- modified line 161 to be xml compliant
25 years ago
Sterling Hughes
d1fdea8373
add a warn not available for curl_getinfo().
remove unneccessary error checking.
25 years ago
Andrei Zmievski
80cdb812c1
@- Forced call_user_method() and call_user_method_array() to take the
@ object argument by reference. (Andrei)
* Forced call_user_method() and call_user_method_array() to take the
object argument by reference.
* Also cleaned up the protos for those functions and brought
call_user_method_array() into functional equivalence with
call_user_method().
25 years ago
Zeev Suraski
9f5b255b3f
Add CyberMut extension from Sylvain PAGES <spages@free.fr>
25 years ago
Sergey Kartashoff
f262b2a738
# TODO updates in mnoGoSearch module README
25 years ago
Sergey Kartashoff
5a8b126d21
# mnoGoSearch example fix
25 years ago
Sergey Kartashoff
8bc7344f0b
UDM_ISPELL_TYPE_SERVER parameter in udm_load_ispell_data has been added
to work with ispell server. This feature is available starting from
mnoGoSearch 3.1.12 or later. Fixed Udm_Free_Ispell_Data(). Example updated.
25 years ago
Thies C. Arntzen
1b7eaa76c4
@- Fixed binding of ROWIDs in OCI8. (Thies)
25 years ago
foobar
d3ce7f294c
ws fix
25 years ago
Rainer Schaaf
fa0085b495
- integrated new functions vor PDFlib V4.0 (beta1)
- all functions accepting strings now support binary strings, by calling
the appropriate PDF*2() functions.
25 years ago
Sergey Kartashoff
9a109425fe
UDM_PARAM_CROSS_WORDS mnoGoSearch extension session parameter has been
added to use crosswords available since version 3.1.11 of mnogosearch.
Example updated.
25 years ago
Sergey Kartashoff
474a59eacb
# mnoGoSearch example updated.
25 years ago
Sergey Kartashoff
cfe2412081
Udm_Api_Version function has been added.
Example updated.
25 years ago
Sergey Kartashoff
423fcaf2dc
Udm_Get_Doc_Count function from mnoGoSearch 3.1.11 has been added.
mnoGoSearch library version printing in phpinfo() has been added.
Example updated.
25 years ago
Sergey Kartashoff
035d2b3077
Added UdmFreeEnv call to mnoGoSearch link list destructor to
free memory allocated for environment.
25 years ago
Chuck Hagenbuch
e2f632e1f2
If php is compiled --with-imap-ssl, link in the SSL authenticator from
c-client so that we can use php to make ssl imap connections.
25 years ago
Dan Kalowsky
63ec8d7eaf
#adding name to credits. nothing to see here, keep moving.
PR:
Submitted by:
Reviewed by:
Obtained from:
25 years ago
Andi Gutmans
01ed33d1b6
- Pointed out by Andrei. zval_ptr_dtor() should be used instead of the
zval_del_ref() function which should be nuked.
25 years ago
Zeev Suraski
b8787bf2d8
Fix chunked output buffering support
25 years ago
Sascha Schumann
95b3347d8b
Provide proper function aliases, if the sendmail functions
don't exist.
Submitted by: Nadir Amra <amra@us.ibm.com>
25 years ago
Andi Gutmans
a0d3c5a88e
- Finally rename modules.h to zend_modules.h for consistency (first try
was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
are included via zend_API.h
25 years ago
Dan Kalowsky
17444700d4
# Bad patch job on the last commit by me. I take the BAD_CODER award for
# the day.
Removes two unnecessary REGISTER_MAIN_LONG_CONSTANT's.
# what should be done about the PHP_MINFO_FUNCTION
25 years ago
Andi Gutmans
7fbdc83318
- Fix whitespace
25 years ago
Rui Hirokawa
f901783074
ob_iconv_handler changed to use for text data only.
25 years ago
Dan Kalowsky
d883ff47ed
Correctly checks for the proper header files, and excludes the QUOTA functions
from non-imap2000 systems (unavailable for testing at this time).
# anyone willing to test this out on non-imap2000?
PR:
Submitted by:
Reviewed by: Sascha Schumann
Obtained from:
25 years ago
James Moore
08d3e700fa
Fix for bug #9449 to stop infinate loop in wordwrap.
25 years ago
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
25 years ago
Dan Kalowsky
6b80554404
Updating the IMAP client to include quota support via the imap c-client2000 libraries.
# Y2K support is good...
Removes the SA_QUOTA and SA_QUOTA_ALL defines
# After speaking with Mark Crispin, it is believed these never existed.
Cleans up the imap_status() function to remove notion of quotas in a status message.
# There is no quota setting in a STATUS message from c-client.
Changes the config.m4 to support the client.h include
# This should include all the approriate headers for c-client (as defined by
# c-client maintainers) such as mail.h, and rfc822.h.
Changed the directory search order for the include files as well.
# Place the /usr/local/include last, and searched the
# /usr/local/include/{c-client|imap} directories first
(PHP imap_get_quota) Added
(PHP imap_set_quota) Added
@- IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via
@ c-client2000
PR:
Submitted by:
Reviewed by:
Obtained from:
25 years ago
Sascha Schumann
b37b5f93aa
Don't assume that tzname exists, if tm_zone does not exist.
PR: #9380
25 years ago
Sascha Schumann
a40ee1f181
Actually compile on systems without syslog.
PR: #9412
25 years ago
Sascha Schumann
c2fb53bed7
Finish fopen-wrappers rename.
25 years ago
Sascha Schumann
e805c1b3c1
Fix another instance of the == bug.
25 years ago