History log of /PHP-7.3/ext/xml/xml.c (Results 276 – 285 of 285)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP
# c43c2354 09-Jul-1999 Zeev Suraski

Don't touch refcount and EA directly


Revision tags: BEFORE_REMOVING_GC_STEP2
# 5f62c347 09-Jul-1999 Zeev Suraski

Step 2:
Rename is_ref to EA


Revision tags: BEFORE_REMOVING_GC_STEP1
# 745c5efc 04-Jul-1999 Thies C. Arntzen

updated to latest php3


# 45386d8a 02-Jul-1999 Thies C. Arntzen

added some refcount stuff


# d00b516f 02-Jul-1999 Thies C. Arntzen

losses memory like hell, but seems to work!

3 things (this is a bad hack as of now!):
- xml.c uses _php3_strtoupper
is #include "../standard/php3_string.h" the right way to get the

losses memory like hell, but seems to work!

3 things (this is a bad hack as of now!):
- xml.c uses _php3_strtoupper
is #include "../standard/php3_string.h" the right way to get the prototype?

- i've copied php3i_long_pval/php3i_string_pval from the php3 tree into
xml.c (this is defnetly WRONG, but where do i find those?)

- as php3tls_pval_destructor is not available in zend, i've
#define php3tls_pval_destructor(a) pval_destructor(a) which is maybe not what we want!

show more ...


# 5d0a7599 27-May-1999 Sascha Schumann

- fix CGI build (at least)


# 13c3c401 22-May-1999 Sascha Schumann

fix compile issues in LDAP/XML exts


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# b57dc275 21-May-1999 Sascha Schumann

- run ext sources through conv_proto
- add necessary phpext_*_ptr


# bc415d5a 09-May-1999 Zeev Suraski

* Finalizing the PHP version of SAPI. Support POST and cookies among other things.
* Fully implement ISAPI support - POST and cookies among other things.
* Almost completely rewrote phpinfo(

* Finalizing the PHP version of SAPI. Support POST and cookies among other things.
* Fully implement ISAPI support - POST and cookies among other things.
* Almost completely rewrote phpinfo(). Allow modules to easily display their
information in phpinfo() without modifying phpinfo() itself (prototype for
the module info function was changed, thus the large amount of updated module
files).
* Initial extended SAPI support for Apache, completely untested.
* CGI now uses SAPI fully as well.

show more ...


# 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 ...


1...<<1112