summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* supply path to xml include dir for APXS and APACISascha Schumann1999-09-172-6/+12
|
* This format is also used by the XML moduleSascha Schumann1999-09-171-1/+1
| | | | | allows us to compile with Apache's expat-lite dir
* `0' flag ignored with precision specifier and `X' formatSascha Schumann1999-09-171-1/+1
|
* If available, use Apache's embedded expatSascha Schumann1999-09-171-0/+5
|
* fix Unix buildSascha Schumann1999-09-171-1/+1
|
* - Added support for unknown POST content types (Zeev)Zeev Suraski1999-09-1613-46/+202
| | | | | - Introduce the convert_to_*_ex() API in strlen()
* Introduce convert_to_*_ex()Zeev Suraski1999-09-161-0/+40
|
* *** empty log message ***Zeev Suraski1999-09-161-1/+1
|
* *** empty log message ***Zeev Suraski1999-09-161-0/+6
|
* Generalize SAPI a bitZeev Suraski1999-09-163-2/+16
|
* Fixed memory leak.Andrey Hristov1999-09-161-0/+1
|
* Added documentation hooks to ftp.cAndrew Skalski1999-09-161-0/+39
|
* added ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir()Andrew Skalski1999-09-162-0/+136
|
* added ftp_systype() and ftp_listraw() functionsAndrew Skalski1999-09-162-0/+113
|
* Added rudimentary FTP support.Andrew Skalski1999-09-167-0/+1859
|
* improve short help messagesSascha Schumann1999-09-167-20/+29
|
* this was twice hereSascha Schumann1999-09-161-5/+0
|
* this helps compiling on non-ANSI C compliant platformsSascha Schumann1999-09-161-0/+2
|
* libtool check fixRasmus Lerdorf1999-09-161-1/+1
|
* .Sascha Schumann1999-09-161-1/+1
|
* Make some things accessible from outside for session moduleSascha Schumann1999-09-162-32/+82
|
* .Sascha Schumann1999-09-161-1/+3
|
* wddx decode works as wellSascha Schumann1999-09-162-4/+6
|
* wddx serialization works nowSascha Schumann1999-09-162-5/+25
|
* Since Thies fixed var.c, objects work now, too.Sascha Schumann1999-09-161-1/+0
|
* use AM_PROG_CC_STDC which covers AIX, Ultrix, OSF/1, HP-UX, and SVR4Sascha Schumann1999-09-161-4/+6
|
* silence libtoolSascha Schumann1999-09-162-1/+6
|
* php4 now deserialized php3 objects correctly!Thies C. Arntzen1999-09-162-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. Arntzen1999-09-152-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 Hristov1999-09-151-1/+1
|
* HASH_OF is now in php.h.Andrey Hristov1999-09-151-2/+0
|
* use new API in var.cThies C. Arntzen1999-09-152-11/+11
|
* i love id-stringsThies C. Arntzen1999-09-151-0/+2
|
* made serialize/unserialize work with classes! (also made the code "shorter")Thies C. Arntzen1999-09-152-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_FUNCSStig Bakken1999-09-151-1/+2
|
* HASH_OF is usable enough (i hate duplicating macros all over the place)Thies C. Arntzen1999-09-152-2/+1
|
* Clean up the strlcat/strlcpy checks.Stig Bakken1999-09-153-9/+6
|
* - Leave this for now.Andi Gutmans1999-09-152-2/+4
|
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-156-9/+15
| | | | | - Some strlcpy changes including one bug fix.
* - gettimeofday wasn't registered.Andi Gutmans1999-09-152-0/+2
|
* - Another small one. I'll leave the rest for now...Andi Gutmans1999-09-141-1/+1
|
* - First go at using strlcat().Andi Gutmans1999-09-141-12/+7
|
* - Support strlcpy/strlcat in windows.Andi Gutmans1999-09-142-0/+14
|
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-1435-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 processAndi Gutmans1999-09-145-3/+158
|
* - fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark()Uwe Steinmann1999-09-141-1/+4
|
* forgotThies C. Arntzen1999-09-141-1/+1
|
* is_array & friens speedupsThies C. Arntzen1999-09-141-3/+3
|
* Fix a warningRasmus Lerdorf1999-09-141-0/+2
|
* count() now uses the new getParamertersEx API.Thies C. Arntzen1999-09-142-4/+6
|