History log of /php-src/main/main.c (Results 1126 – 1150 of 1377)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# cf1d0f18 23-May-2000 Thies C. Arntzen

fixed newly introduced crash

# 1ec84f9c 22-May-2000 Hartmut Holzgraefe

fix for bug #2852 : argc inconsistency

Revision tags: php-4.0.0
# 7f689fc0 21-May-2000 Andi Gutmans

- Move activate_models() back to where it was. I don't want to make such
- an optimization right before 4.0.0. Who knows, maybe one of the phpinfo()
- functions depends on some information on

- Move activate_models() back to where it was. I don't want to make such
- an optimization right before 4.0.0. Who knows, maybe one of the phpinfo()
- functions depends on some information only available after RINIT.
- In any case, my fix for .phps stays in.

show more ...

# dc5cd319 21-May-2000 Andi Gutmans

- Fix Apache php source highlighting mode. It was crashing due to the
- module shutdown functions being called when the startup functions weren't
- being called.

# 92437e9d 19-May-2000 Thies C. Arntzen

fix the fix (it's still a hack)

# bad35f54 19-May-2000 Thies C. Arntzen

make sigchild handler more robust.

# 674f4bac 18-May-2000 Thies C. Arntzen

added new option "--enable-sigchild" (default is off)
when using this option php will setup it's own SIGCHLD handler.
when using oracle-libraries >= 8.1 on linux you need this option
if y

added new option "--enable-sigchild" (default is off)
when using this option php will setup it's own SIGCHLD handler.
when using oracle-libraries >= 8.1 on linux you need this option
if you are connecting using the BEQ interface - elsewise you will
see <defunc> processes whenever a php-script disconnects from oracle.

show more ...

# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6

# 31c3dfdf 17-May-2000 Hartmut Holzgraefe

proto-takeover from php3

Revision tags: php-4.0RC2
# d0f3764e 04-May-2000 Sascha Schumann

Change reentrancy API to always use the php prefix.

Check for the declaration of reentrant functions, so that we can use
them in non-ZTS mode on all platforms.

# fca9539d 02-May-2000 Sascha Schumann

Preset extension_dir to the installation directory of PHP modules.

This effectively means that dl() will work without having an installed
configuration file.

# 3220bb57 28-Apr-2000 Zeev Suraski

- Fix an invalid trick (it was valid when header() was using
zend_get_parameters(), but it became invalid when someone switched it
to zend_get_parameters_ex(), and I decided to remove it

- Fix an invalid trick (it was valid when header() was using
zend_get_parameters(), but it became invalid when someone switched it
to zend_get_parameters_ex(), and I decided to remove it anyway).
- Remove a redundant function call

show more ...

# b9387791 28-Apr-2000 Thies C. Arntzen

(php_module_startup) is now doing setlocale(LC_ALL, "") instead of just setlocale(LC_CTYPE, ""). suggested by Jon Forsberg <zzed@cyberdude.com>
# this change simply seems "right" as setlocale(LC_

(php_module_startup) is now doing setlocale(LC_ALL, "") instead of just setlocale(LC_CTYPE, ""). suggested by Jon Forsberg <zzed@cyberdude.com>
# this change simply seems "right" as setlocale(LC_ALL, "") also happens in RSHUTDOWN(basic)

show more ...

# dc8980ba 27-Apr-2000 Zeev Suraski

Change to using macros

# 39aa59bd 27-Apr-2000 Zeev Suraski

More error handling work (still completely disabled)

# 7ecf7004 19-Apr-2000 Colin Viebrock

*** empty log message ***

# 9cbcade6 19-Apr-2000 Zeev Suraski

Support E_USER_* error types

# f0c7e027 15-Apr-2000 Zeev Suraski

Remove unnecessary argument

# 1665cba7 15-Apr-2000 Andi Gutmans

- Change PHP_ to V_ (directory & file functions)

# 81138a64 15-Apr-2000 Zeev Suraski

Forgot to commit the php4 fixes

# 6727342b 14-Apr-2000 Rasmus Lerdorf

Make error_prepend_string and error_append_string work
@Make error_prepend_string and error_append_string work

# 897b413c 10-Apr-2000 Andi Gutmans

- Try and resolve the problem with current working directories not being
set to the script directory

# 9df7df32 30-Mar-2000 Andi Gutmans

- Baby steps... Use PHP_FOPEN()

Revision tags: PHP-4.0-RC1
# 5b2bad38 24-Mar-2000 Andi Gutmans

- Nuke hash_*_ptr() functions

# 7acbcc96 21-Mar-2000 Andi Gutmans

- Adjust for change in zend_startup()

1...<<41424344454647484950>>...56