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