History log of /php-src/ (Results 110776 – 110800 of 111287)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6b16188d11-Jun-1999 Stig Bakken

append DEBUG_CFLAGS to CFLAGS

4b062fdf11-Jun-1999 Zeev Suraski

Print out include_path in include/require failures

963a004411-Jun-1999 Zeev Suraski

* Use to_string() instead of __print()
* Support boolean casts ((bool) and (boolean))

99fd17df11-Jun-1999 Zeev Suraski

Change __print into to_string()

da9faa2c11-Jun-1999 Zeev Suraski

* Make the output handling of variables much, much cooler.
Uses zend_make_printable_zval() instead of convert_to_string() now:

$foo = true;
print "\$foo is $foo";
will now prin

* Make the output handling of variables much, much cooler.
Uses zend_make_printable_zval() instead of convert_to_string() now:

$foo = true;
print "\$foo is $foo";
will now print
$foo is true
(instead of "$foo is 1", earlier).

Also, with objects, it automatically tries to call __print() and use it as a printing
function.

For example:

class foo {
function __print() { return "Foo Object"; }
};

$foo = new foo;
print $foo;

will print "Foo Object".

show more ...

1798a01811-Jun-1999 Zeev Suraski

* Fix a buglet in the session module
* Make some renames in the session module - avoid having a function called 'delete'
so that we don't piss any C++ compilers. Also rename the {startup,s

* Fix a buglet in the session module
* Make some renames in the session module - avoid having a function called 'delete'
so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals
to {startup,shutdown}_session_globals, so that they're a bit less general names,
and made them static.
* Remove uselss variables

show more ...

c1f75b6f10-Jun-1999 Zeev Suraski

Now THAT's an annoying bug.

83de88e910-Jun-1999 Sascha Schumann

make serialize work
unserialize does not work yet

2bb01b6f10-Jun-1999 Andrey Hristov

Fixing serialize a bit.

3b1843bc10-Jun-1999 Andrey Hristov

Added preg_grep() function.

f6ad4b0910-Jun-1999 Frank M. Kromann

Sync. with php3. Only add Date: and From: if not supplied by user

f7072fbf09-Jun-1999 Andrey Hristov

Make array_shift/array_pop work better.

2fb5e56109-Jun-1999 Zeev Suraski

Fix

95c9e30109-Jun-1999 Zeev Suraski

* Fix cases where you assign an array element to the parent array (the array was
being erased before the assignment, so the element was being smashed).

b331ead509-Jun-1999 Andrey Hristov

A fix for a fix.

3d45dd5809-Jun-1999 Andrey Hristov

Fixed a bug in preg_split.
Fixed a bug in array_shift/array_pop.

b484f40c09-Jun-1999 Zeev Suraski

* Fix foreach() that receives a non array argument
* Clean up some C++ comments

a3464b7c09-Jun-1999 Thies C. Arntzen

oci8 to 3.0.9
implode works!

7ed4923409-Jun-1999 Andi Gutmans

- Fix the static array() initializing

835b0d8809-Jun-1999 Andrey Hristov

*** empty log message ***

2a64925a09-Jun-1999 Andrey Hristov

Fixed a bug in preg_replace.

e5da9fc109-Jun-1999 Thies C. Arntzen

up to 3.0.9

f3d179ff09-Jun-1999 Danny Heijl

resync informix driver with php 3.09 version

230846f608-Jun-1999 Zeev Suraski

Replace error messages

04b2c1d408-Jun-1999 Andi Gutmans

* Fix a by-name call/method call bug
* Clean and optimize the whole function call process

1...<<4431443244334434443544364437443844394440>>...4452