Wez Furlong
|
1861f1bae3
|
Minor fix for html_errors=on in php_error_docref.
|
2002-08-11 09:52:06 +00:00 |
|
Marcus Boerger
|
9c8ba935d6
|
Improved handling of output buffers (see news)\n#No trim for the string parameter...
|
2002-08-09 22:29:58 +00:00 |
|
Marcus Boerger
|
2e29e53e00
|
docref shall either be NULL or a reference to a manual page without an
extension or an external reference starting with 'http://'.
|
2002-08-09 21:57:03 +00:00 |
|
Marcus Boerger
|
e11e0b0ec0
|
No missleading
|
2002-08-08 22:11:24 +00:00 |
|
Marcus Boerger
|
976a91a55b
|
Say FIXME to non function calls and non TSRM builds. Both will currentls
not show a default reference.
|
2002-08-08 19:36:49 +00:00 |
|
Marcus Boerger
|
88c385e817
|
rename php_error_func<n> to php_error_docref and support Wez idea
that solves ToDo requirement to point to PHP Manual in error messages.
|
2002-08-08 19:12:27 +00:00 |
|
Marcus Boerger
|
e50228ab5b
|
-new functions php_error_func<0> to support unified error messages
#read followup
|
2002-08-07 18:29:36 +00:00 |
|
Rui Hirokawa
|
7527bf0c58
|
made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data.
|
2002-08-02 06:53:48 +00:00 |
|
foobar
|
2dbd41869c
|
Allow setting post_max_size and upload_max_filesize in .htaccess files too
|
2002-07-25 17:31:34 +00:00 |
|
Stefan Esser
|
3e05678842
|
do not dtor empty elements
|
2002-07-25 09:33:26 +00:00 |
|
Derick Rethans
|
9ae8c39bab
|
- set_time_limit() now returns whether it succeeded in changing the time
limit.
|
2002-07-17 08:06:43 +00:00 |
|
foobar
|
ed58d3a235
|
- Added predefined constants for the upload errors.
- Removed the debugging error (not useful for end-users)
|
2002-07-12 01:49:58 +00:00 |
|
Derick Rethans
|
6819ee3624
|
- Fix for bug #18283
#- It doesn't work from within a script anyways
|
2002-07-11 19:38:08 +00:00 |
|
foobar
|
2afacbf1cf
|
These two can not be set in script. (so that they would have any effect)
|
2002-07-08 06:51:41 +00:00 |
|
foobar
|
4b321b0430
|
Fix win32 build.
|
2002-07-01 09:00:00 +00:00 |
|
Sander Roobol
|
d325d07b1a
|
Main script should not be parsed when (include|require)_once()'ed, #17720
# Derick, MFH?
|
2002-06-30 13:38:16 +00:00 |
|
Derick Rethans
|
d812929d2f
|
- Implement Andrei's request for disabling memory leak reporting in debug
builds.
#- Andrei: I can show you the logs :)
|
2002-06-26 19:43:46 +00:00 |
|
Marcus Boerger
|
761e234a43
|
-unlimited php_printf
|
2002-06-23 00:57:01 +00:00 |
|
foobar
|
d2f2ed76d1
|
Use correct macro for boolean ini values.
|
2002-06-19 00:18:40 +00:00 |
|
Stig Bakken
|
40ab700677
|
@New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig)
|
2002-06-07 12:19:26 +00:00 |
|
Markus Fischer
|
b04656ad40
|
- Finish implementation of custom smtp port (introduces "smtp_port" ini config).
|
2002-06-02 17:13:48 +00:00 |
|
Zeev Suraski
|
2260e1742d
|
- Centralize html_puts() again
- Revolutionize phpinfo()'s speed
|
2002-05-13 08:46:24 +00:00 |
|
Sascha Schumann
|
f866bdc368
|
Simplify even more
|
2002-05-12 15:30:44 +00:00 |
|
Sascha Schumann
|
5c4ae13670
|
Simplify white space handling in php_html_puts.
If we encounter a ' ', we will look for the next non-' ' and set p
accordingly.
|
2002-05-12 15:22:11 +00:00 |
|
Sascha Schumann
|
a769454d79
|
reenable php_html_puts
|
2002-05-12 14:48:22 +00:00 |
|
Zeev Suraski
|
bf97148978
|
Centralize html_puts() logic - php_html_puts() remains as an API wrapper
|
2002-05-11 12:41:33 +00:00 |
|
Zeev Suraski
|
77f41212f6
|
Removing HTMLization of ' ' wasn't ok, it didn't deal with series of spaces
properly. Turn series of spaces into 's.
|
2002-05-11 12:17:53 +00:00 |
|
Zeev Suraski
|
5af649efbd
|
Revert to the old php_ini.c, and reimplement the binary-path searching.
Should now also work under UNIX (CLI/CGI)
|
2002-05-11 03:41:17 +00:00 |
|
foobar
|
773da954f8
|
ws fix
|
2002-05-09 19:58:39 +00:00 |
|
Rui Hirokawa
|
f30b722f14
|
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.
|
2002-05-08 12:33:44 +00:00 |
|
Yasuo Ohgaki
|
f61b795a8f
|
Make Content-Type output always correct.
# Flushing buffer is needed to be fixed properly anyway...
|
2002-05-02 01:58:12 +00:00 |
|
Wez Furlong
|
479aa767f5
|
revert...
|
2002-04-30 00:17:48 +00:00 |
|
Wez Furlong
|
37411dd674
|
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.
|
2002-04-30 00:16:00 +00:00 |
|
Wez Furlong
|
e1d0a14790
|
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
|
2002-04-10 22:42:32 +00:00 |
|
Marcus Boerger
|
bd9cf79efb
|
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)
|
2002-04-10 01:27:44 +00:00 |
|
foobar
|
14a6bc6d69
|
upload_max_filesize can only be set in php.ini
|
2002-04-08 07:58:47 +00:00 |
|
Marcus Boerger
|
ddc6437e32
|
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)
|
2002-04-06 18:49:59 +00:00 |
|
Wez Furlong
|
7990d742e5
|
Improve behaviour of the stream casting operation.
Improve interaction with fopencookie.
|
2002-03-19 23:29:37 +00:00 |
|
Wez Furlong
|
14a3911866
|
fix for bug #16168
|
2002-03-19 17:49:02 +00:00 |
|
Wez Furlong
|
c9d5e13738
|
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
|
2002-03-18 18:54:32 +00:00 |
|
Zeev Suraski
|
73e79322ba
|
Fix the build and all of the outstanding VC++ warnings
|
2002-03-18 08:05:28 +00:00 |
|
Wez Furlong
|
d2d8762267
|
Streams now make more use of the memory manager, so tracking down
leaking streams should be easier.
# I hate these big commits
|
2002-03-17 22:50:59 +00:00 |
|
Wez Furlong
|
bed04279c3
|
Hopefully fix resource usage so that we have no leaks and don't segfault.
|
2002-03-16 14:39:51 +00:00 |
|
Wez Furlong
|
6beb1e37a8
|
work around apache segfault for the moment
|
2002-03-16 13:50:17 +00:00 |
|
Wez Furlong
|
28d6981152
|
more *'s
|
2002-03-16 01:58:13 +00:00 |
|
Wez Furlong
|
0f65280cb5
|
New PHP streams...
|
2002-03-15 21:03:08 +00:00 |
|
foobar
|
f30a9f1c86
|
- Commented out the space escaping. Works now as it did before.
|
2002-03-09 00:24:02 +00:00 |
|
foobar
|
f57fe2a8df
|
- Fixed the phpinfo() tables not to blow up when using very long
configure line.
|
2002-03-07 22:18:09 +00:00 |
|
Derick Rethans
|
9c5b4a6c25
|
- Some more speed (and more consistency)
#- I had some spare time Sascha :)
|
2002-03-04 19:08:17 +00:00 |
|
Sascha Schumann
|
b4d5aa5c50
|
Supply php_html_puts which escapes a whole string.. now fully works in ZTS
mode, too.
|
2002-03-04 18:46:55 +00:00 |
|