Stefan Esser
2872bce78a
Fix: Now returns correct Content-Type with Opera 6.01
24 years ago
foobar
f30a9f1c86
- Commented out the space escaping. Works now as it did before.
24 years ago
foobar
f57fe2a8df
- Fixed the phpinfo() tables not to blow up when using very long
configure line.
24 years ago
Frank M. Kromann
e58fbab4d1
Revert uppercase directory name to lower case.
24 years ago
Frank M. Kromann
ea0de609a6
Enabling crypt() on Win32
24 years ago
Derick Rethans
d1db2071fc
- Bump version numbers on HEAD
24 years ago
Frank M. Kromann
46a7b0cf61
Killing compiler warning on Win32
24 years ago
Jon Parise
577210441b
Silence a warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).
24 years ago
Derick Rethans
9c5b4a6c25
- Some more speed (and more consistency)
#- I had some spare time Sascha :)
24 years ago
Sascha Schumann
b4d5aa5c50
Supply php_html_puts which escapes a whole string.. now fully works in ZTS
mode, too.
24 years ago
Jon Parise
57472aa318
Silence warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).
24 years ago
James Cox
0c78c87f34
Changing the Velocis extension to now be called Birdstep, due to a product/company change.
added aliases for Velocis to the birdstep functions.
# testing is both advised and encouraged!
@ The Velocis extension is no
24 years ago
James E. Flemer
6a6b5a6108
(php_checkuid) Added case for root directory when mode is
not CHECKUID_ALLOW_ONLY_DIR.
24 years ago
James E. Flemer
ecac9a7e9e
(php_checkuid) Added case for root directory when mode is
CHECKUID_ALLOW_ONLY_DIR.
24 years ago
Hartmut Holzgraefe
bff90c71c1
typo fix
24 years ago
Zeev Suraski
e9ec537aba
Fix version number
24 years ago
Edin Kadribasic
ab57683ea0
Added PHP_SAPI constant which contains the name of running SAPI.
@- Added PHP_SAPI constant which contains the name of running SAPI. (Edin)
24 years ago
Yasuo Ohgaki
46bb7e0031
Do explicit test againt to FAILURE.
# Thanks Rasmus.
24 years ago
Yasuo Ohgaki
82a8d372e5
Added ob_get_status() to get array of buffers and it's status.
(DO NOT document this function yet)
Fixed crash bug with ob_end_*() function. ob_end_*() will not delete
buffers that may not be deleted.
php_start_ob_buffer() and php_ob_set_internal_handler() takes parameter for
if the buffer created may be deleted or not.
Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be
deleted until script finshes.
Changed ob_*() function that have void return type to bool. All ob_*()
functions return TRUE for success, FALSE for failure.
@ - Added ob_get_status() to get array of buffers and it's status. (Yasuo)
@ - Fixed crash bug with ob_end_*() function. ob_end_*() will not delete
@ buffers that may not be deleted. (Yasuo)
@ - Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be
@ deleted until script finshes. (Yasuo)
@ - Changed ob_*() function that have void return type to bool. All ob_*()
@ functions return TRUE for success, FALSE for failure. (Yasuo)
24 years ago
Shane Caraveo
a9fcfb133c
turn on force redirect for windows
24 years ago
Edin Kadribasic
ab2564053f
Removed CWD from php_ini_search_path when using CLI SAPI.
24 years ago
Sebastian Bergmann
90613d2282
Maintain headers.
24 years ago
foobar
8439b0691d
Fixed minor typo.
24 years ago
Derick Rethans
a44b57424b
- Oops... wishful thinking here :)
24 years ago
Derick Rethans
5921ac0de3
- Update version number
24 years ago
Andi Gutmans
c456da514c
- Hopefully fix the shutdown_memory_manager() stuff. Part of my previous
- patch seems to have gotten lost
24 years ago
Sebastian Bergmann
1b32da412d
TSRM Cleanup.
24 years ago
Andi Gutmans
a306665717
- Pass shutdown_memory_manager the TSRMLS context.
24 years ago
Derick Rethans
86fa2d3937
- Let php_execute_script return 0 on failure and 1 on sucess, and change
SAPIs accordingly. (Andrei, Derick)
24 years ago
Sascha Schumann
1288783667
Irix defines AF_INET6, but lacks IPv6 support, including
struct sockaddr_in6.
24 years ago
Stig Venaas
9e420659ad
Added php_sockaddr_size() in network.c (and the header file). This is used
in ftp.c to make sure connect() and bind() is called with size argument
which is exactly the size of the relevant sockaddr_xx structure
24 years ago
Yasuo Ohgaki
88e3aa7af6
Legacy code removed.
This line incorrectly removes buffer.
This line was correct only when ouput.c does not support
nested output buffers. Fixed bug #15178
24 years ago
Yasuo Ohgaki
a3e676f64b
pval -> zval
Check number of parameters
24 years ago
Yasuo Ohgaki
0bf51b81bd
register_globals=off is defualt for 4.2.0
24 years ago
Sebastian Bergmann
3ff94ed265
Fix thread-safe build.
24 years ago
James E. Flemer
6aadae975c
Changed php.ini directive 'safe_mode_include_dir' to accept a
(semi)colon separated path, rather than a single directory.
Also moved checking of said path into a separate path for code
readability.
@- Changed php.ini directive 'safe_mode_include_dir' to accept a
@ (semi)colon separated path (like 'include_path') rather than
@ a single directory. (jflemer)
24 years ago
Edin Kadribasic
4972fac567
Ignore register_globals for $argc and $argv under CLI SAPI.
24 years ago
Derick Rethans
580a4701ba
- Fix for bug #15057 : getimagesize() crashes when offline (on MacOSX)
24 years ago
Edin Kadribasic
f5790b0a7c
Modified the build system to make certain extensions (pcntl, ncurses,
pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional
parameter to PHP_EXTENSION macro which should be set to "cli" if
the extension only makes sense for that class of api's.
24 years ago
Yasuo Ohgaki
34cfada447
Make --enable-safe-mode useful
# It seems this option is broken for a long time.
@ Fix --enable-safe-mode. This configure option was not working.
24 years ago
Stefan Esser
3acaa30c1c
fix for bug #14776
24 years ago
Derick Rethans
645a94cd5e
- Make an E_NOTICE error type show 'Notice' instead of 'Warning'.
24 years ago
jim winstead
e68095972e
Move type-handling functions into ext/standard/type.c (which had
a few otherwise unused functions in it).
24 years ago
Stig Venaas
a6ec8d37e6
hostconnect now divides the timeout with no. of addresses. If a connection
attempt times out, it goes on to the next. Unless each timeout would be
<5s. Added php_any_addr() that fills out the any address for IPv6 and IPv4.
24 years ago
Edin Kadribasic
1788410a56
Added argc and argv in request_info needed for the new cli sapi.
Modified registering $argc and $argv to support cli sapi.
24 years ago
Stig Venaas
6e1878b0fc
Added some consts for arguments in network.c declarations. Moved
php_sockaddr_storage to php_network.h and added check for struct
sockaddr_storage
24 years ago
Jon Parise
2720dc3c05
Nuke unused variable warning (end_arr).
24 years ago
Alex Waugh
e320de1e2e
Undefine AF_UNIX under RISC OS
24 years ago
Stefan Esser
a06a627394
fixed: fix for my broken patch.
24 years ago
Zeev Suraski
8e5e7efc5b
Freeing that TLS is just too complicated. Since we're shutting
down anyway, remove it for now (it did not exist in 4.0.6)
24 years ago