History log of /php-src/Zend/zend_builtin_functions.c (Results 826 – 850 of 909)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2b2484dd 23-Mar-2001 Andrei Zmievski

Fixing function name length.

Revision tags: php-4.0.5RC2, php-4.0.5RC1
# d2c9e807 26-Feb-2001 Andi Gutmans

- Update copyright year

# 0bed9945 24-Feb-2001 Andi Gutmans

- Add exports from Daniel Beulshausen

Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1
# 36eaad25 22-Dec-2000 Zeev Suraski

Allow get_current_key() not to return the key itself, instead of a duplicate

Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# acdae3a1 07-Dec-2000 Sascha Schumann

Hardcode strlen due to problems on SCO OpenServer 5.0.4 which defines
strlen to __std_hdr_strlen.

# b531e43c 07-Dec-2000 Stanislav Malyshev

Fix memory leak - get_current_key mallocs it's result, no need to
copy it.

Revision tags: php-4.0.4RC3
# 81814c8d 27-Nov-2000 Andrei Zmievski

Update class constants before trying to get default properties.

# 9ca10385 21-Nov-2000 Andrei Zmievski

Sterling's patch to make get_defined_vars() simpler and better.

# 610edbc7 17-Oct-2000 Andi Gutmans

- Fix copy&paste bug

# 154052ff 14-Oct-2000 Andi Gutmans

- Add another patch from Sterling.

# 5c6593b5 14-Oct-2000 Andi Gutmans

- Preliminary commit of Sterlings get_defined_functions()/get_defined_vars
functions

Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# ab8c6ed9 30-Sep-2000 Andi Gutmans

- Cleanup error output

# 59182188 18-Sep-2000 Stanislav Malyshev

Made get_included_files() work again, in somewhat different way

# 5286b397 12-Sep-2000 Zeev Suraski

Make compile_string() accept a description of the code

# 0fd8685c 05-Sep-2000 Andrei Zmievski

Fix memory overrun.

# 951eb907 05-Sep-2000 Stanislav Malyshev

Fix crash with trigger_error having no args (#6549)

Revision tags: php-4.0.2
# 1192fe54 26-Aug-2000 Andi Gutmans

- Don't define this function in non-debug mode

Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# c06692e9 09-Aug-2000 Zeev Suraski

The patch we promised - redesigned the compilation/execution API:
Advantages:
- Smaller memory footprint for the op arrays
- Slightly faster compilation times (due to saved erealloc() cal

The patch we promised - redesigned the compilation/execution API:
Advantages:
- Smaller memory footprint for the op arrays
- Slightly faster compilation times (due to saved erealloc() calls and faster zend_op
initialization)
- include_once() & require_once() share the same file list
- Consistency between include() and require() - this mostly means that return()
works inside require()'d files just as it does in include() files (it used to
be meaningless in require()'d files, most of the time (see below))
- Made require() consistent with itself. Before, if the argument was not a constant
string, require() took the include() behavior (with return()).
- Removed lots of duplicate code.
Bottom line - require() and include() are very similar now; require() is simply an include()
which isn't allowed to fail. Due to the erealloc() calls for large op arrays, require()
didn't end up being any faster than include() in the Zend engine.

show more ...

Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 2c95b113 28-Jul-2000 Stanislav Malyshev

Make define return false and issue E_NOTICE when trying to redefine constant
@- Make define return false and issue E_NOTICE when trying to redefine constant (Stas)

# 1373a162 26-Jul-2000 Stanislav Malyshev

Add strncasecmp function
@ Added strncasecmp function (Andi)

# 58e1dd2e 18-Jul-2000 Zeev Suraski

Forgot to link this function...

# 55d313db 14-Jul-2000 Zeev Suraski

Improve register_resource_ex() infrastructure

Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# fde2e61d 30-Jun-2000 Zeev Suraski

error_reporting fix

Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 34c2b0a0 17-Jun-2000 Zeev Suraski

- Add restore_error_handler()
error_handler's are now stored in a stack

# 6b8059af 12-Jun-2000 Zeev Suraski

Make Egon happy :)

1...<<31323334353637