History log of /php-src/ext/standard/var.c (Results 526 – 539 of 539)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2e690ac4 01-Jul-1999 Sascha Schumann

some additional consts

# 336392ea 15-Jun-1999 Stig Bakken

* now using php4.ini instead of php3.ini
* re-imported fopen-wrappers, fsock and string code from php3
NB! I have not tested all of the imported functions yet.

# be14ccad 11-Jun-1999 Sascha Schumann

it's obj.properties, not ht

# 8c43c5f7 11-Jun-1999 Andrey Hristov

Fix up var.c a bit.

# 83de88e9 10-Jun-1999 Sascha Schumann

make serialize work
unserialize does not work yet

# 2bb01b6f 10-Jun-1999 Andrey Hristov

Fixing serialize a bit.

# dfce358a 28-May-1999 Sascha Schumann

that seems to fix it

# 7401ef12 28-May-1999 Sascha Schumann

Either I'm playing the EG(symbol_table) game wrong or var.c leaks memory
when unserializing arrays/objects. Still testing

Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 9cace18e 25-Apr-1999 Thies C. Arntzen

serialize & unserialize working (with mem-leak)

# 992e6a42 24-Apr-1999 Thies C. Arntzen

made var_dump zend-aware....
<?
$ar = array("hallo" => "tubu");

var_dump($ar);
?>
works again!!!

zeev, andi -> please review what i've done!!!

(no i can sta

made var_dump zend-aware....
<?
$ar = array("hallo" => "tubu");

var_dump($ar);
?>
works again!!!

zeev, andi -> please review what i've done!!!

(no i can start "debugging" other stuff, as i often use var_dump)

show more ...

# 6f7c0ede 23-Apr-1999 Zeev Suraski

Remove tls.[ch]

# 2c0ad3ee 22-Apr-1999 Stig Bakken

last bunch of extensions moving to ext/
fhttpd module taken out of functions, functions is ready to go.
The only extensions I have tested are gd+freetype and odbc(solid).
Please try compi

last bunch of extensions moving to ext/
fhttpd module taken out of functions, functions is ready to go.
The only extensions I have tested are gd+freetype and odbc(solid).
Please try compiling in your favourite extensions and let me know how it
works.

show more ...

# 5e8c3228 18-Apr-1999 Zeev Suraski

Make Win32 happy with the recent changes.

# 257de2ba 17-Apr-1999 Stig Bakken

First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now,
I have moved the "standard" extensio

First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now,
I have moved the "standard" extension (which is quite a mix of everything
right now) and the GD extension into their own subdirs in ext/.
The configure script now also runs configure in the libzend directory
automatically and makes sure php4 and libzend use the same config.cache file.
To avoid running configure in libzend, use the --no-recursion option.
"make" in php4 also builds libzend now.
The Apache module doesn't compile right now, but a fix for that is
coming up.

show more ...

1...<<2122