summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* tweak the INSTALL document a little bitSascha Schumann1999-09-101-14/+15
|
* pass flag correctly to linkerSascha Schumann1999-09-101-1/+1
|
* - better use of scopingSascha Schumann1999-09-103-5/+19
| | | | | - support Solaris 2.x
* Workaround for m4 weirdness.Andrey Hristov1999-09-101-1/+1
|
* lets not go down that road..were onyl going to use the internal event ↵Mark Musone1999-09-101-121/+2
| | | | structure. No passing objects
* wrong preprocessor commandMark Musone1999-09-101-1/+1
|
* ported the php3 stuff to php4. This module should work intechangably between ↵Mark Musone1999-09-102-286/+1121
| | | | the two versions also
* *** empty log message ***Zeev Suraski1999-09-101-1/+1
|
* Shut up a warningZeev Suraski1999-09-101-0/+3
|
* - wrong use of php_print correctedUwe Steinmann1999-09-101-2/+2
|
* Lost functionality in earlier fix... That should really work.Zeev Suraski1999-09-101-2/+4
|
* That should do the trick (untested)Zeev Suraski1999-09-101-8/+3
|
* my bad, sorryMark Musone1999-09-101-1/+0
|
* fixed memory leakMark Musone1999-09-101-0/+1
|
* - Add foreach() freeing code.Andi Gutmans1999-09-094-12/+68
| | | | | | | - Fix switch() freeing code to only free current function's switch expressions. - I have a feeling break expr; in a switch where expr > 1 leaks because it won't free all of the expressions. Fix is probably not trivial.
* - Add mcal to TS project. It seems that mcal needs to be patched a bit inAndi Gutmans1999-09-091-0/+8
| | | | | order to work TSRM. Right now it has globals.
* - Fix leak when decrementing strings which actually are longs.Andi Gutmans1999-09-091-0/+1
|
* forgot to change prototypeUwe Steinmann1999-09-091-1/+1
|
* pdf_setfont got optional parameter to embed fontsUwe Steinmann1999-09-091-9/+23
|
* - Fix for floating point array offsets. Same behaviour as in PHP 3.0. WeAndi Gutmans1999-09-081-8/+12
| | | | | casted to (long).
* Remove extraneous debug dlerror() call which results in the subsequentAndrey Hristov1999-09-081-1/+0
| | | | | dlerror() returning NULL.
* - Add -b option to flex++Andi Gutmans1999-09-082-6/+6
|
* remove -Wl,--version-script from RPATHS, put it into a separateGergely Madarász1999-09-082-3/+5
| | | | | variable
* Be consistent.Danny Heijl1999-09-081-1/+1
|
* - add posibility to specify how objrec to objarr conversionUwe Steinmann1999-09-081-88/+59
| | | | | is performed (not ready yet)
* add versioning supportSascha Schumann1999-09-083-0/+12
|
* Correct compiler warning.Jakub Skopal1999-09-081-1/+1
|
* - Update non-threadsafe project fileAndi Gutmans1999-09-071-4/+4
|
* - Fix warnings and win32 compileAndi Gutmans1999-09-072-3/+3
|
* Here you go, Egon.Andrey Hristov1999-09-071-2/+3
|
* Fixed behavior with empty doc_root.Stefan Roehrich1999-09-071-83/+10
| | | | | gzgetss() now uses _php3_strip_tags.
* Add thread-safety notice here. The solution is using gethostbyname_r,Stig Bakken1999-09-071-0/+1
| | | | | | | | | but it seems that it takes different parameters on Solaris and Linux. ;-P We should probably make a wrapper function, and make a configure test that checks if there is a reentrant version available, and if not protect gethostbyname and similar calls with a mutex until the results have been copied. Ugly.
* Added second parameter to array_keys() which allows returning keysAndrey Hristov1999-09-072-20/+36
| | | | | only for a specific value in an array.
* Kill compiler warning.Andrey Hristov1999-09-071-1/+1
|
* Shut up, CVS.Andrey Hristov1999-09-070-0/+0
|
* Kill warnings.Andrey Hristov1999-09-071-2/+2
|
* - uniqid() used the additional parameter even if it was not providedUwe Steinmann1999-09-071-1/+1
| | | | | this caused an segm fault. fixed it.
* define tests first, use after.Stig S. Bakken1999-09-071-14/+14
|
* A couple of BoundsChecker fixesZeev Suraski1999-09-062-3/+10
|
* - Fix win32 compileAndi Gutmans1999-09-061-1/+1
|
* - Should fix Win32 compileAndi Gutmans1999-09-061-1/+1
|
* - Make zend compile again in Win32.Andi Gutmans1999-09-061-0/+1
|
* File should here be string.Egon Schmid1999-09-061-1/+1
|
* Forgot to update ChangeLogDanny Heijl1999-09-061-0/+1
|
* Removed remaining PHP_31 defines.Stefan Roehrich1999-09-062-106/+69
| | | | | First try with ZTS support, can someone with a working ZTS enabled setup test this, please?
* Enabled shared build of gd moduleGergely Madarász1999-09-063-14/+84
|
* ignore zend-scanner.ccStig S. Bakken1999-09-060-0/+0
|
* hand-patched some MSVC filesStig S. Bakken1999-09-063-18/+18
|
* * header file cleanupStig S. Bakken1999-09-0616-139/+157
| | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there?
* Workaround to prevent TSRM from defining PACKAGE and VERSION.Stig S. Bakken1999-09-063-8/+16
| | | | | No longer using autoheader.