History log of /PHP-5.5/ (Results 57851 – 57875 of 57919)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
257de2ba17-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 ...


Makefile.in
acinclude.m4
aclocal.m4
configure.in
configure.in.in
ext/Makefile.am
ext/ereg/ereg.c
ext/ereg/php_ereg.h
ext/gd/Makefile.am
ext/gd/config.m4
ext/gd/gd.c
ext/gd/php3_gd.h
ext/gd/setup.stub
ext/standard/Makefile.am
ext/standard/base64.c
ext/standard/base64.h
ext/standard/basic_functions.c
ext/standard/basic_functions.h
ext/standard/browscap.c
ext/standard/config.m4
ext/standard/cyr_convert.c
ext/standard/cyr_convert.h
ext/standard/datetime.c
ext/standard/datetime.h
ext/standard/dir.c
ext/standard/dns.c
ext/standard/dns.h
ext/standard/exec.c
ext/standard/exec.h
ext/standard/file.c
ext/standard/file.h
ext/standard/filestat.c
ext/standard/formatted_print.c
ext/standard/fsock.c
ext/standard/fsock.h
ext/standard/global.h
ext/standard/html.c
ext/standard/html.h
ext/standard/image.c
ext/standard/image.h
ext/standard/info.c
ext/standard/info.h
ext/standard/iptc.c
ext/standard/link.c
ext/standard/mail.c
ext/standard/math.c
ext/standard/md5.c
ext/standard/md5.h
ext/standard/microtime.c
ext/standard/microtime.h
ext/standard/pack.c
ext/standard/pack.h
ext/standard/pageinfo.c
ext/standard/pageinfo.h
ext/standard/php3_browscap.h
ext/standard/php3_dir.h
ext/standard/php3_filestat.h
ext/standard/php3_iptc.h
ext/standard/php3_link.h
ext/standard/php3_mail.h
ext/standard/php3_standard.h
ext/standard/php3_string.h
ext/standard/php3_syslog.h
ext/standard/php3_var.h
ext/standard/phpdir.h
ext/standard/phpmath.h
ext/standard/quot_print.c
ext/standard/quot_print.h
ext/standard/rand.c
ext/standard/reg.c
ext/standard/reg.h
ext/standard/soundex.c
ext/standard/string.c
ext/standard/syslog.c
ext/standard/type.c
ext/standard/type.h
ext/standard/uniqid.c
ext/standard/uniqid.h
ext/standard/url.c
ext/standard/url.h
ext/standard/var.c
internal_functions.c
main/configuration-parser.y
main/fopen_wrappers.c
main/main.c
main/php_version.h
main/safe_mode.c
scripts/armerge
scripts/config-stubs
scripts/mkextlib.in
scripts/preconfig
setup
2127ede116-Apr-1999 Stig Bakken

updated GD from php3 repository, using it as a test extension for the new
directory structure

8cf2d74b16-Apr-1999 Andi Gutmans

- Make the memory leak message print PHP4.

b32b283115-Apr-1999 Andi Gutmans

- one more place which seems to have needed fixing. I don't have time to look
more into it. I hope we don't have anymore places which need fixing.

3d631c4c15-Apr-1999 Andi Gutmans

- Should fix the pass by reference problem. This happened because we moved
start from arg 1 now and not arg 0. There might be more places which need fixing
like in the executor but the bug

- Should fix the pass by reference problem. This happened because we moved
start from arg 1 now and not arg 0. There might be more places which need fixing
like in the executor but the bug seems OK now.

show more ...

fa76f0c914-Apr-1999 Zeev Suraski

Compile fix

39f9487e14-Apr-1999 Andi Gutmans

-Tiny patches

76ceb9ad13-Apr-1999 Zeev Suraski

Better detection

7c2155c113-Apr-1999 Zeev Suraski

Move Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's huge
memory leak

e1e2226b13-Apr-1999 Andi Gutmans

- Fix various memory leaks.

d86ed82013-Apr-1999 Andi Gutmans

Refcount bugfix

3fcc651113-Apr-1999 Andi Gutmans

* Optimize argument_stack top lookup
* Fix a nasty bug in zend_ptr_stack_clean()

533f135912-Apr-1999 Zeev Suraski

Remove unnecessary stack

ad9b13eb12-Apr-1999 Zeev Suraski

off by one

1dff49ec12-Apr-1999 Zeev Suraski

Minor optimization

3ca6d61112-Apr-1999 Zeev Suraski

Make functions that don't take arguments somewhat happier:)

714f450a12-Apr-1999 Zeev Suraski

This should take care of "this" for user-defined functions. It wasn't yet working
for built-in functions anyway, this one is coming soon.

0666083912-Apr-1999 Zeev Suraski

NULL's should remain NULLs (at least in strings)

15be5f0b12-Apr-1999 Zeev Suraski

Destroy the resource list after destroying the symbol table, otherwise the
auto-destructor for resources are run when the resource list is no longer valid

39a7f4c312-Apr-1999 Zeev Suraski

This patch is a go. Not fully optimized yet, but working properly.
Prepatch tagged as BEFORE_STACK_PATCH.

Revision tags: BEFORE_STACK_PATCH
b06c573112-Apr-1999 Zeev Suraski

Minor fixes:
missing zval_copy_ctor()
messed up AiCount fix

4213b5d612-Apr-1999 Stig Bakken

tolerate uninitialized ini settings in php_ini_{long,double,string}()

483caf3612-Apr-1999 Sascha Schumann

This should help in keeping PHP4 up to date

4869bd3b10-Apr-1999 Zeev Suraski

Test patch...

3b53a8ad10-Apr-1999 Zeev Suraski

test patch

1...<<2311231223132314231523162317