#
c799969a |
| 20-Oct-1999 |
Thies C. Arntzen |
(PHP xml_parse_into_struct): fixed mem-leak when encountering invalid XML.
|
#
9e001753 |
| 16-Oct-1999 |
Andrei Zmievski |
_php3/_php3i -> php rename
|
#
b311342f |
| 07-Oct-1999 |
Thies C. Arntzen |
fixed hopefully last XML problem. that one was hard!
|
#
232afa48 |
| 04-Oct-1999 |
Sascha Schumann |
* archive-based convenience libraries completely replaced with libtool components * SAPI targets can enable thread-safe mode and define shared/static/prog
* archive-based convenience libraries completely replaced with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
show more ...
|
#
7e75bf8f |
| 01-Oct-1999 |
Thies C. Arntzen |
one zval fix - cleanups
|
#
02c0ab8d |
| 29-Sep-1999 |
Thies C. Arntzen |
fix the order.. (thanx, andi)
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split |
|
#
091e91c0 |
| 25-Sep-1999 |
Thies C. Arntzen |
fixed callback code -> now $parser is passed as a resource!
|
#
c626d9e4 |
| 24-Sep-1999 |
Thies C. Arntzen |
updated XML (only partly tested)
|
#
10ec822b |
| 24-Sep-1999 |
Thies C. Arntzen |
fixed warning
|
#
360675ce |
| 24-Sep-1999 |
Zeev Suraski |
Compile fixes for WDDX, XML and Zlib (untested)
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
6c0c410a |
| 20-Sep-1999 |
Thies C. Arntzen |
resource API & ZTS stuff
|
#
f63da062 |
| 18-Aug-1999 |
Thies C. Arntzen |
ZTS fix
|
Revision tags: php-4.0b2 |
|
#
78f8d04e |
| 08-Aug-1999 |
Thies C. Arntzen |
fix for #1995 (this module needs some more work.)
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
d9f52fe0 |
| 21-Jul-1999 |
Stig Bakken |
First cut at standard way of making dynamically loadable extensions on UNIX. Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt
First cut at standard way of making dynamically loadable extensions on UNIX. Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt static ./configure --with-xml=shared shared ./configure --with-xml=shared,/opt shared The difference between these two is that when the extension is shared, it is not merged into libphpext.a. The shared extension is currently always built. I can't find a way to do just one or the other with automake/libtool, if someone has a clever idea, please come forward. :-) "make install" installs the .so (as well as a lot of other cruft) in $prefix/lib/php.
show more ...
|
#
57f0f15b |
| 21-Jul-1999 |
Stig Bakken |
Debian fixes
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
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
|