Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | supply path to xml include dir for APXS and APACI | Sascha Schumann | 1999-09-17 | 2 | -6/+12 | |
| | ||||||
* | This format is also used by the XML module | Sascha Schumann | 1999-09-17 | 1 | -1/+1 | |
| | | | | | allows us to compile with Apache's expat-lite dir | |||||
* | `0' flag ignored with precision specifier and `X' format | Sascha Schumann | 1999-09-17 | 1 | -1/+1 | |
| | ||||||
* | If available, use Apache's embedded expat | Sascha Schumann | 1999-09-17 | 1 | -0/+5 | |
| | ||||||
* | fix Unix build | Sascha Schumann | 1999-09-17 | 1 | -1/+1 | |
| | ||||||
* | - Added support for unknown POST content types (Zeev) | Zeev Suraski | 1999-09-16 | 13 | -46/+202 | |
| | | | | | - Introduce the convert_to_*_ex() API in strlen() | |||||
* | Introduce convert_to_*_ex() | Zeev Suraski | 1999-09-16 | 1 | -0/+40 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-16 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-16 | 1 | -0/+6 | |
| | ||||||
* | Generalize SAPI a bit | Zeev Suraski | 1999-09-16 | 3 | -2/+16 | |
| | ||||||
* | Fixed memory leak. | Andrey Hristov | 1999-09-16 | 1 | -0/+1 | |
| | ||||||
* | Added documentation hooks to ftp.c | Andrew Skalski | 1999-09-16 | 1 | -0/+39 | |
| | ||||||
* | added ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir() | Andrew Skalski | 1999-09-16 | 2 | -0/+136 | |
| | ||||||
* | added ftp_systype() and ftp_listraw() functions | Andrew Skalski | 1999-09-16 | 2 | -0/+113 | |
| | ||||||
* | Added rudimentary FTP support. | Andrew Skalski | 1999-09-16 | 7 | -0/+1859 | |
| | ||||||
* | improve short help messages | Sascha Schumann | 1999-09-16 | 7 | -20/+29 | |
| | ||||||
* | this was twice here | Sascha Schumann | 1999-09-16 | 1 | -5/+0 | |
| | ||||||
* | this helps compiling on non-ANSI C compliant platforms | Sascha Schumann | 1999-09-16 | 1 | -0/+2 | |
| | ||||||
* | libtool check fix | Rasmus Lerdorf | 1999-09-16 | 1 | -1/+1 | |
| | ||||||
* | . | Sascha Schumann | 1999-09-16 | 1 | -1/+1 | |
| | ||||||
* | Make some things accessible from outside for session module | Sascha Schumann | 1999-09-16 | 2 | -32/+82 | |
| | ||||||
* | . | Sascha Schumann | 1999-09-16 | 1 | -1/+3 | |
| | ||||||
* | wddx decode works as well | Sascha Schumann | 1999-09-16 | 2 | -4/+6 | |
| | ||||||
* | wddx serialization works now | Sascha Schumann | 1999-09-16 | 2 | -5/+25 | |
| | ||||||
* | Since Thies fixed var.c, objects work now, too. | Sascha Schumann | 1999-09-16 | 1 | -1/+0 | |
| | ||||||
* | use AM_PROG_CC_STDC which covers AIX, Ultrix, OSF/1, HP-UX, and SVR4 | Sascha Schumann | 1999-09-16 | 1 | -4/+6 | |
| | ||||||
* | silence libtool | Sascha Schumann | 1999-09-16 | 2 | -1/+6 | |
| | ||||||
* | php4 now deserialized php3 objects correctly! | Thies C. Arntzen | 1999-09-16 | 2 | -30/+39 | |
| | | | | | | php3 will ignore objects serialized by php4 (that's the price we have to pay!) small fix in deserializing objects with static initializers (thanx boris) | |||||
* | when unserializing classes: | Thies C. Arntzen | 1999-09-15 | 2 | -3/+4 | |
| | | | | | | if the class is not known the standard class (no methods) will be used. if the class is known - the created object will functional again! | |||||
* | Fixed printf format. | Andrey Hristov | 1999-09-15 | 1 | -1/+1 | |
| | ||||||
* | HASH_OF is now in php.h. | Andrey Hristov | 1999-09-15 | 1 | -2/+0 | |
| | ||||||
* | use new API in var.c | Thies C. Arntzen | 1999-09-15 | 2 | -11/+11 | |
| | ||||||
* | i love id-strings | Thies C. Arntzen | 1999-09-15 | 1 | -0/+2 | |
| | ||||||
* | made serialize/unserialize work with classes! (also made the code "shorter") | Thies C. Arntzen | 1999-09-15 | 2 | -96/+68 | |
| | | | | | | | | CHANGES: - the serialized string now also contains the class name (was not available in PHP3)! - when unserializing php will create a fully working object of that class again therby the class has to be defined when unserializing - else you get a warning! | |||||
* | add LIBOBJS, used by AC_REPLACE_FUNCS | Stig Bakken | 1999-09-15 | 1 | -1/+2 | |
| | ||||||
* | HASH_OF is usable enough (i hate duplicating macros all over the place) | Thies C. Arntzen | 1999-09-15 | 2 | -2/+1 | |
| | ||||||
* | Clean up the strlcat/strlcpy checks. | Stig Bakken | 1999-09-15 | 3 | -9/+6 | |
| | ||||||
* | - Leave this for now. | Andi Gutmans | 1999-09-15 | 2 | -2/+4 | |
| | ||||||
* | - Thread-unsafe win32 compiles again | Andi Gutmans | 1999-09-15 | 6 | -9/+15 | |
| | | | | | - Some strlcpy changes including one bug fix. | |||||
* | - gettimeofday wasn't registered. | Andi Gutmans | 1999-09-15 | 2 | -0/+2 | |
| | ||||||
* | - Another small one. I'll leave the rest for now... | Andi Gutmans | 1999-09-14 | 1 | -1/+1 | |
| | ||||||
* | - First go at using strlcat(). | Andi Gutmans | 1999-09-14 | 1 | -12/+7 | |
| | ||||||
* | - Support strlcpy/strlcat in windows. | Andi Gutmans | 1999-09-14 | 2 | -0/+14 | |
| | ||||||
* | - Updated bundled PCRE library to version 2.08 | Andrey Hristov | 1999-09-14 | 35 | -373/+6366 | |
| | | | | | | | | - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl.. | |||||
* | Add strlcpy/strlcat to the build process | Andi Gutmans | 1999-09-14 | 5 | -3/+158 | |
| | ||||||
* | - fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark() | Uwe Steinmann | 1999-09-14 | 1 | -1/+4 | |
| | ||||||
* | forgot | Thies C. Arntzen | 1999-09-14 | 1 | -1/+1 | |
| | ||||||
* | is_array & friens speedups | Thies C. Arntzen | 1999-09-14 | 1 | -3/+3 | |
| | ||||||
* | Fix a warning | Rasmus Lerdorf | 1999-09-14 | 1 | -0/+2 | |
| | ||||||
* | count() now uses the new getParamertersEx API. | Thies C. Arntzen | 1999-09-14 | 2 | -4/+6 | |
| |