summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Add Aspell moduleRasmus Lerdorf1999-07-095-0/+304
|
* Reduce clutter a bit.Andrey Hristov1999-07-081-1/+1
|
* on par with latest php3Thies C. Arntzen1999-07-082-179/+215
|
* Fix a memory leak by not allowing session_start() to be called more than once.Andrey Hristov1999-07-071-0/+2
|
* Support PCRE under Win32Zeev Suraski1999-07-061-2/+5
|
* avoid two copies of pcre.c in the repositoryZeev Suraski1999-07-062-1/+1
|
* Correct option cachingAndrey Hristov1999-07-052-1/+7
|
* upsThies C. Arntzen1999-07-051-4/+4
|
* fixed mem-leakThies C. Arntzen1999-07-051-2/+4
|
* ported IPTC fro php3Thies C. Arntzen1999-07-053-17/+286
|
* added RESOURCE-returningThies C. Arntzen1999-07-051-3/+3
|
* up to php3 versionThies C. Arntzen1999-07-051-21/+15
| | | | | returns resources now!
* updated to latest php3Thies C. Arntzen1999-07-041-1/+1
|
* *** empty log message ***Zeev Suraski1999-07-031-0/+4
|
* add missing includeSascha Schumann1999-07-031-0/+1
|
* ignore thisSascha Schumann1999-07-031-1/+1
|
* there must be a better waySascha Schumann1999-07-031-0/+1
|
* added some refcount stuffThies C. Arntzen1999-07-021-1/+12
|
* losses memory like hell, but seems to work!Thies C. Arntzen1999-07-022-31/+71
| | | | | | | | | | | | | 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!
* fix from php3Sascha Schumann1999-07-021-2/+2
|
* someone please try whether the autoconf stuff worksSascha Schumann1999-07-011-14/+14
| | | | | for sybase and sybase-ct - I've neither one.
* maybe fix, following Joey's descriptionSascha Schumann1999-07-011-4/+2
|
* --with-zlib should work nowSascha Schumann1999-07-011-7/+7
|
* changed boolean behaviour:Thies C. Arntzen1999-07-011-2/+18
| | | | | var_dump(
* some additional constsSascha Schumann1999-07-012-4/+4
|
* vpath thingieSascha Schumann1999-07-011-1/+1
|
* implement a simple API in the case someone wants to define his/her own ↵Sascha Schumann1999-07-012-10/+74
| | | | serialization stuff
* No need for a PSLS_FETCH() if PSLS_D/PSLS_DC are supplied as function argumentsZeev Suraski1999-06-291-1/+0
|
* *** empty log message ***Andrey Hristov1999-06-291-1/+1
|
* Added session expiration.Andrey Hristov1999-06-292-4/+21
|
* synced with 3.0.11Thies C. Arntzen1999-06-292-125/+237
| | | | | ora_bind works!
* Added session_is_registered(varname) function.Andrey Hristov1999-06-282-0/+28
|
* Ported MYSQL_NUM, MYSQL_ASSOC, and MYSQL_BOTH additions from php3.Andrey Hristov1999-06-281-67/+57
|
* oopsAndrey Hristov1999-06-281-1/+1
|
* *** empty log message ***Andrey Hristov1999-06-281-1/+0
|
* portSascha Schumann1999-06-271-6/+6
|
* more portingSascha Schumann1999-06-276-13/+34
|
* port over from php3Sascha Schumann1999-06-271-3/+13
|
* add dbase_replace_recordSascha Schumann1999-06-271-0/+69
|
* Win32/general patchesZeev Suraski1999-06-261-0/+2
|
* * Get rid of another request_info element (filename)Zeev Suraski1999-06-261-1/+1
| | | | | * CGI through Apache should work now
* *** empty log message ***Zeev Suraski1999-06-261-0/+4
|
* *** empty log message ***Andrey Hristov1999-06-233-9/+9
|
* gettype now reports "boolean" correctThies C. Arntzen1999-06-221-0/+3
|
* Making function accessible.Andrey Hristov1999-06-221-0/+2
|
* Making the function accessible.Andrey Hristov1999-06-221-2/+2
|
* Made preg_split() consistent with split().Andrey Hristov1999-06-222-60/+160
| | | | | | Added a new /e modifier for preg_replace Kill a warning in pcrelib.
* urlencode and decode return an empty-string if the input-string is empty ↵Thies C. Arntzen1999-06-221-2/+4
| | | | | | | (matches php3 behaviour "more" closly) Please read my previous mail and comment!
* Bad html in ifx_htmltbl_result().Danny Heijl1999-06-221-2/+1
|
* Backing out changes.Andrey Hristov1999-06-212-10/+6
|