#
551f1831 |
| 02-Jul-2001 |
Zeev Suraski |
Fix a major thread safety bug in the output mechanism @- Fixed a major memory corruption bug in the thread safe version (Zeev)
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX |
|
#
8332ab40 |
| 21-Jun-2001 |
Zeev Suraski |
Spit out errors
|
Revision tags: php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
49ab8cb8 |
| 06-Jun-2001 |
Sebastian Bergmann |
Remove bogus '.'.
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
Revision tags: php-4.0.6RC2 |
|
#
f0b6b8ab |
| 22-May-2001 |
Shane Caraveo |
The -c commandline option was not working at all, need to set the path override before calling on the module startup.
|
#
bc7a582f |
| 19-May-2001 |
Sascha Schumann |
Use write(2), if we can successfully write to stdout.
|
#
e80abfa4 |
| 18-May-2001 |
Thies C. Arntzen |
revert parts of last commit - stupid me!
|
#
2db3431f |
| 18-May-2001 |
Thies C. Arntzen |
--enable-memory-usage-info id deprecated. use --enable-memory-limit instead!
|
Revision tags: php-4.0.6RC1 |
|
#
4afa93f7 |
| 10-May-2001 |
Zeev Suraski |
@- Fixed a possible crash in the PHP CGI when no input file is @ specified (Zeev) Fixed bug 7822
|
#
6cd3b987 |
| 08-May-2001 |
Zeev Suraski |
$argc was off by one in -f (fix bug #9289)
|
#
a166b614 |
| 01-May-2001 |
Andi Gutmans |
- Remove unused variable
|
#
ba49860c |
| 01-May-2001 |
Sterling Hughes |
fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of (what I think is) broken logic. # This is as discussed on the mailing list previously. This change # does f
fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of (what I think is) broken logic. # This is as discussed on the mailing list previously. This change # does fix the problem, however, the extra code was in there for a # reason (I'm guessing :), i'm ready to revert this patch in a jiffy # if someone has a good reason why that (just removed) extra logic # should be in there.
show more ...
|
#
6196e0bc |
| 30-Apr-2001 |
Andi Gutmans |
- Fix for Bug id #10071 PR: Submitted by: Reviewed by: Obtained from:
|
Revision tags: php-4.0.5 |
|
#
4c823e8a |
| 30-Apr-2001 |
Andi Gutmans |
- Change macros from V_ to VCWD_ because of AIX name clash
|
Revision tags: php-4.0.5RC8, php-4.0.5RC7 |
|
#
0b2641ef |
| 16-Apr-2001 |
Stig Bakken |
@Added -C command-line option to avoid chdir to the script's directory (Stig)
|
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3 |
|
#
4549e389 |
| 22-Mar-2001 |
Ben Mansell |
Fix a bug with POST requests. If the Content-Type header wasn't present, we were setting SG(request_info).content_type to NULL, instead of an empty string. This was stopping PHP from processi
Fix a bug with POST requests. If the Content-Type header wasn't present, we were setting SG(request_info).content_type to NULL, instead of an empty string. This was stopping PHP from processing the data.
show more ...
|
Revision tags: php-4.0.5RC2, php-4.0.5RC1 |
|
#
f4917d49 |
| 07-Mar-2001 |
foobar |
Fixed the help for other options too.
|
#
356fc41a |
| 05-Mar-2001 |
foobar |
Fix help text for -f
|
#
81a26692 |
| 05-Mar-2001 |
foobar |
Can't output any error messages if there isn't any function initialized to do it.. # Bug report: #7650
|
#
ce39c56c |
| 04-Mar-2001 |
Zeev Suraski |
whitespace fix
|
#
a0d3c5a8 |
| 26-Feb-2001 |
Andi Gutmans |
- 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 zen
- 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
show more ...
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
#
adb3e399 |
| 24-Feb-2001 |
Sascha Schumann |
php_register_command_line_global_vars only needs file scope.
|
#
280e10aa |
| 24-Feb-2001 |
Sascha Schumann |
Neither the CGI nor the Servlet SAPI module call syslog, so remove references to the syslog include files.
|
#
c2fb53be |
| 23-Feb-2001 |
Sascha Schumann |
Finish fopen-wrappers rename.
|