History log of /PHP-5.5/main/main.c (Results 476 – 500 of 928)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a769454d 12-May-2002 Sascha Schumann

reenable php_html_puts


# bf971489 11-May-2002 Zeev Suraski

Centralize html_puts() logic - php_html_puts() remains as an API wrapper


# 77f41212 11-May-2002 Zeev Suraski

Removing HTMLization of ' ' wasn't ok, it didn't deal with series of spaces
properly. Turn series of spaces into &nbsp;'s.


# 5af649ef 11-May-2002 Zeev Suraski

Revert to the old php_ini.c, and reimplement the binary-path searching.
Should now also work under UNIX (CLI/CGI)


# 773da954 09-May-2002 foobar

ws fix


# f30b722f 08-May-2002 Rui Hirokawa

Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS ar

Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto.

show more ...


Revision tags: php-4.2.1RC2
# f61b795a 02-May-2002 Yasuo Ohgaki

Make Content-Type output always correct.
# Flushing buffer is needed to be fixed properly anyway...


Revision tags: php-4.2.1RC1
# 479aa767 30-Apr-2002 Wez Furlong

revert...


# 37411dd6 30-Apr-2002 Wez Furlong

Implement context option setting API.
Add/amend debugging code for sockets.
Add a flag that will help the http wrapper optimize itself when
it is not being used for include/require.


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3
# e1d0a147 10-Apr-2002 Wez Furlong

Implement stream context and status notification system.
Bump the BC for zlib notice to a warning
# See my RFC to php-dev a few days ago


# bd9cf79e 10-Apr-2002 Marcus Boerger

new ini setting log_errors_max_len
@-New ini setting log_errors_max_len controls maximum length for error
@ messages. Set it to 0 for infinite. Default is 1024 (old behaviour) (Marcus)


# 14a6bc6d 08-Apr-2002 foobar

upload_max_filesize can only be set in php.ini


# ddc6437e 06-Apr-2002 Marcus Boerger

new feature ignoring repeated error messages (defaults to old behaviour)
@You can now disable logging of repeated error messages with two new ini settings ignore_repeated_errors, ignore_repeated_

new feature ignoring repeated error messages (defaults to old behaviour)
@You can now disable logging of repeated error messages with two new ini settings ignore_repeated_errors, ignore_repeated_source. @(Marcus)

show more ...


Revision tags: php-4.2.0RC2, php-4.2.0RC1
# 7990d742 19-Mar-2002 Wez Furlong

Improve behaviour of the stream casting operation.
Improve interaction with fopencookie.


# 14a39118 19-Mar-2002 Wez Furlong

fix for bug #16168


# c9d5e137 18-Mar-2002 Wez Furlong

TSRMLS related work on streams, as discussed with Zeev.
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make


# 73e79322 18-Mar-2002 Zeev Suraski

Fix the build and all of the outstanding VC++ warnings


# d2d87622 17-Mar-2002 Wez Furlong

Streams now make more use of the memory manager, so tracking down
leaking streams should be easier.
# I hate these big commits


# bed04279 16-Mar-2002 Wez Furlong

Hopefully fix resource usage so that we have no leaks and don't segfault.


# 6beb1e37 16-Mar-2002 Wez Furlong

work around apache segfault for the moment


# 28d69811 16-Mar-2002 Wez Furlong

more *'s


# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...


Revision tags: help
# f30a9f1c 09-Mar-2002 foobar

- Commented out the space escaping. Works now as it did before.


# f57fe2a8 07-Mar-2002 foobar

- Fixed the phpinfo() tables not to blow up when using very long
configure line.


# 9c5b4a6c 04-Mar-2002 Derick Rethans

- Some more speed (and more consistency)
#- I had some spare time Sascha :)


1...<<11121314151617181920>>...38